@import "assets/css/animate.css";
@import "assets/css/cssreset.css";
@import "assets/css/dp_cookieconsent.css";
@import "assets/css/jquery.fancybox.min.css";
@import "assets/css/jquery.mmenu.all.css";
@import "assets/css/jquery-ui.min.css";
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}
html.is-locked,
html.is-locked body {
  height: 100%;
  overflow: hidden;
}
body {
  font-family: 'SeravekWebBasic', arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  height: 100%;
  font-size: 17px;
  line-height: 24px;
  color: #000;
}
@media print {
  body {
    font-size: 8pt;
    line-height: 12pt;
    margin-bottom: 0;
  }
}
a {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  color: #004f9f;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover,
a:focus,
a:active {
  color: #000;
}
@media print {
  a {
    color: #000;
  }
}
strong,
b {
  font-family: 'SeravekWebBasic', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
h1 {
  font-family: 'SeravekWebBasic', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 20px;
}
@media (min-width: 64.0625em) {
  h1 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media print {
  h1 {
    font-size: 13pt;
    line-height: 16pt;
    margin-bottom: 10px;
  }
}
@media (min-width: 108.0625em) {
  h1.page-title {
    position: absolute;
    top: 0;
    width: 70px;
    height: 100px;
    left: -70px;
    color: #ddd;
    white-space: nowrap;
    font-size: 60px;
    line-height: 70px;
  }
  h1.page-title span {
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 0;
    right: 100%;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
  }
}
@media (min-width: 108.0625em) {
  .l-home-section h1.page-title {
    top: 80px;
  }
}
h2 {
  font-family: 'SeravekWebBasic', arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}
@media (min-width: 64.0625em) {
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media print {
  h2 {
    font-size: 11pt;
    line-height: 13pt;
    margin-bottom: 10px;
  }
}
h3 {
  font-family: 'SeravekWebBasic', arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 15px;
}
@media (min-width: 64.0625em) {
  h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media print {
  h3 {
    font-size: 10pt;
    line-height: 13pt;
    margin-bottom: 5px;
  }
}
p {
  margin-bottom: 10px;
}
p + h2 {
  margin-top: 20px;
}
button {
  cursor: pointer;
  font-size: inherit;
  padding: 10px 20px;
  color: #fff;
  background: #004f9f;
  border: 2px solid #004f9f;
  font-family: 'SeravekWebBasic', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  outline: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
button:hover {
  background: #000;
}
@media (min-width: 74.0625em) {
  button {
    margin-left: 30%;
  }
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/assets/templates/codekit/assets/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('/assets/templates/codekit/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/assets/templates/codekit/assets/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/assets/templates/codekit/assets/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/assets/templates/codekit/assets/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/assets/templates/codekit/assets/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
/* Seravek Web Basic Light */
@font-face {
  font-family: 'SeravekWebBasic';
  src: url('/assets/templates/codekit/assets/fonts/SeravekWebBasicLight/SeravekWebBasicLight.eot');
  src: url('/assets/templates/codekit/assets/fonts/SeravekWebBasicLight/SeravekWebBasicLight.eot?#iefix') format('embedded-opentype'), url('/assets/templates/codekit/assets/fonts/SeravekWebBasicLight/SeravekWebBasicLight.woff2') format('woff2'), url('/assets/templates/codekit/assets/fonts/SeravekWebBasicLight/SeravekWebBasicLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
/* Seravek Web Basic Light Italic */
@font-face {
  font-family: 'SeravekWebBasic';
  src: url('/assets/templates/codekit/assets/fonts/SeravekWebBasicLightItalic/SeravekWebBasicLightItalic.eot');
  src: url('/assets/templates/codekit/assets/fonts/SeravekWebBasicLightItalic/SeravekWebBasicLightItalic.eot?#iefix') format('embedded-opentype'), url('/assets/templates/codekit/assets/fonts/SeravekWebBasicLightItalic/SeravekWebBasicLightItalic.woff2') format('woff2'), url('/assets/templates/codekit/assets/fonts/SeravekWebBasicLightItalic/SeravekWebBasicLightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
/* Seravek Web Basic Medium */
@font-face {
  font-family: 'SeravekWebBasic';
  src: url('/assets/templates/codekit/assets/fonts/SeravekWebBasicMedium/SeravekWebBasicMedium.eot');
  src: url('/assets/templates/codekit/assets/fonts/SeravekWebBasicMedium/SeravekWebBasicMedium.eot?#iefix') format('embedded-opentype'), url('/assets/templates/codekit/assets/fonts/SeravekWebBasicMedium/SeravekWebBasicMedium.woff2') format('woff2'), url('/assets/templates/codekit/assets/fonts/SeravekWebBasicMedium/SeravekWebBasicMedium.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
/* Seravek Web Basic Medium Italic */
@font-face {
  font-family: 'SeravekWebBasic';
  src: url('/assets/templates/codekit/assets/fonts/SeravekWebBasicMediumItalic/SeravekWebBasicMediumItalic.eot');
  src: url('/assets/templates/codekit/assets/fonts/SeravekWebBasicMediumItalic/SeravekWebBasicMediumItalic.eot?#iefix') format('embedded-opentype'), url('/assets/templates/codekit/assets/fonts/SeravekWebBasicMediumItalic/SeravekWebBasicMediumItalic.woff2') format('woff2'), url('/assets/templates/codekit/assets/fonts/SeravekWebBasicMediumItalic/SeravekWebBasicMediumItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}
.container,
.container-narrow {
  margin-right: auto;
  margin-left: auto;
  max-width: 1600px;
  padding: 0 15px;
}
.container-narrow {
  max-width: 800px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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: 10px;
  padding-right: 10px;
}
.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%;
}
@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%;
  }
}
@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%;
  }
}
@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%;
  }
}
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
@media screen {
  .l-wrapper {
    text-align: center;
    margin: 0 auto;
    min-height: 400px;
    padding-top: 70px;
    background: #fff;
  }
  .page-auftragserfassung .l-wrapper {
    background: transparent;
  }
  .skin-layout-intranet .l-wrapper {
    padding-top: 0;
  }
}
@media screen and (min-width: 48.0625em) {
  .l-wrapper {
    padding-top: 95px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 64.0625em) {
  .l-wrapper {
    padding-top: 180px;
  }
}
.l-header {
  width: 100%;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  background: #fff;
}
@media (min-width: 48.0625em) {
  .l-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.is-scrolled .l-header {
  box-shadow: 0 2rem 4rem 0 rgba(0, 0, 0, 0.1);
}
.page-home .l-header {
  top: -200px;
}
.l-header .container {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transform: all 300ms ease;
  -ms-transform: all 300ms ease;
  transform: all 300ms ease;
}
@media (min-width: 48.0625em) {
  .l-header .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.is-scrolled .l-header .container {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 48.0625em) {
  .is-scrolled .l-header .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.skin-layout-intranet .l-header {
  background: #fff;
  position: static;
}
@media print {
  .skin-layout-intranet .l-header {
    display: none;
  }
}
.l-emotion {
  margin-bottom: 25px;
}
.l-emotion img {
  max-width: 100%;
  height: auto;
}
.l-main {
  text-align: left;
  padding-bottom: 20px;
}
.l-main .container {
  position: relative;
}
.l-home {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 100px;
  color: #fff;
  background: #000;
  z-index: 5;
}
.l-home img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 260px;
  height: auto;
  margin-top: -200px;
  margin-left: -130px;
}
.l-home img.logo-home-new {
  display: none;
}
.l-home img.logo-home-old {
  width: 316px;
  margin-left: -158px;
  margin-top: -40px;
}
@media (min-width: 48.0625em) and (min-height: 801px) {
  .l-home img {
    width: 360px;
    margin-left: -180px;
    margin-top: -235px;
  }
  .l-home img.logo-home-old {
    width: 500px;
    height: auto;
    margin-left: -250px;
    margin-top: -65px;
  }
}
.l-home .info,
.l-home .slogan {
  position: absolute;
  top: 83%;
  width: 100%;
  text-align: center;
  left: 0;
}
.l-home .info {
  top: 75%;
  font-family: 'SeravekWebBasic', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 48.0625em) and (min-height: 1200px) {
  .l-home .info {
    top: 77%;
  }
}
@media (min-width: 48.0625em) and (min-height: 1200px) {
  .l-home .slogan {
    top: 80%;
  }
}
.l-context .context-box {
  background: #e6edf7;
  padding: 20px;
  border-top: 5px solid #004f9f;
}
.l-home-section {
  text-align: left;
  padding: 0 0 40px 0;
}
.l-home-section .container {
  position: relative;
}
.l-home-section.customers {
  background: #004f9f;
}
.l-footer {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 48.0625em) {
  .l-footer {
    padding: 50px 0;
  }
}
.l-footer p {
  border-top: 1px solid #000;
  padding-top: 20px;
  margin: 0;
}
.l-footer a {
  color: #000;
}
.l-footer a:hover,
.l-footer a:focus,
.l-footer a:active {
  color: #004f9f;
}
@media print {
  .l-footer {
    display: none;
  }
}
.rich ul,
#tinymce ul {
  padding-left: 20px;
  list-style: disc;
  margin-bottom: 20px;
}
@media print {
  .rich ul,
  #tinymce ul {
    margin-bottom: 10px;
  }
}
.rich ul li,
#tinymce ul li {
  margin-bottom: 5px;
}
@media print {
  .rich ul li,
  #tinymce ul li {
    margin: 0;
  }
}
.rich img,
#tinymce img {
  max-width: 100%;
  height: auto;
}
.rich table,
#tinymce table {
  border: 1px solid #ddd;
  margin-bottom: 40px;
}
.rich table th,
#tinymce table th,
.rich table td,
#tinymce table td {
  padding: 10px 15px 10px 10px;
  border-bottom: 1px solid #ddd;
}
.rich table th,
#tinymce table th {
  text-align: left;
  vertical-align: top;
  font-family: 'SeravekWebBasic', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.rich table td,
#tinymce table td {
  text-align: left;
  vertical-align: top;
  padding-right: 15px;
}
.rich table.table-projects th,
#tinymce table.table-projects th,
.rich table.table-projects td,
#tinymce table.table-projects td {
  padding: 10px;
  border-bottom: 1px solid #333;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #ddd transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 0;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #000;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 7px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #ddd;
  border-radius: 0;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ddd;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #000;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #004f9f;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 0;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #004f9f;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 40px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #000;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #ddd;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  height: 43px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 30px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #004f9f;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #ddd transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 0;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #004f9f;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #ddd;
  border-radius: 0;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #004f9f;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #ddd;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #004f9f;
}
a.tabledrag-handle .handle {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.b-helper-scroll {
  overflow-x: auto;
  width: 100%;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.b-helper-scroll-right {
  position: absolute;
  z-index: 1;
  right: 10px;
  width: 40px;
  height: auto;
  color: #000;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffffff',GradientType=1);
}
.b-helper-scroll-right.hidden {
  display: none;
}
.b-helper-scroll-right i {
  position: absolute;
  font-size: 25px;
  top: 10px;
  right: 0;
  font-weight: bold;
}
@media (min-width: 64.0625em) {
  .b-helper-scroll-right {
    display: none;
  }
}
@media print {
  .b-helper-scroll-right {
    display: none;
  }
}
.mod-agency {
  min-height: 250px;
  opacity: 5 / 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5);
  filter: alpha(opacity=5);
  margin: 20px 0 40px;
}
p + .mod-agency {
  margin-top: 20px;
}
.mod-agency .agency-item-sizer,
.mod-agency .agency-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  float: left;
}
@media (min-width: 33.0625em) {
  .mod-agency .agency-item-sizer,
  .mod-agency .agency-item {
    width: 48%;
  }
}
@media (min-width: 48.0625em) {
  .mod-agency .agency-item-sizer,
  .mod-agency .agency-item {
    width: 24%;
  }
}
.mod-agency .agency-item-sizer .agency-detail,
.mod-agency .agency-item .agency-detail {
  display: none;
}
.mod-agency .agency-item-sizer.is-detail,
.mod-agency .agency-item.is-detail {
  width: 100%;
}
.mod-agency .agency-item-sizer.is-detail .agency-link,
.mod-agency .agency-item.is-detail .agency-link {
  display: none;
}
.mod-agency .agency-item-sizer.is-detail .agency-detail,
.mod-agency .agency-item.is-detail .agency-detail {
  display: block;
}
.mod-agency .agency-item-sizer .agency-teaser-image,
.mod-agency .agency-item .agency-teaser-image {
  position: relative;
  height: 0;
  padding-bottom: 62.5%;
}
.mod-agency .agency-item-sizer .agency-teaser-img,
.mod-agency .agency-item .agency-teaser-img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  vertical-align: top;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mod-agency .agency-item-teaser {
  position: relative;
  background: #ddd;
}
.mod-agency .agency-item-teaser > a {
  display: block;
}
.mod-agency .agency-item-teaser .agency-overlay {
  display: block;
  padding: 30px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  color: transparent;
  background: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mod-agency .agency-item-teaser .agency-overlay h2 {
  color: transparent;
}
.mod-agency .agency-item-teaser .agency-overlay h3 {
  color: transparent;
}
.mod-agency .agency-item-teaser .agency-person-title h1 .add {
  float: right;
  font-size: 20px;
  line-height: inherit;
}
.mod-agency .agency-item-teaser:hover {
  z-index: 100;
}
.mod-agency .agency-item-teaser:hover .agency-overlay {
  color: #fff;
  background: rgba(0, 79, 179, 0.8);
}
.mod-agency .agency-item-teaser:hover .agency-overlay h2,
.mod-agency .agency-item-teaser:hover .agency-overlay h3 {
  color: #fff;
}
.mod-agency .agency-item-teaser:hover .agency-teaser-img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.mod-agency .agency-item-teaser.is-detail {
  background: transparent;
}
.mod-agency .agency-gutter-sizer {
  width: 2%;
}
@media (min-width: 33.0625em) {
  .mod-agency .agency-gutter-sizer {
    width: 2%;
  }
}
@media (min-width: 48.0625em) {
  .mod-agency .agency-gutter-sizer {
    width: 1.25%;
  }
}
.mod-agency-person {
  overflow: hidden;
  background: #ddd;
  position: relative;
}
.mod-agency-person .agency-person-hero:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
}
@media (min-width: 64.0625em) {
  .mod-agency-person .agency-person-hero:before {
    width: 50%;
  }
}
@media (min-width: 64.0625em) {
  .mod-agency-person .agency-person-hero {
    width: 50%;
    float: left;
  }
}
.mod-agency-person .agency-person-hero img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.mod-agency-person .agency-person-description {
  overflow: hidden;
}
.mod-agency-person .agency-person-title {
  position: relative;
  padding: 20px;
  background: #000;
}
.mod-agency-person .agency-person-title h1 {
  color: #fff;
  margin-bottom: 0;
}
.mod-agency-person .agency-person-title a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 21px;
  color: #fff;
}
.mod-agency-person .agency-person-title a i {
  font-size: 24px;
  line-height: 28px;
}
.mod-agency-person .agency-person-title a strong {
  display: none;
}
.mod-agency-person .agency-person-title a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.mod-agency-person .agency-person-customer {
  overflow: hidden;
}
.mod-agency-person .agency-person-customer img {
  width: 100%;
  max-width: 220px;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
@media (min-width: 80.0625em) {
  .mod-agency-person .agency-person-customer img {
    float: right;
  }
}
.mod-agency-person .agency-person-image {
  position: relative;
  height: 0;
  padding-bottom: 62.4%;
}
.mod-agency-person .agency-person-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  image-rendering: -webkit-optimize-contrast;
}
.mod-agency-person .agency-person-content {
  min-height: 300px;
  padding: 25px 20px;
}
@media all {
  .mod-audio {
    position: relative;
    clear: both;
  }
  .mod-audio .audio-buttons {
    padding: 10px;
    border-radius: 4px;
    background: #ddd;
    overflow: hidden;
  }
  .mod-audio .audio-buttons a {
    color: #000;
    float: left;
    margin: 0 10px 0;
  }
}
.cc-window .dp--cookie-check {
  border: 0;
  border-radius: 0;
}
.cc-window .dp--cookie-check .dp-form-control {
  margin-top: 16px;
  display: flex;
  align-items: center;
  width: 33.33332%;
}
.cc-window .dp--cookie-check .dp-form-control label {
  padding: 0;
}
.cc-window .dp--cookie-check .dp-form-control label:first-child {
  padding-left: 0;
}
.cc-window .dp--cookie-check .dp-form-control [type="checkbox"] {
  position: relative;
  left: 15px;
  top: -4px;
  z-index: 0;
  -webkit-appearance: none;
}
.cc-window .dp--cookie-check .dp-form-control [type="checkbox"] + label {
  position: absolute;
}
.cc-window .dp--cookie-check .dp-form-control [type="checkbox"] + label::before {
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 0;
  border: 1px solid #004f9f;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
  z-index: 5;
  position: relative;
}
.cc-window .dp--cookie-check .dp-form-control [type="checkbox"]:checked + label::before {
  box-shadow: inset 0 0 0 3px #fff;
  background-color: #004f9f;
}
.cc-compliance .cc-btn {
  font-size: 16px;
  color: #fff;
  border-right: 1px solid #dadada;
}
.cc-compliance .cc-btn:last-child {
  border-right: none;
}
.cc-compliance .cc-btn.cc-allow-all {
  border-right: none;
}
.dp--overlay {
  text-align: left;
}
.dp--overlay .dp--overlay-header {
  font-family: 'SeravekWebBasic', arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}
@media (min-width: 64.0625em) {
  .dp--overlay .dp--overlay-header {
    font-size: 26px;
    line-height: 30px;
  }
}
.dp--overlay .dp--overlay-inner {
  max-width: 450px;
}
.dp--overlay .db--overlay-submit {
  margin-left: 0;
}
.mod-customer {
  background: #fff;
}
.mod-customer .customer-project {
  float: left;
  width: 25%;
}
.mod-customer .customer-content {
  padding: 20px;
  color: #000;
  background: #ddd;
}
.mod-customer .customer-content img {
  max-width: 250px;
  height: auto;
  margin-bottom: 10px;
}
.mod-customer .customer-projects-overview {
  margin: 0 -2%;
}
@media (min-width: 80.0625em) {
  .mod-customer .customer-projects-overview {
    margin: 0 -1.333334%;
  }
}
.mod-customer .customer-projects-overview .project-item {
  float: left;
  padding: 0 10px;
  width: 100%;
  margin: 0 2% 2% 0;
}
@media (min-width: 33.0625em) {
  .mod-customer .customer-projects-overview .project-item {
    width: 48%;
  }
}
@media (min-width: 48.0625em) {
  .mod-customer .customer-projects-overview .project-item {
    width: 32%;
  }
}
.mod-customer .mod-projects {
  min-height: 200px;
}
.mod-customers {
  min-height: 500px;
  overflow: hidden;
  opacity: 0 / 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.mod-customers .customers-item-sizer,
.mod-customers .customer-item {
  position: relative;
  width: 100%;
  background: #333;
}
@media (min-width: 33.0625em) {
  .mod-customers .customers-item-sizer,
  .mod-customers .customer-item {
    width: 48%;
  }
}
@media (min-width: 48.0625em) {
  .mod-customers .customers-item-sizer,
  .mod-customers .customer-item {
    width: 32%;
  }
}
@media (min-width: 80.0625em) {
  .mod-customers .customers-item-sizer,
  .mod-customers .customer-item {
    width: 24.25%;
  }
}
.mod-customers .customers-item-sizer .customer-detail,
.mod-customers .customer-item .customer-detail {
  display: none;
}
.mod-customers .customers-item-sizer.is-detail,
.mod-customers .customer-item.is-detail {
  width: 100%;
}
@media (min-width: 48.0625em) {
  .mod-customers .customers-item-sizer.is-detail,
  .mod-customers .customer-item.is-detail {
    width: 66%;
  }
}
@media (min-width: 80.0625em) {
  .mod-customers .customers-item-sizer.is-detail,
  .mod-customers .customer-item.is-detail {
    width: 74.7%;
  }
}
.mod-customers .customers-item-sizer.is-detail .customer-link,
.mod-customers .customer-item.is-detail .customer-link {
  display: none;
}
.mod-customers .customers-item-sizer.is-detail .customer-detail,
.mod-customers .customer-item.is-detail .customer-detail {
  display: block;
}
.mod-customers .customers-item-sizer .customer-teaser-img,
.mod-customers .customer-item .customer-teaser-img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.mod-customers .customer-item-teaser {
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mod-customers .customer-item-teaser .customer-link {
  text-align: center;
  display: block;
  padding: 20px;
  height: 130px;
}
.mod-customers .customer-item-teaser .customer-link img {
  display: inline-block;
  width: auto;
  height: 100%;
  vertical-align: top;
}
.mod-customers .customer-item-teaser .customer-link > a {
  display: block;
}
.mod-customers .customer-item-teaser.customer-size-75 .customer-link img {
  height: 45px;
  margin-top: 22px;
}
.mod-customers .customer-item-teaser.customer-size-100 .customer-link img {
  height: 60px;
  margin-top: 15px;
}
.mod-customers .customer-item-teaser.customer-size-125 .customer-link img {
  height: 75px;
  margin-top: 12px;
}
.mod-customers .customer-item-teaser.customer-size-150 .customer-link img {
  height: 90px;
}
.mod-customers .customer-item-teaser .customer-logo {
  opacity: 80 / 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.mod-customers .customer-item-teaser .customer-logo-color {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mod-customers .customer-item-teaser .customer-overlay {
  display: block;
  padding: 20px;
  position: absolute;
  text-align: left;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  color: transparent;
  background: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mod-customers .customer-item-teaser .customer-overlay h2 {
  margin: 0;
  color: transparent;
}
.mod-customers .customer-item-teaser:hover {
  background: #fff;
}
.mod-customers .customer-item-teaser:hover .customer-overlay h2 {
  color: #004f9f;
  display: none;
}
.mod-customers .customer-item-teaser:hover .customer-logo-color {
  display: block;
  border: 1px solid #000;
}
.mod-customers .customers-gutter-sizer {
  width: 4%;
}
@media (min-width: 48.0625em) {
  .mod-customers .customers-gutter-sizer {
    width: 2%;
  }
}
@media (min-width: 80.0625em) {
  .mod-customers .customers-gutter-sizer {
    width: 1%;
  }
}
.skin-customers-event .customers-item-sizer,
.skin-customers-event .customer-item {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 33.0625em) {
  .skin-customers-event .customers-item-sizer,
  .skin-customers-event .customer-item {
    width: 48%;
  }
}
@media (min-width: 48.0625em) {
  .skin-customers-event .customers-item-sizer,
  .skin-customers-event .customer-item {
    width: 100% !important;
  }
}
.skin-customers-event .customer-item-teaser {
  background: #fff;
}
.skin-customers-event .customer-item-teaser .customer-overlay h2 {
  color: #004f9f;
  display: none;
}
.skin-customers-event .customer-item-teaser .customer-logo-color {
  display: block;
  border: 1px solid #000;
}
.mod-directory {
  min-height: 500px;
  overflow: hidden;
}
.mod-directory .directory-item {
  position: relative;
  background: #004f9f;
  color: #fff;
  background-size: 100% auto;
  height: 0;
  padding-bottom: 50%;
}
@media (min-width: 33.0625em) {
  .mod-directory .directory-item {
    padding-bottom: 35%;
  }
}
@media (min-width: 74.0625em) {
  .mod-directory .directory-item {
    padding-bottom: 20%;
  }
}
.mod-directory .directory-item * {
  color: #fff;
}
.mod-directory .directory-item > a {
  text-align: center;
  display: block;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mod-directory .directory-item > a h2 {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mod-directory .directory-item > ul {
  position: absolute;
  z-index: 3;
  top: 20%;
  width: 100%;
}
.mod-directory .directory-item > ul li {
  float: left;
  width: 50%;
  text-align: center;
}
.mod-directory .directory-item > ul a {
  display: block;
  padding: 10px;
}
.mod-directory .directory-item:hover a {
  color: #e6edf7;
}
.mod-directory .directory-item:hover > a {
  background: transparent;
}
.mod-directory .directory-item-sizer,
.mod-directory .directory-item {
  position: relative;
  width: 100%;
}
@media (min-width: 33.0625em) {
  .mod-directory .directory-item-sizer,
  .mod-directory .directory-item {
    width: 50%;
  }
}
@media (min-width: 74.0625em) {
  .mod-directory .directory-item-sizer,
  .mod-directory .directory-item {
    width: 33.333334%;
  }
}
.mod-directory .directory-gutter-sizer {
  width: 0;
}
.mod-emotion .emotion-parallax {
  position: relative;
  height: 0;
  padding-bottom: 30%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.mod-emotion .emotion-parallax .container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
}
.mod-emotion .emotion-parallax .container h1 {
  color: rgba(0, 0, 0, 0.8);
}
.mod-form {
  padding-bottom: 20px;
}
@media print {
  .mod-form {
    display: none;
  }
}
.mod-form input,
.mod-form textarea,
.mod-form select {
  outline: none;
  border: 1px solid #000;
  padding: 5px;
  color: #000;
  width: 100%;
  border-radius: 0;
}
.mod-form input.error,
.mod-form textarea.error,
.mod-form select.error {
  border-color: red;
}
.mod-form textarea {
  height: 240px;
}
.mod-form .form-item {
  position: relative;
  margin-bottom: 40px;
  margin-top: 10px;
}
.mod-form .form-item label {
  position: absolute;
  width: 100%;
  top: 5px;
  display: block;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  left: 0;
}
.mod-form .form-item.form-check {
  overflow: hidden;
}
.mod-form .form-item.form-check input {
  float: left;
  margin: 5px 5px 0 0;
  width: auto;
}
.mod-form .form-item.form-check label {
  width: auto;
}
.mod-form span.error,
.mod-form label.error {
  display: block;
  clear: both;
  padding-left: 0;
  width: 100%;
  color: red;
}
.skin-form-aligned .form-row {
  margin-bottom: 10px;
}
.skin-form-aligned .form-check,
.skin-form-aligned .form-radio {
  margin-bottom: 0;
}
.skin-form-aligned .form-check label,
.skin-form-aligned .form-radio label {
  width: auto;
}
@media (min-width: 48.0625em) {
  .skin-form-aligned .form-check label,
  .skin-form-aligned .form-radio label {
    padding-top: 7px;
  }
}
@media (min-width: 48.0625em) {
  .skin-form-aligned label {
    text-align: right;
    float: left;
    width: 30%;
    padding-top: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 80.0625em) {
  .skin-form-aligned label {
    width: 20%;
  }
}
@media (min-width: 48.0625em) {
  .skin-form-aligned input,
  .skin-form-aligned textarea,
  .skin-form-aligned select {
    overflow: hidden;
    width: 70%;
  }
}
@media (min-width: 80.0625em) {
  .skin-form-aligned input,
  .skin-form-aligned textarea,
  .skin-form-aligned select {
    width: 80%;
  }
}
.skin-form-aligned .form-location-inputs {
  overflow: hidden;
}
@media (min-width: 48.0625em) {
  .skin-form-aligned .form-location-inputs {
    width: 70%;
  }
}
@media (min-width: 80.0625em) {
  .skin-form-aligned .form-location-inputs {
    width: 80%;
  }
}
.skin-form-aligned .form-location-inputs input {
  float: left;
}
@media (min-width: 48.0625em) {
  .skin-form-aligned .btn-submit,
  .skin-form-aligned button {
    margin-left: 30%;
  }
}
@media (min-width: 80.0625em) {
  .skin-form-aligned .btn-submit,
  .skin-form-aligned button {
    margin-left: 20%;
  }
}
.skin-form-aligned span.error,
.skin-form-aligned label.error {
  display: block;
}
@media (min-width: 48.0625em) {
  .skin-form-aligned span.error,
  .skin-form-aligned label.error {
    left: 30%;
  }
}
@media (min-width: 80.0625em) {
  .skin-form-aligned span.error,
  .skin-form-aligned label.error {
    left: 20%;
  }
}
.skin-form-anmeldung {
  max-width: 300px;
}
.skin-form-anmeldung .form-item {
  margin-bottom: 5px;
}
.skin-form-anmeldung .form-item label {
  position: static;
  float: left;
  width: 100%;
  text-align: left;
}
.skin-form-anmeldung .form-item input[type=text],
.skin-form-anmeldung .form-item input[type=password] {
  border-color: #ddd;
}
.skin-form-anmeldung button {
  margin-left: 0;
}
.skin-form-bewerbung {
  max-width: 100%;
}
.skin-form-bewerbung .general-error {
  color: red;
}
.skin-form-bewerbung .form-item {
  position: relative;
  margin-bottom: 5px;
}
.skin-form-bewerbung .form-item label {
  position: absolute;
  top: 4px;
  left: 5px;
  color: #333;
  font-size: 12px;
  text-align: left;
}
.skin-form-bewerbung .form-item.is-filled input,
.skin-form-bewerbung .form-item.is-active input {
  border-color: #004f9f;
}
.skin-form-bewerbung .form-item.is-filled label,
.skin-form-bewerbung .form-item.is-active label {
  color: #004f9f;
  font-weight: bold;
}
.skin-form-bewerbung .form-item input,
.skin-form-bewerbung .form-item textarea {
  padding: 25px 5px 15px;
  border-color: #333;
}
.skin-form-bewerbung h3 {
  margin-top: 25px;
}
.skin-form-bewerbung .form-wrapper {
  margin: 20px 0;
  padding: 30px 10px;
  background-color: rgba(0, 79, 179, 0.1);
}
.skin-form-bewerbung .form-radio {
  position: relative;
}
.skin-form-bewerbung .form-radio input {
  position: absolute;
  top: 5px;
  left: 0;
  width: 30px;
}
.skin-form-bewerbung .form-radio label {
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 40px;
}
.skin-form-bewerbung button {
  margin-left: 0;
}
.skin-form-filter .fahrzeuge-filter-sections.is-loading {
  position: absolute;
  z-index: -1;
  height: 2px;
}
.skin-form-filter .form-item {
  padding-bottom: 0;
  margin-bottom: 15px;
}
.skin-form-filter .form-item label {
  padding-bottom: 2px;
}
.skin-form-filter select {
  width: 100%;
}
.skin-form-filter h4 {
  font-family: 'SeravekWebBasic', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  padding-bottom: 2px;
}
.skin-form-filter .accordion-content {
  padding: 20px;
}
.skin-form-styled {
  max-width: 75%;
}
.skin-form-styled legend {
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
  font-family: 'SeravekWebBasic', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0;
}
@media (min-width: 64.0625em) {
  .skin-form-styled legend {
    font-size: 26px;
    line-height: 30px;
  }
}
.skin-form-styled button {
  margin-left: 0;
}
.skin-form-styled .form-wrapper {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.skin-form-styled .form-item,
.skin-form-styled .form-radio {
  position: relative;
  margin-bottom: 10px;
}
.skin-form-styled .form-item label.form-label {
  position: absolute;
  top: 2px;
  left: 5px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  text-align: left;
}
.skin-form-styled .form-select,
.skin-form-styled .form-input,
.skin-form-styled .form-textarea,
.skin-form-styled .qty-field {
  max-width: 600px;
  height: 50px;
  padding-top: 20px;
  padding-bottom: 5px;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  background: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.skin-form-styled .form-select:hover,
.skin-form-styled .form-input:hover,
.skin-form-styled .form-textarea:hover,
.skin-form-styled .qty-field:hover,
.skin-form-styled .form-select:active,
.skin-form-styled .form-input:active,
.skin-form-styled .form-textarea:active,
.skin-form-styled .qty-field:active,
.skin-form-styled .form-select:focus,
.skin-form-styled .form-input:focus,
.skin-form-styled .form-textarea:focus,
.skin-form-styled .qty-field:focus {
  border-color: #4c83ca;
  background: #e6edf7;
}
.skin-form-styled .form-select:hover + .form-label,
.skin-form-styled .form-input:hover + .form-label,
.skin-form-styled .form-textarea:hover + .form-label,
.skin-form-styled .qty-field:hover + .form-label,
.skin-form-styled .form-select:active + .form-label,
.skin-form-styled .form-input:active + .form-label,
.skin-form-styled .form-textarea:active + .form-label,
.skin-form-styled .qty-field:active + .form-label,
.skin-form-styled .form-select:focus + .form-label,
.skin-form-styled .form-input:focus + .form-label,
.skin-form-styled .form-textarea:focus + .form-label,
.skin-form-styled .qty-field:focus + .form-label {
  font-weight: bold;
  color: #4c83ca;
}
.skin-form-styled .form-select {
  padding-top: 15px;
}
.skin-form-styled .form-textarea {
  height: 240px;
}
.skin-form-styled .form-product-wrapper {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e6edf7;
  padding-bottom: 20px;
}
.skin-form-styled .form-product-wrapper:last-child {
  border-bottom: none;
}
.skin-form-styled .form-product-wrapper .label {
  position: relative;
  display: block;
  font-family: 'SeravekWebBasic', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  margin-bottom: 5px;
}
.skin-form-styled .form-product-wrapper .field-prefix,
.skin-form-styled .form-product-wrapper .qty-field {
  display: inline-block;
}
.skin-form-styled .form-product-wrapper .qty-field {
  width: 50px;
  padding: 3px;
  margin-left: 5px;
}
.skin-form-styled .form-product-wrapper .qty-field.is-large {
  width: 200px;
}
.skin-form-styled .form-product-wrapper .product-image-link {
  margin-left: auto;
}
.skin-form-task {
  max-width: 800px;
}
.skin-form-task .form-item {
  margin-bottom: 5px;
}
.skin-form-task .form-item label {
  position: static;
  float: left;
  width: 100%;
  text-align: left;
}
.skin-form-task .form-item input[type=text],
.skin-form-task .form-item input[type=file],
.skin-form-task .form-item textarea,
.skin-form-task .form-item select {
  border-color: #ddd;
}
.skin-form-task textarea {
  height: 450px;
}
.skin-form-task button {
  margin-left: 0;
}
.skin-form-task-extended {
  max-width: 80%;
}
.skin-form-task-extended hr {
  margin: 20px 0;
  border: none;
  height: 1px;
  background: #4c83ca;
}
.skin-form-task-extended h3 {
  margin-top: 20px;
}
.skin-form-task-extended .label-checkbox {
  margin-left: 10px;
}
.skin-form-task-extended .form-radio-toggle {
  display: flex;
  margin-bottom: 20px;
}
.skin-form-task-extended .form-radio-toggle .radio {
  margin-right: 2px;
}
.skin-form-task-extended .form-radio-toggle .input-radio {
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
}
.skin-form-task-extended .form-radio-toggle .input-radio + label {
  position: relative;
  display: inline-block;
  width: 125px;
  padding: 10px;
  border-radius: 2px;
  background-color: #ddd;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.skin-form-task-extended .form-radio-toggle .input-radio + label:hover,
.skin-form-task-extended .form-radio-toggle .input-radio:focus + label {
  color: #4c83ca;
  border-color: #4c83ca;
  background: #e6edf7;
  font-weight: bold;
  cursor: pointer;
}
.skin-form-task-extended .form-radio-toggle .input-radio:checked + label {
  color: #4c83ca;
  border-color: #4c83ca;
  background: #e6edf7;
  font-weight: bold;
}
.skin-form-task-extended .form-radio-toggle .input-radio:checked + label:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  position: absolute;
  left: 8px;
}
.skin-form-task-extended .task-extended__order {
  display: none;
}
.skin-form-task-extended .task-extended__order.is-visible {
  display: block;
  margin-bottom: 30px;
}
.skin-form-task-extended .form-order-unit {
  position: relative;
  padding: 10px;
  margin: 0 10px 10px;
}
.skin-form-task-extended .form-order-unit .is-hidden {
  display: none;
}
.skin-form-task-extended .form-order-unit .input-check {
  width: 20px;
}
.skin-form-task-extended .form-order-unit .form-label {
  display: inline-block;
  width: calc(95% - 25px);
}
.skin-form-task-extended .form-order-unit .form-label-note {
  font-size: 13px;
}
.skin-form-task-extended .form-order-unit .order-unit-label {
  width: auto;
  font-family: 'SeravekWebBasic', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 10px;
}
.skin-form-task-extended .form-order-unit .order-unit-input-check + .order-unit-label:before {
  z-index: -1;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-color: #ddd;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.skin-form-task-extended .form-order-unit .order-unit-input-check + .order-unit-label:hover:before,
.skin-form-task-extended .form-order-unit .order-unit-input-check + .order-unit-label:hover {
  color: #4c83ca;
  border-color: #4c83ca;
  background: #e6edf7;
  font-weight: bold;
  cursor: pointer;
}
.skin-form-task-extended .form-order-unit .order-unit-input-check:checked + .order-unit-label:before {
  color: #4c83ca;
  border-color: #4c83ca;
  background: #e6edf7;
}
.skin-form-task-extended .form-order-unit .order-unit-language {
  margin-bottom: 10px;
  clear: both;
  display: flex;
  flex-wrap: wrap;
}
.skin-form-task-extended .form-order-unit .order-unit-language .order-unit-lang {
  min-width: 130px;
}
.skin-form-task-extended .form-wrapper {
  display: flex;
  margin: 0 -10px;
  padding: 0;
  box-shadow: none;
}
.skin-form-task-extended .space-bottom-s {
  margin-bottom: 15px;
}
.mod-gallery {
  overflow: hidden;
  margin: 0 -10px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mod-gallery .gallery-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 10px;
}
.mod-gallery .gallery-item:last-child {
  margin-bottom: 0;
}
.mod-gallery .gallery-item .label {
  margin-top: 10px;
}
.mod-gallery .gallery-item.portrait {
  width: 50%;
}
.mod-gallery a {
  display: block;
  position: relative;
}
.mod-gallery a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mod-gallery a:hover:before,
.mod-gallery a:focus:before,
.mod-gallery a:active:before {
  background: transparent;
}
.mod-gallery img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}
.mod-iframe {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 40%;
}
.mod-iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}
.mod-intranet-calendar {
  margin-bottom: 20px;
}
.mod-intranet-calendar .btn-auth,
.mod-intranet-calendar .btn-logout {
  display: none;
}
.mod-intranet-calendar table td {
  padding: 5px 15px 5px 10px;
}
.mod-intranet-calendar table tr:nth-child(odd) td {
  background: #ddd;
}
.mod-intranet-customers {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2%;
}
.mod-intranet-customers .customer-item {
  background: #efefef;
}
@media (min-width: 48.0625em) {
  .mod-intranet-customers .customer-item {
    width: 48%;
    padding: 20px;
    margin: 1%;
  }
}
.mod-intranet-status {
  float: left;
}
@media (max-width: 33em) {
  .mod-intranet-status {
    width: 100%;
  }
}
.mod-intranet-status p {
  display: block;
  padding: 10px 4px 5px;
  color: #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 33.0625em) {
  .mod-intranet-status p {
    font-size: 18px;
    line-height: 30px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 48.0625em) {
  .mod-intranet-status p {
    padding: 20px 12px 10px;
    font-size: 24px;
  }
}
@media (min-width: 48.0625em) {
  .is-scrolled .mod-intranet-status p {
    padding-top: 10px;
  }
}
.mod-intranet-status p span {
  float: left;
  margin-right: 20px;
}
.mod-intranet-status p span.week {
  font-family: 'SeravekWebBasic', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mod-intro {
  position: absolute;
  left: 0;
  width: 100%;
  top: -100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #000;
  z-index: 102;
  padding-top: 100px;
}
@media (min-width: 48.0625em) {
  .mod-intro {
    padding-top: 150px;
  }
}
.mod-intro p {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}
.mod-intro .l-container {
  position: relative;
  max-width: 550px !important;
  margin: 0 auto;
}
.mod-intro .intro-wrapper {
  position: relative;
  text-align: center;
  border: 5px solid #004f9f;
}
.mod-intro .intro-close {
  position: absolute;
  top: -80px;
  right: 20px;
  width: 50px;
}
.mod-intro .intro-close img {
  max-width: 100%;
  height: auto;
}
.mod-intro .intro-content {
  padding: 20px 20px;
  background: #fff;
}
@media (min-width: 48.0625em) {
  .mod-intro .intro-content {
    padding: 75px 20px;
  }
}
.mod-intro .intro-content img {
  display: inline-block;
  margin: 20px 0;
  max-width: 280px;
  height: auto;
}
@media (min-width: 48.0625em) {
  .mod-intro .intro-content img {
    margin: 40px 0;
  }
}
#flake {
  color: #fff !important;
}
.skin-layout-micro {
  color: #fff;
  background: #000;
  text-align: center;
}
.skin-layout-micro.page-wm-grillplausch,
.skin-layout-micro.page-wm-grillplausch-danke {
  color: #000;
  background: #fff;
}
.skin-layout-micro body {
  color: #fff;
}
.skin-layout-micro body.is-scrolled .l-header {
  box-shadow: none;
  background: #000;
}
@media (min-width: 48.0625em) {
  .skin-layout-micro .l-wrapper {
    padding-top: 180px;
  }
}
.skin-layout-micro.page-wm-grillplausch .l-wrapper,
.skin-layout-micro.page-wm-grillplausch-danke .l-wrapper {
  background: #000 url(/assets/templates/codekit/assets/img/bg-wm-870218512.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.skin-layout-micro .l-header {
  text-align: center;
}
.skin-layout-micro .l-emotion {
  position: relative;
  margin: 0 auto 50px;
}
.skin-layout-micro .l-emotion img {
  vertical-align: top;
}
.skin-layout-micro .l-emotion:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+74,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 74%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 74%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 74%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.skin-layout-micro.page-wm-grillplausch .l-emotion,
.skin-layout-micro.page-wm-grillplausch-danke .l-emotion {
  margin-bottom: 0;
}
.skin-layout-micro.page-wm-grillplausch .l-emotion:before,
.skin-layout-micro.page-wm-grillplausch-danke .l-emotion:before {
  content: normal;
}
.skin-layout-micro.page-wm-grillplausch .l-emotion img,
.skin-layout-micro.page-wm-grillplausch-danke .l-emotion img {
  margin: 0;
}
.skin-layout-micro .l-main {
  text-align: center;
  min-height: 0;
}
.skin-layout-micro .l-main .container {
  max-width: 1000px;
}
.skin-layout-micro.page-wm-grillplausch body,
.skin-layout-micro.page-wm-grillplausch-danke body {
  font-family: 'SeravekWebBasic', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.skin-layout-micro.page-wm-grillplausch body h2,
.skin-layout-micro.page-wm-grillplausch-danke body h2 {
  font-family: 'SeravekWebBasic', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.skin-layout-micro.page-wm-grillplausch body h3,
.skin-layout-micro.page-wm-grillplausch-danke body h3 {
  font-family: 'SeravekWebBasic', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media (min-width: 64.0625em) {
  .skin-layout-micro.page-wm-grillplausch body h3,
  .skin-layout-micro.page-wm-grillplausch-danke body h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
.skin-layout-micro.page-wm-grillplausch body .l-main,
.skin-layout-micro.page-wm-grillplausch-danke body .l-main {
  text-shadow: 0 0 2px #000;
}
.skin-layout-micro .l-footer {
  text-align: center;
}
@media (max-width: 48em) {
  .skin-layout-micro .l-footer p {
    font-size: 18px;
  }
}
.skin-layout-micro .l-footer a {
  color: #fff;
  text-decoration: none;
}
.skin-layout-micro.page-wm-grillplausch .l-footer p,
.skin-layout-micro.page-wm-grillplausch-danke .l-footer p {
  color: #000;
}
.skin-layout-micro.page-wm-grillplausch .l-footer a,
.skin-layout-micro.page-wm-grillplausch-danke .l-footer a {
  color: #000;
}
.skin-layout-micro .mod-map {
  margin-left: -20px;
  margin-right: -20px;
}
.skin-layout-micro .l-anmeldung {
  display: none;
}
.skin-layout-micro p {
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 64.0625em) {
  .skin-layout-micro p {
    font-size: 22px;
    line-height: 28px;
  }
}
.skin-layout-micro a {
  color: #fff;
  text-decoration: underline;
}
.skin-layout-micro img {
  margin-bottom: 20px;
}
.skin-layout-micro form {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  padding: 20px 0;
}
.skin-layout-micro form input,
.skin-layout-micro form textarea {
  float: none;
  width: 100%;
  background: #000;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
  padding: 10px;
  font-size: 20px;
}
.skin-layout-micro form input {
  text-align: center;
}
.skin-layout-micro form textarea {
  height: 80px;
}
.skin-layout-micro form button {
  float: none;
  display: inline-block;
  background: #000;
  border: 2px solid #fff;
  border-radius: 2px;
  margin: 0;
}
.skin-layout-micro.page-wm-grillplausch form input,
.skin-layout-micro.page-wm-grillplausch form textarea {
  background: rgba(255, 255, 255, 0.7);
  color: #000;
}
.skin-layout-micro.page-wm-grillplausch form label {
  color: #000;
  text-shadow: 0 0 2px #fff;
}
.skin-layout-micro.page-wm-grillplausch form .form-item.is-active label {
  color: #000;
}
.skin-layout-micro .intro-start-link {
  bottom: 0;
  display: block;
  color: #fff;
  white-space: nowrap;
  width: 100%;
  margin-top: 20px;
  text-decoration: none;
  font-family: 'SeravekWebBasic', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 64.0625em) {
  .skin-layout-micro .intro-start-link {
    font-size: 22px;
    line-height: 28px;
  }
}
.skin-layout-micro .intro-start-link span {
  display: block;
  width: 100%;
}
.skin-layout-micro .intro-start-link i {
  display: inline-block;
  bottom: 0;
  width: 46px;
  height: 46px;
  margin-top: 10px;
  background: url(/assets/templates/codekit/assets/img/icon_scroll.png) no-repeat;
  background-size: 46px 46px;
  border: none;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.skin-layout-micro.page-wm-grillplausch .intro-start-link {
  text-shadow: 0 0 2px #000;
}
@media (min-width: 64.0625em) {
  .skin-layout-micro.page-wm-grillplausch .intro-start-link {
    font-size: 30px;
    line-height: 40px;
  }
}
.mod-logo {
  float: left;
  margin-right: 20px;
}
.mod-logo a {
  display: block;
  height: 42px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 48.0625em) {
  .mod-logo a {
    height: 70px;
  }
}
.is-scrolled .mod-logo a {
  height: 31px;
}
@media (min-width: 33.0625em) {
  .is-scrolled .mod-logo a {
    height: 42px;
  }
}
@media (min-width: 48.0625em) {
  .is-scrolled .mod-logo a {
    height: 50px;
  }
}
.mod-logo a img {
  vertical-align: top;
  width: auto;
  height: 100%;
}
.skin-logo-micro {
  float: none;
}
.page-neujahrsapero .skin-logo-micro a {
  height: 100px;
}
.mod-map {
  margin-bottom: 20px;
}
.mod-map .map-address {
  display: none;
}
.mod-map .map-content {
  height: 100%;
  min-height: 800px;
  font-size: inherit;
}
.mod-map .map-content .infowindow {
  color: #000;
  font-family: 'SeravekWebBasic', arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  line-height: inherit;
}
.mod-map .map-content .infowindow a {
  color: #004f9f;
  text-decoration: none;
}
.mod-map .map-content .infowindow strong {
  font-family: 'SeravekWebBasic', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.skin-map-micro .infowindow {
  color: #000;
}
.skin-map-micro .infowindow a {
  color: #000;
  text-decoration: none;
}
.mod-nav {
  float: right;
}
@media (min-width: 33.0625em) {
  .mod-nav {
    padding-top: 0;
  }
}
.mod-nav .nav-trigger {
  display: none;
  float: right;
  margin: 4px 0 0 10px;
  width: 30px;
  height: 30px;
  background: url(/assets/templates/codekit/assets/img/menutrigger.png) top left no-repeat;
  background-size: 100% 200%;
}
@media (max-width: 64em) {
  .mod-nav .nav-trigger {
    display: block;
  }
}
@media (min-width: 33.0625em) {
  .mod-nav .nav-trigger {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 48.0625em) {
  .mod-nav .nav-trigger {
    margin-top: 14px;
  }
}
.mod-nav .nav-trigger.is-open {
  background-position: left bottom;
}
@media (max-width: 64em) {
  .mod-nav .nav-list {
    display: none;
  }
}
@media only screen and (max-width: 370px) {
  .mod-nav > ul {
    display: block;
    margin-top: 40px;
    width: 100%;
  }
}
@media only screen and (min-width: 371px) {
  .mod-nav > ul {
    float: right;
  }
}
.mod-nav > ul li {
  float: left;
  position: relative;
}
.mod-nav > ul li:hover ul:not(.form-new-task) {
  display: block;
}
.mod-nav > ul li:hover > a,
.mod-nav > ul li.active > a {
  color: #004f9f;
}
.mod-nav > ul li.active > a {
  font-family: 'SeravekWebBasic', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mod-nav > ul li:last-child a {
  padding-right: 0;
}
.mod-nav > ul li > ul {
  position: absolute;
  text-align: left;
  padding-top: 0;
  overflow: hidden;
  display: none;
  width: 100%;
  z-index: 2;
  left: 0;
  background: #004f9f;
}
.mod-nav > ul li > ul li {
  float: none;
  position: static;
}
.mod-nav > ul li > ul li:hover > a,
.mod-nav > ul li > ul li.active > a {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.mod-nav > ul li > ul a {
  font-size: 15px;
  line-height: 20px;
  padding-top: 5px;
  color: #fff;
}
@media (min-width: 48.0625em) {
  .mod-nav > ul li > ul a {
    font-size: 18px;
    line-height: 25px;
  }
}
.mod-nav > ul li > ul.form-new-task {
  left: auto;
  right: 0;
  min-width: 340px;
  padding: 20px;
  border: 1px solid #004f9f;
  overflow: visible;
}
.mod-nav > ul li > ul.form-new-task .task-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  z-index: 3;
}
.mod-nav > ul li > ul.form-new-task label {
  color: #fff;
}
.mod-nav > ul li > ul.form-new-task input[type="file"] {
  color: #fff;
}
.mod-nav > ul li > ul.form-new-task select,
.mod-nav > ul li > ul.form-new-task .select2-container {
  width: 100%;
  min-width: 300px;
}
.mod-nav > ul li > ul.form-new-task textarea {
  height: 200px;
}
.mod-nav > ul a {
  display: block;
  padding: 10px 4px 5px;
  color: #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 33.0625em) {
  .mod-nav > ul a {
    font-size: 18px;
    line-height: 30px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 48.0625em) {
  .mod-nav > ul a {
    padding: 20px 12px 10px;
    font-size: 24px;
  }
}
@media (min-width: 48.0625em) {
  .is-scrolled .mod-nav > ul a {
    padding-top: 10px;
  }
}
.mod-nav-mobile {
  display: none;
  background: #004f9f;
  color: #fff !important;
}
.mod-nav-mobile a {
  color: #fff !important;
}
.mod-nav-mobile .mm-navbar {
  border-color: #e6edf7;
}
.mod-nav-mobile .mm-listview {
  border-color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-family: 'SeravekWebBasic', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mod-nav-mobile .mm-listview > li > a,
.mod-nav-mobile .mm-listview > li > span {
  padding-top: 15px;
  padding-bottom: 15px;
}
.mod-nav-mobile .mm-listview > li .mm-arrow:after,
.mod-nav-mobile .mm-listview > li .mm-next:after {
  border: none;
}
.mod-nav-mobile .mm-listview > li:not(.mm-divider):after {
  background: #fff;
  left: 0;
}
.mod-nav-mobile .mm-btn:after,
.mod-nav-mobile .mm-btn:before {
  border-color: #fff;
}
.mod-project {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.mod-project .project-hero:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
}
@media (min-width: 64.0625em) {
  .mod-project .project-hero:before {
    width: 50%;
  }
}
@media (min-width: 64.0625em) {
  .mod-project .project-hero {
    width: 50%;
    float: left;
  }
}
.mod-project .project-hero .project-swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.mod-project .project-description {
  overflow: hidden;
}
.mod-project .project-title {
  position: relative;
  padding: 15px 0 0 20px;
}
.mod-project .project-title h1,
.mod-project .project-title h2 {
  margin-bottom: 0;
  font-family: 'SeravekWebBasic', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  line-height: 35px;
}
.mod-project .project-title a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 21px;
  color: #fff;
}
.mod-project .project-title a i {
  font-size: 24px;
  line-height: 28px;
}
.mod-project .project-title a strong {
  display: none;
}
.mod-project .project-title a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.mod-project .project-customer {
  overflow: hidden;
}
.mod-project .project-image {
  position: relative;
  height: 0;
  padding-bottom: 62.4%;
}
.mod-project .project-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mod-project .project-content {
  min-height: 300px;
  padding: 15px 20px 0 20px;
}
.mod-project .project-content .project-content-detail {
  margin-bottom: 20px;
}
.mod-project .project-content .customer-logo {
  display: inline-block;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
}
.mod-project .project-content .customer-logo img {
  width: 100%;
  max-width: 120px;
  height: auto;
  vertical-align: top;
}
@media (min-width: 80.0625em) {
  .mod-project .project-content .customer-logo img {
    max-width: 200px;
  }
}
.mod-project .project-content .project-link {
  display: block;
}
.skin-project-detail .rich {
  margin-bottom: 50px;
}
@media (min-width: 48.0625em) {
  .skin-project-detail .rich {
    max-width: 75%;
  }
}
@media (min-width: 74.0625em) {
  .skin-project-detail .rich {
    max-width: 50%;
  }
}
.mod-projects {
  min-height: 500px;
  opacity: 5 / 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5);
  filter: alpha(opacity=5);
}
.mod-projects .projects-more {
  display: none;
}
.mod-projects .projects-filter {
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.mod-projects .projects-filter li {
  display: block;
}
.mod-projects .projects-filter li a {
  color: #000;
}
.mod-projects .projects-filter a {
  display: block;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.4s ease-in;
  transition: color 0.4s ease-in;
}
.mod-projects .projects-filter a i {
  display: none;
}
.mod-projects .projects-filter a:hover,
.mod-projects .projects-filter a.is-checked {
  color: #004f9f;
}
.mod-projects .projects-filter a.is-checked {
  font-family: 'SeravekWebBasic', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mod-projects .projects-filter a::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-radius: 100%;
  border: 3px solid #004f9f;
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.27, 0.4, 1.52);
  transition: all 0.5s cubic-bezier(0.52, 0.27, 0.4, 1.52);
  opacity: 0;
}
.mod-projects .projects-filter a.is-checked::before {
  left: 0;
  top: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  opacity: 1;
}
@media print {
  .mod-projects .projects-filter {
    display: none;
  }
}
.mod-projects .projects-item-sizer,
.mod-projects .project-item {
  position: relative;
  width: 100%;
  float: left;
}
@media (min-width: 33.0625em) {
  .mod-projects .projects-item-sizer,
  .mod-projects .project-item {
    width: 50%;
  }
}
@media (min-width: 48.0625em) {
  .mod-projects .projects-item-sizer,
  .mod-projects .project-item {
    width: 33.333334%;
  }
}
@media (min-width: 74.0625em) {
  .mod-projects .projects-item-sizer,
  .mod-projects .project-item {
    width: 25%;
  }
}
.mod-projects .projects-item-sizer .project-detail,
.mod-projects .project-item .project-detail {
  position: relative;
  display: none;
  padding: 20px 0;
}
.mod-projects .projects-item-sizer .project-detail:before,
.mod-projects .project-item .project-detail:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 20px;
  bottom: 20px;
  background: #ddd;
  z-index: 0;
}
.mod-projects .projects-item-sizer.is-detail,
.mod-projects .project-item.is-detail {
  width: 100%;
  overflow: visible;
}
.mod-projects .projects-item-sizer.is-detail .project-link,
.mod-projects .project-item.is-detail .project-link {
  display: none;
}
.mod-projects .projects-item-sizer.is-detail .project-detail,
.mod-projects .project-item.is-detail .project-detail {
  display: block;
}
.mod-projects .projects-item-sizer .project-teaser-image,
.mod-projects .project-item .project-teaser-image {
  position: relative;
  height: 0;
  padding-bottom: 62.4%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.mod-projects .projects-item-sizer .project-teaser-img,
.mod-projects .project-item .project-teaser-img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  vertical-align: top;
}
.mod-projects .project-item-teaser {
  position: relative;
  background: #ddd;
  overflow: hidden;
}
.mod-projects .project-item-teaser > a {
  display: block;
}
.mod-projects .project-item-teaser .project-overlay {
  text-align: center;
  display: block;
  padding: 30px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  color: transparent;
  background: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mod-projects .project-item-teaser .project-overlay h2 {
  color: transparent;
}
.mod-projects .project-item-teaser .project-overlay h3 {
  color: transparent;
}
.mod-projects .project-item-teaser:hover {
  z-index: 100;
}
.mod-projects .project-item-teaser:hover .project-teaser-image {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.mod-projects .project-item-teaser:hover .project-overlay {
  color: #fff;
  background: rgba(0, 79, 179, 0.8);
}
.mod-projects .project-item-teaser:hover .project-overlay h2,
.mod-projects .project-item-teaser:hover .project-overlay h3 {
  color: #fff;
}
.mod-projects .project-item-teaser.is-detail {
  background: transparent;
}
.mod-projects .projects-gutter-sizer {
  width: 0;
}
.skin-projects-more {
  margin-top: 40px;
}
.mod-projekt .projekt-intro {
  margin-bottom: 25px;
}
@media (min-width: 48.0625em) {
  .mod-projekt .projekt-intro {
    margin-bottom: 50px;
  }
}
.mod-projekt .projekt-intro .customer-logo {
  padding: 10px;
  max-width: 150px;
  margin-bottom: 10px;
}
.mod-projekt .projekt-intro .customer-logo img {
  vertical-align: top;
  height: auto;
  width: 100%;
}
.mod-projekt .projekt-intro .rich {
  margin-bottom: 15px;
}
@media (min-width: 48.0625em) {
  .mod-projekt .projekt-intro .rich {
    margin-bottom: 30px;
  }
}
.mod-projekt .projekt-intro .project-link a {
  display: inline-block;
  padding: 8px 20px;
  border: 2px solid #000;
  background: #000;
  color: #fff;
  font-family: 'SeravekWebBasic', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mod-projekt .projekt-gallery {
  margin-bottom: 25px;
}
@media (min-width: 48.0625em) {
  .mod-projekt .projekt-gallery {
    margin-bottom: 50px;
  }
}
.mod-projekt .projekt-more {
  padding: 25px 0;
}
@media (min-width: 48.0625em) {
  .mod-projekt .projekt-more {
    padding: 50px 0;
  }
}
.mod-projekte {
  text-align: left;
}
.mod-projekte .projekte-filter {
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.mod-projekte .projekte-filter li {
  display: block;
}
.mod-projekte .projekte-filter li a {
  color: #000;
}
.mod-projekte .projekte-filter a {
  display: block;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.4s ease-in;
  transition: color 0.4s ease-in;
}
.mod-projekte .projekte-filter a i {
  display: none;
}
.mod-projekte .projekte-filter a:hover,
.mod-projekte .projekte-filter a.is-checked {
  color: #004f9f;
}
.mod-projekte .projekte-filter a.is-checked {
  font-family: 'SeravekWebBasic', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mod-projekte .projekte-filter a::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-radius: 100%;
  border: 3px solid #004f9f;
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.27, 0.4, 1.52);
  transition: all 0.5s cubic-bezier(0.52, 0.27, 0.4, 1.52);
  opacity: 0;
}
.mod-projekte .projekte-filter a.is-checked::before {
  left: 0;
  top: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  opacity: 1;
}
@media print {
  .mod-projekte .projekte-filter {
    display: none;
  }
}
.mod-projekte .projekte-overview {
  min-height: 200px;
  margin: 0 -10px;
}
.mod-projekte .projects-item-sizer,
.mod-projekte .project-item {
  width: 100%;
  float: left;
}
@media (min-width: 33.0625em) {
  .mod-projekte .projects-item-sizer,
  .mod-projekte .project-item {
    width: 50%;
  }
}
@media (min-width: 48.0625em) {
  .mod-projekte .projects-item-sizer,
  .mod-projekte .project-item {
    width: 33.333334%;
  }
}
.mod-projekte .project-item {
  position: relative;
  padding: 10px;
}
.mod-projekte .project-item .project-detail {
  position: relative;
  display: none;
  padding: 20px 0;
}
.mod-projekte .project-item .project-link {
  position: relative;
  overflow: hidden;
}
.mod-projekte .project-item .project-link .customer-logo {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  padding: 10px;
  width: auto;
  background: rgba(0, 0, 0, 0.3);
}
.mod-projekte .project-item .project-link .customer-logo img {
  height: 100%;
  width: auto;
}
.mod-projekte .project-item.is-detail {
  width: 100%;
  overflow: visible;
}
.mod-projekte .project-item.is-detail .project-link {
  display: none;
}
.mod-projekte .project-item.is-detail .project-detail {
  display: block;
}
.mod-projekte .project-item .project-teaser-image {
  position: relative;
  height: 0;
  padding-bottom: 62.4%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.mod-projekte .project-item .project-teaser-img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  vertical-align: top;
}
.mod-projekte .project-item-teaser {
  position: relative;
  overflow: hidden;
}
.mod-projekte .project-item-teaser > a {
  display: block;
}
.mod-projekte .project-item-teaser .project-overlay {
  text-align: center;
  display: block;
  padding: 30px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  color: transparent;
  background: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mod-projekte .project-item-teaser .project-overlay h2 {
  color: transparent;
}
.mod-projekte .project-item-teaser .project-overlay h3 {
  color: transparent;
}
.mod-projekte .project-item-teaser:hover {
  z-index: 100;
}
.mod-projekte .project-item-teaser:hover .project-teaser-image {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.mod-projekte .project-item-teaser:hover .project-overlay {
  color: #fff;
  background: rgba(0, 79, 179, 0.8);
}
.mod-projekte .project-item-teaser:hover .project-overlay h2,
.mod-projekte .project-item-teaser:hover .project-overlay h3 {
  color: #fff;
}
.mod-projekte .project-item-teaser.is-detail {
  background: transparent;
}
.mod-projekte .projekte-more-wrapper {
  text-align: center;
}
.mod-projekte .projekte-more-wrapper .projekte-loader {
  text-align: center;
  display: none;
}
.mod-projekte .projekte-more-wrapper .projekte-loader span {
  width: 60px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.mod-projekte .projekte-more-wrapper .projekte-more {
  display: inline-block;
  padding: 20px 50px;
}
.mod-service {
  overflow: hidden;
  position: relative;
  background: #ddd;
}
@media (min-width: 64.0625em) {
  .mod-service .service-hero {
    min-height: 10px;
  }
}
.mod-service .service-hero:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fff;
}
@media (min-width: 64.0625em) {
  .mod-service .service-hero:before {
    width: 50%;
    border-right: 1px solid #000;
  }
}
.mod-service .service-hero i {
  position: absolute;
  font-size: 400px;
  color: #ddd;
  top: 20px;
  left: 20px;
}
@media (min-width: 64.0625em) {
  .mod-service .service-hero {
    width: 50%;
    float: left;
  }
}
.mod-service .service-description {
  overflow: hidden;
}
.mod-service .service-description .service-title {
  position: relative;
  padding: 15px 0 0 20px;
}
.mod-service .service-description .service-title h1,
.mod-service .service-description .service-title h2 {
  margin-bottom: 0;
  font-family: 'SeravekWebBasic', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  line-height: 35px;
  color: #000;
}
.mod-service .service-description .service-title a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 21px;
  color: #fff;
}
.mod-service .service-description .service-title a i {
  font-size: 24px;
  line-height: 28px;
}
.mod-service .service-description .service-title a strong {
  display: none;
}
.mod-service .service-description .service-title a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.mod-service .service-customer {
  overflow: hidden;
}
.mod-service .service-customer img {
  width: 100%;
  max-width: 220px;
  height: auto;
}
@media (min-width: 80.0625em) {
  .mod-service .service-customer img {
    float: right;
  }
}
.mod-service .service-image {
  position: relative;
  height: 0;
  padding-bottom: 62.4%;
}
.mod-service .service-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mod-service .service-content {
  position: relative;
  min-height: 300px;
  padding: 25px 20px;
}
.mod-services {
  min-height: 500px;
  opacity: 5 / 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5);
  filter: alpha(opacity=5);
  margin-bottom: 50px;
}
.mod-services .services-item-sizer,
.mod-services .service-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  float: left;
}
@media (min-width: 33.0625em) {
  .mod-services .services-item-sizer,
  .mod-services .service-item {
    width: 49%;
  }
}
@media (min-width: 48.0625em) {
  .mod-services .services-item-sizer,
  .mod-services .service-item {
    width: 32.66667%;
  }
}
.mod-services .services-item-sizer h2,
.mod-services .service-item h2 {
  color: #fff;
}
.mod-services .services-item-sizer .service-detail,
.mod-services .service-item .service-detail {
  display: none;
}
.mod-services .services-item-sizer.is-detail,
.mod-services .service-item.is-detail {
  width: 100%;
}
.mod-services .services-item-sizer.is-detail .service-link,
.mod-services .service-item.is-detail .service-link {
  display: none;
}
.mod-services .services-item-sizer.is-detail .service-detail,
.mod-services .service-item.is-detail .service-detail {
  display: block;
}
.mod-services .services-item-sizer .service-teaser-image,
.mod-services .service-item .service-teaser-image {
  position: relative;
  height: 0;
  padding-bottom: 62.5%;
}
.mod-services .services-item-sizer .service-teaser-img,
.mod-services .service-item .service-teaser-img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  vertical-align: top;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mod-services .service-item {
  min-height: 160px;
}
@media (min-width: 33.0625em) {
  .mod-services .service-item {
    min-height: 220px;
  }
}
@media (min-width: 48.0625em) {
  .mod-services .service-item {
    min-height: 260px;
  }
}
.mod-services .service-item-teaser {
  position: relative;
  background: #333;
}
.mod-services .service-item-teaser > a {
  display: block;
}
.mod-services .service-item-teaser .service-overlay {
  display: block;
  padding: 30px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  color: transparent;
  background: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mod-services .service-item-teaser .service-teaser-icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 110px;
  color: rgba(255, 255, 255, 0.4);
}
@media (min-width: 33.0625em) {
  .mod-services .service-item-teaser .service-teaser-icon {
    font-size: 150px;
  }
}
.mod-services .service-item-teaser:hover {
  z-index: 100;
}
.mod-services .service-item-teaser:hover .service-overlay {
  color: #fff;
  background: rgba(0, 79, 179, 0.8);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
}
.mod-services .service-item-teaser:hover .service-overlay h2,
.mod-services .service-item-teaser:hover .service-overlay h3 {
  color: #fff;
}
.mod-services .service-item-teaser:hover .service-teaser-img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.mod-services .service-item-teaser.is-detail {
  background: transparent;
}
.mod-services .services-gutter-sizer {
  width: 2%;
}
@media (min-width: 33.0625em) {
  .mod-services .services-gutter-sizer {
    width: 2%;
  }
}
@media (min-width: 48.0625em) {
  .mod-services .services-gutter-sizer {
    width: 1%;
  }
}
.mod-social {
  float: right;
  margin-left: 10px;
}
.mod-social a {
  float: left;
  padding: 10px 4px 5px;
  color: #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 33.0625em) {
  .mod-social a {
    font-size: 18px;
    line-height: 30px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 48.0625em) {
  .mod-social a {
    padding: 20px 12px 10px;
    font-size: 24px;
  }
}
@media (min-width: 48.0625em) {
  .is-scrolled .mod-social a {
    padding-top: 10px;
  }
}
@media screen {
  .mod-tasks .tasks-filter {
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .mod-tasks .tasks-filter li {
    display: block;
  }
  .mod-tasks .tasks-filter li a {
    color: #000;
  }
  .mod-tasks .tasks-filter a {
    display: block;
    padding: 10px;
    position: relative;
    -webkit-transition: color 0.4s ease-in;
    transition: color 0.4s ease-in;
  }
  .mod-tasks .tasks-filter a:hover,
  .mod-tasks .tasks-filter a.is-checked,
  .mod-tasks .tasks-filter li.active > a {
    color: #004f9f;
  }
  .mod-tasks .tasks-filter a.is-checked,
  .mod-tasks .tasks-filter li.active > a {
    font-family: 'SeravekWebBasic', arial, sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  .mod-tasks .tasks-filter a::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-radius: 100%;
    border: 3px solid #004f9f;
    -webkit-transition: all 0.5s cubic-bezier(0.52, 0.27, 0.4, 1.52);
    transition: all 0.5s cubic-bezier(0.52, 0.27, 0.4, 1.52);
    opacity: 0;
  }
  .mod-tasks .tasks-filter a.is-checked::before,
  .mod-tasks .tasks-filter li.active > a::before {
    left: 0;
    top: 0;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    opacity: 1;
  }
  .mod-tasks .tasks-overview {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .mod-tasks .tasks-overview .task-customer > .logo {
    float: right;
    height: 50px;
    width: 200px;
    text-align: center;
    padding: 10px;
    margin-top: -5px;
    border: 1px solid #ddd;
  }
  .mod-tasks .tasks-overview .task-customer > .logo img {
    height: 100%;
    width: auto;
  }
  .mod-tasks .tasks-overview .task-item {
    width: 100%;
    padding: 10px;
  }
  .mod-tasks .tasks-overview .task-item .task-content {
    position: relative;
    border: 1px solid #ddd;
    min-height: 150px;
    padding: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .mod-tasks .tasks-overview .task-item .task-content:hover {
    background: #ddd;
  }
  .mod-tasks .tasks-overview .task-item .task-content:hover .date {
    color: #333;
  }
  .mod-tasks .tasks-overview .task-item .task-content h3 {
    margin-bottom: 0;
  }
  .mod-tasks .tasks-overview .task-item .task-content .date {
    font-family: 'SeravekWebBasic', arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #ddd;
  }
  .mod-tasks .tasks-overview .task-item .task-content .shortname {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 8px;
    font-family: 'SeravekWebBasic', arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    background: #004f9f;
    font-size: 13px;
    color: #fff;
    text-align: center;
  }
  .mod-tasks .tasks-overview .task-item .task-content .shortname span {
    display: block;
  }
  .mod-tasks .tasks-overview .task-item .task-content .logo {
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 2px 5px;
    color: #333;
  }
  .mod-tasks .tasks-overview .task-item .task-content .logo img {
    height: 25px;
    width: auto;
  }
  .mod-tasks .tasks-overview .task-item .task-content .logo .img-search {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 10px;
    color: transparent;
  }
  .mod-tasks .tasks-overview .task-item .task-content .rich {
    max-height: 50px;
    overflow: hidden;
  }
  .mod-tasks .tasks-overview .task-item .is-over {
    background: #fdd3cc;
  }
  .mod-tasks .tasks-overview .task-item .is-over .date {
    color: red;
  }
  .mod-tasks .tasks-overview .task-item .is-done {
    background: #e9fdcc;
  }
  .mod-tasks .tasks-overview .task-item .is-done .date {
    color: #436d06;
  }
  .mod-tasks .tasks-overview .task-item .is-longterm {
    background: #efefef;
  }
}
@media screen and print {
  .mod-tasks .tasks-filter {
    display: none;
  }
}
@media screen and (min-width: 33.0625em) {
  .mod-tasks .tasks-overview .task-item {
    width: 50%;
  }
}
@media screen and (min-width: 48.0625em) {
  .mod-tasks .tasks-overview .task-item {
    width: 33.3332%;
  }
}
@media screen and (min-width: 74.0625em) {
  .mod-tasks .tasks-overview .task-item {
    width: 25%;
  }
}
@media screen and print {
  .mod-tasks .tasks-overview .task-item .task-content .logo {
    display: none;
  }
}
@media print {
  .mod-tasks .tasks-filter {
    display: none;
  }
  .mod-tasks .tasks-overview {
    display: none;
  }
}
.skin-tasks-week .tasks-list .rich ul {
  list-style: none;
  padding: 0;
}
.skin-tasks-week .tasks-list .rich li {
  position: relative;
  padding-left: 20px;
}
.skin-tasks-week .tasks-list .rich li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 3px;
  content: "\f096";
}
@media all {
  .mod-team {
    overflow: hidden;
    padding-bottom: 300px;
    background: #000;
  }
  .mod-team .person {
    position: relative;
  }
  .mod-team .person h1,
  .mod-team .person h2 {
    color: #fff;
  }
  .mod-team .person h1 {
    margin-bottom: 5px;
  }
  .mod-team .person figure {
    position: relative;
    display: block;
    background: #000;
    padding: 20px;
  }
  .mod-team .person figure:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.01+0,1+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
  }
  .mod-team .person .person-overlay {
    position: relative;
    z-index: 2;
    overflow: hidden;
    color: #000;
    padding: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .mod-team .person .person-overlay .person-name {
    color: #333;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .mod-team .person:hover .person-overlay {
    color: #fff;
  }
  .mod-team .person:hover .person-overlay .person-name {
    color: #fff;
  }
  .mod-team .person:hover figure:before {
    height: 100px;
  }
}
@media all and (min-width: 64.0625em) {
  .mod-team .person figure {
    padding: 0 50px;
  }
}
@media all and (min-width: 80.0625em) {
  .mod-team .person figure {
    padding: 0 100px;
  }
}
.mod-team-wide {
  overflow: hidden;
}
.mod-team-wide .person {
  margin-bottom: 20px;
}
.mod-teasers {
  min-height: 500px;
  opacity: 5 / 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5);
  filter: alpha(opacity=5);
}
.mod-teasers .teaser-item-sizer,
.mod-teasers .teaser-item {
  position: relative;
  width: 100%;
}
@media (min-width: 33.0625em) {
  .mod-teasers .teaser-item-sizer,
  .mod-teasers .teaser-item {
    width: 50%;
  }
}
@media (min-width: 48.0625em) {
  .mod-teasers .teaser-item-sizer,
  .mod-teasers .teaser-item {
    width: 33.333334%;
  }
}
.mod-teasers .project-item-teaser {
  position: relative;
  background: rgba(0, 79, 179, 0.1);
}
.mod-teasers .project-item-teaser > a {
  display: block;
}
.mod-teasers .project-item-teaser .project-overlay {
  display: block;
  padding: 30px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  color: transparent;
  background: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mod-teasers .project-item-teaser .project-overlay h2 {
  color: transparent;
}
.mod-teasers .project-item-teaser .project-overlay h3 {
  color: transparent;
}
.mod-teasers .project-item-teaser:hover {
  z-index: 100;
  /*
			&:after {
				content: "";
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				.linear-gradient(bottom, @blueTrans, transparent)
			}
*/
}
.mod-teasers .project-item-teaser:hover .project-overlay {
  color: #fff;
  background: rgba(0, 79, 179, 0.8);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
}
.mod-teasers .project-item-teaser:hover .project-overlay h2,
.mod-teasers .project-item-teaser:hover .project-overlay h3 {
  color: #fff;
}
.mod-teasers .project-item-teaser.is-detail {
  background: transparent;
}
.mod-teasers .projects-gutter-sizer {
  width: 0;
}
@media all {
  .mod-video {
    position: relative;
    clear: both;
  }
  .mod-video .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #004f9f;
  }
  .mod-video .play {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    cursor: pointer;
    margin-left: -60px;
    margin-top: -60px;
    opacity: 50 / 100;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    text-shadow: 0 0 3px #000;
  }
  .mod-video .play:hover {
    opacity: 100 / 100;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  .mod-video .media-container {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
  }
  .mod-video .media-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
  }
}
.mod-wiki {
  margin-bottom: 50px;
}
.mod-wiki .wiki-filter {
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.mod-wiki .wiki-filter li {
  display: block;
}
.mod-wiki .wiki-filter li a {
  color: #000;
}
.mod-wiki .wiki-filter a {
  display: block;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.4s ease-in;
  transition: color 0.4s ease-in;
}
.mod-wiki .wiki-filter a i {
  display: none;
}
.mod-wiki .wiki-filter a:hover,
.mod-wiki .wiki-filter a.is-checked {
  color: #004f9f;
}
.mod-wiki .wiki-filter a.is-checked {
  font-family: 'SeravekWebBasic', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mod-wiki .wiki-filter a::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-radius: 100%;
  border: 3px solid #004f9f;
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.27, 0.4, 1.52);
  transition: all 0.5s cubic-bezier(0.52, 0.27, 0.4, 1.52);
  opacity: 0;
}
.mod-wiki .wiki-filter a.is-checked::before {
  left: 0;
  top: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  opacity: 1;
}
@media print {
  .mod-wiki .wiki-filter {
    display: none;
  }
}
.mod-wiki .wiki-overview {
  display: flex;
  flex-wrap: wrap;
}
.mod-wiki .wiki-item {
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}
.mod-wiki .wiki-item a {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 56.25%;
}
.mod-wiki .wiki-item a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}
.mod-wiki .wiki-item a h2 {
  position: relative;
  padding: 20px;
  font-family: 'SeravekWebBasic', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: rgba(0, 0, 0, 0.8);
  z-index: 2;
}
@media (min-width: 33.0625em) {
  .mod-wiki .wiki-item {
    width: 50%;
  }
}
@media (min-width: 48.0625em) {
  .mod-wiki .wiki-item {
    width: 33.3332%;
  }
}
.mod-wiki .wiki-item.wiki-item--uni {
  background: #4c83ca;
}
.mod-wiki .wiki-item.wiki-item--uni a h2 {
  color: #fff;
}
