@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*!
 *  Font Awesome 4.2.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("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.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.3333333333em;
  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.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

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

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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: #fff;
}

/* 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: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.icon {
  display: block;
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
}

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013–2014 thoughtbot, inc.
 * MIT License */
/*
|--------------------------------------------------------------------------
| Font Family
|--------------------------------------------------------------------------
|
| Base Font Family
|
*/
/*
|--------------------------------------------------------------------------
| Inner Wrapper & Padding
|--------------------------------------------------------------------------
|
|
*/
/*
|--------------------------------------------------------------------------
| Font Sizes
|--------------------------------------------------------------------------
|
| Default Font-Sizes for general layout
|
*/
/*
|--------------------------------------------------------------------------
| Line-Height
|--------------------------------------------------------------------------
|
| Line-Height
|
*/
/*
|--------------------------------------------------------------------------
| Radius / Spacing
|--------------------------------------------------------------------------
|
| Border-Radius and spacing of Block-Element
|
*/
/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
|
| Colors for various things
|
*/
/*
|--------------------------------------------------------------------------
| Form Styling
|--------------------------------------------------------------------------
|
| Styling and layout for Forms
|
*/
/*
|--------------------------------------------------------------------------
| Layout
|--------------------------------------------------------------------------
|
| Layout Variables for Spacing / Header-Height / Footer-Height
|
*/
/*
|--------------------------------------------------------------------------
| Grid-Layout
|--------------------------------------------------------------------------
|
| Spaces/Columns for Grid-Layout
|
*/
/*
|--------------------------------------------------------------------------
| Breakpoints
|--------------------------------------------------------------------------
|
| Breakpoints used by media-querys for Layout Change
|
*/
/*
|--------------------------------------------------------------------------
| Button Base Styling
|--------------------------------------------------------------------------
|
| Default Styling for Buttons
| Gets used by base/_buttons.scss
|
*/
.button, .button-on-light {
  -webkit-font-smoothing: antialiased;
  background-color: #235aa7;
  border-radius: 0;
  color: white;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 12px 35px 12px 35px;
  text-decoration: none;
}

.button:hover, .button-on-light:hover {
  background-color: #2968c0;
  color: white;
}

.button:disabled, .button-on-light:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/*
|--------------------------------------------------------------------------
| Social Links Gray-Scale
|--------------------------------------------------------------------------
|
| Base for Social Links in Gray Scale
| Needs _sprites.scss to be populated
| Layout properties are defined in base/_buttons.scss
|
*/
.youtube.social-link:hover {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: 0px -39px;
  width: 39px;
  height: 39px;
}

.twitter.social-link:hover {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: 0px -78px;
  width: 39px;
  height: 39px;
}

.facebook.social-link:hover {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -117px 0px;
  width: 39px;
  height: 39px;
}

.google-plus.social-link:hover {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -39px -117px;
  width: 39px;
  height: 39px;
}

.rss-feed.social-link:hover {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -78px -78px;
  width: 39px;
  height: 39px;
}

.xing.social-link:hover {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -78px 0px;
  width: 39px;
  height: 39px;
}

/*
|--------------------------------------------------------------------------
| Social Links White
|--------------------------------------------------------------------------
|
| Base for Social Links in White
| Needs _sprites.scss to be populated
| Layout properties are defined in base/_buttons.scss
|
*/
.youtube.social-link {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -39px 0px;
  width: 39px;
  height: 39px;
}

.twitter.social-link {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -78px -39px;
  width: 39px;
  height: 39px;
}

.facebook.social-link {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -117px -39px;
  width: 39px;
  height: 39px;
}

.google-plus.social-link {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -78px -117px;
  width: 39px;
  height: 39px;
}

.rss-feed.social-link {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -39px -78px;
  width: 39px;
  height: 39px;
}

.xing.social-link {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -39px -39px;
  width: 39px;
  height: 39px;
}

.social-link {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
}

.social-link::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.input-button {
  display: block;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

/*
|--------------------------------------------------------------------------
| Fix Padding
|--------------------------------------------------------------------------
|
| Padding gets calculated wrong in Current Version of Bourbon/Neat
|
*/
/*
|--------------------------------------------------------------------------
| Fix Margin
|--------------------------------------------------------------------------
|
| Margin gets calculated wrong in Current Version of Bourbon/Neat
|
*/
body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #000000;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

h1::after {
  content: '';
  width: 100%;
  border-bottom: 4px solid #2763b8;
  position: absolute;
  left: 0;
  top: 120%;
}

h1,
h2 {
  color: #2763b8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.25;
  margin: 0 0 0.4em 0;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 23px;
  font-weight: 400;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 14px;
}

p {
  margin: 0 0 17.5px;
}

a {
  transition: color 0.1s linear;
  color: #235aa7;
  text-decoration: none;
}

a:hover {
  color: #2b6cc9;
}

a:active, a:focus {
  outline: none;
}

hr {
  border-bottom: 1px solid #efeff1;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 35px 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

blockquote {
  border-left: 2px solid #efeff1;
  color: #262626;
  margin: 35px 0;
  padding-left: 17.5px;
}

cite {
  color: #404040;
  font-style: italic;
}

cite:before {
  content: "\2014 \00A0";
}

fieldset {
  background: white;
  border: 1px solid #efeff1;
  margin: 0 0 17.5px 0;
  padding: 35px;
}

input,
label,
select {
  display: block;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
}

label {
  font-weight: bold;
  color: white;
  margin-bottom: 8.75px;
}

label.required:after {
  content: "*";
}

label abbr {
  display: none;
}

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple="multiple"] {
  box-sizing: border-box;
  transition: border-color;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
}

@media all and (min-width: 650px) {
  textarea,
  input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
  select[multiple="multiple"] {
    width: 90%;
  }
}

textarea:hover,
input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
select[multiple="multiple"]:hover {
  border-color: #d4d4d9;
}

textarea:focus,
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
select[multiple="multiple"]:focus {
  border-color: #235aa7;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(31, 79, 146, 0.7);
  outline: none;
}

textarea.error,
input[type="email"].error, input[type="number"].error, input[type="password"].error, input[type="search"].error, input[type="tel"].error, input[type="text"].error, input[type="url"].error, input[type="color"].error, input[type="date"].error, input[type="datetime"].error, input[type="datetime-local"].error, input[type="month"].error, input[type="time"].error, input[type="week"].error,
select[multiple="multiple"].error {
  border: 2px solid yellow;
}

textarea {
  min-height: 8em;
  resize: vertical;
}

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

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 8.75px;
}

input[type="file"] {
  padding-bottom: 17.5px;
  width: 100%;
}

select {
  margin-bottom: 35px;
  max-width: 100%;
  width: auto;
}

.spam {
  display: block;
  color: yellow;
  margin-bottom: 10px;
}

.checkboxFont {
  color: white;
  font-size: 12px;
  font-weight: 300;
  margin-top: 20px;
}

.checkboxFont a {
  font-weight: bold;
  color: white;
}

.checkboxFont a:hover {
  color: white;
  text-decoration: underline;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
}

table {
  border-collapse: collapse;
  margin: 17.5px 0;
  border: 0px solid #efefef;
  width: 100%;
  overflow-x: auto;
}

th {
  border: 0;
  font-weight: bold;
  padding: 17.5px 0;
  text-align: left;
}

td {
  border: 0;
  padding: 17.5px 0;
  padding-left: 1em;
  padding-right: 1em;
}

table tr:first-child {
  color: white;
}

tr,
td,
th {
  vertical-align: middle;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

dl {
  margin-bottom: 17.5px;
}

dl dt {
  font-weight: bold;
  margin-top: 17.5px;
}

dl dd {
  margin: 0;
}

.button, .button-on-light {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.button-on-light {
  background-color: #2763b8;
  border: 2px solid #2763b8;
  color: white;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  transition: background-color 0.2 all;
}

.button-on-light:hover {
  background-color: #235aa7;
}

.button-on-light.inverse {
  border: 2px solid #2763b8;
  background-color: #2763b8;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.button-on-light.inverse:hover {
  background-color: white;
  color: #2763b8 !important;
}

.input-button {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -156px -32px;
  width: 32px;
  height: 32px;
  background-color: #2763b8;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
}

/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  box-sizing: border-box;
}

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

html,
body {
  background-attachment: fixed;
  background-size: cover;
  background-color: #ffffff;
  min-height: 100%;
  font-weight: 400;
}

h1 {
  font-weight: 400;
  position: relative;
}

h1.right::before {
  right: 0;
  left: auto;
}

h1.no-element::before {
  content: "";
  position: relative;
  width: auto;
  height: auto;
}

@media screen and (max-width: 639px) {
  h1 {
    font-size: 24px;
  }
}

.white-element {
  width: 25px;
  margin-right: 20px;
  margin-bottom: -15px;
  height: 60px;
  background-color: white;
  display: inline-block;
}

@media screen and (max-width: 639px) {
  .white-element {
    display: none;
  }
}

.wrapper {
  background: white;
  max-width: 1332px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}

.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.wrapper * {
  -ms-flex: none;
      flex: none;
}

.header-wrapper {
  position: fixed;
  z-index: 10;
  width: 100%;
}

@media screen and (max-width: 979px) {
  .header-wrapper {
    position: relative;
  }
}

.header-whitespace {
  height: 189px;
}

@media screen and (max-width: 979px) {
  .header-whitespace {
    display: none;
  }
}

.footer-logo {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 23.7916666667px;
  vertical-align: middle;
  width: 100%;
  margin-top: 3%;
  margin-bottom: 3%;
  text-align: center;
}

.footer-logo:after {
  content: "";
  display: table;
  clear: both;
}

.footer-logo .logo-image {
  max-width: 250px;
}

@media screen and (max-width: 639px) {
  .footer-logo .logo-image {
    max-width: 100%;
  }
}

.header {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  height: 189px;
  position: relative;
}

.header:after {
  content: "";
  display: table;
  clear: both;
}

.header .logo {
  display: block;
  float: left;
  font-size: 0;
  height: 189px;
  padding: 0 23.7916666667px;
  vertical-align: middle;
}

@media screen and (max-width: 979px) {
  .header .logo {
    width: 100%;
  }
}

.header .logo:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.header .logo .logo-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 250px;
}

