@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
  /* 1 */
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  src: url("../../../..//fileadmin/template/scss/../fonts/Roboto/Roboto-Light.ttf");
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: italic;
  src: url("../../../..//fileadmin/template/scss/../fonts/Roboto/Roboto-LightItalic.ttf");
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: url("../../../..//fileadmin/template/scss/../fonts/Roboto/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  src: url("../../../..//fileadmin/template/scss/../fonts/Roboto/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: italic;
  src: url("../../../..//fileadmin/template/scss/../fonts/Roboto/Roboto-BoldItalic.ttf");
}
/**
 * @license
 * MyFonts Webfont Build ID 3331122, 2017-01-13T09:18:13-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: XXIINeueNorm-CndBlack by Doubletwo Studios
 * URL: http://www.myfonts.com/fonts/doubletwo/xxii-neue-norm/black/
 *
 * Webfont: XXIINeueNorm-CndBlackIt by Doubletwo Studios
 * URL: http://www.myfonts.com/fonts/doubletwo/xxii-neue-norm/black-it/
 *
 * Webfont: XXIINeueNorm-CndMedium by Doubletwo Studios
 * URL: http://www.myfonts.com/fonts/doubletwo/xxii-neue-norm/medium/
 *
 * Webfont: XXIINeueNorm-CndMediumIt by Doubletwo Studios
 * URL: http://www.myfonts.com/fonts/doubletwo/xxii-neue-norm/medium-it/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3331122
 * Licensed pageviews: 10,000
 *
 * © 2017 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
/* @import url("//hello.myfonts.net/count/32d432"); */
@font-face {
  font-family: "XXIINeueNorm-CndBlack";
  src: url("../../../..//fileadmin/template/scss/../fonts/32D432_0_0.eot");
  src: url("../../../..//fileadmin/template/scss/../fonts/32D432_0_0.eot?#iefix") format("embedded-opentype"), url("../../../..//fileadmin/template/scss/../fonts/32D432_0_0.woff2") format("woff2"), url("../../../..//fileadmin/template/scss/../fonts/32D432_0_0.woff") format("woff"), url("../../../..//fileadmin/template/scss/../fonts/32D432_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "XXIINeueNorm-CndBlackIt";
  src: url("../../../..//fileadmin/template/scss/../fonts/32D432_1_0.eot");
  src: url("../../../..//fileadmin/template/scss/../fonts/32D432_1_0.eot?#iefix") format("embedded-opentype"), url("../../../..//fileadmin/template/scss/../fonts/32D432_1_0.woff2") format("woff2"), url("../../../..//fileadmin/template/scss/../fonts/32D432_1_0.woff") format("woff"), url("../../../..//fileadmin/template/scss/../fonts/32D432_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "XXIINeueNorm-CndMedium";
  src: url("../../../..//fileadmin/template/scss/../fonts/32D432_2_0.eot");
  src: url("../../../..//fileadmin/template/scss/../fonts/32D432_2_0.eot?#iefix") format("embedded-opentype"), url("../../../..//fileadmin/template/scss/../fonts/32D432_2_0.woff2") format("woff2"), url("../../../..//fileadmin/template/scss/../fonts/32D432_2_0.woff") format("woff"), url("../../../..//fileadmin/template/scss/../fonts/32D432_2_0.ttf") format("truetype");
}
@font-face {
  font-family: "XXIINeueNorm-CndMediumIt";
  src: url("../../../..//fileadmin/template/scss/../fonts/32D432_3_0.eot");
  src: url("../../../..//fileadmin/template/scss/../fonts/32D432_3_0.eot?#iefix") format("embedded-opentype"), url("../../../..//fileadmin/template/scss/../fonts/32D432_3_0.woff2") format("woff2"), url("../../../..//fileadmin/template/scss/../fonts/32D432_3_0.woff") format("woff"), url("../../../..//fileadmin/template/scss/../fonts/32D432_3_0.ttf") format("truetype");
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.border-full {
  border: 1px solid #ecf0f4;
}
.border-top {
  border-top: 1px solid #ecf0f4;
}
.border-right {
  border-right: 1px solid #ecf0f4;
}
.border-bottom {
  border-bottom: 1px solid #ecf0f4;
}
.border-left {
  border-left: 1px solid #ecf0f4;
}
.border-x-axis {
  border-bottom: 1px solid #ecf0f4;
  border-top: 1px solid #ecf0f4;
}
.border-y-axis {
  border-left: 1px solid #ecf0f4;
  border-right: 1px solid #ecf0f4;
}
.border-width-2 {
  border-width: 2px;
}
.border-width-3 {
  border-width: 3px;
}
.border-width-4 {
  border-width: 4px;
}
.border-width-5 {
  border-width: 5px;
}
.radius-rounded {
  border-radius: 4px;
}
.radius-round {
  border-radius: 999px;
}
.radius-squared {
  border-radius: 0;
}
/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
.btn {
  border-radius: 0px;
  transition: all 0.2s;
  text-transform: uppercase;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.1em;
  padding: 0.35em 0.75em;
  vertical-align: middle;
  text-decoration: none;
  display: inline-block;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  border: none;
  background: #1d475b;
  border: 2px solid #1d475b;
  color: #fff;
}
.btn:focus, .btn:visited {
  background: #1d475b;
  color: #fff;
  outline: none;
}
.btn:hover {
  background: #296582;
  border-color: #296582;
  color: #fff;
  text-decoration: none;
}
.btn:active {
  background: #112934;
  color: #fff;
}
.btn.btn-inverse {
  background: #fff !important;
  border-color: #fff !important;
  color: #1d475b;
}
.btn.btn-inverse:focus, .btn.btn-inverse:visited {
  color: #1d475b;
}
.btn.btn-inverse:hover {
  color: #296582;
}
.btn.btn-inverse:active {
  color: #112934;
}
.btn.btn-border {
  background: transparent;
  border: 2px solid #1d475b;
  color: #1d475b;
}
.btn.btn-border:focus, .btn.btn-border:visited {
  background: transparent;
  color: #1d475b;
}
.btn.btn-border:hover {
  background: #1d475b;
  color: #fff;
}
.btn.btn-border:active {
  background: #112934;
  color: #fff;
}
.btn.btn-small {
  font-size: 0.9em;
  padding: 0.35em 0.65em;
}
.btn.btn-large {
  font-size: 1.5em;
  padding: 0.5em 0.8em;
}
.btn.btn-block {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 100%;
}
.btn.btn-rounded {
  border-radius: 999px !important;
}
.btn.btn-squared {
  border-radius: 0 !important;
}
/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
.btn-primary {
  background: #1d475b;
  border: 2px solid #1d475b;
  color: #fff;
}
.btn-primary:focus, .btn-primary:visited {
  background: #1d475b;
  color: #fff;
  outline: none;
}
.btn-primary:hover {
  background: #296582;
  border-color: #296582;
  color: #fff;
  text-decoration: none;
}
.btn-primary:active {
  background: #112934;
  color: #fff;
}
.btn-primary.btn-inverse {
  background: #fff !important;
  border-color: #fff !important;
  color: #1d475b;
}
.btn-primary.btn-inverse:focus, .btn-primary.btn-inverse:visited {
  color: #1d475b;
}
.btn-primary.btn-inverse:hover {
  color: #296582;
}
.btn-primary.btn-inverse:active {
  color: #112934;
}
.btn-primary.btn-border {
  background: transparent;
  border: 2px solid #1d475b;
  color: #1d475b;
}
.btn-primary.btn-border:focus, .btn-primary.btn-border:visited {
  background: transparent;
  color: #1d475b;
}
.btn-primary.btn-border:hover {
  background: #1d475b;
  color: #fff;
}
.btn-primary.btn-border:active {
  background: #112934;
  color: #fff;
}
.btn-secondary {
  background: #50c7ff;
  border: 2px solid #50c7ff;
  color: #fff;
}
.btn-secondary:focus, .btn-secondary:visited {
  background: #50c7ff;
  color: #fff;
  outline: none;
}
.btn-secondary:hover {
  background: #83d7ff;
  border-color: #83d7ff;
  color: #fff;
  text-decoration: none;
}
.btn-secondary:active {
  background: #1db7ff;
  color: #fff;
}
.btn-secondary.btn-inverse {
  background: #fff !important;
  border-color: #fff !important;
  color: #50c7ff;
}
.btn-secondary.btn-inverse:focus, .btn-secondary.btn-inverse:visited {
  color: #50c7ff;
}
.btn-secondary.btn-inverse:hover {
  color: #83d7ff;
}
.btn-secondary.btn-inverse:active {
  color: #1db7ff;
}
.btn-secondary.btn-border {
  background: transparent;
  border: 2px solid #50c7ff;
  color: #50c7ff;
}
.btn-secondary.btn-border:focus, .btn-secondary.btn-border:visited {
  background: transparent;
  color: #50c7ff;
}
.btn-secondary.btn-border:hover {
  background: #50c7ff;
  color: #fff;
}
.btn-secondary.btn-border:active {
  background: #1db7ff;
  color: #fff;
}
.btn-third {
  background: #ecf0f4;
  border: 2px solid #ecf0f4;
  color: #fff;
}
.btn-third:focus, .btn-third:visited {
  background: #ecf0f4;
  color: #fff;
  outline: none;
}
.btn-third:hover {
  background: white;
  border-color: white;
  color: #fff;
  text-decoration: none;
}
.btn-third:active {
  background: #ccd7e1;
  color: #fff;
}
.btn-third.btn-inverse {
  background: #fff !important;
  border-color: #fff !important;
  color: #ecf0f4;
}
.btn-third.btn-inverse:focus, .btn-third.btn-inverse:visited {
  color: #ecf0f4;
}
.btn-third.btn-inverse:hover {
  color: white;
}
.btn-third.btn-inverse:active {
  color: #ccd7e1;
}
.btn-third.btn-border {
  background: transparent;
  border: 2px solid #ecf0f4;
  color: #ecf0f4;
}
.btn-third.btn-border:focus, .btn-third.btn-border:visited {
  background: transparent;
  color: #ecf0f4;
}
.btn-third.btn-border:hover {
  background: #ecf0f4;
  color: #fff;
}
.btn-third.btn-border:active {
  background: #ccd7e1;
  color: #fff;
}
.btn-greydark {
  background: #444;
  border: 2px solid #444;
  color: #fff;
}
.btn-greydark:focus, .btn-greydark:visited {
  background: #444;
  color: #fff;
  outline: none;
}
.btn-greydark:hover {
  background: #5e5e5e;
  border-color: #5e5e5e;
  color: #fff;
  text-decoration: none;
}
.btn-greydark:active {
  background: #2b2b2b;
  color: #fff;
}
.btn-greydark.btn-inverse {
  background: #fff !important;
  border-color: #fff !important;
  color: #444;
}
.btn-greydark.btn-inverse:focus, .btn-greydark.btn-inverse:visited {
  color: #444;
}
.btn-greydark.btn-inverse:hover {
  color: #5e5e5e;
}
.btn-greydark.btn-inverse:active {
  color: #2b2b2b;
}
.btn-greydark.btn-border {
  background: transparent;
  border: 2px solid #444;
  color: #444;
}
.btn-greydark.btn-border:focus, .btn-greydark.btn-border:visited {
  background: transparent;
  color: #444;
}
.btn-greydark.btn-border:hover {
  background: #444;
  color: #fff;
}
.btn-greydark.btn-border:active {
  background: #2b2b2b;
  color: #fff;
}
.btn-greymedium {
  background: #8d8d8d;
  border: 2px solid #8d8d8d;
  color: #fff;
}
.btn-greymedium:focus, .btn-greymedium:visited {
  background: #8d8d8d;
  color: #fff;
  outline: none;
}
.btn-greymedium:hover {
  background: #a7a7a7;
  border-color: #a7a7a7;
  color: #fff;
  text-decoration: none;
}
.btn-greymedium:active {
  background: #747474;
  color: #fff;
}
.btn-greymedium.btn-inverse {
  background: #fff !important;
  border-color: #fff !important;
  color: #8d8d8d;
}
.btn-greymedium.btn-inverse:focus, .btn-greymedium.btn-inverse:visited {
  color: #8d8d8d;
}
.btn-greymedium.btn-inverse:hover {
  color: #a7a7a7;
}
.btn-greymedium.btn-inverse:active {
  color: #747474;
}
.btn-greymedium.btn-border {
  background: transparent;
  border: 2px solid #8d8d8d;
  color: #8d8d8d;
}
.btn-greymedium.btn-border:focus, .btn-greymedium.btn-border:visited {
  background: transparent;
  color: #8d8d8d;
}
.btn-greymedium.btn-border:hover {
  background: #8d8d8d;
  color: #fff;
}
.btn-greymedium.btn-border:active {
  background: #747474;
  color: #fff;
}
.btn-greylight {
  background: #f0f0f0;
  border: 2px solid #f0f0f0;
  color: #fff;
}
.btn-greylight:focus, .btn-greylight:visited {
  background: #f0f0f0;
  color: #fff;
  outline: none;
}
.btn-greylight:hover {
  background: white;
  border-color: white;
  color: #fff;
  text-decoration: none;
}
.btn-greylight:active {
  background: #d7d7d7;
  color: #fff;
}
.btn-greylight.btn-inverse {
  background: #fff !important;
  border-color: #fff !important;
  color: #f0f0f0;
}
.btn-greylight.btn-inverse:focus, .btn-greylight.btn-inverse:visited {
  color: #f0f0f0;
}
.btn-greylight.btn-inverse:hover {
  color: white;
}
.btn-greylight.btn-inverse:active {
  color: #d7d7d7;
}
.btn-greylight.btn-border {
  background: transparent;
  border: 2px solid #f0f0f0;
  color: #f0f0f0;
}
.btn-greylight.btn-border:focus, .btn-greylight.btn-border:visited {
  background: transparent;
  color: #f0f0f0;
}
.btn-greylight.btn-border:hover {
  background: #f0f0f0;
  color: #fff;
}
.btn-greylight.btn-border:active {
  background: #d7d7d7;
  color: #fff;
}
.btn-statusblue {
  background: #03a9f4;
  border: 2px solid #03a9f4;
  color: #fff;
}
.btn-statusblue:focus, .btn-statusblue:visited {
  background: #03a9f4;
  color: #fff;
  outline: none;
}
.btn-statusblue:hover {
  background: #2ebcfc;
  border-color: #2ebcfc;
  color: #fff;
  text-decoration: none;
}
.btn-statusblue:active {
  background: #0286c2;
  color: #fff;
}
.btn-statusblue.btn-inverse {
  background: #fff !important;
  border-color: #fff !important;
  color: #03a9f4;
}
.btn-statusblue.btn-inverse:focus, .btn-statusblue.btn-inverse:visited {
  color: #03a9f4;
}
.btn-statusblue.btn-inverse:hover {
  color: #2ebcfc;
}
.btn-statusblue.btn-inverse:active {
  color: #0286c2;
}
.btn-statusblue.btn-border {
  background: transparent;
  border: 2px solid #03a9f4;
  color: #03a9f4;
}
.btn-statusblue.btn-border:focus, .btn-statusblue.btn-border:visited {
  background: transparent;
  color: #03a9f4;
}
.btn-statusblue.btn-border:hover {
  background: #03a9f4;
  color: #fff;
}
.btn-statusblue.btn-border:active {
  background: #0286c2;
  color: #fff;
}
.btn-statusgreen {
  background: #8bc34a;
  border: 2px solid #8bc34a;
  color: #fff;
}
.btn-statusgreen:focus, .btn-statusgreen:visited {
  background: #8bc34a;
  color: #fff;
  outline: none;
}
.btn-statusgreen:hover {
  background: #a4d070;
  border-color: #a4d070;
  color: #fff;
  text-decoration: none;
}
.btn-statusgreen:active {
  background: #71a436;
  color: #fff;
}
.btn-statusgreen.btn-inverse {
  background: #fff !important;
  border-color: #fff !important;
  color: #8bc34a;
}
.btn-statusgreen.btn-inverse:focus, .btn-statusgreen.btn-inverse:visited {
  color: #8bc34a;
}
.btn-statusgreen.btn-inverse:hover {
  color: #a4d070;
}
.btn-statusgreen.btn-inverse:active {
  color: #71a436;
}
.btn-statusgreen.btn-border {
  background: transparent;
  border: 2px solid #8bc34a;
  color: #8bc34a;
}
.btn-statusgreen.btn-border:focus, .btn-statusgreen.btn-border:visited {
  background: transparent;
  color: #8bc34a;
}
.btn-statusgreen.btn-border:hover {
  background: #8bc34a;
  color: #fff;
}
.btn-statusgreen.btn-border:active {
  background: #71a436;
  color: #fff;
}
.btn-statusorange {
  background: #ff9800;
  border: 2px solid #ff9800;
  color: #fff;
}
.btn-statusorange:focus, .btn-statusorange:visited {
  background: #ff9800;
  color: #fff;
  outline: none;
}
.btn-statusorange:hover {
  background: #ffad33;
  border-color: #ffad33;
  color: #fff;
  text-decoration: none;
}
.btn-statusorange:active {
  background: #cc7a00;
  color: #fff;
}
.btn-statusorange.btn-inverse {
  background: #fff !important;
  border-color: #fff !important;
  color: #ff9800;
}
.btn-statusorange.btn-inverse:focus, .btn-statusorange.btn-inverse:visited {
  color: #ff9800;
}
.btn-statusorange.btn-inverse:hover {
  color: #ffad33;
}
.btn-statusorange.btn-inverse:active {
  color: #cc7a00;
}
.btn-statusorange.btn-border {
  background: transparent;
  border: 2px solid #ff9800;
  color: #ff9800;
}
.btn-statusorange.btn-border:focus, .btn-statusorange.btn-border:visited {
  background: transparent;
  color: #ff9800;
}
.btn-statusorange.btn-border:hover {
  background: #ff9800;
  color: #fff;
}
.btn-statusorange.btn-border:active {
  background: #cc7a00;
  color: #fff;
}
.btn-statusred {
  background: #f44336;
  border: 2px solid #f44336;
  color: #fff;
}
.btn-statusred:focus, .btn-statusred:visited {
  background: #f44336;
  color: #fff;
  outline: none;
}
.btn-statusred:hover {
  background: #f77066;
  border-color: #f77066;
  color: #fff;
  text-decoration: none;
}
.btn-statusred:active {
  background: #ea1c0d;
  color: #fff;
}
.btn-statusred.btn-inverse {
  background: #fff !important;
  border-color: #fff !important;
  color: #f44336;
}
.btn-statusred.btn-inverse:focus, .btn-statusred.btn-inverse:visited {
  color: #f44336;
}
.btn-statusred.btn-inverse:hover {
  color: #f77066;
}
.btn-statusred.btn-inverse:active {
  color: #ea1c0d;
}
.btn-statusred.btn-border {
  background: transparent;
  border: 2px solid #f44336;
  color: #f44336;
}
.btn-statusred.btn-border:focus, .btn-statusred.btn-border:visited {
  background: transparent;
  color: #f44336;
}
.btn-statusred.btn-border:hover {
  background: #f44336;
  color: #fff;
}
.btn-statusred.btn-border:active {
  background: #ea1c0d;
  color: #fff;
}
.btn-white {
  background: #fff;
  border: 2px solid #fff;
  color: #fff;
}
.btn-white:focus, .btn-white:visited {
  background: #fff;
  color: #fff;
  outline: none;
}
.btn-white:hover {
  background: white;
  border-color: white;
  color: #fff;
  text-decoration: none;
}
.btn-white:active {
  background: #e6e6e6;
  color: #fff;
}
.btn-white.btn-inverse {
  background: #fff !important;
  border-color: #fff !important;
  color: #fff;
}
.btn-white.btn-inverse:focus, .btn-white.btn-inverse:visited {
  color: #fff;
}
.btn-white.btn-inverse:hover {
  color: white;
}
.btn-white.btn-inverse:active {
  color: #e6e6e6;
}
.btn-white.btn-border {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.btn-white.btn-border:focus, .btn-white.btn-border:visited {
  background: transparent;
  color: #fff;
}
.btn-white.btn-border:hover {
  background: #fff;
  color: #fff;
}
.btn-white.btn-border:active {
  background: #e6e6e6;
  color: #fff;
}
.btn-black {
  background: #000;
  border: 2px solid #000;
  color: #fff;
}
.btn-black:focus, .btn-black:visited {
  background: #000;
  color: #fff;
  outline: none;
}
.btn-black:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
  text-decoration: none;
}
.btn-black:active {
  background: black;
  color: #fff;
}
.btn-black.btn-inverse {
  background: #fff !important;
  border-color: #fff !important;
  color: #000;
}
.btn-black.btn-inverse:focus, .btn-black.btn-inverse:visited {
  color: #000;
}
.btn-black.btn-inverse:hover {
  color: #1a1a1a;
}
.btn-black.btn-inverse:active {
  color: black;
}
.btn-black.btn-border {
  background: transparent;
  border: 2px solid #000;
  color: #000;
}
.btn-black.btn-border:focus, .btn-black.btn-border:visited {
  background: transparent;
  color: #000;
}
.btn-black.btn-border:hover {
  background: #000;
  color: #fff;
}
.btn-black.btn-border:active {
  background: black;
  color: #fff;
}
.color-primary {
  color: #1d475b !important;
}
.background-primary {
  background: #1d475b !important;
}
.border-color-primary {
  border-color: #1d475b;
}
.color-secondary {
  color: #50c7ff !important;
}
.background-secondary {
  background: #50c7ff !important;
}
.border-color-secondary {
  border-color: #50c7ff;
}
.color-third {
  color: #ecf0f4 !important;
}
.background-third {
  background: #ecf0f4 !important;
}
.border-color-third {
  border-color: #ecf0f4;
}
.color-greydark {
  color: #444 !important;
}
.background-greydark {
  background: #444 !important;
}
.border-color-greydark {
  border-color: #444;
}
.color-greymedium {
  color: #8d8d8d !important;
}
.background-greymedium {
  background: #8d8d8d !important;
}
.border-color-greymedium {
  border-color: #8d8d8d;
}
.color-greylight {
  color: #f0f0f0 !important;
}
.background-greylight {
  background: #f0f0f0 !important;
}
.border-color-greylight {
  border-color: #f0f0f0;
}
.color-statusblue {
  color: #03a9f4 !important;
}
.background-statusblue {
  background: #03a9f4 !important;
}
.border-color-statusblue {
  border-color: #03a9f4;
}
.color-statusgreen {
  color: #8bc34a !important;
}
.background-statusgreen {
  background: #8bc34a !important;
}
.border-color-statusgreen {
  border-color: #8bc34a;
}
.color-statusorange {
  color: #ff9800 !important;
}
.background-statusorange {
  background: #ff9800 !important;
}
.border-color-statusorange {
  border-color: #ff9800;
}
.color-statusred {
  color: #f44336 !important;
}
.background-statusred {
  background: #f44336 !important;
}
.border-color-statusred {
  border-color: #f44336;
}
.color-white {
  color: #fff !important;
}
.background-white {
  background: #fff !important;
}
.border-color-white {
  border-color: #fff;
}
.color-black {
  color: #000 !important;
}
.background-black {
  background: #000 !important;
}
.border-color-black {
  border-color: #000;
}
input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 0px;
  padding: 10px 15px;
}
input:focus, textarea:focus, select:focus {
  border-color: #f0f0f0;
}
input[type="checkbox"]:focus, input[type="radio"]:focus {
  border-color: #f0f0f0;
}
label {
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  margin: 5px 0;
}
select {
  background-image: url("../../../..//fileadmin/template/scss/../img/select-sort.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-right: 30px;
}
select::-ms-expand {
  display: none;
}
.nice-radio-check-group label {
  cursor: pointer;
  display: inline-block;
  margin: 10px 30px 10px 0;
}
.nice-radio {
  cursor: pointer;
}
.nice-radio .status {
  background: #fff;
  border-radius: 999px;
  display: inline-block;
  height: 16px;
  margin-right: 8px;
  margin-top: 1px;
  position: relative;
  vertical-align: top;
  width: 16px;
}
@media (min-width: 768px) {
  .nice-radio .status {
    width: 20px;
    height: 20px;
  }
}
.nice-radio input {
  display: none !important;
}
.nice-radio.nice-radio-checked .status:before {
  background: #50c7ff;
  border-radius: 999px;
  content: "";
  height: 8px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 8px;
}
@media (min-width: 768px) {
  .nice-radio.nice-radio-checked .status:before {
    height: 12px;
    width: 12px;
  }
}
.nice-checkbox {
  cursor: pointer;
}
.nice-checkbox .status {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 16px;
  margin-right: 5px;
  margin-top: 1px;
  position: relative;
  vertical-align: top;
  width: 16px;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .nice-checkbox .status {
    width: 20px;
    height: 20px;
  }
}
.nice-checkbox .status input {
  display: none !important;
}
.nice-checkbox.nice-checkbox-checked .status:before {
  border-radius: 999px;
  color: #50c7ff;
  content: "";
  font-family: "FontAwesome";
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  text-align: center;
  width: 16px;
}
.display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.display-table .display-middle {
  display: table-cell;
  vertical-align: middle;
}
.display-inline {
  display: inline;
}
.display-inline-block {
  display: inline-block;
}
.display-block {
  display: block;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
[class*="uk-column-"] :first-child {
  margin-top: 0;
}
a i, .icon-left i {
  margin-right: 6px;
}
.icon-right i {
  margin-left: 6px;
  margin-right: 0;
}
img {
  max-width: 100%;
}
a {
  color: #1d475b;
  text-decoration: none;
}
a:hover {
  color: #50c7ff;
}
a:active {
  color: #1d475b;
}
.padding-verysmall {
  padding: 0.5em !important;
}
.padding-top-verysmall {
  padding-top: 0.5em !important;
}
.padding-right-verysmall {
  padding-right: 0.5em !important;
}
.padding-bottom-verysmall {
  padding-bottom: 0.5em !important;
}
.padding-left-verysmall {
  padding-left: 0.5em !important;
}
.padding-x-verysmall {
  padding-left: 0.5em !important;
  padding-right: 0.5em !important;
}
.padding-y-verysmall {
  padding-bottom: 0.5em !important;
  padding-top: 0.5em !important;
}
.margin-verysmall {
  margin: 0.5em !important;
}
.margin-top-verysmall {
  margin-top: 0.5em !important;
}
.margin-right-verysmall {
  margin-right: 0.5em !important;
}
.margin-bottom-verysmall {
  margin-bottom: 0.5em !important;
}
.margin-left-verysmall {
  margin-left: 0.5em !important;
}
.margin-x-verysmall {
  margin-left: 0.5em !important;
  margin-right: 0.5em !important;
}
.margin-y-verysmall {
  margin-bottom: 0.5em !important;
  margin-top: 0.5em !important;
}
.padding-small {
  padding: 1.25em !important;
}
.padding-top-small {
  padding-top: 1.25em !important;
}
.padding-right-small {
  padding-right: 1.25em !important;
}
.padding-bottom-small {
  padding-bottom: 1.25em !important;
}
.padding-left-small {
  padding-left: 1.25em !important;
}
.padding-x-small {
  padding-left: 1.25em !important;
  padding-right: 1.25em !important;
}
.padding-y-small {
  padding-bottom: 1.25em !important;
  padding-top: 1.25em !important;
}
.margin-small {
  margin: 1.25em !important;
}
.margin-top-small {
  margin-top: 1.25em !important;
}
.margin-right-small {
  margin-right: 1.25em !important;
}
.margin-bottom-small {
  margin-bottom: 1.25em !important;
}
.margin-left-small {
  margin-left: 1.25em !important;
}
.margin-x-small {
  margin-left: 1.25em !important;
  margin-right: 1.25em !important;
}
.margin-y-small {
  margin-bottom: 1.25em !important;
  margin-top: 1.25em !important;
}
.padding-medium {
  padding: 2em !important;
}
.padding-top-medium {
  padding-top: 2em !important;
}
.padding-right-medium {
  padding-right: 2em !important;
}
.padding-bottom-medium {
  padding-bottom: 2em !important;
}
.padding-left-medium {
  padding-left: 2em !important;
}
.padding-x-medium {
  padding-left: 2em !important;
  padding-right: 2em !important;
}
.padding-y-medium {
  padding-bottom: 2em !important;
  padding-top: 2em !important;
}
.margin-medium {
  margin: 2em !important;
}
.margin-top-medium {
  margin-top: 2em !important;
}
.margin-right-medium {
  margin-right: 2em !important;
}
.margin-bottom-medium {
  margin-bottom: 2em !important;
}
.margin-left-medium {
  margin-left: 2em !important;
}
.margin-x-medium {
  margin-left: 2em !important;
  margin-right: 2em !important;
}
.margin-y-medium {
  margin-bottom: 2em !important;
  margin-top: 2em !important;
}
.padding-large {
  padding: 3.5em !important;
}
.padding-top-large {
  padding-top: 3.5em !important;
}
.padding-right-large {
  padding-right: 3.5em !important;
}
.padding-bottom-large {
  padding-bottom: 3.5em !important;
}
.padding-left-large {
  padding-left: 3.5em !important;
}
.padding-x-large {
  padding-left: 3.5em !important;
  padding-right: 3.5em !important;
}
.padding-y-large {
  padding-bottom: 3.5em !important;
  padding-top: 3.5em !important;
}
.margin-large {
  margin: 3.5em !important;
}
.margin-top-large {
  margin-top: 3.5em !important;
}
.margin-right-large {
  margin-right: 3.5em !important;
}
.margin-bottom-large {
  margin-bottom: 3.5em !important;
}
.margin-left-large {
  margin-left: 3.5em !important;
}
.margin-x-large {
  margin-left: 3.5em !important;
  margin-right: 3.5em !important;
}
.margin-y-large {
  margin-bottom: 3.5em !important;
  margin-top: 3.5em !important;
}
.padding-verylarge {
  padding: 5em !important;
}
.padding-top-verylarge {
  padding-top: 5em !important;
}
.padding-right-verylarge {
  padding-right: 5em !important;
}
.padding-bottom-verylarge {
  padding-bottom: 5em !important;
}
.padding-left-verylarge {
  padding-left: 5em !important;
}
.padding-x-verylarge {
  padding-left: 5em !important;
  padding-right: 5em !important;
}
.padding-y-verylarge {
  padding-bottom: 5em !important;
  padding-top: 5em !important;
}
.margin-verylarge {
  margin: 5em !important;
}
.margin-top-verylarge {
  margin-top: 5em !important;
}
.margin-right-verylarge {
  margin-right: 5em !important;
}
.margin-bottom-verylarge {
  margin-bottom: 5em !important;
}
.margin-left-verylarge {
  margin-left: 5em !important;
}
.margin-x-verylarge {
  margin-left: 5em !important;
  margin-right: 5em !important;
}
.margin-y-verylarge {
  margin-bottom: 5em !important;
  margin-top: 5em !important;
}
.nopadding {
  padding: 0 !important;
}
.nopadding-left {
  padding-left: 0 !important;
}
.nopadding-right {
  padding-right: 0 !important;
}
.nopadding-top {
  padding-top: 0 !important;
}
.nopadding-bottom {
  padding-bottom: 0 !important;
}
.nomargin {
  margin: 0 !important;
}
.nomargin-left {
  margin-left: 0 !important;
}
.nomargin-right {
  margin-right: 0 !important;
}
.nomargin-top {
  margin-top: 0 !important;
}
.nomargin-bottom {
  margin-bottom: 0 !important;
}
body {
  color: #8d8d8d;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
@media (min-width: 480px) {
  body {
    font-size: 15px;
  }
}
@media (min-width: 960px) {
  body {
    font-size: 17px;
  }
}
h1, .h1 {
  font-family: "XXIINeueNorm-CndBlackIt", "Arial Black", Arial, sans-serif;
  font-size: 3em;
  font-weight: normal;
}
h2, .h2 {
  font-family: "XXIINeueNorm-CndMediumIt", "Arial Black", Arial, sans-serif;
  font-size: 2.5em;
  font-weight: normal;
}
h3, .h3 {
  font-family: "XXIINeueNorm-CndBlackIt", "Arial Black", Arial, sans-serif;
  font-size: 2em;
  font-weight: normal;
}
h4, .h4 {
  font-family: "XXIINeueNorm-CndMediumIt", "Arial Black", Arial, sans-serif;
  font-size: 1.6em;
  font-weight: normal;
}
h5, .h5 {
  font-family: "XXIINeueNorm-CndBlackIt", "Arial Black", Arial, sans-serif;
  font-size: 1.4em;
  font-weight: normal;
}
h6, .h6 {
  font-family: "XXIINeueNorm-CndMediumIt", "Arial Black", Arial, sans-serif;
  font-size: 1.2em;
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 10px 0;
}
blockquote {
  font-size: 1.2em;
  font-style: italic;
  padding-left: 30px;
  position: relative;
}
blockquote:before {
  content: "";
  font-family: "FontAwesome";
  left: 0;
  position: absolute;
  top: 0;
}
.font-family-roboto {
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
}
.font-family-neuenormmedium {
  font-family: "XXIINeueNorm-CndMedium", "Arial Black", Arial, sans-serif !important;
}
.font-family-neuenormmediumitalic {
  font-family: "XXIINeueNorm-CndMediumIt", "Arial Black", Arial, sans-serif !important;
}
.font-family-neuenormblack {
  font-family: "XXIINeueNorm-CndBlack", "Arial Black", Arial, sans-serif !important;
}
.font-family-neuenormblackitalic {
  font-family: "XXIINeueNorm-CndBlackIt", "Arial Black", Arial, sans-serif !important;
}
.font-weight-light {
  font-weight: 300;
}
.font-weight-normal {
  font-weight: 400;
}
.font-weight-bold {
  font-weight: 700;
}
.text-align-center {
  text-align: center !important;
}
.text-align-left {
  text-align: left !important;
}
.text-align-right {
  text-align: right !important;
}
.font-size-big, big {
  font-size: 1.25em;
}
.font-size-default {
  font-size: 1em !important;
}
.font-size-small, small {
  font-size: 1em;
}
.text-transform-none {
  text-transform: none;
}
.text-transform-uppercase {
  text-transform: uppercase;
}
.text-transform-lowercase {
  text-transform: lowercase;
}
.letter-spacing-none {
  letter-spacing: normal;
}
.letter-spacing {
  letter-spacing: 2px;
}
.letter-spacing-big {
  letter-spacing: 4px;
}
.text-decoration-line-through {
  text-decoration: line-through;
}
.text-decoration-underline {
  text-decoration: underline;
}
.text-decoration-none {
  text-decoration: none;
}
.hidden-text {
  height: 1px;
  overflow: hidden;
  position: absolute;
  text-indent: -10000px;
  width: 1px;
}
hr {
  border: 0;
  border-top: 1px solid #f0f0f0;
  margin: 4em 0;
}
hr.hr-small {
  margin: 2em 0;
}
hr.hr-large {
  margin: 6em 0;
}
/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*="uk-animation-"] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* Hide animated element if scrollspy is used */
@media screen {
  [data-uk-scrollspy*="uk-animation-"]:not([data-uk-scrollspy*="target"]) {
    opacity: 0;
  }
}
/*
 * Fade
 * Higher specificity (!important) needed because of reverse modifier
 */
.uk-animation-fade {
  -webkit-animation-name: uk-fade;
  animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}
/*
 * Fade with scale
 */
.uk-animation-scale-up {
  -webkit-animation-name: uk-fade-scale-02;
  animation-name: uk-fade-scale-02;
}
.uk-animation-scale-down {
  -webkit-animation-name: uk-fade-scale-18;
  animation-name: uk-fade-scale-18;
}
/*
 * Fade with slide
 */
.uk-animation-slide-top {
  -webkit-animation-name: uk-fade-top;
  animation-name: uk-fade-top;
}
.uk-animation-slide-bottom {
  -webkit-animation-name: uk-fade-bottom;
  animation-name: uk-fade-bottom;
}
.uk-animation-slide-left {
  -webkit-animation-name: uk-fade-left;
  animation-name: uk-fade-left;
}
.uk-animation-slide-right {
  -webkit-animation-name: uk-fade-right;
  animation-name: uk-fade-right;
}
/*
 * Scale
 */
.uk-animation-scale {
  -webkit-animation-name: uk-scale-12;
  animation-name: uk-scale-12;
}
/*
 * Shake
 */
.uk-animation-shake {
  -webkit-animation-name: uk-shake;
  animation-name: uk-shake;
}
/* Direction modifiers
 ========================================================================== */
.uk-animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* Duration modifiers
========================================================================== */
.uk-animation-15 {
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
}
/* Origin modifiers
========================================================================== */
.uk-animation-top-left {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.uk-animation-top-center {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.uk-animation-top-right {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.uk-animation-middle-left {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.uk-animation-middle-right {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.uk-animation-bottom-left {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.uk-animation-bottom-center {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.uk-animation-bottom-right {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
/* Sub-object: `uk-animation-hover`
========================================================================== */
/*
 * Enable animation only on hover
 * Note: Firefox also needs this because animations are not triggered when switching between display `hidden` and `block`
 */
.uk-animation-hover:not(:hover), .uk-animation-hover:not(:hover) [class*="uk-animation-"], .uk-touch .uk-animation-hover:not(.uk-hover), .uk-touch .uk-animation-hover:not(.uk-hover) [class*="uk-animation-"] {
  -webkit-animation-name: none;
  animation-name: none;
}
/* Keyframes: Fade
 * Used by dropdown, datepicker and slideshow component
 ========================================================================== */
@-webkit-keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Keyframes: Fade with slide
 ========================================================================== */
/*
 * Top
 */
@-webkit-keyframes uk-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Bottom
 */
@-webkit-keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Left
 */
@-webkit-keyframes uk-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Right
 */
@-webkit-keyframes uk-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Keyframes: Fade with scale
 ========================================================================== */
/*
 * Scale by 0.2
 */
@-webkit-keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Scale by 1.5
 * Used by slideshow component
 */
@-webkit-keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Scale by 1.8
 */
@-webkit-keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Keyframes: Slide
 * Used by slideshow component
 ========================================================================== */
/*
 * Left
 */
@-webkit-keyframes uk-slide-left {
  0% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Right
 */
@-webkit-keyframes uk-slide-right {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Left third
 */
@-webkit-keyframes uk-slide-left-33 {
  0% {
    -webkit-transform: translateX(33%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-left-33 {
  0% {
    transform: translateX(33%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Right third
 */
@-webkit-keyframes uk-slide-right-33 {
  0% {
    -webkit-transform: translateX(-33%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-right-33 {
  0% {
    transform: translateX(-33%);
  }
  100% {
    transform: translateX(0);
  }
}
/* Keyframes: Scale
 ========================================================================== */
@-webkit-keyframes uk-scale-12 {
  0% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes uk-scale-12 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* Keyframes: Rotate
 * Used by icon component
 ========================================================================== */
@-webkit-keyframes uk-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes uk-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Keyframes: Shake
 ========================================================================== */
@-webkit-keyframes uk-shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
  }
}
@keyframes uk-shake {
  0%, 100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
/* Keyframes: Fade with slide fixed
 * Used by dropdown and search component
 ========================================================================== */
/*
 * Top fixed
 */
@-webkit-keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Bottom fixed
 */
@-webkit-keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Box-sizing is needed for `uk-dropdown-justify`
 * 4. Set width
 */
.uk-dropdown, .uk-dropdown-blank {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 970;
  /* 3 */
  box-sizing: border-box;
  /* 4 */
  width: 200px;
}
/*
 * Dropdown style
 * 1. Reset button group whitespace hack
 */
.uk-dropdown {
  padding: 15px;
  background: #f5f5f5;
  color: #444;
  /* 1 */
  font-size: 1rem;
  vertical-align: top;
}
/* Focus */
.uk-dropdown:focus {
  outline: none;
}
/*
 * 1. Show dropdown
 * 2. Set animation
 * 3. Needed for scale animation
 */
.uk-open > .uk-dropdown, .uk-open > .uk-dropdown-blank {
  /* 1 */
  display: block;
  /* 2 */
  -webkit-animation: uk-fade 0.2s ease-in-out;
  animation: uk-fade 0.2s ease-in-out;
  /* 3 */
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Alignment modifiers
 ========================================================================== */
/*
 * Modifier
 */
.uk-dropdown-top {
  margin-top: -5px;
}
.uk-dropdown-bottom {
  margin-top: 5px;
}
.uk-dropdown-left {
  margin-left: -5px;
}
.uk-dropdown-right {
  margin-left: 5px;
}
/* Nav in dropdown
 ========================================================================== */
.uk-dropdown .uk-nav {
  margin: 0 -15px;
}
/* Grid and panel in dropdown
 ========================================================================== */
/*
* Vertical gutter
*/
/*
 * Grid
 * Higher specificity to override large gutter
 */
.uk-grid .uk-dropdown-grid + .uk-dropdown-grid {
  margin-top: 15px;
}
/* Panels */
.uk-dropdown-grid > [class*="uk-width-"] > .uk-panel + .uk-panel {
  margin-top: 15px;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  /*
     * Horizontal gutter
     */
  /*
     * Column divider
     */
  /*
     * Width multiplier for dropdown columns
     */
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid {
    margin-left: -15px;
    margin-right: -15px;
  }
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*="uk-width-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*="uk-width-"]:nth-child(n+2) {
    border-left: 1px solid #ddd;
  }
  .uk-dropdown-width-2:not(.uk-dropdown-stack) {
    width: 400px;
  }
  .uk-dropdown-width-3:not(.uk-dropdown-stack) {
    width: 600px;
  }
  .uk-dropdown-width-4:not(.uk-dropdown-stack) {
    width: 800px;
  }
  .uk-dropdown-width-5:not(.uk-dropdown-stack) {
    width: 1000px;
  }
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
  /*
     * Stack columns and take full width
     */
  /*
     * Vertical gutter
     */
  .uk-dropdown-grid > [class*="uk-width-"] {
    width: 100%;
  }
  .uk-dropdown-grid > [class*="uk-width-"]:nth-child(n+2) {
    margin-top: 15px;
  }
}
/*
* Stack grid columns
*/
.uk-dropdown-stack > .uk-dropdown-grid > [class*="uk-width-"] {
  width: 100%;
}
.uk-dropdown-stack > .uk-dropdown-grid > [class*="uk-width-"]:nth-child(n+2) {
  margin-top: 15px;
}
/* Modifier `uk-dropdown-small`
 ========================================================================== */
/*
 * Set min-width and text expands dropdown if needed
 */
.uk-dropdown-small {
  min-width: 150px;
  width: auto;
  padding: 5px;
  white-space: nowrap;
}
/*
 * Nav in dropdown
 */
.uk-dropdown-small .uk-nav {
  margin: 0 -5px;
}
/* Modifier: `uk-dropdown-navbar`
 ========================================================================== */
.uk-dropdown-navbar {
  margin-top: 0;
  background: #f5f5f5;
  color: #444;
}
.uk-open > .uk-dropdown-navbar {
  -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
  animation: uk-slide-top-fixed 0.2s ease-in-out;
}
/* Modifier `uk-dropdown-scrollable`
 ========================================================================== */
/*
 * Usefull for long lists
 */
.uk-dropdown-scrollable {
  overflow-y: auto;
  max-height: 200px;
}
/* Sub-object: `uk-dropdown-overlay`
 ========================================================================== */
/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Makes grid more robust so that it can be used with other block elements like lists
 */
.uk-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
 * DEPRECATED
 * Micro clearfix
 * Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit
 */
.uk-grid:before, .uk-grid:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-grid:after {
  clear: both;
}
/*
 * Grid cell
 * 1. Space is allocated solely based on content dimensions
 * 2. Makes grid more robust so that it can be used with other block elements
 * 3. DEPRECATED Using `float` to support IE9
 */
.uk-grid > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  margin: 0;
  /* 3 */
  float: left;
}
/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child {
  margin-bottom: 0;
}
/* Grid gutter
 ========================================================================== */
/*
 * Default gutter
 */
/* Horizontal */
.uk-grid {
  margin-left: -25px;
}
.uk-grid > * {
  padding-left: 25px;
}
/* Vertical */
.uk-grid + .uk-grid, .uk-grid-margin, .uk-grid > * > .uk-panel + .uk-panel {
  margin-top: 25px;
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  /* Horizontal */
  /* Vertical */
  .uk-grid {
    margin-left: -35px;
  }
  .uk-grid > * {
    padding-left: 35px;
  }
  .uk-grid + .uk-grid, .uk-grid-margin, .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 35px;
  }
}
/*
 * Collapse gutter
 */
/* Horizontal */
.uk-grid-collapse {
  margin-left: 0;
}
.uk-grid-collapse > * {
  padding-left: 0;
}
/* Vertical */
.uk-grid-collapse + .uk-grid-collapse, .uk-grid-collapse > .uk-grid-margin, .uk-grid-collapse > * > .uk-panel + .uk-panel {
  margin-top: 0;
}
/*
 * Small gutter
 */
/* Horizontal */
.uk-grid-small {
  margin-left: -10px;
}
.uk-grid-small > * {
  padding-left: 10px;
}
/* Vertical */
.uk-grid-small + .uk-grid-small, .uk-grid-small > .uk-grid-margin, .uk-grid-small > * > .uk-panel + .uk-panel {
  margin-top: 10px;
}
/*
 * Medium gutter
 */
/* Horizontal */
.uk-grid-medium {
  margin-left: -25px;
}
.uk-grid-medium > * {
  padding-left: 25px;
}
/* Vertical */
.uk-grid-medium + .uk-grid-medium, .uk-grid-medium > .uk-grid-margin, .uk-grid-medium > * > .uk-panel + .uk-panel {
  margin-top: 25px;
}
/*
 * Large gutter
 */
/* Large screen and bigger */
@media (min-width: 960px) {
  /* Horizontal */
  /* Vertical */
  .uk-grid-large {
    margin-left: -35px;
  }
  .uk-grid-large > * {
    padding-left: 35px;
  }
  .uk-grid-large + .uk-grid-large, .uk-grid-large-margin, .uk-grid-large > * > .uk-panel + .uk-panel {
    margin-top: 35px;
  }
}
/* Extra Large screens */
@media (min-width: 1220px) {
  /* Horizontal */
  /* Vertical */
  .uk-grid-large {
    margin-left: -50px;
  }
  .uk-grid-large > * {
    padding-left: 50px;
  }
  .uk-grid-large + .uk-grid-large, .uk-grid-large-margin, .uk-grid-large > * > .uk-panel + .uk-panel {
    margin-top: 50px;
  }
}
/* Modifier: `uk-grid-divider`
 ========================================================================== */
/*
 * Horizontal divider
 * Only works with the default gutter. Does not work with gutter collapse, small or large.
 * Does not work with `uk-push-*`, `uk-pull-*` and not if the columns float into the next row.
 */
.uk-grid-divider:not(:empty) {
  margin-left: -25px;
  margin-right: -25px;
}
.uk-grid-divider > * {
  padding-left: 25px;
  padding-right: 25px;
}
.uk-grid-divider > [class*="uk-width-1-"]:not(.uk-width-1-1):nth-child(n+2), .uk-grid-divider > [class*="uk-width-2-"]:nth-child(n+2), .uk-grid-divider > [class*="uk-width-3-"]:nth-child(n+2), .uk-grid-divider > [class*="uk-width-4-"]:nth-child(n+2), .uk-grid-divider > [class*="uk-width-5-"]:nth-child(n+2), .uk-grid-divider > [class*="uk-width-6-"]:nth-child(n+2), .uk-grid-divider > [class*="uk-width-7-"]:nth-child(n+2), .uk-grid-divider > [class*="uk-width-8-"]:nth-child(n+2), .uk-grid-divider > [class*="uk-width-9-"]:nth-child(n+2) {
  border-left: 1px solid #ddd;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-grid-divider > [class*="uk-width-medium-"]:not(.uk-width-medium-1-1):nth-child(n+2) {
    border-left: 1px solid #ddd;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-grid-divider > [class*="uk-width-large-"]:not(.uk-width-large-1-1):nth-child(n+2) {
    border-left: 1px solid #ddd;
  }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  /*
     * Large gutter
     */
  .uk-grid-divider:not(:empty) {
    margin-left: -35px;
    margin-right: -35px;
  }
  .uk-grid-divider > * {
    padding-left: 35px;
    padding-right: 35px;
  }
  .uk-grid-divider:empty {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
/*
 * Vertical divider
 */
.uk-grid-divider:empty {
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #ddd;
}
/* Match panels in grids
 ========================================================================== */
/*
 * 1. Behave like a block element
 */
.uk-grid-match > * {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 1 */
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.uk-grid-match > * > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  box-sizing: border-box;
  width: 100%;
}
/* Even grid cell widths
 ========================================================================== */
[class*="uk-grid-width"] > * {
  box-sizing: border-box;
  width: 100%;
}
.uk-grid-width-1-2 > * {
  width: 50%;
}
.uk-grid-width-1-3 > * {
  width: 33.333%;
}
.uk-grid-width-1-4 > * {
  width: 25%;
}
.uk-grid-width-1-5 > * {
  width: 20%;
}
.uk-grid-width-1-6 > * {
  width: 16.666%;
}
.uk-grid-width-1-10 > * {
  width: 10%;
}
.uk-grid-width-auto > * {
  width: auto;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
  .uk-grid-width-small-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-small-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-small-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-small-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-small-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-small-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-small-1-10 > * {
    width: 10%;
  }
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-grid-width-medium-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-medium-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-medium-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-medium-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-medium-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-medium-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-medium-1-10 > * {
    width: 10%;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-grid-width-large-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-large-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-large-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-large-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-large-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-large-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-large-1-10 > * {
    width: 10%;
  }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-grid-width-xlarge-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-xlarge-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-xlarge-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-xlarge-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-xlarge-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-xlarge-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-xlarge-1-10 > * {
    width: 10%;
  }
}
/* Sub-objects: `uk-width-*`
 ========================================================================== */
[class*="uk-width"] {
  box-sizing: border-box;
  width: 100%;
}
/*
 * Widths
 */
/* Whole */
.uk-width-1-1 {
  width: 100%;
}
/* Halves */
.uk-width-1-2, .uk-width-2-4, .uk-width-3-6, .uk-width-5-10 {
  width: 50%;
}
/* Thirds */
.uk-width-1-3, .uk-width-2-6 {
  width: 33.333%;
}
.uk-width-2-3, .uk-width-4-6 {
  width: 66.666%;
}
/* Quarters */
.uk-width-1-4 {
  width: 25%;
}
.uk-width-3-4 {
  width: 75%;
}
/* Fifths */
.uk-width-1-5, .uk-width-2-10 {
  width: 20%;
}
.uk-width-2-5, .uk-width-4-10 {
  width: 40%;
}
.uk-width-3-5, .uk-width-6-10 {
  width: 60%;
}
.uk-width-4-5, .uk-width-8-10 {
  width: 80%;
}
/* Sixths */
.uk-width-1-6 {
  width: 16.666%;
}
.uk-width-5-6 {
  width: 83.333%;
}
/* Tenths */
.uk-width-1-10 {
  width: 10%;
}
.uk-width-3-10 {
  width: 30%;
}
.uk-width-7-10 {
  width: 70%;
}
.uk-width-9-10 {
  width: 90%;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
  /* Whole */
  /* Halves */
  /* Thirds */
  /* Quarters */
  /* Fifths */
  /* Sixths */
  /* Tenths */
  .uk-width-small-1-1 {
    width: 100%;
  }
  .uk-width-small-1-2, .uk-width-small-2-4, .uk-width-small-3-6, .uk-width-small-5-10 {
    width: 50%;
  }
  .uk-width-small-1-3, .uk-width-small-2-6 {
    width: 33.333%;
  }
  .uk-width-small-2-3, .uk-width-small-4-6 {
    width: 66.666%;
  }
  .uk-width-small-1-4 {
    width: 25%;
  }
  .uk-width-small-3-4 {
    width: 75%;
  }
  .uk-width-small-1-5, .uk-width-small-2-10 {
    width: 20%;
  }
  .uk-width-small-2-5, .uk-width-small-4-10 {
    width: 40%;
  }
  .uk-width-small-3-5, .uk-width-small-6-10 {
    width: 60%;
  }
  .uk-width-small-4-5, .uk-width-small-8-10 {
    width: 80%;
  }
  .uk-width-small-1-6 {
    width: 16.666%;
  }
  .uk-width-small-5-6 {
    width: 83.333%;
  }
  .uk-width-small-1-10 {
    width: 10%;
  }
  .uk-width-small-3-10 {
    width: 30%;
  }
  .uk-width-small-7-10 {
    width: 70%;
  }
  .uk-width-small-9-10 {
    width: 90%;
  }
}
/* Tablet and bigger */
@media (min-width: 768px) {
  /* Whole */
  /* Halves */
  /* Thirds */
  /* Quarters */
  /* Fifths */
  /* Sixths */
  /* Tenths */
  .uk-width-medium-1-1 {
    width: 100%;
  }
  .uk-width-medium-1-2, .uk-width-medium-2-4, .uk-width-medium-3-6, .uk-width-medium-5-10 {
    width: 50%;
  }
  .uk-width-medium-1-3, .uk-width-medium-2-6 {
    width: 33.333%;
  }
  .uk-width-medium-2-3, .uk-width-medium-4-6 {
    width: 66.666%;
  }
  .uk-width-medium-1-4 {
    width: 25%;
  }
  .uk-width-medium-3-4 {
    width: 75%;
  }
  .uk-width-medium-1-5, .uk-width-medium-2-10 {
    width: 20%;
  }
  .uk-width-medium-2-5, .uk-width-medium-4-10 {
    width: 40%;
  }
  .uk-width-medium-3-5, .uk-width-medium-6-10 {
    width: 60%;
  }
  .uk-width-medium-4-5, .uk-width-medium-8-10 {
    width: 80%;
  }
  .uk-width-medium-1-6 {
    width: 16.666%;
  }
  .uk-width-medium-5-6 {
    width: 83.333%;
  }
  .uk-width-medium-1-10 {
    width: 10%;
  }
  .uk-width-medium-3-10 {
    width: 30%;
  }
  .uk-width-medium-7-10 {
    width: 70%;
  }
  .uk-width-medium-9-10 {
    width: 90%;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  /* Whole */
  /* Halves */
  /* Thirds */
  /* Quarters */
  /* Fifths */
  /* Sixths */
  /* Tenths */
  .uk-width-large-1-1 {
    width: 100%;
  }
  .uk-width-large-1-2, .uk-width-large-2-4, .uk-width-large-3-6, .uk-width-large-5-10 {
    width: 50%;
  }
  .uk-width-large-1-3, .uk-width-large-2-6 {
    width: 33.333%;
  }
  .uk-width-large-2-3, .uk-width-large-4-6 {
    width: 66.666%;
  }
  .uk-width-large-1-4 {
    width: 25%;
  }
  .uk-width-large-3-4 {
    width: 75%;
  }
  .uk-width-large-1-5, .uk-width-large-2-10 {
    width: 20%;
  }
  .uk-width-large-2-5, .uk-width-large-4-10 {
    width: 40%;
  }
  .uk-width-large-3-5, .uk-width-large-6-10 {
    width: 60%;
  }
  .uk-width-large-4-5, .uk-width-large-8-10 {
    width: 80%;
  }
  .uk-width-large-1-6 {
    width: 16.666%;
  }
  .uk-width-large-5-6 {
    width: 83.333%;
  }
  .uk-width-large-1-10 {
    width: 10%;
  }
  .uk-width-large-3-10 {
    width: 30%;
  }
  .uk-width-large-7-10 {
    width: 70%;
  }
  .uk-width-large-9-10 {
    width: 90%;
  }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  /* Whole */
  /* Halves */
  /* Thirds */
  /* Quarters */
  /* Fifths */
  /* Sixths */
  /* Tenths */
  .uk-width-xlarge-1-1 {
    width: 100%;
  }
  .uk-width-xlarge-1-2, .uk-width-xlarge-2-4, .uk-width-xlarge-3-6, .uk-width-xlarge-5-10 {
    width: 50%;
  }
  .uk-width-xlarge-1-3, .uk-width-xlarge-2-6 {
    width: 33.333%;
  }
  .uk-width-xlarge-2-3, .uk-width-xlarge-4-6 {
    width: 66.666%;
  }
  .uk-width-xlarge-1-4 {
    width: 25%;
  }
  .uk-width-xlarge-3-4 {
    width: 75%;
  }
  .uk-width-xlarge-1-5, .uk-width-xlarge-2-10 {
    width: 20%;
  }
  .uk-width-xlarge-2-5, .uk-width-xlarge-4-10 {
    width: 40%;
  }
  .uk-width-xlarge-3-5, .uk-width-xlarge-6-10 {
    width: 60%;
  }
  .uk-width-xlarge-4-5, .uk-width-xlarge-8-10 {
    width: 80%;
  }
  .uk-width-xlarge-1-6 {
    width: 16.666%;
  }
  .uk-width-xlarge-5-6 {
    width: 83.333%;
  }
  .uk-width-xlarge-1-10 {
    width: 10%;
  }
  .uk-width-xlarge-3-10 {
    width: 30%;
  }
  .uk-width-xlarge-7-10 {
    width: 70%;
  }
  .uk-width-xlarge-9-10 {
    width: 90%;
  }
}
/* Sub-object: `uk-push-*` and `uk-pull-*`
 ========================================================================== */
/*
 * Source ordering
 * Works only with `uk-width-medium-*`
 */
/* Tablet and bigger */
@media (min-width: 768px) {
  /*
     * Push
     */
  /* Halves */
  /* Thirds */
  /* Quarters */
  /* Fifths */
  /* Sixths */
  /* Tenths */
  /*
     * Pull
     */
  /* Halves */
  /* Thirds */
  /* Quarters */
  /* Fifths */
  /* Sixths */
  /* Tenths */
  [class*="uk-push-"], [class*="uk-pull-"] {
    position: relative;
  }
  .uk-push-1-2, .uk-push-2-4, .uk-push-3-6, .uk-push-5-10 {
    left: 50%;
  }
  .uk-push-1-3, .uk-push-2-6 {
    left: 33.333%;
  }
  .uk-push-2-3, .uk-push-4-6 {
    left: 66.666%;
  }
  .uk-push-1-4 {
    left: 25%;
  }
  .uk-push-3-4 {
    left: 75%;
  }
  .uk-push-1-5, .uk-push-2-10 {
    left: 20%;
  }
  .uk-push-2-5, .uk-push-4-10 {
    left: 40%;
  }
  .uk-push-3-5, .uk-push-6-10 {
    left: 60%;
  }
  .uk-push-4-5, .uk-push-8-10 {
    left: 80%;
  }
  .uk-push-1-6 {
    left: 16.666%;
  }
  .uk-push-5-6 {
    left: 83.333%;
  }
  .uk-push-1-10 {
    left: 10%;
  }
  .uk-push-3-10 {
    left: 30%;
  }
  .uk-push-7-10 {
    left: 70%;
  }
  .uk-push-9-10 {
    left: 90%;
  }
  .uk-pull-1-2, .uk-pull-2-4, .uk-pull-3-6, .uk-pull-5-10 {
    left: -50%;
  }
  .uk-pull-1-3, .uk-pull-2-6 {
    left: -33.333%;
  }
  .uk-pull-2-3, .uk-pull-4-6 {
    left: -66.666%;
  }
  .uk-pull-1-4 {
    left: -25%;
  }
  .uk-pull-3-4 {
    left: -75%;
  }
  .uk-pull-1-5, .uk-pull-2-10 {
    left: -20%;
  }
  .uk-pull-2-5, .uk-pull-4-10 {
    left: -40%;
  }
  .uk-pull-3-5, .uk-pull-6-10 {
    left: -60%;
  }
  .uk-pull-4-5, .uk-pull-8-10 {
    left: -80%;
  }
  .uk-pull-1-6 {
    left: -16.666%;
  }
  .uk-pull-5-6 {
    left: -83.333%;
  }
  .uk-pull-1-10 {
    left: -10%;
  }
  .uk-pull-3-10 {
    left: -30%;
  }
  .uk-pull-7-10 {
    left: -70%;
  }
  .uk-pull-9-10 {
    left: -90%;
  }
}
/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Container
 ========================================================================== */
.uk-container {
  box-sizing: border-box;
  max-width: 100%;
  padding: 0 25px;
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-container {
    max-width: 1200px;
    padding: 0 35px;
  }
}
/*
 * Micro clearfix
 */
.uk-container:before, .uk-container:after {
  content: "";
  display: table;
}
.uk-container:after {
  clear: both;
}
/*
 * Center container
 */
.uk-container-center {
  margin-left: auto;
  margin-right: auto;
}
/* Clearing
 ========================================================================== */
/*
 * Micro clearfix
* `table-cell` is used with `:before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * `table` is used again with `:after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
.uk-clearfix:before {
  content: "";
  display: table-cell;
}
.uk-clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/*
 *  Create a new block formatting context
 */
.uk-nbfc {
  overflow: hidden;
}
.uk-nbfc-alt {
  display: table-cell;
  width: 10000px;
}
/* Alignment of block elements
 ========================================================================== */
/*
 * Float blocks
 * 1. Prevent content overflow on small devices
 */
.uk-float-left {
  float: left;
}
.uk-float-right {
  float: right;
}
/* 1 */
[class*="uk-float-"] {
  max-width: 100%;
}
/* Alignment of images and objects
 ========================================================================== */
/*
 * Alignment
 */
[class*="uk-align-"] {
  display: block;
  margin-bottom: 15px;
}
.uk-align-left {
  margin-right: 15px;
  float: left;
}
.uk-align-right {
  margin-left: 15px;
  float: right;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-align-medium-left {
    margin-right: 15px;
    float: left;
  }
  .uk-align-medium-right {
    margin-left: 15px;
    float: right;
  }
}
.uk-align-center {
  margin-left: auto;
  margin-right: auto;
}
/* Vertical alignment
 ========================================================================== */
/*
 * Remove whitespace between child elements when using `inline-block`
 */
.uk-vertical-align {
  font-size: 0.001px;
}
/*
 *  The `uk-vertical-align` container needs a specific height
 */
.uk-vertical-align:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/*
 * Sub-object which can have any height
 * 1. Reset whitespace hack
 */
.uk-vertical-align-middle, .uk-vertical-align-bottom {
  display: inline-block;
  max-width: 100%;
  /* 1 */
  font-size: 1rem;
}
.uk-vertical-align-middle {
  vertical-align: middle;
}
.uk-vertical-align-bottom {
  vertical-align: bottom;
}
/* Height
 ========================================================================== */
/*
 * More robust if padding and border are used
 */
[class*="uk-height"] {
  box-sizing: border-box;
}
/*
 * Useful to extend the `html` and `body` element to the full height of the page.
 */
.uk-height-1-1 {
  height: 100%;
}
/*
 * Useful to create image teasers
 */
.uk-height-viewport {
  height: 100vh;
  min-height: 600px;
}
/* Responsive objects
 * Note: Images are already responsive by default, see Base component
 ========================================================================== */
/*
 * 1. Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.uk-responsive-width, .uk-responsive-height {
  box-sizing: border-box;
}
/*
 * Responsiveness: Sets a maximum width relative to the parent and auto scales the height
 * `important` needed to override `uk-img-preserve img`
 */
.uk-responsive-width {
  max-width: 100% !important;
  height: auto;
}
/*
 * Responsiveness: Sets a maximum height relative to the parent and auto scales the width
 * Only works if the parent element has a fixed height.
 */
.uk-responsive-height {
  max-height: 100%;
  width: auto;
}
/* Margin
 ========================================================================== */
/*
 * Create a block with the same margin of a paragraph
 * Add margin if adjacent element
 */
.uk-margin {
  margin-bottom: 15px;
}
* + .uk-margin {
  margin-top: 15px;
}
.uk-margin-top {
  margin-top: 15px !important;
}
.uk-margin-bottom {
  margin-bottom: 15px !important;
}
.uk-margin-left {
  margin-left: 15px !important;
}
.uk-margin-right {
  margin-right: 15px !important;
}
/*
 * Larger margins
 */
.uk-margin-large {
  margin-bottom: 50px;
}
* + .uk-margin-large {
  margin-top: 50px;
}
.uk-margin-large-top {
  margin-top: 50px !important;
}
.uk-margin-large-bottom {
  margin-bottom: 50px !important;
}
.uk-margin-large-left {
  margin-left: 50px !important;
}
.uk-margin-large-right {
  margin-right: 50px !important;
}
/*
 * Smaller margins
 */
.uk-margin-small {
  margin-bottom: 5px;
}
* + .uk-margin-small {
  margin-top: 5px;
}
.uk-margin-small-top {
  margin-top: 5px !important;
}
.uk-margin-small-bottom {
  margin-bottom: 5px !important;
}
.uk-margin-small-left {
  margin-left: 5px !important;
}
.uk-margin-small-right {
  margin-right: 5px !important;
}
/*
 * Remove margins
 */
.uk-margin-remove {
  margin: 0 !important;
}
.uk-margin-top-remove {
  margin-top: 0 !important;
}
.uk-margin-bottom-remove {
  margin-bottom: 0 !important;
}
/* Padding
 ========================================================================== */
.uk-padding-remove {
  padding: 0 !important;
}
.uk-padding-top-remove {
  padding-top: 0 !important;
}
.uk-padding-bottom-remove {
  padding-bottom: 0 !important;
}
.uk-padding-vertical-remove {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* Border
 ========================================================================== */
.uk-border-circle {
  border-radius: 50%;
}
.uk-border-rounded {
  border-radius: 5px;
}
/* Headings
 ========================================================================== */
.uk-heading-large {
  font-size: 36px;
  line-height: 42px;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-heading-large {
    font-size: 52px;
    line-height: 64px;
  }
}
/* Link
 ========================================================================== */
/*
 * Let links appear in default text color
 */
.uk-link-muted, .uk-link-muted a {
  color: #444;
}
.uk-link-muted:hover, .uk-link-muted a:hover {
  color: #444;
}
/*
 * Reset link style
 */
.uk-link-reset, .uk-link-reset a, .uk-link-reset:hover, .uk-link-reset a:hover, .uk-link-reset:focus, .uk-link-reset a:focus {
  color: inherit;
  text-decoration: none;
}
/* Scrollable
 ========================================================================== */
/*
 * Enable scrolling for preformatted text
 */
.uk-scrollable-text {
  height: 300px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  resize: both;
}
/*
 * Box with scrolling enabled
 */
.uk-scrollable-box {
  box-sizing: border-box;
  height: 170px;
  padding: 10px;
  border: 1px solid #ddd;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
}
.uk-scrollable-box > :last-child {
  margin-bottom: 0;
}
/* Overflow
 ========================================================================== */
.uk-overflow-hidden {
  overflow: hidden;
}
/*
 * Enable scrollbars if content is clipped
 */
.uk-overflow-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.uk-overflow-container > :last-child {
  margin-bottom: 0;
}
/* Position
 ========================================================================== */
.uk-position-absolute, [class*="uk-position-top"], [class*="uk-position-bottom"] {
  position: absolute !important;
}
/* Don't use `width: 100%` because it is wrong if the parent has padding. */
.uk-position-top {
  top: 0;
  left: 0;
  right: 0;
}
.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}
.uk-position-top-left {
  top: 0;
  left: 0;
}
.uk-position-top-right {
  top: 0;
  right: 0;
}
.uk-position-bottom-left {
  bottom: 0;
  left: 0;
}
.uk-position-bottom-right {
  bottom: 0;
  right: 0;
}
/*
 * Cover
 */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/*
 * Relative
 */
.uk-position-relative {
  position: relative !important;
}
/*
 * Z-index
 */
.uk-position-z-index {
  z-index: 1;
}
/* Display
 ========================================================================== */
/*
 * Display
 * 1. Required if child is a responsive image
 */
.uk-display-block {
  display: block !important;
}
.uk-display-inline {
  display: inline !important;
}
.uk-display-inline-block {
  display: inline-block !important;
  /* 1 */
  max-width: 100%;
}
/*
 * Visibility
 * Avoids setting display to `block` so it works also with `inline-block` and `table`
 */
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-visible-small {
    display: none !important;
  }
  .uk-visible-medium {
    display: none !important;
  }
  .uk-hidden-large {
    display: none !important;
  }
}
/* Tablets portrait */
@media (min-width: 768px) and (max-width: 959px) {
  .uk-visible-small {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important;
  }
  .uk-hidden-medium {
    display: none !important;
  }
}
/* Phone landscape and smaller*/
@media (max-width: 767px) {
  .uk-visible-medium {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important;
  }
  .uk-hidden-small {
    display: none !important;
  }
}
/* Remove from the flow and screen readers on any device */
.uk-hidden {
  display: none !important;
  visibility: hidden !important;
}
/* It's hidden, but still affects layout */
.uk-invisible {
  visibility: hidden !important;
}
/* Show on hover */
.uk-visible-hover:hover .uk-hidden, .uk-visible-hover:hover .uk-invisible {
  display: block !important;
  visibility: visible !important;
}
.uk-visible-hover-inline:hover .uk-hidden, .uk-visible-hover-inline:hover .uk-invisible {
  display: inline-block !important;
  visibility: visible !important;
}
/* Hide on touch */
.uk-touch .uk-hidden-touch, .uk-notouch .uk-hidden-notouch {
  display: none !important;
}
/* ========================================================================
   Component: Flex
 ========================================================================== */
.uk-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.uk-flex-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
/*
 * Fixes initial flex-shrink value in IE10
 */
.uk-flex > *, .uk-flex-inline > * {
  -ms-flex-negative: 1;
}
/* Alignment
 ========================================================================== */
/*
 * Vertical alignment
 * Default value is `stretch`
 */
.uk-flex-top {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.uk-flex-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.uk-flex-bottom {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
/*
 * Horizontal alignment
 * Default value is `flex-start`
 */
.uk-flex-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.uk-flex-right {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.uk-flex-space-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.uk-flex-space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
/* Direction
 ========================================================================== */
.uk-flex-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.uk-flex-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.uk-flex-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
/* Wrap
 ========================================================================== */
.uk-flex-nowrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.uk-flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.uk-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
/*
 * Horizontal alignment
 * Default value is `stretch`
 */
.uk-flex-wrap-top {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.uk-flex-wrap-middle {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}
.uk-flex-wrap-bottom {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.uk-flex-wrap-space-between {
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
}
.uk-flex-wrap-space-around {
  -ms-flex-line-pack: distribute;
  -webkit-align-content: space-around;
  align-content: space-around;
}
/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.uk-flex-order-first {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}
.uk-flex-order-last {
  -ms-flex-order: 99;
  -webkit-order: 99;
  order: 99;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
  .uk-flex-order-first-small {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-small {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-flex-order-first-medium {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-medium {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-flex-order-first-large {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-large {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-flex-order-first-xlarge {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-xlarge {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}
/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.uk-flex-item-none {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}
/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 * 1. Fixes flex-shrink value in IE10
 */
.uk-flex-item-auto {
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
  /* 1 */
  -ms-flex-negative: 1;
}
/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.uk-flex-item-1 {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * This is the modal overlay and modal dialog container
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Allow scrolling for the modal dialog
 * 4. Mask the background page
 * 5. Fade-in transition
 * 6. Deactivate browser history navigation in IE11
 * 7. force hardware acceleration to prevent browser rendering hiccups
 */
.uk-modal {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  background: rgba(0, 0, 0, 0.6);
  /* 5 */
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  /* 6 */
  touch-action: cross-slide-y pinch-zoom double-tap-zoom;
  /* 7 */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/*
 * Open state
 */
.uk-modal.uk-open {
  opacity: 1;
}
/*
 * Prevents duplicated scrollbar caused by 4.
 */
.uk-modal-page, .uk-modal-page body {
  overflow: hidden;
}
/* Sub-object: `uk-modal-dialog`
 ========================================================================== */
/*
 * 1. Create position context for caption, spinner and close button
 * 2. Set box sizing
 * 3. Set style
 * 4. Slide-in transition
 */
.uk-modal-dialog {
  /* 1 */
  position: relative;
  /* 2 */
  box-sizing: border-box;
  margin: 50px auto;
  padding: 20px;
  width: 600px;
  max-width: 100%;
  max-width: calc(100% - 20px);
  /* 3 */
  background: #fff;
  /* 4 */
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s linear, transform 0.3s ease-out;
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
  /*
     * Fit in small screen
     */
  .uk-modal-dialog {
    width: auto;
    margin: 10px auto;
  }
}
/*
 * Open state
 */
.uk-open .uk-modal-dialog {
  /* 4 */
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/*
 * Remove margin from the last-child
 */
.uk-modal-dialog > :not([class*="uk-modal-"]):last-child {
  margin-bottom: 0;
}
/* Close in modal
 ========================================================================== */
.uk-modal-dialog > .uk-close:first-child {
  margin: -10px -10px 0 0;
  float: right;
}
/*
 * Remove margin from adjacent element
 */
.uk-modal-dialog > .uk-close:first-child + :not([class*="uk-modal-"]) {
  margin-top: 0;
}
/* Modifier: `uk-modal-dialog-lightbox`
 ========================================================================== */
.uk-modal-dialog-lightbox {
  margin: 15px auto;
  padding: 0;
  max-width: 95%;
  max-width: calc(100% - 30px);
  min-height: 50px;
}
/*
 * Close button
 */
.uk-modal-dialog-lightbox > .uk-close:first-child {
  position: absolute;
  top: -12px;
  right: -12px;
  margin: 0;
  float: none;
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
  .uk-modal-dialog-lightbox > .uk-close:first-child {
    top: -7px;
    right: -7px;
  }
}
/* Modifier: `uk-modal-dialog-blank`
 ========================================================================== */
.uk-modal-dialog-blank {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
/*
* Close button
*/
.uk-modal-dialog-blank > .uk-close:first-child {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  margin: 0;
  float: none;
}
/* Modifier: `uk-modal-dialog-large`
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-modal-dialog-large {
    width: 930px;
  }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-modal-dialog-large {
    width: 1130px;
  }
}
/* Sub-Object: `uk-modal-header` and `uk-modal-footer`
 ========================================================================== */
.uk-modal-header {
  margin-bottom: 15px;
}
.uk-modal-footer {
  margin-top: 15px;
}
/*
 * Remove margin from the last-child
 */
.uk-modal-header > :last-child, .uk-modal-footer > :last-child {
  margin-bottom: 0;
}
/* Sub-Object: `uk-modal-caption`
 ========================================================================== */
.uk-modal-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin-bottom: -10px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* Sub-Object: `uk-modal-spinner`
 ========================================================================== */
.uk-modal-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 25px;
  color: #ddd;
}
.uk-modal-spinner:after {
  content: "";
  display: block;
  font-family: FontAwesome;
  -webkit-animation: uk-rotate 2s infinite linear;
  animation: uk-rotate 2s infinite linear;
}
/* ========================================================================
   Component: Cover
 ========================================================================== */
/*
 * Background image always covers and centers its element
 */
.uk-cover-background {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
/*
 * Emulates image cover, works with video and image elements
 * 1. Parent container which clips resized object
 * 2. Resizes the object to always covers its container
 * 3. Reset the responsive image CSS
 * 4. Center object
 */
/* 1 */
.uk-cover {
  overflow: hidden;
}
.uk-cover-object {
  /* 2 */
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  /* 3 */
  max-width: none;
  /* 4 */
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*
 * To center iframes use `data-uk-cover` JavaScript
 */
[data-uk-cover] {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Set dimensions
 * 4. Set style
 */
.uk-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1030;
  /* 3 */
  box-sizing: border-box;
  max-width: 200px;
  padding: 5px 8px;
  /* 4 */
  background: #333;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 18px;
  word-break: break-all;
}
/* Triangle
 ========================================================================== */
/*
 * 1. Dashed is less antialised than solid
 */
.uk-tooltip:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  /* 1 */
  border: 5px dashed #333;
}
/* Direction modifiers
 ========================================================================== */
/*
 * Top
 */
.uk-tooltip-top:after, .uk-tooltip-top-left:after, .uk-tooltip-top-right:after {
  bottom: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: #333;
}
/*
 * Bottom
 */
.uk-tooltip-bottom:after, .uk-tooltip-bottom-left:after, .uk-tooltip-bottom-right:after {
  top: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #333;
}
/*
 * Top/Bottom center
 */
.uk-tooltip-top:after, .uk-tooltip-bottom:after {
  left: 50%;
  margin-left: -5px;
}
/*
 * Top/Bottom left
 */
.uk-tooltip-top-left:after, .uk-tooltip-bottom-left:after {
  left: 10px;
}
/*
 * Top/Bottom right
 */
.uk-tooltip-top-right:after, .uk-tooltip-bottom-right:after {
  right: 10px;
}
/*
 * Left
 */
.uk-tooltip-left:after {
  right: -5px;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #333;
}
/*
 * Right
 */
.uk-tooltip-right:after {
  left: -5px;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #333;
}
/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/*
 * 1. Required for `a` elements
 * 2. Dimension
 * 3. Style
 */
.uk-slidenav {
  /* 1 */
  display: inline-block;
  /* 2 */
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  /* 3 */
  line-height: 60px;
  color: rgba(50, 50, 50, 0.4);
  font-size: 60px;
  text-align: center;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 * 4. Style
 */
.uk-slidenav:hover, .uk-slidenav:focus {
  /* 2 */
  outline: none;
  /* 3 */
  text-decoration: none;
  /* 4 */
  color: rgba(50, 50, 50, 0.7);
  cursor: pointer;
}
/* Active */
.uk-slidenav:active {
  color: rgba(50, 50, 50, 0.9);
}
/*
 * Icons
 */
.uk-slidenav-previous:before {
  content: "";
  font-family: FontAwesome;
}
.uk-slidenav-next:before {
  content: "";
  font-family: FontAwesome;
}
/* Sub-object: `uk-slidenav-position`
 ========================================================================== */
/*
 * Create position context
 */
.uk-slidenav-position {
  position: relative;
}
/*
 * Center vertically
 */
.uk-slidenav-position .uk-slidenav {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -30px;
}
.uk-slidenav-position:hover .uk-slidenav {
  display: block;
}
.uk-slidenav-position .uk-slidenav-previous {
  left: 20px;
}
.uk-slidenav-position .uk-slidenav-next {
  right: 20px;
}
/* Modifier: `uk-slidenav-contrast`
 ========================================================================== */
.uk-slidenav-contrast {
  color: rgba(255, 255, 255, 0.5);
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 */
.uk-slidenav-contrast:hover, .uk-slidenav-contrast:focus {
  color: rgba(255, 255, 255, 0.7);
}
/* Active */
.uk-slidenav-contrast:active {
  color: rgba(255, 255, 255, 0.9);
}
.uk-container {
  margin: 0 auto;
}
/*
 *
 * Font Awesome
 *
 *
 */
/*!
 *  Font Awesome 4.7.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("../../../..//fileadmin/template/scss/../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../../..//fileadmin/template/scss/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../../..//fileadmin/template/scss/../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../../..//fileadmin/template/scss/../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../../..//fileadmin/template/scss/../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../../..//fileadmin/template/scss/../fonts/fontawesome-webfont.svg?v=4.7.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: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #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-f:before, .fa-facebook:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-feed:before, .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, .fa-gratipay: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-pp: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-resistance:before, .fa-rebel:before {
  content: "";
}
.fa-ge:before, .fa-empire:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-y-combinator-square:before, .fa-yc-square:before, .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: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-intersex:before, .fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-facebook-official:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-hotel:before, .fa-bed:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-yc:before, .fa-y-combinator:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "";
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "";
}
.fa-battery-2:before, .fa-battery-half:before {
  content: "";
}
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "";
}
.fa-battery-0:before, .fa-battery-empty:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-sticky-note-o:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-hourglass-o:before {
  content: "";
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "";
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "";
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "";
}
.fa-hand-scissors-o:before {
  content: "";
}
.fa-hand-lizard-o:before {
  content: "";
}
.fa-hand-spock-o:before {
  content: "";
}
.fa-hand-pointer-o:before {
  content: "";
}
.fa-hand-peace-o:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-tv:before, .fa-television:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-500px:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-calendar-plus-o:before {
  content: "";
}
.fa-calendar-minus-o:before {
  content: "";
}
.fa-calendar-times-o:before {
  content: "";
}
.fa-calendar-check-o:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-map-o:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-commenting:before {
  content: "";
}
.fa-commenting-o:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-credit-card-alt:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-pause-circle-o:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stop-circle-o:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-wheelchair-alt:before {
  content: "";
}
.fa-question-circle-o:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-volume-control-phone:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-signing:before, .fa-sign-language:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "";
}
.fa-fa:before, .fa-font-awesome:before {
  content: "";
}
.fa-handshake-o:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-open-o:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-book-o:before {
  content: "";
}
.fa-vcard:before, .fa-address-card:before {
  content: "";
}
.fa-vcard-o:before, .fa-address-card-o:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-circle-o:before {
  content: "";
}
.fa-user-o:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-drivers-license:before, .fa-id-card:before {
  content: "";
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "";
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "";
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-times-rectangle:before, .fa-window-close:before {
  content: "";
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-eercast:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-snowflake-o:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*
 *
 * Slick Slider
 *
 *
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../../..//fileadmin/template/scss/./ajax-loader.gif") center center no-repeat;
}
/* Icons */
/* 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%;
  -webkit-transform: translate(0, -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: "FontAwesome";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "";
}
[dir="rtl"] .slick-prev:before {
  content: "";
}
.slick-next {
  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: "FontAwesome";
  font-size: 50px;
  line-height: 20px;
  text-align: center;
  color: #1d475b;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #1d475b;
  opacity: 1;
}
/*
 *
 * Händlersuche
 *
 *
 */
#storelocator-list ul {
  list-style-type: none;
}
#storelocator-list ul li .inner-content {
  border-top: 1px solid #ecf0f4;
  margin-bottom: 2em;
  padding-top: 1em;
}
#storelocator-list ul li .inner-content a {
  display: inline-block;
  vertical-align: top;
  text-overflow: ellipsis;
}
#storelocator-map {
  width: 100%;
  height: 40vh;
  max-height: 400px;
}
.mm-menu, .mm-panels, .mm-panels > .mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  box-sizing: border-box;
}
.mm-btn, .mm-menu {
  box-sizing: border-box;
}
.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
  text-decoration: none;
}
.mm-hidden {
  display: none !important;
}
.mm-menu, .mm-panels > .mm-panel:not(.mm-hidden) {
  display: block;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu {
  padding: 0;
  position: absolute;
}
.mm-panels, .mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute;
}
.mm-btn, .mm-panel.mm-highest {
  z-index: 1;
}
.mm-panels {
  overflow: hidden;
}
.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-panel.mm-opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}
.mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}
.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
  content: "";
  display: block;
  height: 20px;
}
.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}
.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}
.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  height: 40px;
  bottom: auto;
}
.mm-listview > li.mm-vertical > .mm-next:after, .mm-vertical .mm-listview > li > .mm-next:after {
  top: 16px;
  bottom: auto;
}
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 19px;
}
.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
}
.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-clear:before, .mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}
.mm-clear:after, .mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}
.mm-arrow:after, .mm-next:after, .mm-prev:before {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px;
}
.mm-arrow:after, .mm-next:after {
  border-top: none;
  border-left: none;
  right: 23px;
}
.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-navbar > * {
  display: block;
  padding: 10px 0;
}
.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}
.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0;
}
.mm-panel .mm-navbar {
  display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}
.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}
.mm-listview > li {
  position: relative;
}
.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: inherit;
}
.mm-listview > li > a, .mm-listview > li > span {
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-listview > li > a.mm-arrow, .mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}
.mm-listview > li:not(.mm-divider):after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 20px;
}
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-listview .mm-next:before {
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px;
}
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}
.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}
.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}
.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}
.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0;
}
.mm-listview .mm-inset > li {
  padding: 5px 0;
}
.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}
.mm-listview .mm-spacer {
  padding-top: 40px;
}
.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}
.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}
.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-listview > li .mm-arrow:after, .mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}
.mm-page {
  box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}
html.mm-opened {
  overflow-x: hidden;
  position: relative;
}
html.mm-blocking, html.mm-blocking body {
  overflow: hidden;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
}
.mm-menu.mm-offcanvas.mm-current {
  display: block;
}
.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
html.mm-opening .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
.navbar-header {
  display: none;
}
@media (min-width: 1220px) {
  /*
	jQuery.mmenu widescreen extension CSS
	
	To use on widescreens only, include it using a mediaquery:
	<link type="text/css" href="mmenu-widescreen.css" media="all and (min-width: 900px)"/>
*/
  html, body {
    overflow: auto !important;
  }
  body {
    position: relative;
  }
  #mm-blocker {
    display: none !important;
  }
  .mm-slideout {
    transform: none !important;
    width: 70% !important;
    margin-left: 30% !important;
  }
  .mm-page {
    background: inherit;
    box-sizing: border-box;
  }
  .mm-menu.mm-widescreen {
    border-right-width: 1px;
    border-right-style: solid;
    display: block !important;
    width: 30% !important;
    min-width: none !important;
    max-width: none !important;
    top: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 0 !important;
    transform: none !important;
  }
  .mm-menu.mm-widescreen.mm-pageshadow:after {
    content: none;
    display: none;
  }
  #nav {
    width: 320px !important;
    border-right: 0;
  }
  .mm-menu {
    position: fixed;
  }
  .navbar-header {
    background: #1d475b;
    color: #fff;
    display: block;
    height: 149px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .navbar-header .promat-logo {
    display: block;
    padding: 20px 20px 15px;
    text-align: center;
  }
  .navbar-header .promat-logo img {
    display: inline-block;
  }
  .navbar-header .search-form {
    position: relative;
  }
  .navbar-header .search-form input {
    background: #50c7ff;
    border: 0;
    font-weight: 700;
    font-style: italic;
    padding: 16px 20px 14px;
    width: 100%;
    color: #fff;
  }
  .navbar-header .search-form input::-webkit-input-placeholder {
    color: #fff;
  }
  .navbar-header .search-form input::-moz-placeholder {
    color: #fff;
  }
  .navbar-header .search-form input:-moz-placeholder {
    color: #fff;
  }
  .navbar-header .search-form input:-ms-input-placeholder {
    color: #fff;
  }
  .navbar-header .search-form input:focus {
    outline: none !important;
  }
  .navbar-header .search-form button {
    color: #fff;
    background: none;
    border: 0;
    padding: 16px 15px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .mm-panels > .mm-panel {
    padding-top: 156px;
  }
  .mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 170px;
  }
  .mm-panels > .mm-panel.mm-hasnavbar .mm-navbar {
    top: 129px;
  }
  .mm-panels > .mm-panel.mm-vertical .mm-opened .mm-next {
    background: #fff !important;
  }
  .mm-panels > .mm-panel.mm-vertical .mm-opened .mm-panel {
    background: #fff !important;
    border-top: 1px solid #e6e6e6;
    padding-top: 0;
    padding-left: 20px;
  }
}
#nav {
  background: #fff;
  color: #1d475b;
  transition: opacity 1s ease-in-out;
  position: fixed;
  top: 0;
  bottom: 0;
  opacity: 0;
}
#nav.mm-menu {
  opacity: 1;
  animation-name: fadeIn;
  animation-duration: 0.3s;
}
#nav .mm-selected > a:not(.mm-next) {
  background: inherit !important;
  color: #50c7ff;
}
#nav .mm-listview {
  font-family: "XXIINeueNorm-CndBlackIt", "Arial Black", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.05em;
}
#nav .mm-listview i {
  color: #50c7ff;
  width: 20px;
  text-align: center;
  margin-right: 10px;
}
#nav .mm-listview a {
  padding: 13px 10px 10px 20px;
}
#nav .mm-listview .mm-next {
  height: 42px;
}
#nav .mm-listview .mm-listview {
  font-family: "XXIINeueNorm-CndMediumIt", "Arial Black", Arial, sans-serif;
  font-size: 0.95em;
}
* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
/*
body {
  max-width: 100vw;
  overflow-x: hidden;
}

#wrapper {
  background: $white;
  box-shadow: 0 0 12px -5px $black;
}
*/
body {
  background: #ecf0f4;
  margin: 0 auto;
  max-width: 1800px;
  overflow-x: hidden;
  padding: 0 !important;
}
body #wrapper {
  background: #fff;
  box-shadow: 0 0 12px -5px #000;
  display: block;
  width: inherit !important;
}
@media (min-width: 1800px) {
  body #wrapper {
    box-shadow: none;
  }
}
@media (min-width: 2100px) {
  body {
    max-width: 1460px;
  }
  body #wrapper {
    margin-left: 0 !important;
  }
}
body .mm-page.mm-slideout {
  width: inherit !important;
}
@media (min-width: 1220px) {
  body .mm-page.mm-slideout {
    margin-left: 320px !important;
  }
}
main {
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .uk-container {
    padding: 0 15px;
  }
}
img {
  max-width: 100%;
  height: auto;
}
figure.image {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
.uk-modal-dialog-lightbox {
  margin: 15px auto;
  padding: 25px;
  max-width: 95%;
  max-width: calc(100% - 30px);
  min-height: 300px;
  min-width: 300px;
  text-align: center;
}
.uk-modal-dialog-lightbox .uk-lightbox-content {
  position: relative;
  height: 100%;
}
.uk-modal-dialog-lightbox .uk-lightbox-content img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100% !important;
  height: auto;
  max-height: 100%;
  width: auto;
}
.uk-slidenav-contrast {
  color: rgba(16, 69, 119, 0.7);
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 */
.uk-slidenav-contrast:hover, .uk-slidenav-contrast:focus {
  color: rgba(16, 69, 119, 0.9);
}
/* Active */
.uk-slidenav-contrast:active {
  color: #104577;
}
.uk-slidenav-position .uk-slidenav-next {
  right: -40px;
}
.uk-slidenav-position .uk-slidenav-previous {
  left: -40px;
}
/** Händlersuche Mobil Fix **/
@media (max-width: 767px) {
  img.constrain-image {
    width: auto;
  }
}
/** Double uk-container-Fix **/
.uk-container .margin-y-medium .uk-container, .uk-container .category-listing .uk-container, .uk-container .product-listing .uk-container, .uk-container .tx-bme-search .uk-container {
  padding: 0;
}
.uk-container .detail-product-type .product-variants .uk-container {
  padding: 0 45px;
}
.mobile-header {
  padding: 20px 15px;
}
@media (min-width: 1220px) {
  .mobile-header {
    display: none;
  }
}
.mobile-header .nav-trigger {
  font-size: 1.4em;
}
h2, .h3, h4, .h4, h6, .h6 {
  color: #1d475b;
  line-height: 1;
}
h1, .h1, h3, .h3, h5, .h5 {
  color: #50c7ff;
  line-height: 1;
}
h1 {
  text-transform: uppercase;
}
footer#footer {
  padding: 40px 0;
  text-align: right;
  text-transform: uppercase;
}
footer#footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer#footer ul li {
  display: inline-block;
  margin-left: 10px;
}
.cookie-script-active-overlay footer#footer {
  padding-bottom: 140px;
}
#cookiescript_wrapper #cookiescript_accept, #cookiescript_wrapper #cookiescript_reject {
  background-color: #1d475b !important;
  color: #fff !important;
  border: 2px solid #fff !important;
}
#cookiescript_wrapper #cookiescript_accept:hover, #cookiescript_wrapper #cookiescript_reject:hover {
  background-color: #fff !important;
  color: #1d475b !important;
}
::-webkit-input-placeholder {
  color: #1d475b;
}
::-moz-placeholder {
  color: #1d475b;
}
:-moz-placeholder {
  color: #1d475b;
}
:-ms-input-placeholder {
  color: #1d475b;
}
input {
  font-family: "XXIINeueNorm-CndMediumIt", "Arial Black", Arial, sans-serif;
  font-size: 1.1em;
}
.uk-list {
  padding-left: 0px;
  list-style: none;
}
.uk-list li {
  position: relative;
  padding: 5px 0px 5px 20px;
}
.uk-list li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #1d475b;
  left: 0px;
  top: 10px;
}
.video-container {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  display: block;
  position: relative;
}
.video-container iframe {
  width: 100%;
  height: auto;
  position: absolute;
}
.breadcrumb {
  background: #1d475b;
  font-size: 1em;
  padding: 1em 0;
}
.breadcrumb ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.breadcrumb ul li {
  display: inline-block;
  margin-right: 10px;
}
.breadcrumb ul li:after {
  content: "";
  font-family: "FontAwesome";
  margin-left: 10px;
}
.breadcrumb ul li a {
  color: #fff;
  transition: color 0.2s ease-in-out;
}
.breadcrumb ul li a:hover {
  color: #50c7ff;
}
.breadcrumb ul li:last-child {
  font-weight: 700;
}
.breadcrumb ul li:last-child:after {
  display: none;
}
@media (max-width: 479px) {
  .breadcrumb ul li {
    display: none;
  }
  .breadcrumb ul li:last-child, .breadcrumb ul li:after {
    display: none;
  }
  .breadcrumb ul li:nth-last-child(2) {
    display: block;
  }
  .breadcrumb ul li:nth-last-child(2):before {
    content: "";
    font-family: "FontAwesome";
    margin-right: 10px;
  }
}
.hero-slider {
  font-family: "XXIINeueNorm-CndBlackIt", "Arial Black", Arial, sans-serif;
}
.hero-slider .video-wrapping {
  position: relative;
  max-height: 700px;
  overflow: hidden;
}
.hero-slider .slick-slider:not(.slick-initialized) > div {
  display: none;
}
.hero-slider .slick-slider:not(.slick-initialized) > div:first-child {
  display: block;
  line-height: 0;
}
.hero-slider .slick-slider.slick-dotted {
  margin-bottom: 0;
}
.hero-slider .slick-slider.slick-dotted .slick-dots {
  bottom: 5px;
  padding: 0 20px;
  text-align: left;
}
@media (max-width: 479px) {
  .hero-slider .slick-slider.slick-dotted .slick-dots li {
    margin: 0 2px;
  }
  .hero-slider .slick-slider.slick-dotted .slick-dots li button:before {
    font-size: 40px;
    height: 14px;
    width: 14px;
  }
}
@media (min-width: 768px) {
  .hero-slider .slick-slider.slick-dotted .slick-dots {
    bottom: 15px;
  }
}
@media (min-width: 960px) {
  .hero-slider .slick-slider.slick-dotted .slick-dots {
    bottom: 25px;
  }
}
@media (min-width: 1490px) {
  .hero-slider .slick-slider.slick-dotted .slick-dots {
    width: 1200px;
  }
}
.hero-slider .slick-slider.slick-dotted .slick-dots li:not(.slick-active) button:before {
  color: #fff;
  opacity: 1;
}
.hero-slider .slick-slide {
  max-height: 55vh;
  overflow: hidden;
  position: relative;
}
.hero-slider .slick-slide img {
  max-width: none;
  width: 100%;
}
.hero-slider .slide-claim {
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  width: 100%;
}
.hero-slider .slide-claim .uk-container {
  height: 100%;
}
.hero-slider .slide-claim .display-table {
  width: auto;
}
.hero-slider .slide-claim .row {
  font-size: 1.3em;
  line-height: 0.85;
  margin: 0;
}
@media (min-width: 480px) {
  .hero-slider .slide-claim .row {
    font-size: 1.45em;
  }
}
@media (min-width: 768px) {
  .hero-slider .slide-claim .row {
    font-size: 1.6em;
  }
}
.hero-slider .slide-claim .row span {
  display: inline-block;
  margin: 1px 0;
  padding: 2px 4px;
}
@media (min-width: 768px) {
  .hero-slider .slide-claim .row span {
    margin: 3px 0;
  }
}
@media (min-width: 480px) {
  .hero-slider .slide-claim .row.row-first {
    text-align: right;
  }
}
.hero-slider .slide-claim .row.row-second {
  font-size: 2.2em;
}
@media (min-width: 480px) {
  .hero-slider .slide-claim .row.row-second {
    font-size: 5em;
  }
}
@media (min-width: 768px) {
  .hero-slider .slide-claim .row.row-second {
    font-size: 7em;
  }
}
#label-slider-container {
  border-bottom: 2px solid #1d475b;
  position: relative;
  margin-bottom: 3.5em;
}
#label-slider-container #label-slider {
  margin: 0px 75px;
}
#label-slider-container #label-slider .slick-track {
  display: flex;
  align-items: center;
}
#label-slider-container #label-slider .slick-arrow {
  background-color: #f0f0f0;
  padding: 0px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
}
#label-slider-container #label-slider .slick-arrow:after, #label-slider-container #label-slider .slick-arrow:before {
  color: #1d475b;
}
#label-slider-container #label-slider .slick-arrow.slick-prev {
  left: -55px;
}
#label-slider-container #label-slider .slick-arrow.slick-next {
  right: -55px;
}
#label-slider-container #label-slider .slick-slide {
  padding: 56px 20px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
  opacity: 0.6;
}
#label-slider-container #label-slider .slick-slide.slick-current {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  opacity: 1;
}
#label-slider-container #label-slider .slick-slide .image-container {
  width: 100%;
  height: 100%;
  text-align: center;
}
#label-slider-container #label-slider .slick-slide img {
  max-width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  #label-slider-container #label-slider .slick-slide {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