.header .navi-main-btn {
  background-color: #2b6cc9;
  cursor: pointer;
  display: block;
  height: 45px;
  right: 0;
  position: absolute;
  top: 0;
  width: 45px;
  z-index: 15;
}

@media screen and (min-width: 980px) {
  .header .navi-main-btn {
    display: none !important;
  }
}

.header .navi-main-btn .navi-main-icon {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: 0px -182px;
  width: 27px;
  height: 17px;
  left: 9px;
  position: absolute;
  top: 15px;
}

.header .navi-main .navi-main-text {
  padding: 14px 0px;
  position: relative;
  color: #2763b8;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

@media screen and (min-width: 980px) {
  .header .navi-main .navi-main-text:hover:before {
    content: "";
    height: 3px;
    width: 100%;
    background-color: white;
    bottom: 5px;
    position: absolute;
    left: 0;
  }
}

.header .navi-main .icon-indicator {
  display: none;
}

@media screen and (max-width: 979px) {
  .header .navi-main {
    background: #ffffff;
    display: none;
    max-width: 410px;
    padding-top: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 3;
    box-shadow: 0 0px 35px 0 rgba(0, 0, 0, 0.2);
  }
  .header .navi-main .navi-sub-heading {
    display: none;
  }
  .header .navi-main .navi-main-item {
    border-bottom: 1px solid #235aa7;
    display: block;
    position: relative;
  }
  .header .navi-main .navi-item-wrapper.active .navi-main-link, .header .navi-main .navi-item-wrapper:hover .navi-main-link {
    border-left: 7px solid white;
    padding-left: 25px;
  }
  .header .navi-main .navi-main-link {
    color: white;
    display: block;
    font-size: 16.8px;
    height: 48px;
    margin-right: 52px;
    padding: 11px 0 16px 32px;
    position: relative;
  }
  .header .navi-main .navi-main-ul {
    border-top: 1px solid #235aa7;
  }
  .header .navi-main .navi-sub-item, .header .navi-main .navi-sub-item-2 {
    border-top: 1px solid #235aa7;
    position: relative;
  }
  .header .navi-main .navi-sub-link-2, .header .navi-main .navi-sub-link {
    display: block;
    margin-right: 3em;
    padding: 10px 0 10px 52px;
    position: relative;
  }
  .header .navi-main .active.navi-sub-link-2, .header .navi-main .active.navi-sub-link, .header .navi-main .navi-sub-link-2:hover, .header .navi-main .navi-sub-link:hover {
    border-left: 7px solid #235aa7;
    padding-left: 45px;
  }
  .header .navi-main .navi-sub-link-2 {
    padding-left: 72px;
  }
  .header .navi-main .navi-sub-link-2.active, .header .navi-main .navi-sub-link-2:hover {
    padding-left: 65px;
  }
  .header .navi-main .navi-sub-link.active, .header .navi-main .navi-sub-link:hover {
    border-left: 7px solid #2b6cc9;
    padding-left: 45px;
  }
  .header .navi-main .navi-sub-item .navi-folding,
  .header .navi-main .navi-sub-item-2 .navi-folding {
    height: 41px;
  }
  .header .navi-main .navi-sub-item .navi-folding .plus-bar,
  .header .navi-main .navi-sub-item-2 .navi-folding .plus-bar {
    top: 19px;
  }
  .header .navi-main .navi-sub-item .navi-folding .minus-bar,
  .header .navi-main .navi-sub-item-2 .navi-folding .minus-bar {
    left: 9px;
    top: 19px;
    width: 27px;
  }
  .header .navi-main .navi-sub-item .navi-folding.closed .plus-bar,
  .header .navi-main .navi-sub-item-2 .navi-folding.closed .plus-bar {
    top: 7px;
    height: 27px;
  }
  .header .navi-main .navi-folding {
    background-color: #2763b8;
    cursor: pointer;
    height: 46px;
    position: absolute;
    top: 1px;
    right: 0;
    width: 45px;
  }
  .header .navi-main .navi-folding:hover {
    background: #2b6cc9;
  }
  .header .navi-main .navi-folding .plus-bar {
    background: #fff;
    display: block;
    height: 3px;
    left: 21px;
    position: absolute;
    top: 21px;
    transition: top 0.4s ease-in, height 0.4s ease-in;
    width: 3px;
  }
  .header .navi-main .navi-folding .minus-bar {
    background: #fff;
    display: block;
    height: 3px;
    left: 8px;
    position: absolute;
    top: 21px;
    width: 29px;
  }
  .header .navi-main .navi-folding.closed .plus-bar {
    top: 8px;
    height: 29px;
  }
}

@media screen and (min-width: 980px) {
  .header .navi-main {
    float: right;
    text-align: right;
  }
  .header .navi-main .navi-main-item {
    border-width: 0 0 1px 1px;
    display: inline-block;
    height: 128px;
    position: relative;
  }
  .header .navi-main .navi-main-item:hover .navi-sub-wrapper {
    display: block;
  }
  .header .navi-main .navi-item-wrapper {
    display: block;
    height: 100%;
  }
  .header .navi-main .navi-item-wrapper.active, .header .navi-main .navi-item-wrapper.active-child {
    transition: border-bottom-color 0.2s ease;
  }
  .header .navi-main .navi-main-link {
    color: #2763b8;
    display: block;
    height: 100%;
    line-height: 189px;
    padding: 0 20px;
    text-align: center;
  }
  .header .navi-main .navi-main-btn {
    display: none;
  }
  .header .navi-main .navi-sub-heading {
    font-size: 20px;
    text-align: left;
    margin-bottom: 11px;
  }
  .header .navi-main .navi-sub-heading:hover {
    opacity: 0.8;
  }
  .header .navi-main .navi-sub-wrapper {
    box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.35);
    background: #2763b8;
    color: #ffffff;
    display: none;
    min-width: 630px;
    padding: 15px 35px 30px 35px;
    position: absolute;
    text-align: left;
    top: 120px;
    overflow: hidden;
    left: -380px;
  }
  .header .navi-main .navi-sub-wrapper-2 {
    padding-left: 3px;
  }
  .header .navi-main .navi-sub-item {
    float: left;
    display: block;
    margin-right: 0;
    width: 33%;
    vertical-align: top;
  }
  .header .navi-main .navi-sub-item a:hover {
    text-decoration: underline;
  }
  .header .navi-main .active.navi-sub-link-2, .header .navi-main .active.navi-sub-link {
    text-decoration: underline;
  }
  .header .navi-main .navi-sub-link {
    color: inherit;
    display: block;
    font-size: 15px;
    margin-bottom: 8px;
  }
  .header .navi-main .navi-sub-link-2 {
    display: block;
    padding-left: 13px;
    position: relative;
  }
  .header .navi-main .navi-sub-link-2:after {
    background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
    background-position: -206px -21px;
    width: 5px;
    height: 9px;
    color: #ffffff;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 0;
  }
  .header .navi-main .navi-sub-item-2 {
    margin-bottom: 3px;
  }
  .header .navi-main .navi-sub-item-2 a {
    color: #ffffff;
  }
  .header .navi-main .navi-folding {
    display: none;
  }
}

.content-wrapper {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  width: 100%;
}

.plugin-card-double {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  width: 100%;
}

.plugin-card-double:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 980px) {
  .main-content-wrapper {
    float: left;
    display: block;
    /* width: flex-grid($columns, $container-columns) + flex-gutter($container-columns);

      &:last-child {
        width: flex-grid($columns, $container-columns);
      } */
    width: 66.6666666667%;
  }
}

.contact-wrapper {
  position: relative;
  width: 100%;
  color: white;
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 980px) {
  .side-content-wrapper {
    float: left;
    display: block;
    /* width: flex-grid($columns, $container-columns) + flex-gutter($container-columns);

      &:last-child {
        width: flex-grid($columns, $container-columns);
      } */
    width: 33.3333333333%;
  }
}

.static-content-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.static-content-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.static-content-wrapper a {
  color: #000000;
}

.static-content-wrapper a:hover {
  text-decoration: underline;
}

.static-content {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.static-content:after {
  content: "";
  display: table;
  clear: both;
}

.static-content .network {
  padding-bottom: 70px;
}

.static-content .newsletter-sub {
  padding-right: 32px;
  position: relative;
}

.static-content .newsletter-sub .email-input {
  border: 1px solid #999;
  border-right: none;
  height: 32px;
  margin-right: -32px;
}

.static-content .social-links {
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.static-content .social-links:after {
  content: "";
  display: table;
  clear: both;
}

.static-content .social-links .social-links-item {
  background-color: #2763b8;
  display: block;
  float: left;
  margin-right: 5px;
}

.footer-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.footer-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.footer-wrapper .footer {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.footer-wrapper .footer:after {
  content: "";
  display: table;
  clear: both;
}

.footer-wrapper .footer * {
  color: #000000;
}

@media screen and (min-width: 980px) {
  .footer-wrapper .footer .footer-nav {
    float: left;
    display: block;
    margin-right: 3.125%;
    width: 48.4375%;
    padding-left: 34px;
  }
  .footer-wrapper .footer .footer-nav:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 979px) {
  .footer-wrapper .footer .footer-nav {
    padding: 0 35.6875px;
  }
}

.footer-wrapper .footer .footer-nav-item {
  display: block;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
}

.footer-wrapper .footer .footer-nav-item a:hover {
  text-decoration: underline;
}

.footer-wrapper .footer .footer-nav-item:last-child {
  margin-right: 0;
}

.footer-wrapper .footer .footer-copyright {
  text-align: right;
  position: relative;
  padding: 23.7916666667px;
}

.footer-wrapper .footer .footer-copyright:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 639px) {
  .footer-wrapper .footer .footer-copyright {
    text-align: left;
  }
}

.footer-wrapper .footer .footer-copyright .copyright-text {
  display: block;
  float: left;
  margin-bottom: 20px;
}

.footer-wrapper .footer .footer-copyright .imprint-wrapper {
  clear: right;
  float: right;
  display: block;
}

@media screen and (max-width: 639px) {
  .footer-wrapper .footer .footer-copyright .imprint-wrapper {
    float: left;
  }
}

.footer-wrapper .footer .footer-copyright .imprint-wrapper a {
  display: inline-block;
  margin-right: 20px;
}

.footer-wrapper .footer .footer-copyright .imprint-wrapper a:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 979px) {
  .footer-wrapper .footer .footer-copyright {
    right: 0;
    bottom: 0;
  }
}

@media screen and (min-width: 980px) {
  .footer-wrapper .footer .footer-copyright {
    padding-right: 35.6875px;
    margin-left: 0%;
    float: left;
    display: block;
    margin-right: 3.125%;
    width: 100%;
  }
  .footer-wrapper .footer .footer-copyright:last-child {
    margin-right: 0;
  }
}

.content-headline {
  margin-bottom: 2em;
  color: #fff;
  font-size: 30px;
}

.r6fjzy9orjw7 {
  display: none;
}

.gmaps {
  display: block;
  line-height: 0;
}

.header-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0%, transparent 50%);
  height: 100%;
  width: 100%;
  position: absolute;
}

.left-element {
  position: relative;
  font-size: 24px;
  padding-left: 25px;
}

.left-element:before {
  content: "";
  position: absolute;
  left: 0;
  height: 95%;
  width: 15px;
  background-color: white;
}

.inner-wrapper {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 20px;
  margin-top: 20px;
}

.inner-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.lang-buttons {
  float: right;
  position: absolute;
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 979px) {
  .lang-buttons {
    left: 0;
    right: auto;
  }
}

.lang-btn {
  float: left;
  padding: 5px 10px;
  background-color: #2763b8;
  margin-right: 2px;
  color: white;
  font-size: 18px;
}

.cc-window {
  box-shadow: 0 0px 35px 0 rgba(0, 0, 0, 0.05);
}

.bottom-contact {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 20px;
}

.bottom-contact:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 979px) {
  .bottom-contact {
    display: inline-block;
  }
}

.bottom-contact .item {
  margin-left: 40px;
  margin-right: 0px;
  font-size: 14px;
}

@media screen and (max-width: 979px) {
  .bottom-contact .item {
    margin-left: 0;
  }
}

@media all and (min-width: 995px) {
  .bottom-contact .item-items {
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 979px) {
  .bottom-contact .item-items {
    display: -ms-flexbox;
    display: flex;
  }
}

.bottom-contact .items {
  display: grid;
}

.bottom-contact .line-left {
  position: relative;
}

@media screen and (max-width: 979px) {
  .bottom-contact .line-left {
    margin-top: 10px;
  }
}

.bottom-contact .line-left::after {
  content: "";
  display: block;
  width: 205px;
  height: 4px;
  background: #2763b8;
  left: -216px;
  position: absolute;
  margin-top: 12px;
}

@media all and (min-width: 980px) and (max-width: 1310px) {
  .bottom-contact .line-left::after {
    position: relative;
    left: -25px;
    width: 150px;
  }
}

@media screen and (max-width: 979px) {
  .bottom-contact .line-left::after {
    left: -10px;
    margin-top: -23px;
  }
}

.bottom-contact .line-right {
  position: relative;
}

.bottom-contact .line-right::after {
  content: "";
  display: block;
  width: 205px;
  height: 4px;
  background: #2763b8;
  left: 11px;
  position: absolute;
  margin-top: 12px;
}

@media all and (min-width: 980px) and (max-width: 1310px) {
  .bottom-contact .line-right::after {
    position: relative;
    left: 23px;
    width: 150px;
  }
}

@media screen and (max-width: 979px) {
  .bottom-contact .line-right::after {
    left: -12px;
  }
}

.top-contact {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 20px;
}

.top-contact:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 979px) {
  .top-contact {
    display: inline-block;
  }
}

.top-contact .item {
  margin-left: 40px;
  margin-right: 0px;
  font-size: 14px;
}

@media screen and (max-width: 979px) {
  .top-contact .item {
    margin-left: 0;
  }
}

.top-contact .line-left {
  position: relative;
}

@media screen and (max-width: 979px) {
  .top-contact .line-left {
    margin-top: 10px;
  }
}

.top-contact .line-left::after {
  content: "";
  display: block;
  width: 215px;
  height: 4px;
  background: #2763b8;
  left: -238px;
  position: absolute;
  margin-top: 12px;
}

@media all and (min-width: 980px) and (max-width: 1310px) {
  .top-contact .line-left::after {
    position: relative;
    left: -25px;
    width: 150px;
  }
}

@media screen and (max-width: 979px) {
  .top-contact .line-left::after {
    left: -10px;
    margin-top: -23px;
  }
}

.top-contact .line-right {
  position: relative;
}

.top-contact .line-right::after {
  content: "";
  display: block;
  width: 215px;
  height: 4px;
  background: #2763b8;
  left: 24px;
  position: absolute;
  margin-top: 12px;
}

@media all and (min-width: 980px) and (max-width: 1310px) {
  .top-contact .line-right::after {
    position: relative;
    left: 23px;
    width: 150px;
  }
}

@media screen and (max-width: 979px) {
  .top-contact .line-right::after {
    left: -12px;
  }
}

.plugin-card-vier-aktuelles .default-content .left-text {
  width: 67%;
  display: block;
  float: left;
  margin-right: 0;
}

.plugin-card-vier-aktuelles .default-content .left-text h1 {
  margin-right: 50px;
  margin-bottom: 50px;
}

.plugin-card-vier-aktuelles .default-content .left-text h1::after {
  content: '';
  width: 100%;
  border-bottom: 4px solid #2763b8;
  position: absolute;
  left: 0;
  top: 120%;
}

.plugin-card-vier-aktuelles .default-content .left-text h2 {
  margin-bottom: 50px;
}

.plugin-card-vier-aktuelles .default-content .left-text .col-1 {
  width: 45%;
  float: left;
  display: block;
  margin-right: 6%;
}

@media screen and (max-width: 639px) {
  .plugin-card-vier-aktuelles .default-content .left-text .col-1 {
    width: 100%;
  }
}

.plugin-card-vier-aktuelles .default-content .left-text .col-2 {
  width: 45%;
  float: left;
  display: block;
}

@media screen and (max-width: 639px) {
  .plugin-card-vier-aktuelles .default-content .left-text .col-2 {
    width: 100%;
  }
}

@media screen and (max-width: 979px) {
  .plugin-card-vier-aktuelles .default-content .left-text {
    width: 100%;
  }
}

.plugin-card-vier-aktuelles .default-content .right-images {
  width: 33%;
  display: block;
  float: left;
}

.plugin-card-vier-aktuelles .default-content .right-images .col-3 h1 {
  color: #ffffff;
  margin-bottom: 30px;
}

.plugin-card-vier-aktuelles .default-content .right-images .col-3 h1::after {
  content: '';
  width: 112.5%;
  border-bottom: 4px solid #fff;
  position: absolute;
  left: 0;
  top: 120%;
}

.plugin-card-vier-aktuelles .default-content .right-images .col-3 p {
  color: #ffffff;
}

.plugin-card-vier-aktuelles .default-content .right-images .col-3 .button-on-light {
  border: 1px solid #ffffff;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 500;
}

.plugin-card-vier-aktuelles .default-content .right-images .col-3 .button-on-light:hover {
  background-color: #2763b8;
}

@media screen and (max-width: 979px) {
  .plugin-card-vier-aktuelles .default-content .right-images {
    width: 100%;
  }
}

.plugin-card-vier-aktuelles .default-content .right-images .bg-image {
  background-image: url("../images/aktuelles-background-image.jpg");
  padding: 10%;
  margin-bottom: 30px;
}