#label-slider-container #label-slider-info {
  border: 2px solid #1d475b;
  background-color: #e5f1ec;
  text-transform: uppercase;
  position: absolute;
  padding: 5px 15px;
  text-align: center;
  bottom: -30px;
  left: 50%;
  margin-left: -144px;
}
#label-slider-container #label-slider-info .top-left {
  position: absolute;
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #1d475b transparent transparent;
}
#label-slider-container #label-slider-info .top-left:after {
  content: "";
  position: absolute;
  left: -2px;
  top: -20px;
  border-style: solid;
  border-width: 19px 19px 0 0;
  border-color: #fff transparent transparent;
}
#label-slider-container #label-slider-info .top-right {
  position: absolute;
  right: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #1d475b transparent transparent;
}
#label-slider-container #label-slider-info .top-right:after {
  content: "";
  position: absolute;
  top: -2px;
  right: -20px;
  border-style: solid;
  border-width: 0 19px 19px 0;
  border-color: transparent #fff transparent transparent;
}
#label-slider-container #label-slider-info .bottom-left {
  position: absolute;
  left: -2px;
  bottom: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent #1d475b;
}
#label-slider-container #label-slider-info .bottom-left:after {
  content: "";
  position: absolute;
  left: -20px;
  bottom: -2px;
  border-style: solid;
  border-width: 19px 0 0 19px;
  border-color: transparent transparent transparent #fff;
}
#label-slider-container #label-slider-info .bottom-right {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #1d475b transparent;
}
#label-slider-container #label-slider-info .bottom-right:after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -2px;
  border-style: solid;
  border-width: 0 0 19px 19px;
  border-color: transparent transparent #fff transparent;
}
#label-slider-container #label-slider-info a {
  display: block;
  padding: 10px 20px;
}
#label-slider-container #label-slider-info span {
  color: #8d8d8d;
  font-size: 88%;
  display: inline-block;
  white-space: nowrap;
}
#label-slider-container #label-slider-info span.headline {
  font-size: 1em;
  color: #1d475b;
}
#label-slider-container #label-slider-info .cleanspace-container {
  border-left: 1px solid #1d475b;
}
@media (max-width: 767px) {
  #label-slider-container #label-slider-info .cleanspace-container {
    margin-left: 0;
    border-left: 0;
  }
}
@media (max-width: 767px) {
  #label-slider-container #label-slider-info {
    left: 0;
    margin-right: 20px;
    margin-left: 20px !important;
  }
}
@media (max-width: 767px) {
  #label-slider-container {
    margin-bottom: 4.5em;
  }
}
.label-page-slider .slider-container {
  background-color: #4f4f4f;
  padding: 80px 120px;
  color: #fff;
}
.label-page-slider .slider-container .uc-embedding-wrapper {
  color: #8d8d8d;
}
@media (max-width: 480px) {
  .label-page-slider .slider-container {
    padding: 40px 50px;
  }
}
@media (max-width: 768px) {
  .label-page-slider .slider-container {
    padding: 65px 80px;
  }
}
.label-page-slider .slider-container figure {
  margin: 0;
}
@media (max-width: 480px) {
  .label-page-slider .slider-container iframe {
    max-height: 200px;
  }
}
.label-page-slider .slider-container .slick-arrow {
  background-color: #f0f0f0;
  padding: 0px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
}
.label-page-slider .slider-container .slick-arrow:after, .label-page-slider .slider-container .slick-arrow:before {
  color: #1d475b;
}
.label-page-slider .slider-container .slick-arrow.slick-prev {
  left: 20px;
}
@media (max-width: 480px) {
  .label-page-slider .slider-container .slick-arrow.slick-prev {
    left: 5px;
  }
}
.label-page-slider .slider-container .slick-arrow.slick-next {
  right: 20px;
}
@media (max-width: 480px) {
  .label-page-slider .slider-container .slick-arrow.slick-next {
    right: 5px;
  }
}
.impression-slider .slick-slide > div {
  margin-bottom: 10px;
}
.impression-slider .slick-dots li {
  margin: 0;
}
.impression-slider .slick-dots li button:before {
  color: #444;
  opacity: 1;
}
.impression-slider .slick-dots li.slick-active button:before {
  color: #1d475b;
}
.content-slider .slick-dots {
  text-align: left;
}
.content-slider .slick-dots li {
  margin: 0;
}
.content-slider .slick-dots li button {
  padding: 0;
}
.content-slider .slick-dots li.slick-active button:before {
  color: #50c7ff;
}
.content-slider .slick-dots li:not(.slick-active) button:before {
  color: #1d475b;
  opacity: 1;
}
.content-search-form {
  max-width: 610px;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .content-search-form {
    max-width: 100%;
    padding-right: 10px;
  }
}
.content-search-form input {
  background: #fff;
  border: 2px solid #1d475b;
  border-radius: 0;
  color: #1d475b;
  padding: 13px 20px;
  width: 100%;
}
.content-search-form button {
  background: 0;
  border: 0;
  color: #1d475b;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .content-search-form button {
    right: 10px;
  }
}
.category-teaser {
  padding: 2px 0;
}
.category-teaser .category-teaser-wrap:last-child .category-teaser-item {
  padding-right: 0;
}
.category-teaser-item {
  display: block;
  padding-right: 2px;
  position: relative;
}
.category-teaser-item h2 {
  color: #fff;
  font-size: 1.4em;
  left: 5px;
  line-height: 1;
  margin: 0;
  padding: 4px 6px 0;
  position: absolute;
  text-transform: uppercase;
  top: 5px;
}
.category-teaser-item img {
  max-width: none;
  width: 100%;
}
.content-teaser .content-teaser-item {
  border-bottom: 4px solid #1d475b;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}
.content-teaser .content-teaser-item h2 {
  color: #1d475b;
  background: #fff;
  font-size: 1.4em;
  left: 5px;
  line-height: 1;
  margin: 0;
  padding: 4px 6px 0;
  position: absolute;
  text-transform: uppercase;
  top: 5px;
  z-index: 1;
}
.content-teaser .content-teaser-item .image-wrap {
  display: block;
  line-height: 0;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.content-teaser .content-teaser-item .image-wrap.text-wrap {
  min-height: 150px;
}
.content-teaser .content-teaser-item .image-wrap img {
  display: inline-block;
  height: auto;
  max-height: 100%;
  width: auto;
}
.content-teaser .content-teaser-item .image-wrap h3 {
  display: inline-block;
  padding: 1em 0;
}
.content-teaser .content-teaser-item .image-wrap .height-fix {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.product-variants {
  background: #1d475b;
  font-size: 1em;
  margin-top: 3em;
  padding: 2em 15px;
}
@media (min-width: 1220px) {
  .product-variants {
    padding: 2em 10px;
  }
}
@media (min-width: 1220px) {
  .product-variants {
    padding: 2em 0;
  }
}
.product-variants .vt-tbody-slider .product-item {
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0);
}
.product-variants .vt-tbody-slider .product-item.uk-active {
  border-color: #fff;
}
.product-variants .variants-info {
  text-align: center;
  color: #fff;
}
.product-variants .vt-td {
  background: #193e4f;
  color: #fff;
  margin: 0;
  padding: 5px 10px;
}
.product-variants .vt-td.vt-td-data-sheet {
  padding: 0;
}
.product-variants .vt-td.vt-td-data-sheet span {
  display: inline-block;
  padding: 5px 10px;
}
.product-variants .vt-td .data-sheet-select {
  padding: 0px 5px;
  max-width: 100%;
  width: 100%;
  font-size: 0.9em;
  background-color: #193e4f;
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
  height: 30px;
}
.product-variants .vt-td:nth-child(2n+1) {
  background: #1d475b;
}
.product-variants .vt-td:nth-child(2n+1) .data-sheet-select {
  background: #1d475b;
}
.product-variants .vt-td.vt-td-descr {
  background: transparent !important;
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
}
.product-variants .vt-thead {
  float: left;
  font-weight: 700;
  border: 3px solid rgba(0, 0, 0, 0);
  border-width: 3px 0;
}
.product-variants .vt-thead .vt-td {
  background: #41c2ff;
  color: #fff;
}
.product-variants .vt-thead .vt-td:nth-child(2n+1) {
  background: #50c7ff;
}
.product-variants .vt-tbody .vt-tbody-slider {
  display: none;
  opacity: 0;
}
.product-variants .vt-tbody .vt-tbody-slider.slick-initialized {
  animation-duration: 0.3s;
  animation-name: fadeIn;
  display: block;
  opacity: 1;
}
.product-variants .vt-tbody .vt-td {
  text-align: center;
  text-align-last: center;
}
.product-variants .slick-next, .product-variants .slick-prev {
  background: #fff;
  height: 64px;
  transition: background 0.2s ease-in-out;
  width: 26px;
}
.product-variants .slick-next:hover, .product-variants .slick-prev:hover {
  background: #50c7ff;
}
.product-variants .slick-next:hover:before, .product-variants .slick-prev:hover:before {
  color: #fff;
}
.product-variants .slick-next:before, .product-variants .slick-prev:before {
  color: #50c7ff;
}
.product-variants .slick-prev {
  border-radius: 8px 0 0 8px;
  left: -26px;
}
.product-variants .slick-next {
  border-radius: 0 8px 8px 0;
  right: -26px;
}
.pagination {
  background: #ecf0f4;
  margin: 1.5em 0;
  padding: 0.5em 1em;
}
.pagination .pages a {
  cursor: pointer;
  margin: 0 3px;
}
.pagination .pages a.active {
  color: #50c7ff;
}
/** Additonal for search in Offcanvas ***/
@media (max-width: 1219px) {
  .navbar-header {
    color: white;
    display: block;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 999;
    background: #50c7ff;
  }
  .navbar-header .promat-logo {
    display: none;
  }
  .navbar-header .search-form {
    position: relative;
  }
  .navbar-header .search-form input {
    background: #50c7ff;
    border: 0;
    /* color: #fff; */
    color: #fff;
    padding: 17px 20px;
    width: 100%;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 1em;
  }
  .navbar-header .search-form button {
    background: 0 0;
    border: 0;
    color: #fff;
    padding: 15px 15px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .mm-panels > .mm-panel {
    padding-top: 53px;
  }
}
@media (max-width: 959px) {
  .navbar-header {
    height: 51px;
  }
  .mm-panels > .mm-panel {
    padding-top: 51px;
  }
}
@media (max-width: 479px) {
  .navbar-header {
    height: 48px;
  }
  .mm-panels > .mm-panel {
    padding-top: 48px;
  }
}
/** Additonal for search in CONTENT ***/
@media (max-width: 767px) {
  #wrapper .search-form {
    max-width: 100%;
  }
}
#wrapper .search-form {
  position: relative;
  width: 100%;
  max-width: 610px;
}
#wrapper .search-form input {
  background: #fff;
  border: 0;
  /* color: #fff; */
  color: #50c7ff;
  padding: 13px 20px;
  width: 100%;
  border: 2px solid #50c7ff;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  /*border-width: 2px 0;
			border-width: 2px 2px 2px 0;*/
}
#wrapper .search-form input::-webkit-input-placeholder {
  color: #50c7ff;
}
#wrapper .search-form input::-moz-placeholder {
  color: #50c7ff;
}
#wrapper .search-form input:-moz-placeholder {
  color: #50c7ff;
}
#wrapper .search-form input:-ms-input-placeholder {
  color: #50c7ff;
}
#wrapper .search-form button {
  background: 0 0;
  border: 0;
  color: #50c7ff;
  padding: 15px 15px;
  position: absolute;
  right: 0;
  top: 0;
}
#wrapper .search-form .loading-animation {
  color: #50c7ff;
}
@media (max-width: 767px) {
  #wrapper .search-form {
    padding-right: 10px;
  }
  #wrapper .search-form button {
    right: 10px;
  }
}
.search-form .uk-dropdown {
  width: 100%;
  background: #50c7ff;
  border-top: 2px solid #fff;
}
.search-form .uk-dropdown ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.search-form .uk-dropdown ul li {
  display: block;
}
.search-form .uk-dropdown ul li a {
  color: #fff;
  display: block;
  padding: 5px 1em;
  font-size: 0.85rem;
}
.search-form .uk-dropdown ul li a:after {
  float: right;
  font-family: "FontAwesome";
  content: "";
}
.search-form .uk-dropdown ul li a:hover {
  background: #37bfff;
  cursor: pointer;
}
.search-form .uk-dropdown ul li.uk-active a {
  background: #37bfff;
}
.search-form .uk-autocomplete .loading-animation {
  display: none;
  position: absolute;
  right: 40px;
  top: 18px;
  color: #fff;
}
.search-form .uk-autocomplete.uk-loading .loading-animation {
  display: block;
}
.layout-border-right {
  border-right: 2px solid #ecf0f4;
  padding-right: 45px;
  margin-right: 45px;
}
@media (max-width: 480px) {
  .layout-border-right {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }
}
.layout-teaser-box, .layout-border-bottom {
  border-bottom: 2px solid #ecf0f4;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.layout-download-list-2col .media-list, .layout-download-list .media-list {
  list-style: none;
  padding: 0px;
}
.layout-download-list-2col .media-list .media .media-body, .layout-download-list .media-list .media .media-body {
  background-color: #f0f0f0;
  padding: 12px 26px;
  margin: 3px 0px;
}
.layout-download-list-2col .media-list .media .media-body a, .layout-download-list .media-list .media .media-body a {
  font-size: 0.9em;
}
.layout-download-list-2col .media-list .media .media-body a:hover, .layout-download-list .media-list .media .media-body a:hover {
  color: #1d475b;
}
.layout-download-list-2col .media-list .media .media-body .fa, .layout-download-list .media-list .media .media-body .fa {
  margin-right: 12px;
  color: #4f4f4f;
}
.layout-impression-slider figure, .layout-product-image-teaser figure {
  margin: 0;
}
.layout-impression-slider figure img, .layout-product-image-teaser figure img {
  border: 1px solid #ecf0f4;
}
.layout-3col .margin-y-large {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .layout-3col .layout-border-right {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }
}
.layout-gallery figure {
  margin: 0;
}
.layout-teaser-box {
  position: relative;
}
.layout-teaser-box > h1, .layout-teaser-box > h2, .layout-teaser-box > h3, .layout-teaser-box > h4, .layout-teaser-box > h5 {
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #fff;
  margin: 0;
  padding: 5px;
  text-transform: uppercase;
  font-size: 1.4em;
  z-index: 99;
}
.category-listing .category-listing-wrap {
  border: 4px solid #ecf0f4;
  margin-top: 1.5em;
  padding: 0.5em 1.5em;
}
.category-listing .category-listing-wrap li {
  margin: 1em 0;
}
.category-listing .category-listing-wrap li .category-headline {
  margin: 0;
  transition: color 0.2s ease-in-out;
}
.category-listing .category-listing-wrap li .category-headline:hover {
  color: #50c7ff;
}
.product-listing .listing-item {
  border: 2px solid #ecf0f4;
  display: block;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
}
.product-listing .listing-item .image-wrap {
  text-align: center;
  background-size: contain;
  height: 180px;
}
.product-listing .listing-item .image-wrap img {
  max-height: 180px;
}
.product-listing .listing-item .product-headline {
  border-top: 2px solid #ecf0f4;
  font-size: 1em;
  margin: 1em 0 0;
  padding-top: 0.5em;
  transition: color 0.2s ease-in-out;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-listing .listing-item p {
  font-size: 0.8em;
  color: #50c7ff;
}
.product-listing .listing-item:hover .product-headline {
  color: #50c7ff;
}
.product-filter {
  border: 2px solid #ecf0f4;
  display: inline-block;
  margin-bottom: 2em;
  width: 100%;
}
.product-filter .filter-items-wrap {
  padding: 8px;
  display: inline-block;
  width: 100%;
}
.product-filter .filter-item {
  float: left;
  position: relative;
  width: 50%;
  padding: 3px;
}
@media (min-width: 960px) {
  .product-filter .filter-item {
    width: 20%;
  }
}
.product-filter .filter-item .dropdown-trigger {
  border: 2px solid #ecf0f4;
  border-radius: 999px;
  color: #1d475b;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  padding: 4px 8px;
}
@media (min-width: 960px) {
  .product-filter .filter-item .dropdown-trigger {
    padding: 8px 10px;
  }
}
.product-filter .filter-item .dropdown-trigger i {
  float: right;
  margin-top: 3px;
}
.product-filter .filter-item .item-wrap {
  border-left: 0 !important;
  border-top: 1px solid #112934;
  font-size: 1em;
  padding: 7px 10px;
  white-space: nowrap;
}
.product-filter .filter-item .item-wrap:hover {
  background: #132f3c;
}
.product-filter .filter-item.uk-open .dropdown-trigger {
  background: #173848;
  border-color: #173848;
  color: #fff;
}
.product-filter .filter-trigger {
  display: block;
  padding: 0.5em;
  text-align: center;
  text-transform: uppercase;
}
.product-filter .filter-content {
  border-top: 1px solid #fff;
  padding: 1em;
}
.product-filter .uk-dropdown {
  background: #173848;
  border-radius: 5px;
  color: #ecf0f4;
  font-size: inherit !important;
  margin-top: 0;
  min-width: 100%;
  padding: 0;
  width: auto;
}
.product-filter .below-box {
  background: #fff;
  border-top: 2px solid #ecf0f4;
  display: inline-block;
  padding: 8px 12px;
  width: 100%;
}
.product-filter .below-box .reset {
  margin-right: 10px;
}
.product-filter .below-box span {
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: 4px 10px 4px 0;
}
.product-filter .below-box span:hover {
  color: #50c7ff;
}
.product-filter .below-box span:after {
  content: "";
  font-family: "FontAwesome";
  margin-left: 5px;
}
.detail-product-type .product-header h1 {
  margin-top: 0;
}
.detail-product-type .product-header .product-actions {
  display: inline-block;
  width: 100%;
}
@media (max-width: 479px) {
  .detail-product-type .product-header .product-actions a {
    display: block;
    width: 100%;
    margin-bottom: 2px;
    text-align: center;
  }
}
.detail-product-type .product-header .main-image {
  border: 1px solid #ecf0f4;
  padding: 1em;
}
.detail-product-type .product-header .main-image a {
  display: block;
}
.detail-product-type .product-header .main-image .image-wrap {
  background-color: #fff;
  background-size: contain;
  text-align: center;
  min-height: 250px;
}
@media (max-width: 767px) {
  .detail-product-type .product-header .main-image .image-wrap {
    max-height: 300px;
    min-height: 0px;
  }
}
.detail-product-type .product-header .thumbnails {
  margin-top: 10px;
}
.detail-product-type .product-header .thumbnails .thumbnail-wrap {
  border: 1px solid #ecf0f4;
  padding: 1px;
}
.detail-product-type .product-header .thumbnails .thumbnail-wrap .image-wrap {
  padding: 0;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  min-height: 0px;
}
.detail-product-type .product-header .thumbnails .thumbnail-wrap .image-wrap img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
  height: auto;
  width: auto;
}
.detail-product-type .product-header .thumbnails .thumbnail-wrap a {
  display: block;
}
.detail-product-type .product-header .action-links {
  list-style-type: none;
  margin: 10px 0 40px;
  padding: 0;
}
.detail-product-type .product-header .action-links li {
  display: inline-block;
  margin-right: 20px;
}
.detail-product-type .product-header .action-links li a {
  color: #50c7ff;
  font-weight: 700;
}
.detail-product-type .product-header .action-links li a:hover {
  color: #1d475b;
}
.detail-product-type .product-header .pikto-wrap {
  margin: 20px 0;
}
.detail-product-type .product-header .pikto-wrap .pikto-item {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.detail-product-type .product-header .pikto-wrap .pikto-item img {
  max-height: 44px;
  width: auto;
}
.detail-product-type .product-header .pikto-wrap.pikto-large .pikto-item {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.detail-product-type .product-header .pikto-wrap.pikto-large .pikto-item img {
  max-height: 60px;
}
.detail-product-type .product-description {
  margin-top: 3em;
}
.detail-product-type #haendlersuche .content-location .location input[name="location"] {
  border: 2px solid #50c7ff;
  color: #50c7ff;
  padding: 0.35em 0.75em;
}
.detail-product-type #haendlersuche .content-location .location input[name="location"]::-webkit-input-placeholder {
  color: #50c7ff;
}
.detail-product-type #haendlersuche .content-location .location input[name="location"]::-moz-placeholder {
  color: #50c7ff;
}
.detail-product-type #haendlersuche .content-location .location input[name="location"]:-moz-placeholder {
  color: #50c7ff;
}
.detail-product-type #haendlersuche .content-location .location input[name="location"]:-ms-input-placeholder {
  color: #50c7ff;
}
.news-item h1 a, .news-item h2 a, .news-item h3 a, .news-item .header a, .news-item-wrap h1 a, .news-item-wrap h2 a, .news-item-wrap h3 a, .news-item-wrap .header a {
  color: #50c7ff;
}
.news-item h1 a:hover, .news-item h2 a:hover, .news-item h3 a:hover, .news-item .header a:hover, .news-item-wrap h1 a:hover, .news-item-wrap h2 a:hover, .news-item-wrap h3 a:hover, .news-item-wrap .header a:hover {
  color: #1d475b;
}