@media screen and (max-width: 979px) {
  .plugin-card-vier-aktuelles .default-content .right-images .bg-image {
    background-size: contain;
  }
}

@media screen and (min-width: 980px) {
  .plugin-card-vier-aktuelles .default-content .right-images .bg-image {
    width: 342px;
    min-height: 338px;
  }
}

.image-middle-sites-background {
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 30px;
  min-height: 600px;
}

@media all and (min-width: 1263px) {
  .image-middle-sites-background {
    min-height: 626px;
  }
}

@media all and (max-width: 390px) {
  .image-middle-sites-background {
    min-height: 650px;
  }
}

.image-middle-sites-background .plugin-card-single-with-background-image {
  background-color: rgba(87, 145, 208, 0.8);
  padding: 23.7916666667px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-height: 360px;
  position: absolute;
  right: 120px;
  bottom: 42px;
}

.image-middle-sites-background .plugin-card-single-with-background-image:after {
  content: "";
  display: table;
  clear: both;
}

@media all and (max-width: 450px) {
  .image-middle-sites-background .plugin-card-single-with-background-image .default-content {
    padding: 0;
  }
}

@media all and (max-width: 979px) {
  .image-middle-sites-background .plugin-card-single-with-background-image {
    min-height: 559px;
    top: 0;
  }
}

@media all and (max-width: 390px) {
  .image-middle-sites-background .plugin-card-single-with-background-image {
    min-height: 650px;
  }
}

@media all and (max-width: 1190px) {
  .image-middle-sites-background .plugin-card-single-with-background-image {
    right: 0;
  }
}

.image-middle-sites-background .plugin-card-single-with-background-image h1 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 50px;
}

.image-middle-sites-background .plugin-card-single-with-background-image h1::after {
  content: '';
  width: 105%;
  border-bottom: 3px solid #ffffff;
  position: absolute;
  left: 0;
  top: 120%;
  z-index: 1;
}

.image-middle-sites-background .plugin-card-single-with-background-image p {
  color: #ffffff;
  margin-top: 30px;
}

@media all and (max-width: 390px) {
  .image-middle-sites-background .plugin-card-single-with-background-image p {
    margin-top: 0;
  }
}

@media screen and (min-width: 980px) {
  .image-middle-sites-background .plugin-card-single-with-background-image p {
    width: 75%;
  }
}

.image-middle-sites-background .plugin-card-single-with-background-image ul {
  list-style-type: none;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.image-middle-sites-background .plugin-card-single-with-background-image ul li {
  margin-right: 3%;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 30%;
}

@media screen and (max-width: 979px) {
  .image-middle-sites-background .plugin-card-single-with-background-image ul li {
    width: 100%;
  }
}

@media all and (min-width: 640px) and (max-width: 979px) {
  .image-middle-sites-background .plugin-card-single-with-background-image ul li {
    margin-top: -12px;
  }
}

.image-middle-sites-background .plugin-card-single-with-background-image ul li::before {
  content: "\25A0";
  color: #fff;
  font-size: 30px;
  margin-right: 10px;
  margin-left: -30px;
}

@media screen and (max-width: 639px) {
  .image-middle-sites-background .plugin-card-single-with-background-image ul li::before {
    font-size: 20px;
  }
}

.plugin-card-triple-aktuelles .left-images {
  width: 35%;
  display: block;
  float: left;
  margin-right: 5%;
}

.plugin-card-triple-aktuelles .left-images .bg-blue-image {
  background-image: url("../images/krest-background.png");
  padding: 10%;
  margin-bottom: 30px;
}

@media screen and (min-width: 980px) {
  .plugin-card-triple-aktuelles .left-images .bg-blue-image {
    width: 360px;
    min-height: 338px;
  }
}

@media screen and (max-width: 639px) {
  .plugin-card-triple-aktuelles .left-images .bg-blue-image .col-2 {
    width: 100%;
  }
}

.plugin-card-triple-aktuelles .left-images .bg-blue-image h1 {
  color: #ffffff;
  margin-bottom: 30px;
  border-bottom: 4px solid #ffffff;
}

.plugin-card-triple-aktuelles .left-images .bg-blue-image p {
  color: #ffffff;
}

.plugin-card-triple-aktuelles .left-images .button-on-light {
  border: 1px solid #ffffff;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 500;
}

.plugin-card-triple-aktuelles .left-images .button-on-light:hover {
  background-color: #2763b8;
}

@media screen and (max-width: 979px) {
  .plugin-card-triple-aktuelles .left-images {
    width: 100%;
  }
}

.plugin-card-triple-aktuelles .right-text {
  width: 60%;
  display: block;
  float: left;
  margin-right: 0;
}

.plugin-card-triple-aktuelles .right-text h1 {
  margin-bottom: 40px;
}

.plugin-card-triple-aktuelles .right-text h1::after {
  content: '';
  width: 100%;
  border-bottom: 4px solid #2763b8;
  position: absolute;
  left: 0;
  top: 120%;
  z-index: 1;
}

.plugin-card-triple-aktuelles .right-text h2 {
  margin-bottom: 40px;
}

.plugin-card-triple-aktuelles .right-text .col-3 ol {
  column-count: 2;
}

@media screen and (max-width: 639px) {
  .plugin-card-triple-aktuelles .right-text .col-3 ol {
    column-count: 1;
  }
}

.plugin-card-triple-aktuelles .right-text .col-3 ol {
  font-weight: 500;
  list-style: none;
  counter-reset: steps;
}

.plugin-card-triple-aktuelles .right-text .col-3 ol li {
  counter-increment: steps;
  position: relative;
  padding-left: 60px;
  margin-bottom: 20px;
  font-size: 14px;
}

.plugin-card-triple-aktuelles .right-text .col-3 ol li:before {
  content: counter(steps);
  color: #2763b8;
  font-weight: 300;
  font-size: 50px;
  width: 30px;
  height: 30px;
  display: inline-block;
  padding: 0;
  line-height: 40px;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 639px) {
  .plugin-card-triple-aktuelles .right-text .col-3 ol li:before {
    font-size: 30px;
    line-height: 30px;
  }
}

@media screen and (max-width: 979px) {
  .plugin-card-triple-aktuelles .right-text {
    width: 100%;
  }
}

.kurs-stadt-icon {
  background-image: url("../images/kurs-stadt-icon.png");
  width: 22px;
  height: 24px;
  float: left;
  margin-right: 10px;
}

.standard {
  background-image: url("../images/Woman-on-laptop-background.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 980px) {
  .standard {
    min-height: 626px;
  }
}

.standard .content-headline::after {
  content: '';
  width: 97.7%;
  border-bottom: 3px solid  #fff;
  position: absolute;
  left: 0;
  top: 18%;
  margin-left: 25px;
}

@media screen and (max-width: 979px) {
  .standard .content-headline::after {
    top: 18%;
  }
}

@media screen and (max-width: 639px) {
  .standard .content-headline::after {
    top: 9%;
  }
}

.standard .link-anchor-standard {
  position: absolute;
  margin-top: -150px;
  margin-bottom: 150px;
}

.register {
  background-color: #2763b8;
}

.register .form-form-contact-wrapper {
  height: 100%;
  top: 0;
  background-color: transparent;
}

.register .form-form-contact-wrapper .col-wrapper {
  column-count: 1;
}

.register .form-form-contact-wrapper .col-wrapper .input {
  width: 100%;
}

.register .form-form-contact-wrapper .col-wrapper .textarea {
  width: 100%;
}

.register .form-form-contact-wrapper .col-wrapper ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.register .form-form-contact-wrapper .col-wrapper :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.register .form-form-contact-wrapper .col-wrapper ::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.register .form-form-contact-wrapper .col-wrapper select {
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 13px;
}

.register .form-form-contact-wrapper .col-wrapper select option {
  background-color: #2763b8;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .register .form-form-contact-wrapper .col-wrapper :not(:nth-last-child(1)):not(:nth-last-child(2)) {
    max-width: 30%;
  }
}

@media screen and (min-width: 980px) {
  .register .form-form-contact-wrapper .col-wrapper :nth-last-child(1) {
    max-width: 30%;
    position: absolute;
    top: 1%;
    right: 0;
  }
}

@media screen and (min-width: 980px) {
  .register .form-form-contact-wrapper .col-wrapper :nth-last-child(2) {
    max-width: 30%;
    position: absolute;
    top: 1%;
    right: 350px;
  }
}

@media screen and (min-width: 980px) {
  .register .form-form-contact-wrapper .checkboxFont {
    max-width: 63%;
    position: absolute;
    top: 35%;
    right: 0;
  }
}

.register .form-form-contact-wrapper .inverse-2 {
  border: 2px solid #fff;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.register .form-form-contact-wrapper .inverse-2:hover {
  background-color: white;
  color: #2763b8 !important;
}

.register .form-form-contact-wrapper .center-2 {
  text-align: center;
}

@media screen and (min-width: 980px) {
  .register .form-form-contact-wrapper .center-2 {
    position: absolute;
    top: 50%;
    left: 37%;
  }
}

@media screen and (min-width: 980px) {
  .register .form-form-contact-wrapper .spam-2 {
    position: absolute;
    top: 60%;
    left: 37%;
  }
}

@media screen and (min-width: 980px) {
  .register .form-form-contact-wrapper .spam-3 {
    position: absolute;
    top: 55%;
    left: 37%;
  }
}

.register .content-headline::after {
  content: '';
  width: 100%;
  border-bottom: 3px solid  #fff;
  position: absolute;
  left: 0;
  top: 9%;
  margin-left: 25px;
}

@media all and (min-width: 701px) and (max-width: 979px) {
  .register .content-headline::after {
    top: 8%;
  }
}

@media all and (min-width: 383px) and (max-width: 700px) {
  .register .content-headline::after {
    top: 6%;
  }
}

@media all and (max-width: 382px) {
  .register .content-headline::after {
    top: 7%;
  }
}

.register .link-anchor {
  position: absolute;
  margin-top: -150px;
  margin-bottom: 150px;
}

.plugin-card-triple-with-icon-and-blue-line:after {
  content: "";
  display: table;
  clear: both;
}

.plugin-card-triple-with-icon-and-blue-line .col {
  float: left;
  display: block;
  margin-right: 1px;
  width: 33.25%;
  padding: 10px;
  border: 2px solid #fff;
}

@media screen and (max-width: 979px) {
  .plugin-card-triple-with-icon-and-blue-line .col {
    width: 100%;
  }
}

.plugin-card-triple-with-icon-and-blue-line .col:hover {
  border: 2px solid #2763b8;
}

@media screen and (max-width: 979px) {
  .plugin-card-triple-with-icon-and-blue-line .col-2 {
    width: 100%;
  }
}

.plugin-card-triple-with-icon-and-blue-line .col-3 {
  margin-right: 0;
}

@media screen and (max-width: 979px) {
  .plugin-card-triple-with-icon-and-blue-line .col-3 {
    width: 100%;
  }
}

.plugin-card-triple-with-icon-and-blue-line h3 {
  color: #2763b8;
  font-weight: 500;
  margin-bottom: 20px;
}

.plugin-card-triple-with-icon-and-blue-line h4 {
  margin-bottom: 20px;
}

.plugin-card-triple-with-icon-and-blue-line .inverse {
  background-color: transparent;
  color: #2763b8;
}

.plugin-card-triple-with-icon-and-blue-line .inverse:hover {
  background-color: #2763b8;
  color: #ffffff !important;
}

.plugin-card-triple-icon-image .col-1 .icon-left {
  float: left;
  margin-right: 10%;
}

.plugin-card-triple-icon-image .col-1 .text-right {
  float: left;
  color: #2763b8;
}

.plugin-card-double-icon-3070 .col-1 .icon-left {
  float: left;
  margin-right: 10%;
}

.plugin-card-double-icon-3070 .col-1 .text-right {
  float: left;
  color: #2763b8;
}

.google-map-home {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  height: 960px;
  margin-bottom: 30px;
}

.google-map-home:after {
  content: "";
  display: table;
  clear: both;
}

.google-map-home .city-map-seminar-link {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 500;
}

#map {
  height: 100%;
}

.plugin-cards-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.plugin-cards-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.default-content {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 23.7916666667px;
}

.default-content:after {
  content: "";
  display: table;
  clear: both;
}

.default-content ul {
  list-style-type: disc;
  margin-bottom: 17.5px;
  padding-left: 35px;
}

.default-content ol {
  list-style-type: decimal;
  margin-bottom: 17.5px;
  padding-left: 35px;
}

.home-template-second {
  padding-bottom: 2em;
}

.home-template {
  padding: 23.7916666667px;
  margin-top: 3em;
}

.home-template .plugin-card {
  background-color: #2763b8;
}

.home-template .plugin-card img {
  display: block;
}

.home-template .plugin-card a,
.home-template .plugin-card p,
.home-template .plugin-card h1,
.home-template .plugin-card h2,
.home-template .plugin-card h3,
.home-template .plugin-card h4,
.home-template .plugin-card h5,
.home-template .plugin-card h6,
.home-template .plugin-card label {
  color: white;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .home-template .left {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 47.619047619%;
  }
  .home-template .left:last-child {
    margin-right: 0;
  }
  .home-template .left:nth-child(2n) {
    margin-right: 0;
  }
  .home-template .left:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (min-width: 980px) {
  .home-template .left {
    float: left;
    display: block;
    margin-right: 3.125%;
    width: 31.25%;
  }
  .home-template .left:nth-child(3n) {
    margin-right: 0;
  }
  .home-template .left:nth-child(3n+1) {
    clear: left;
  }
  .home-template .left:last-child {
    margin-right: 0;
  }
}

.home-template .left .plugin-card {
  margin-bottom: 35.6875px;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .home-template .middle {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 47.619047619%;
  }
  .home-template .middle:last-child {
    margin-right: 0;
  }
  .home-template .middle:nth-child(2n) {
    margin-right: 0;
  }
  .home-template .middle:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (min-width: 980px) {
  .home-template .middle {
    float: left;
    display: block;
    margin-right: 3.125%;
    width: 31.25%;
  }
  .home-template .middle:nth-child(3n) {
    margin-right: 0;
  }
  .home-template .middle:nth-child(3n+1) {
    clear: left;
  }
  .home-template .middle:last-child {
    margin-right: 0;
  }
}

.home-template .middle .plugin-card {
  margin-bottom: 35.6875px;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .home-template .right {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 47.619047619%;
  }
  .home-template .right:last-child {
    margin-right: 0;
  }
  .home-template .right:nth-child(2n) {
    margin-right: 0;
  }
  .home-template .right:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (min-width: 980px) {
  .home-template .right {
    float: left;
    display: block;
    margin-right: 3.125%;
    width: 31.25%;
  }
  .home-template .right:nth-child(3n) {
    margin-right: 0;
  }
  .home-template .right:nth-child(3n+1) {
    clear: left;
  }
  .home-template .right:last-child {
    margin-right: 0;
  }
}

.home-template .right .plugin-card {
  margin-bottom: 35.6875px;
}

@media screen and (max-width: 979px) {
  .home-template .right {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 100%;
  }
  .home-template .right:last-child {
    margin-right: 0;
  }
  .home-template .right .plugin-card {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 47.619047619%;
    float: left;
  }
  .home-template .right .plugin-card:last-child {
    margin-right: 0;
  }
  .home-template .right .plugin-card:nth-child(2n) {
    margin-right: 0;
  }
  .home-template .right .plugin-card:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (max-width: 639px) {
  .home-template .right .plugin-card {
    width: 100%;
  }
}

.plugin-card-double:after {
  content: "";
  display: table;
  clear: both;
}

.plugin-card-double .col {
  float: left;
  display: block;
  margin-right: 3.125%;
  width: 48.4375%;
}

.plugin-card-double .col:last-child {
  margin-right: 0;
}

@media screen and (max-width: 639px) {
  .plugin-card-double .col {
    width: 100%;
  }
}

.plugin-card-double .col-2 {
  margin-right: 0;
}

@media screen and (max-width: 639px) {
  .plugin-card-double .col-2 {
    width: 100%;
  }
}

.plugin-card-double.plugin-card-double3070 .col-1 {
  float: left;
  display: block;
  margin-right: 3.125%;
  width: 31.25%;
}

.plugin-card-double.plugin-card-double3070 .col-1:last-child {
  margin-right: 0;
}

@media screen and (max-width: 639px) {
  .plugin-card-double.plugin-card-double3070 .col-1 {
    width: 100%;
  }
}

.plugin-card-double.plugin-card-double3070 .col-2 {
  float: left;
  display: block;
  margin-right: 3.125%;
  width: 65.625%;
}

.plugin-card-double.plugin-card-double3070 .col-2:last-child {
  margin-right: 0;
}

.plugin-card-double.plugin-card-double3070 .col-2 img {
  width: 48%;
  height: auto;
  margin: 5px;
  vertical-align: top;
  border: 1px solid #2763b8;
}

@media screen and (max-width: 639px) {
  .plugin-card-double.plugin-card-double3070 .col-2 {
    width: 100%;
  }
}

.plugin-card-double.plugin-card-double7030 .col-1 {
  float: left;
  display: block;
  margin-right: 3.125%;
  width: 65.625%;
}

.plugin-card-double.plugin-card-double7030 .col-1:last-child {
  margin-right: 0;
}

.plugin-card-double.plugin-card-double7030 .col-2 {
  float: left;
  display: block;
  margin-right: 3.125%;
  width: 31.25%;
}

.plugin-card-double.plugin-card-double7030 .col-2:last-child {
  margin-right: 0;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .default-template .main-content {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 100%;
  }
  .default-template .main-content:last-child {
    margin-right: 0;
  }
  .default-template .main-content:nth-child(2n) {
    margin-right: 0;
  }
  .default-template .main-content:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (min-width: 980px) {
  .default-template .main-content {
    float: left;
    display: block;
    margin-right: 3.125%;
    width: 65.625%;
  }
  .default-template .main-content:nth-child(2n) {
    margin-right: 0;
  }
  .default-template .main-content:nth-child(2n+1) {
    clear: left;
  }
  .default-template .main-content:last-child {
    margin-right: 0;
  }
}

.default-template .main-content .plugin-card {
  background: #fafafb;
  margin-bottom: 35.6875px;
}

.default-template .main-content .plugin-card.plugin-card-double:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 640px) {
  .default-template .main-content .plugin-card.plugin-card-double .col {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 47.619047619%;
  }
  .default-template .main-content .plugin-card.plugin-card-double .col:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 639px) {
  .default-template .main-content .plugin-card.plugin-card-double .col-1 {
    margin-bottom: 35.6875px;
  }
}

.default-template .main-content .plugin-card.plugin-card-double .col-2 {
  margin-right: 0;
}

.default-template .main-content .plugin-card.plugin-card-double3070 .col-1 {
  float: left;
  display: block;
  margin-right: 3.125%;
  width: 31.25%;
}

.default-template .main-content .plugin-card.plugin-card-double3070 .col-1:last-child {
  margin-right: 0;
}

@media screen and (max-width: 639px) {
  .default-template .main-content .plugin-card.plugin-card-double3070 .col-1 {
    width: 100%;
  }
}

.default-template .main-content .plugin-card.plugin-card-double3070 .col-2 {
  float: left;
  display: block;
  margin-right: 3.125%;
  width: 65.625%;
}

.default-template .main-content .plugin-card.plugin-card-double3070 .col-2:last-child {
  margin-right: 0;
}

.default-template .main-content .plugin-card.plugin-card-double3070 .col-2 img {
  width: 48%;
  height: auto;
  margin: 5px;
  vertical-align: top;
  border: 1px solid #2763b8;
}

@media screen and (max-width: 639px) {
  .default-template .main-content .plugin-card.plugin-card-double3070 .col-2 {
    width: 100%;
  }
}

.default-template .main-content .plugin-card.plugin-card-double7030 .col-1 {
  float: left;
  display: block;
  margin-right: 3.125%;
  width: 65.625%;
}

.default-template .main-content .plugin-card.plugin-card-double7030 .col-1:last-child {
  margin-right: 0;
}

.default-template .main-content .plugin-card.plugin-card-double7030 .col-2 {
  float: left;
  display: block;
  margin-right: 3.125%;
  width: 31.25%;
}

.default-template .main-content .plugin-card.plugin-card-double7030 .col-2:last-child {
  margin-right: 0;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .default-template .side-content {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 100%;
    padding: 0;
  }
  .default-template .side-content:last-child {
    margin-right: 0;
  }
  .default-template .side-content:nth-child(2n) {
    margin-right: 0;
  }
  .default-template .side-content:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (min-width: 980px) {
  .default-template .side-content {
    float: left;
    display: block;
    margin-right: 3.125%;
    width: 31.25%;
  }
  .default-template .side-content:nth-child(2n) {
    margin-right: 0;
  }
  .default-template .side-content:nth-child(2n+1) {
    clear: left;
  }
  .default-template .side-content:last-child {
    margin-right: 0;
  }
}

.default-template .side-content .plugin-card {
  background: #efeff1;
  margin-bottom: 35.6875px;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .default-template .side-content .plugin-card {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 47.619047619%;
  }
  .default-template .side-content .plugin-card:last-child {
    margin-right: 0;
  }
  .default-template .side-content .plugin-card:only-child {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 100%;
    margin-right: 0;
  }
  .default-template .side-content .plugin-card:only-child:last-child {
    margin-right: 0;
  }
}

.simple-template {
  padding-bottom: 2em;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .simple-template .full {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 100%;
  }
  .simple-template .full:nth-child(n) {
    margin-right: 0;
  }
  .simple-template .full:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 980px) {
  .simple-template .full {
    float: left;
    display: block;
    margin-right: 3.125%;
    width: 100%;
  }
  .simple-template .full:nth-child(n) {
    margin-right: 0;
  }
  .simple-template .full:last-child {
    margin-right: 0;
  }
}

.simple-template .full .plugin-card-3-3 {
  background: #efeff1;
}

.simple-template .full .plugin-card.plugin-card-double:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 640px) {
  .simple-template .full .plugin-card.plugin-card-double .col {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 47.619047619%;
  }
  .simple-template .full .plugin-card.plugin-card-double .col:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 639px) {
  .simple-template .full .plugin-card.plugin-card-double .col-1 {
    margin-bottom: 35.6875px;
  }
}

.simple-template .full .plugin-card.plugin-card-double .col-2 {
  margin-right: 0;
}

.simple-template .full .plugin-card.plugin-card-double3070 .col-1 {
  float: left;
  display: block;
  margin-right: 3.125%;
  width: 31.25%;
}

.simple-template .full .plugin-card.plugin-card-double3070 .col-1:last-child {
  margin-right: 0;
}

@media screen and (max-width: 639px) {
  .simple-template .full .plugin-card.plugin-card-double3070 .col-1 {
    width: 100%;
  }
}

.simple-template .full .plugin-card.plugin-card-double3070 .col-2 {
  float: left;
  display: block;
  margin-right: 3.125%;
  width: 65.625%;
}

.simple-template .full .plugin-card.plugin-card-double3070 .col-2:last-child {
  margin-right: 0;
}

.simple-template .full .plugin-card.plugin-card-double3070 .col-2 img {
  width: 48%;
  height: auto;
  margin: 5px;
  vertical-align: top;
  border: 1px solid #2763b8;
}

@media screen and (max-width: 639px) {
  .simple-template .full .plugin-card.plugin-card-double3070 .col-2 {
    width: 100%;
  }
}

.simple-template .full .plugin-card.plugin-card-double7030 .col-1 {
  float: left;
  display: block;
  margin-right: 3.125%;
  width: 65.625%;
}

.simple-template .full .plugin-card.plugin-card-double7030 .col-1:last-child {
  margin-right: 0;
}

.simple-template .full .plugin-card.plugin-card-double7030 .col-2 {
  float: left;
  display: block;
  margin-right: 3.125%;
  width: 31.25%;
}

.simple-template .full .plugin-card.plugin-card-double7030 .col-2:last-child {
  margin-right: 0;
}

@media screen and (max-width: 639px) {
  .simple-template .full .plugin-card.plugin-card-double7030 .col-1, .simple-template .full .plugin-card.plugin-card-double7030 .col-2 {
    width: 100%;
  }
}

.plugin-bottom {
  padding: 23.7916666667px;
}

.plugin-bottom a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 980px) {
  .plugin-bottom {
    float: left;
    display: block;
    margin-right: 3.125%;
    width: 31.25%;
  }
  .plugin-bottom:last-child {
    margin-right: 0;
  }
}

.plugin-card-triple:after {
  content: "";
  display: table;
  clear: both;
}

.plugin-card-triple .col {
  float: left;
  display: block;
  margin-right: 3.125%;
  width: 31.25%;
}

.plugin-card-triple .col:last-child {
  margin-right: 0;
}

@media screen and (max-width: 979px) {
  .plugin-card-triple .col {
    float: left;
    display: block;
    margin-right: 3.125%;
    width: 48.4375%;
  }
  .plugin-card-triple .col:nth-child(2n) {
    margin-right: 0;
  }
  .plugin-card-triple .col:nth-child(2n+1) {
    clear: left;
  }
  .plugin-card-triple .col:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 639px) {
  .plugin-card-triple .col {
    width: 100%;
  }
}

@media screen and (max-width: 639px) {
  .plugin-card-triple .col-2 {
    width: 100%;
  }
}

.plugin-card-triple .col-3 {
  margin-right: 0;
}

@media screen and (max-width: 639px) {
  .plugin-card-triple .col-3 {
    width: 100%;
  }
}

.plugin-card-vier .default-content:after {
  content: "";
  display: table;
  clear: both;
}

.plugin-card-vier .default-content .col {
  float: left;
  display: block;
  margin-right: 3.125%;
  width: 22.65625%;
}

.plugin-card-vier .default-content .col:last-child {
  margin-right: 0;
}

@media screen and (max-width: 979px) {
  .plugin-card-vier .default-content .col {
    float: left;
    display: block;
    margin-right: 3.125%;
    width: 48.4375%;
  }
  .plugin-card-vier .default-content .col:nth-child(2n) {
    margin-right: 0;
  }
  .plugin-card-vier .default-content .col:nth-child(2n+1) {
    clear: left;
  }
  .plugin-card-vier .default-content .col:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 639px) {
  .plugin-card-vier .default-content .col {
    width: 100%;
  }
}

@media screen and (max-width: 639px) {
  .plugin-card-vier .default-content .col-2 {
    width: 100%;
  }
}

@media screen and (max-width: 639px) {
  .plugin-card-vier .default-content .col-3 {
    width: 100%;
  }
}

@media all and (max-width: 639px) {
  .plugin-card-vier .default-content {
    text-align: center;
  }
}

@media all and (min-width: 640px) and (max-width: 979px) {
  .plugin-card-vier .default-content {
    text-align: center;
  }
}

.simple-template .plugin-card.plugin-card-contact,
.default-template .plugin-card.plugin-card-contact,
.home-template .plugin-card.plugin-card-contact {
  background: #2763b8;
  min-height: 496px;
  color: white;
}

.simple-template .plugin-card.plugin-card-contact .contact-content,
.default-template .plugin-card.plugin-card-contact .contact-content,
.home-template .plugin-card.plugin-card-contact .contact-content {
  padding: 35.6875px;
}

.simple-template .plugin-card.plugin-card-contact .contact-content .form,
.default-template .plugin-card.plugin-card-contact .contact-content .form,
.home-template .plugin-card.plugin-card-contact .contact-content .form {
  color: black;
  margin-top: 2em;
}

.simple-template .plugin-card.plugin-card-contact .contact-content .button, .simple-template .plugin-card.plugin-card-contact .contact-content .button-on-light,
.default-template .plugin-card.plugin-card-contact .contact-content .button,
.default-template .plugin-card.plugin-card-contact .contact-content .button-on-light,
.home-template .plugin-card.plugin-card-contact .contact-content .button,
.home-template .plugin-card.plugin-card-contact .contact-content .button-on-light {
  margin-top: 2em;
}

.form-form-contact-wrapper {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(87, 145, 208, 0.8);
  padding: 5%;
  padding-left: 23.7916666667px;
  padding-right: 23.7916666667px;
  position: relative;
}

.form-form-contact-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 980px) {
  .form-form-contact-wrapper {
    top: 142px;
    height: 455px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 639px) {
  .form-form-contact-wrapper {
    padding-bottom: 125px;
  }
}

@media screen and (min-width: 640px) {
  .form-form-contact-wrapper .col-wrapper {
    position: relative;
    column-count: 3;
  }
  .form-form-contact-wrapper .textarea-abs {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 47.619047619%;
    margin-right: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    margin-bottom: 0;
  }
  .form-form-contact-wrapper .textarea-abs:last-child {
    margin-right: 0;
  }
}

.form-form-contact-wrapper .center {
  text-align: center;
}

.form-form-contact-wrapper .contact-button {
  background-color: white;
  color: black;
  padding: 10px 50px;
  transition: background-color 0.3s;
  margin-top: 20px;
}

.form-form-contact-wrapper .contact-button:hover {
  outline: 2px solid white;
  background-color: #2763b8;
  color: white;
}

.dropdown {
  height: 40px;
  width: 100%;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #ffffff;
}

.dropdown.error {
  border: 2px solid yellow;
  padding: 7px;
}

.checkbox-wrapper {
  margin-bottom: 10px;
}

.checkbox-wrapper label {
  font-weight: normal;
  display: inline;
}

.checkbox-wrapper input {
  display: inline !important;
}

.checkbox-wrapper.error {
  color: yellow;
}

.date-text {
  margin-bottom: 8px;
}

.showcase {
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.showcase-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.showcase-bg .bg-absolute {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  position: relative;
  height: 100%;
  width: 100%;
}

.showcase-bg .bg-absolute:after {
  content: "";
  display: table;
  clear: both;
}

.showcase-wrapper {
  max-width: 1332px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.showcase-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.showcase-wrapper .showcase-item {
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  vertical-align: top;
}

@media screen and (min-width: 980px) {
  .showcase-wrapper .showcase-item .content-area-wrapper {
    padding: 23.7916666667px;
  }
}

@media screen and (max-width: 979px) {
  .showcase-wrapper .showcase-item .content-area-wrapper {
    background: #2763b8;
  }
  .showcase-wrapper .showcase-item .content-area-wrapper .button-on-light {
    vertical-align: top;
  }
}

.showcase-wrapper .showcase-item .content-area-wrapper p {
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
}

.showcase-wrapper .showcase-item .content-area-wrapper h1 {
  font-size: 33.6px;
}

@media screen and (max-width: 979px) {
  .showcase-wrapper .showcase-item .content-area-wrapper h1 {
    margin-right: 30px;
    display: inline-block;
  }
}

@media screen and (min-width: 980px) {
  .showcase-wrapper .showcase-item .content-area-wrapper {
    position: absolute;
    right: 100px;
    bottom: 0;
  }
}

.showcase-wrapper .showcase-item .content-area {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(87, 145, 208, 0.8);
  padding: 23.7916666667px;
}

.showcase-wrapper .showcase-item .content-area:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 980px) {
  .showcase-wrapper .showcase-item .content-area {
    width: 600px;
    height: 257px;
  }
}

.showcase-wrapper .showcase-item .showcase-image {
  display: block;
  line-height: 0;
  width: 100%;
}

.showcase-wrapper .showcase-nav-left-icon {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -193px -46px;
  width: 13px;
  height: 25px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 10%;
  cursor: pointer;
  z-index: 2000;
}

@media screen and (max-width: 979px) {
  .showcase-wrapper .showcase-nav-left-icon {
    top: 27%;
  }
}

.showcase-wrapper .showcase-nav-right-icon {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -193px -96px;
  width: 13px;
  height: 25px;
  margin-top: -13px;
  position: absolute;
  right: 10%;
  top: 50%;
  cursor: pointer;
  z-index: 2000;
}

@media screen and (max-width: 979px) {
  .showcase-wrapper .showcase-nav-right-icon {
    top: 27%;
  }
}

.showcase-report-wrapper-aktuelles {
  max-width: 1332px;
  margin-left: auto;
  margin-right: auto;
}

.showcase-report-wrapper-aktuelles:after {
  content: "";
  display: table;
  clear: both;
}

.showcase-report-wrapper {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 23.7916666667px;
  color: black;
  position: relative;
  width: 100%;
}

.showcase-report-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.showcase-report-wrapper .showcase-theme-items {
  overflow: hidden;
}

.showcase-report-wrapper .showcase-theme-item {
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-right: 23.7916666667px;
}

.showcase-report-wrapper .showcase-news-nav-left-icon {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -156px -64px;
  width: 24px;
  height: 42px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: -43px;
  cursor: pointer;
  z-index: 1;
}

.showcase-report-wrapper .showcase-news-nav-right-icon {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -156px -106px;
  width: 24px;
  height: 42px;
  margin-top: -13px;
  position: absolute;
  right: -20px;
  top: 50%;
  cursor: pointer;
  z-index: 1;
}

@media screen and (max-width: 639px) {
  .showcase-report-wrapper {
    margin: 3em 0;
  }
}

.news-dots {
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%);
      transform: translate(-50%);
  bottom: 0;
}

.news-dots li {
  float: left;
  background-color: #d8d8d8;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  margin-right: 20px;
  transition: 0.2s all;
}

.news-dots li.slick-active {
  background-color: #747474;
}

.news-dots button {
  color: transparent;
  background-color: transparent;
  border: 0;
}

.showcase-report-wrapper-aktuellesslider {
  max-width: 1332px;
  margin-left: auto;
  margin-right: auto;
}

.showcase-report-wrapper-aktuellesslider:after {
  content: "";
  display: table;
  clear: both;
}

.showcase-report-wrapper-aktuellesslider {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 23.7916666667px;
  color: black;
  position: relative;
  width: 100%;
}

.showcase-report-wrapper-aktuellesslider:after {
  content: "";
  display: table;
  clear: both;
}

.showcase-report-wrapper-aktuellesslider .showcase-theme-items {
  overflow: hidden;
}

.showcase-report-wrapper-aktuellesslider .showcase-mainheading {
  margin-bottom: 50px;
}

@media screen and (max-width: 639px) {
  .showcase-report-wrapper-aktuellesslider .showcase-mainheading {
    margin-bottom: 30px;
  }
}

.showcase-report-wrapper-aktuellesslider .showcase-theme-item {
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  vertical-align: top;
  padding: 0;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 20px;
  border: 2px solid #fff;
}

.showcase-report-wrapper-aktuellesslider .showcase-theme-item .heading-1 {
  margin-bottom: 30px;
}

.showcase-report-wrapper-aktuellesslider .showcase-theme-item .heading-1 h3 {
  color: #2763b8;
}

.showcase-report-wrapper-aktuellesslider .showcase-theme-item .heading-2 {
  margin-bottom: 20px;
}

.showcase-report-wrapper-aktuellesslider .showcase-theme-item .inverse {
  border: 1px solid #2763b8;
  padding: 12px 35px 12px 35px;
  background-color: transparent;
  color: #2763b8;
}

.showcase-report-wrapper-aktuellesslider .showcase-theme-item .inverse:hover {
  background-color: #2763b8;
  color: #ffffff !important;
}

.showcase-report-wrapper-aktuellesslider .showcase-theme-item:hover {
  border: 2px solid #2763b8;
}

.showcase-report-wrapper-aktuellesslider .showcase-news-nav-left-icon {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -156px -64px;
  width: 24px;
  height: 42px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: -43px;
  cursor: pointer;
  z-index: 1;
}

.showcase-report-wrapper-aktuellesslider .showcase-news-nav-right-icon {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -156px -106px;
  width: 24px;
  height: 42px;
  margin-top: -13px;
  position: absolute;
  right: -20px;
  top: 50%;
  cursor: pointer;
  z-index: 1;
}

@media screen and (max-width: 639px) {
  .showcase-report-wrapper-aktuellesslider {
    margin: 3em 0;
  }
}

.news-dots {
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%);
      transform: translate(-50%);
  bottom: 0;
}

.news-dots li {
  float: left;
  background-color: #d8d8d8;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  margin-right: 20px;
  transition: 0.2s all;
}

.news-dots li.slick-active {
  background-color: #747474;
}

.news-dots button {
  color: transparent;
  background-color: transparent;
  border: 0;
}

.showcase-report-wrapper-aktuellessliderpartnerlogos {
  max-width: 1332px;
  margin-left: auto;
  margin-right: auto;
}

.showcase-report-wrapper-aktuellessliderpartnerlogos:after {
  content: "";
  display: table;
  clear: both;
}

.showcase-report-wrapper-partnerlogos {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 23.7916666667px;
  color: black;
  position: relative;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.showcase-report-wrapper-partnerlogos:after {
  content: "";
  display: table;
  clear: both;
}

.showcase-report-wrapper-partnerlogos .showcase-theme-items-logos {
  overflow: hidden;
}

.showcase-report-wrapper-partnerlogos .showcase-mainheading {
  margin-bottom: 50px;
}

@media screen and (max-width: 639px) {
  .showcase-report-wrapper-partnerlogos .showcase-mainheading {
    margin-bottom: 30px;
  }
}

.showcase-report-wrapper-partnerlogos .showcase-theme-item {
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-right: 23.7916666667px;
  text-align: center;
}

.showcase-report-wrapper-partnerlogos .showcase-news-nav-left-icon {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -156px -64px;
  width: 24px;
  height: 42px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: -43px;
  cursor: pointer;
  z-index: 1;
}

.showcase-report-wrapper-partnerlogos .showcase-news-nav-right-icon {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -156px -106px;
  width: 24px;
  height: 42px;
  margin-top: -13px;
  position: absolute;
  right: -20px;
  top: 50%;
  cursor: pointer;
  z-index: 1;
}

@media screen and (max-width: 639px) {
  .showcase-report-wrapper-partnerlogos {
    margin: 3em 0;
  }
}

.news-dots {
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%);
      transform: translate(-50%);
  bottom: 0;
}

.news-dots li {
  float: left;
  background-color: #d8d8d8;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  margin-right: 20px;
  transition: 0.2s all;
}

.news-dots li.slick-active {
  background-color: #747474;
}

.news-dots button {
  color: transparent;
  background-color: transparent;
  border: 0;
}

.news-content-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 0 35px 68px;
}

.news-content-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.news-content-wrapper .news-date {
  background-color: #2763b8;
  color: white;
  font-size: 1em;
  display: block;
  height: 42px;
  line-height: 1;
  left: 0;
  padding-top: 7px;
  position: absolute;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 42px;
}

.news-content-wrapper .news-date-month, .news-content-wrapper .news-date-year {
  display: block;
}

.plugin-gallery-wrapper {
  display: block;
}

.plugin-gallery-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.plugin-gallery-wrapper a {
  display: block;
  float: left;
  margin-right: 0.5%;
  margin-bottom: 0.5%;
  width: 33%;
}

.plugin-gallery-wrapper a:nth-child(3n) {
  margin-right: 0;
}

.plugin-gallery-wrapper img {
  display: block;
  line-height: 0;
}

.plugin-gallery-single img {
  display: block;
  line-height: 0;
}

.header_under {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.header_under:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 980px) {
  .header_under {
    position: relative;
  }
}

.header_under img {
  line-height: 0;
  display: block;
}

@media screen and (max-width: 979px) {
  .header_under .content-area-wrapper_under {
    background: #2763b8;
    padding: 32px;
  }
  .header_under .content-area-wrapper_under h1 {
    font-size: 30px;
    color: white;
  }
}

@media screen and (min-width: 980px) {
  .header_under .content-area-wrapper_under {
    max-width: 1142px;
    margin-left: auto;
    margin-right: auto;
    left: 15%;
    padding-top: 4%;
    position: absolute;
    bottom: 10%;
    color: white;
  }
  .header_under .content-area-wrapper_under:after {
    content: "";
    display: table;
    clear: both;
  }
  .header_under .content-area-wrapper_under h1 {
    color: white;
    background-color: rgba(236, 124, 13, 0.7);
    padding: 10px 35.6875px;
    font-size: 39px;
  }
}

/*!
* @author Steven Masala [me@smasala.com]
* Github: https://github.com/smasala/responsive-tables-js
* @license: MIT https://tldrlegal.com/license/mit-license
* Responsive Tables
* @version 1.0.0
*/
table.responsive span[data-type="responsive"] {
  display: none;
}

@media only screen and (max-width: 768px) {
  table.responsive span[data-type="responsive"] {
    display: inline-block;
    width: 45%;
    color: #a8a8a8;
    vertical-align: top;
  }
  table.responsive, table.responsive thead, table.responsive tbody, table.responsive th, table.responsive td, table.responsive tr {
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    display: block;
  }
  html.ie9 table.responsive, html.ie9 table.responsive thead, html.ie9 table.responsive tbody, html.ie9 table.responsive th, html.ie9 table.responsive td, html.ie9 table.responsive tr {
    float: left;
    clear: both;
    width: 100%;
  }
  table.responsive tr {
    border: 1px solid #ccc;
  }
  table.responsive td {
    border: none;
  }
  table.responsive th {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  table td {
    width: 100% !important;
    height: auto !important;
    display: inline-block;
    border: 0px solid #efefef;
  }
}

.table-scrollable {
  width: 100%;
  overflow-y: auto;
}

.icon-list {
  display: block;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1em;
}

.icon-list .icon-list-icon {
  object-fit: contain;
}

.icon-list .icon-list-left {
  float: left;
  display: block;
  margin-right: 3.125%;
  width: 22.65625%;
}

.icon-list .icon-list-left:last-child {
  margin-right: 0;
}

.icon-list .icon-list-right {
  float: left;
  display: block;
  margin-right: 3.125%;
  width: 74.21875%;
  padding-left: .5em;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

.icon-list .icon-list-right:last-child {
  margin-right: 0;
}

.icon-list .icon-list-text {
  vertical-align: middle;
  margin: 0;
}

.contact-line {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 10px;
}

.contact-line .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  float: left;
  padding: 0 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  color: black;
  margin-right: 40px;
}

@media screen and (max-width: 979px) {
  .contact-line .item {
    float: none;
    display: inline-block;
  }
}

@media screen and (max-width: 639px) {
  .contact-line .item {
    padding-bottom: 10px;
    float: none;
    display: block;
    margin-right: 0;
  }
}

.contact-line a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  vertical-align: top;
  font-size: 16px;
  font-weight: 500;
  color: black;
  font-weight: bold;
  transition: 0.2s all;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.contact-line a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 639px) {
  .contact-line a {
    font-size: 16px;
  }
}

.contact-line img {
  padding-right: 10px;
  vertical-align: middle;
  padding-bottom: 5px;
}

.contact-line .line {
  position: absolute;
  width: 100%;
  background-color: black;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.contact-line .wrap {
  position: relative;
  margin: 0 auto;
  background-color: white;
  padding: 0 1em;
}

@media screen and (max-width: 979px) {
  .contact-line .wrap {
    width: 100%;
  }
}

.icon-float {
  float: left;
  margin-right: 15px;
}

.icon-home {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: 0px -156px;
  width: 27px;
  height: 26px;
}

.icon-home-blue {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -154px -156px;
  width: 23px;
  height: 21px;
}

.icon-phone {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -27px -156px;
  width: 27px;
  height: 26px;
}

.icon-mail {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -54px -156px;
  width: 27px;
  height: 26px;
}

.icon-email-blue {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -193px 0px;
  width: 23px;
  height: 21px;
}

.icon-fax {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -156px 0px;
  width: 37px;
  height: 32px;
}

.icon-fax-blue {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -131px -156px;
  width: 23px;
  height: 21px;
}

.icon-mobile {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -81px -156px;
  width: 27px;
  height: 26px;
}

.icon-mobile-blue {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -108px -156px;
  width: 23px;
  height: 21px;
}

.social-link {
  background-color: #1a1919;
}

.social-link:hover {
  background-color: white;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n + 1) .flatpickr-day.inRange:nth-child(7n + 7) {
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n + 2) .flatpickr-day.inRange:nth-child(7n + 1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  left: 0;
  /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  right: 0;
  /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.header,
.logo,
.navi-main-item,
.navi-main-link {
  transition: .2s all;
}

.scrolled .wrapper.sc-margintop {
  margin-top: -140px;
}

.scrolled .header-inner-wrapper {
  background-color: #2763b8;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.scrolled .header-whitespace {
  height: 140px !important;
}

.scrolled .header-wrapper {
  height: 140px !important;
  background-color: #ffffff;
}

.scrolled .header {
  height: 140px !important;
}

.scrolled .header .logo {
  height: 140px !important;
  padding: 15px 40px 15px 40px;
  margin-bottom: 0px;
}

@media screen and (max-width: 979px) {
  .scrolled .header .logo {
    width: 100%;
    padding-left: 24px;
    margin-bottom: 0px;
  }
}

.scrolled .header .logo-image {
  min-width: 180px !important;
  max-width: 180px !important;
  vertical-align: middle;
}

.scrolled .showcase-wrapper {
  z-index: 5;
}

@media screen and (min-width: 980px) {
  .scrolled .showcase-wrapper {
    margin-top: -50px;
  }
}

@media screen and (min-width: 980px) {
  .scrolled .header-inner-wrapper {
    background-color: #2763b8;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  .scrolled .navi-sub-wrapper {
    top: 130px !important;
  }
  .scrolled .navi-main-text {
    top: 20px !important;
  }
  .scrolled .navi-main-item {
    height: 140px !important;
  }
  .scrolled .navi-main-link {
    line-height: 90px !important;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

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

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

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

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

.slick-prev {
  left: -25px;
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -193px -46px;
  width: 13px;
  height: 25px;
}

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

.slick-prev:before {
  content: "←";
}

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

.slick-next {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -193px -96px;
  width: 13px;
  height: 25px;
  right: -25px;
}

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

.slick-next:before {
  content: "→";
}

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

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

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

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

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

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

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

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

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/*# sourceMappingURL=styles.css.map */