@charset "UTF-8";
/* moved by compressor */
/* default styles for extension "tx_rmridimerkzettel" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-rm-ridi-merkzettel table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-rm-ridi-merkzettel table th {
		font-weight:bold;
	}

	.tx-rm-ridi-merkzettel table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}

/* default styles for extension "tx_rmridiproduktempfehlung" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-rm-ridi-produktempfehlung table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-rm-ridi-produktempfehlung table th {
		font-weight:bold;
	}

	.tx-rm-ridi-produktempfehlung table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}

/* default styles for extension "tx_rmridisuche" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-rm-ridi-suche table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-rm-ridi-suche table th {
		font-weight:bold;
	}

	.tx-rm-ridi-suche table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}
/* default styles for extension "tx_rmridireferenzen" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-rm-ridi-referenzen table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-rm-ridi-referenzen table th {
		font-weight:bold;
	}

	.tx-rm-ridi-referenzen table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}

/* default styles for extension "tx_rmzipsearch" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-rm-zipsearch table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-rm-zipsearch table th {
		font-weight:bold;
	}

	.tx-rm-zipsearch table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}

#rm_zipsearch_loader{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.85);
    display: none;
}

.loader {
    font-size: 10px;
    text-indent: -9999em;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background: #757575;
    background: -moz-linear-gradient(left, #757575 10%, rgba(117,117,117, 0) 42%);
    background: -webkit-linear-gradient(left, #757575 10%, rgba(117,117,117, 0) 42%);
    background: -o-linear-gradient(left, #757575 10%, rgba(117,117,117, 0) 42%);
    background: -ms-linear-gradient(left, #757575 10%, rgba(117,117,117, 0) 42%);
    background: linear-gradient(to right, #757575 10%, rgba(117,117,117, 0) 42%);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5.5rem 0 0 -5.5rem;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loader:before {
    width: 50%;
    height: 50%;
    background: #757575;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.loader:after {
    background: #FFF;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* FontFamily */
/*Farben*/
/* Background Hovers */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../../_assets/b707b6653e61fc0a35e917b2283851c9/Fonts/glyphicons-halflings-regular.eot');
  src: url('../../../_assets/b707b6653e61fc0a35e917b2283851c9/Fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../../_assets/b707b6653e61fc0a35e917b2283851c9/Fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../../_assets/b707b6653e61fc0a35e917b2283851c9/Fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../../_assets/b707b6653e61fc0a35e917b2283851c9/Fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../../_assets/b707b6653e61fc0a35e917b2283851c9/Fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Barlow Regular", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #0c2340;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00A3E0;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 1em;
  margin-bottom: 0.65em;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #00A3E0;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #007ead;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #00A3E0;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #007ead;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #B7ECFF;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #84dfff;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .container {
    width: 730px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1150px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.row {
  margin-left: -5px;
  margin-right: -5px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table.tableMerkzettelTipFriend {
  margin-bottom: 0;
}
.table.tableMerkzettelTipFriend td {
  padding: 0.2em 1em;
}
.table.tableMerkzettelTipFriend td a.important {
  margin-top: 0;
}
.table.tableMerkzettelTipFriend td:first-child {
  border-right: 1px solid #c5c6c6;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-noBorder {
  border: 0px solid #ddd;
}
.table-noBorder > thead > tr > th,
.table-noBorder > tbody > tr > th,
.table-noBorder > tfoot > tr > th,
.table-noBorder > thead > tr > td,
.table-noBorder > tbody > tr > td,
.table-noBorder > tfoot > tr > td {
  border: 0px solid #ddd;
  padding: 4px 8px 4px 0;
}
.table-noBorder > thead > tr > th,
.table-noBorder > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #B7ECFF;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #9ee5ff;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  overflow-y: hidden;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #205eab;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -5px;
  margin-right: -5px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 5px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: all 300ms ease-out;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn.btn-fullWidth {
  width: 100%;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-default:hover {
  color: #333;
  background-color: #ffffff;
  border-color: #ebebeb;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ffffff;
  border-color: #ebebeb;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #00A3E0;
  border-color: #00A3E0;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #14bfff;
  border-color: #61d4ff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #14bfff;
  border-color: #1ec2ff;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #14bfff;
  border-color: #1ec2ff;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #38c9ff;
  border-color: #61d4ff;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #00A3E0;
  border-color: #00A3E0;
}
.btn-primary .badge {
  color: #00A3E0;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #80c780;
  border-color: #a3d7a3;
}
.btn-success:hover {
  color: #fff;
  background-color: #80c780;
  border-color: #75c375;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #80c780;
  border-color: #75c375;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #98d298;
  border-color: #a3d7a3;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #85d0e7;
  border-color: #b0e1ef;
}
.btn-info:hover {
  color: #fff;
  background-color: #85d0e7;
  border-color: #79cbe4;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #85d0e7;
  border-color: #79cbe4;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #a3dced;
  border-color: #b0e1ef;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #f4c37d;
  border-color: #f8d9ac;
}
.btn-warning:hover {
  color: #fff;
  background-color: #f4c37d;
  border-color: #f3bc6f;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #f4c37d;
  border-color: #f3bc6f;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #f7d29e;
  border-color: #f8d9ac;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #e27c79;
  border-color: #eba5a3;
}
.btn-danger:hover {
  color: #fff;
  background-color: #e27c79;
  border-color: #df706c;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #e27c79;
  border-color: #df706c;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #e89996;
  border-color: #eba5a3;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #00A3E0;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #006b93;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #00A3E0;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #eaeff2;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  padding-right: 0.8em;
  margin-top: 1em;
}
.nav-tabs > li:last-child {
  padding-right: 0px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  background-color: #eaeff2;
  color: #000;
  text-transform: uppercase;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #0c2340;
  background: #eeeeee;
  background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 28%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(28%, #ffffff));
  background: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 28%);
  background: -o-linear-gradient(top, #eeeeee 0%, #ffffff 28%);
  background: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 28%);
  background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 28%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
@media (max-width: 991px) {
  .merkzettelListRow .deleteLink {
    top: 0px !important;
  }
  .merkzettelListRow .merkzettelSpacerRight {
    padding-left: 5px !important;
    padding-right: 3em;
  }
  .nav-tabs {
    border-bottom: none;
  }
  .nav-tabs > li {
    float: none;
    margin-bottom: 0;
    padding-right: 0;
    border: none;
  }
  .nav-tabs > li > a {
    margin: 0;
    border: none;
    border-radius: 0;
  }
  .nav-tabs > li.active > a {
    color: #FFFFFF !important;
    background: #0c2340 !important;
    border: none !important;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #00A3E0;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 5px;
  padding-left: 5px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -5px;
  margin-left: -5px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 14px 5px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -5px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 5px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7px -5px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.navbar-form {
  margin-left: -5px;
  margin-right: -5px;
  padding: 10px 5px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -5px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #333333;
  background-color: #fff;
  margin-left: -1px;
  cursor: pointer;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  color: #0c2340;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  color: #0c2340;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #0c2340;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #0c2340;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #00A3E0;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #007ead;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #B7ECFF;
  border-color: #93f5ff;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #7af2ff;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #00A3E0;
  border-color: #00A3E0;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ade9ff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #B7ECFF;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #9ee5ff;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../_assets/b707b6653e61fc0a35e917b2283851c9/Fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../../../_assets/b707b6653e61fc0a35e917b2283851c9/Fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../../../_assets/b707b6653e61fc0a35e917b2283851c9/Fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../../../_assets/b707b6653e61fc0a35e917b2283851c9/Fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../../../_assets/b707b6653e61fc0a35e917b2283851c9/Fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../../../_assets/b707b6653e61fc0a35e917b2283851c9/Fonts/fontawesome-webfont.svg?v=4.3.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;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #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: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.0.4 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight.cmsLigthbox .featherlight-content {
    background-color: #FFF;
    border: 2px solid #F1F1F1;
    max-width: 995px;
    padding: 0 1em;
  }
  .featherlight.cmsLigthbox .container {
    width: 100% !important;
  }
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(255, 255, 255, 0);
  }
  .featherlight:last-of-type {
    background: rgba(255, 255, 255, 0.8);
  }
  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  .featherlight .featherlight-content {
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    min-width: 30%;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    cursor: auto;
    white-space: normal;
  }
  .featherlight .featherlight-content #speechBubbleContent {
    border: 2px solid #f1f1f1;
  }
  .featherlight .featherlight-content #speechBubbleContent .speechBubbleHeader {
    padding: 0em 2em 1em 2em;
  }
  .featherlight .featherlight-content #speechBubbleContent .speechBubbleFooter {
    padding: 1em 2em 3em 1em;
  }
  .featherlight .featherlight-inner {
    display: block;
  }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 60px;
    right: 35px;
    line-height: 42px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    text-align: center;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: 2px solid #000;
    border-radius: 50%;
    font-size: 1.5em;
    font-weight: bold;
    transition: all 300ms ease-out;
  }
  .featherlight .featherlight-close-icon:hover {
    color: #0c2340;
    border-color: #0c2340;
  }
  .featherlight-content p,
  .featherlight-content .important {
    margin: 0;
  }
  .featherlight .featherlight-image {
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
  }
  .featherlight iframe {
    border: none;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }
  .featherlight-previous {
    left: 10px;
    right: 85%;
  }
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
  .featherlight-iframe .featherlight-content {
    margin: 0;
  }
}
/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.3.4 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight-next,
  .featherlight-previous {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    /* preventing text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* IE9 hack, otherwise navigation doesn't appear */
    background: rgba(0, 0, 0, 0);
  }
  .featherlight-previous {
    left: 25px;
    right: 80%;
  }
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.25);
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    margin-top: -40px;
    text-shadow: 0px 0px 5px #fff;
    font-style: normal;
    font-weight: normal;
  }
  .featherlight-next span:before,
  .featherlight-previous span:before {
    font-family: "ridileuchten";
    content: "\e612";
    display: block;
    font-size: 1em;
    color: #000000;
    transition: all 300ms ease-out;
  }
  .featherlight-next span:hover:before,
  .featherlight-previous span:hover:before {
    color: #0c2340;
    border-color: #0c2340;
  }
  .featherlight-next span {
    right: 5%;
    left: auto;
  }
  .featherlight-next span:before {
    content: "\e614";
  }
  .featherlight-loading .featherlight-previous,
  .featherlight-loading .featherlight-next {
    display: none;
  }
}
/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none;
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: block;
  }
}
.videoLightbox {
  display: none;
}
@media (min-width: 1280px) {
  .flvids {
    width: 1280px;
    height: 720px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .flvids {
    width: 800px;
    height: 450px;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  .flvids {
    width: 500px;
    height: 281px;
  }
}
@media (max-width: 599px) {
  .flvids {
    width: 350px;
    height: 197px;
  }
}
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 6px 10px 6px;
  border-top: 1px solid #000;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  position: relative;
  padding-left: 6px;
}
table.dataTable thead .sorting:after {
  font-family: FontAwesome;
  content: " \f107 \f106";
  color: #0c2340;
}
table.dataTable thead .sorting_asc:after {
  font-family: FontAwesome;
  content: " \f106";
  color: #0c2340;
}
table.dataTable thead .sorting_desc:after {
  font-family: FontAwesome;
  content: " \f107";
  color: #0c2340;
}
table.dataTable thead .no-sort {
  padding-left: 6px;
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url('../../../_assets/b707b6653e61fc0a35e917b2283851c9/images/sort_asc_disabled.png');
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url('../../../_assets/b707b6653e61fc0a35e917b2283851c9/images/sort_desc_disabled.png');
}
.no-sort:before,
.no-sort:after {
  display: none!important;
}
.no-sort {
  pointer-events: none!important;
  cursor: default!important;
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 6px;
  vertical-align: middle;
  position: relative;
  -webkit-transition: border 300ms ease-out;
  -moz-transition: border 300ms ease-out;
  -o-transition: border 300ms ease-out;
  transition: border 300ms ease-out;
}
#productModelList tr td:last-child {
  min-width: 50px;
  text-align: center;
}
#productModelList tr td:last-child .merkZettel {
  display: inline-block;
}
#productModelList tr.hover td,
#productModelList tr.hoverPrev td {
  border-color: #0c2340;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: whitesmoke;
}
table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
  background-color: #a9b7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3,
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}
table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}
table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}
table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ebebeb;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #eeeeee;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
  font-size: 1.1em;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #cacaca;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
.is_clickable {
  cursor: hand;
  cursor: pointer;
}
.nstSlider {
  cursor: hand;
  cursor: pointer;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  width: 135px;
  height: 20px;
  background: white;
  border: 1px solid #c5c6c6;
  display: block;
}
.nstSlider .leftGrip.gripHighlighted {
  background: #A4C8E1;
}
.nstSlider .rightGrip.gripHighlighted {
  background: #A4C8E1;
}
.nstSlider .rightGrip,
.nstSlider .leftGrip {
  position: absolute;
  width: 20px;
  height: 19px;
  background: #0c2340;
  border-radius: 50%;
}
.nstSlider .bar {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  height: 8px;
  top: 6px;
  background-color: #0c2340;
}
.nstSlider .highlightPanel {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  background: #E87722;
  height: 20px;
  top: 0;
}
.nstSlider.disabled {
  opacity: 0.45;
}
.nstSlider.disabled .rightGrip,
.nstSlider.disabled .leftGrip {
  background: #c5c6c6;
}
@media (min-width: 1200px) {
  .nstSlider {
    width: 170px;
  }
}
.leftRangeLabel input[type="text"],
.rightRangeLabel input[type="text"] {
  background-color: #FFFFFF;
  border: 1px solid #c5c6c6;
  box-shadow: inset 0 0 12px 1px rgba(0, 0, 0, 0.03);
  opacity: 0.5;
  color: #333;
  font-style: italic;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 2000ms;
  animation-duration: 2000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.owl-carousel .fadeIn,
.fadeIn:after {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('../../../_assets/b707b6653e61fc0a35e917b2283851c9/Less/owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme .owl-controls {
  text-align: right;
  -webkit-tap-highlight-color: transparent;
  margin-top: -40px;
  position: relative;
  z-index: 30;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px 7px;
  background: #FFF;
  border: 1px solid #0c2340;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #0c2340;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: #00A3E0;
}
.owl-carouselAutoWidth .owl-dots {
  text-align: center;
}
.hideNavigation .owl-controls {
  display: none;
}
.owl-carouselBig .slide img {
  width: 100%;
}
/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font: 14px Helvetica, Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}
/* Button */
.selectboxit-container .selectboxit {
  width: 100%;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0px;
  overflow: hidden;
  display: block;
  position: relative;
  padding-left: 30px;
}
.selectboxit-container .selectboxit.selectboxit-open {
  border-bottom: none;
}
/* Height and Vertical Alignment of Text */
.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  height: 30px;
  /* Height of the drop down */
  line-height: 30px;
  /* Vertically positions the drop down text */
  display: block;
}
/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}
/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  font-family: "Barlow Bold";
}
.selectboxit-container span.selectboxit-text {
  max-width: 100% !important;
}
/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 300;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 991px) {
  .filterAccordion .filterAccordionBody {
    height: auto !important;
    padding-bottom: 2.5em !important;
  }
}
/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}
/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}
/* Individual Option Optgroup Header */
.selectboxit-option,
.selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}
/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-family: "Barlow Bold";
}
/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}
/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  left: 0;
  background-color: #0c2340;
}
/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  line-height: 1.5em;
  font-size: 1.6em;
}
/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}
/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}
.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}
.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}
/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #FFFFFF;
  transition: background-color 500ms ease;
  font-family: "Barlow Bold";
  outline: 1px solid #eaeff2;
}
.selectboxit-btn.selectboxit-open {
  background-color: #FFFFFF;
}
.selectboxit-btn.selectboxit-enabled:hover {
  color: #333333;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}
.selectboxit-default-arrow:after {
  font-family: FontAwesome;
  content: "\f107";
  color: #FFFFFF;
}
.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #eaeff2;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-top: none;
}
.selectboxit-list li {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.selectboxit-list li:before {
  display: none;
}
.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}
.selectboxit-btn.selectboxit-hover,
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background-color: #A4C8E1;
}
.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}
/*selectBox f�r DataTables*/
.filter .selectWrapper .selectboxit-btn,
.filter .selectWrapper .selectboxit-btn.selectboxit-hover,
.filter .selectWrapper .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background-color: transparent;
  outline: none;
}
.filter .selectWrapper .selectboxit-arrow-container {
  display: none !important;
}
.filter .selectWrapper .selectboxit-list,
.filter .selectWrapper .selectboxit-container .selectboxit.selectboxit-open {
  border: none;
}
.filter .selectWrapper .selectboxit-list {
  background-color: #eaeff2;
}
.filter .selectWrapper .selectboxit {
  padding-right: 3em;
}
.tooltipsterBody {
  display: none;
}
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border: 1px solid #00A3E0;
  background: #FFFFFF;
  color: #333333;
}
.tooltipster-default.tooltipsterPink {
  border: 1px solid #00A3E0;
}
.tooltipster-default.tooltipsterPink .tooltipster-content {
  padding: 35px 40px 40px 25px;
}
.tooltipster-default.tooltipsterPink .tooltipster-arrow-top .tooltipster-arrow-border {
  border-top-color: #00A3E0 !important;
}
.tooltipster-default.tooltipsterPink .tooltipster-arrow-bottom .tooltipster-arrow-border {
  border-bottom-color: #00A3E0 !important;
}
.tooltipster-default.tooltipsterPink .infoLink {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  background-color: #00A3E0;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.tooltipster-default.tooltipsterPink .infoLink a {
  display: block;
}
/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  padding: 35px 25px 20px 25px;
  overflow: hidden;
  position: relative;
}
.tooltipClose {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 25px;
  width: 25px;
  cursor: pointer;
}
.tooltipClose:after {
  font-family: "ridileuchten";
  content: "\e626";
  color: #333;
  font-size: 1.2em;
}
/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}
/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999;
  width: auto;
  overflow: visible;
  box-shadow: 2px 3px 8px 1px rgba(0, 0, 0, 0.25);
}
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}
/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-arrow span,
.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -8px;
}
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -8px;
}
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -8px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -8px;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 7px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 6px;
}
.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 7px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 6px;
}
.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}
.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}
/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade-show {
  opacity: 1;
}
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}
.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}
/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
/*
 * General CSS-Setup
 * Only for structure
 */
.occ-inline {
  opacity: 1;
  color: #FFF;
  font-family: 'Barlow Regular', Arial, sans-serif;
  position: relative;
  background-color: #0c2340;
  width: 100%;
  z-index: 50;
}
.occ-text-wrapper a {
  color: #FFF;
  transition: color 500ms ease-out;
}
.occ-text-wrapper a:hover {
  color: #000;
}
.occ-inline .occ-text-wrapper {
  height: 45px;
  padding-left: 40px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: relative;
  line-height: 45px;
}
.occ-inline .occ-text-wrapper:before {
  font-family: 'Barlow Regular', Arial, sans-serif;
  content: "!";
  font-size: 1.4em;
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 32px;
  border-radius: 50%;
  background-color: #FFFFFF;
  text-align: center;
  color: #0c2340;
  position: absolute;
  left: 0px;
  top: 6px;
}
.occ-inline .occ-button-wrapper {
  display: table-cell;
  vertical-align: top;
}
.occ-privacy-policy,
.occ-privacy-policy:hover {
  text-decoration: underline;
}
.occ-inline .occ-privacy-policy.disabled,
.occ-inline .occ-title {
  display: none;
}
.occ-inline .occ-accept {
  display: inline-block;
  outline: 1px solid #fff;
  color: #ffffff;
  /*height: 2em;*/
  min-width: 8.75em;
  padding: 0.2em 0.5em;
  margin-left: 0.5em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 8px;
  transition: all 500ms ease-out;
}
.occ-inline .occ-accept:hover {
  outline: 1px solid #000;
  color: #000;
}
#visualNotAvailable .occ-inline {
  margin-top: 90px;
}
@media screen and (max-width: 991px) {
  .occ-inline {
    height: auto;
    margin-top: 2em;
    padding: 0 10px;
  }
  .occ-inline .occ-text-wrapper {
    line-height: 1.8em;
  }
  .occ-inline .occ-text-wrapper {
    display: block;
    height: auto;
  }
  .occ-inline .occ-button-wrapper {
    display: block;
    padding-left: 40px;
    margin: 0.2em 0 0.6em 0;
  }
  .occ-inline .occ-button-wrapper .occ-accept {
    margin: 0;
  }
  #visualNotAvailable .occ-inline {
    margin-top: 2em;
  }
}
.oxomiModule {
  background-color: #f4f4f4;
}
/*
Oxomoi Standard Module
*/
#oxomi-output {
  font-family: sans-serif;
}
.sci-overlay {
  font-family: sans-serif;
}
/* Dokument-Titel */
.oxomi-document-name-cust {
  padding-left: 10px;
}
/* Generelle Schriftfarben */
.sci-text {
  color: #0c2340;
}
/* Inhalte Icons */
.oxomi-universal-search-filter-group {
  display: none;
}
/* Marken-Namen */
.oxomi-universal-search-brand-name {
  display: none;
}
.oxomi-universal-search-filters .sci-text-muted {
  color: #00A3E0;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.sci-pill {
  display: none;
}
/* Sidebar Filter Hover Farben alle */
.oxomi-universal-search-filter-value-cust:hover,
.oxomi-universal-search-archive-toggle-cust:hover,
.oxomi-universal-search-filter-reset-cust:hover {
  background-color: #00A3E0 !important;
}
/* Marken-Namen anzeigen - display:none blendet diese aus; */
.oxomi-universal-search-brand-name {
  display: true;
}
.oxomi-universal-search-section-navbar {
  display: none!important;
}
/*
Oxomoi Pro Module
*/
#output {
  font-family: 'Barlow Regular', Arial, sans-serif;
  height: auto;
  color: #0c2340;
}
#output .sci-text-size-h1 {
  color: #0c2340 !important;
}
#output .sci-font {
  font-family: 'Barlow Regular', Arial, sans-serif !important;
}
#output .oxomi-navigator-filter-value-label {
  color: #00A3E0 !important;
}
#output .oxomi-navigator-filter-value-count-cust {
  background-color: #00A3E0 !important;
}
#output .oxomi-navigator-filter-value:hover {
  background-color: #0c2340 !important;
}
#output .oxomi-navigator-section-navbar-pill-button .oxomi-navigator-section-navbar-dropdown-cust .oxomi-navigator-section-navbar-dropdown-button-js:hover {
  color: #00A3E0 !important;
}
.sci-btn-secondary-outline {
  border-color: #00A3E0 !important;
  color: #00A3E0 !important;
}
.sci-btn-secondary-outline:hover,
.sci-btn-secondary-outline:focus {
  background-color: #00A3E0 !important;
}
.sci-text-muted {
  color: #6D7B8C !important;
}
#oxomi-navigator-filter-reset:hover,
#oxomi-navigator-supplier-request:hover,
.oxomi-navigator-filter-value:hover,
.oxomi-navigator-filter-value:hover .oxomi-navigator-filter-value-count {
  background-color: #0c2340;
}
#oxomi-navigator-filter-reset:hover #oxomi-navigator-filter-reset:hover,
#oxomi-navigator-supplier-request:hover #oxomi-navigator-filter-reset:hover,
.oxomi-navigator-filter-value:hover #oxomi-navigator-filter-reset:hover,
.oxomi-navigator-filter-value:hover .oxomi-navigator-filter-value-count #oxomi-navigator-filter-reset:hover,
#oxomi-navigator-filter-reset:hover #oxomi-navigator-supplier-request:hover,
#oxomi-navigator-supplier-request:hover #oxomi-navigator-supplier-request:hover,
.oxomi-navigator-filter-value:hover #oxomi-navigator-supplier-request:hover,
.oxomi-navigator-filter-value:hover .oxomi-navigator-filter-value-count #oxomi-navigator-supplier-request:hover,
#oxomi-navigator-filter-reset:hover .oxomi-navigator-filter-value:hover,
#oxomi-navigator-supplier-request:hover .oxomi-navigator-filter-value:hover,
.oxomi-navigator-filter-value:hover .oxomi-navigator-filter-value:hover,
.oxomi-navigator-filter-value:hover .oxomi-navigator-filter-value-count .oxomi-navigator-filter-value:hover,
#oxomi-navigator-filter-reset:hover .oxomi-navigator-filter-value:hover .oxomi-navigator-filter-value-count,
#oxomi-navigator-supplier-request:hover .oxomi-navigator-filter-value:hover .oxomi-navigator-filter-value-count,
.oxomi-navigator-filter-value:hover .oxomi-navigator-filter-value:hover .oxomi-navigator-filter-value-count,
.oxomi-navigator-filter-value:hover .oxomi-navigator-filter-value-count .oxomi-navigator-filter-value:hover .oxomi-navigator-filter-value-count {
  background-color: #0c2340 !important;
}
#oxomi-navigator-filter-reset:hover .oxomi-navigator-filter-value.active .oxomi-navigator-filter-value-label,
#oxomi-navigator-supplier-request:hover .oxomi-navigator-filter-value.active .oxomi-navigator-filter-value-label,
.oxomi-navigator-filter-value:hover .oxomi-navigator-filter-value.active .oxomi-navigator-filter-value-label,
.oxomi-navigator-filter-value:hover .oxomi-navigator-filter-value-count .oxomi-navigator-filter-value.active .oxomi-navigator-filter-value-label {
  color: #0c2340 !important;
}
#oxomi-navigator-filter-reset:hover .oxomi-navigator-filter-value.active:hover .oxomi-navigator-filter-value-label,
#oxomi-navigator-supplier-request:hover .oxomi-navigator-filter-value.active:hover .oxomi-navigator-filter-value-label,
.oxomi-navigator-filter-value:hover .oxomi-navigator-filter-value.active:hover .oxomi-navigator-filter-value-label,
.oxomi-navigator-filter-value:hover .oxomi-navigator-filter-value-count .oxomi-navigator-filter-value.active:hover .oxomi-navigator-filter-value-label {
  color: white !important;
}
#oxomi-navigator-filter-reset:hover .oxomi-navigator-filter-value.active .oxomi-navigator-filter-value-count,
#oxomi-navigator-supplier-request:hover .oxomi-navigator-filter-value.active .oxomi-navigator-filter-value-count,
.oxomi-navigator-filter-value:hover .oxomi-navigator-filter-value.active .oxomi-navigator-filter-value-count,
.oxomi-navigator-filter-value:hover .oxomi-navigator-filter-value-count .oxomi-navigator-filter-value.active .oxomi-navigator-filter-value-count {
  background-color: #0c2340 !important;
}
#oxomi-navigator-filter-reset:hover .token-autocomplete-token.oxomi-token-metaclass,
#oxomi-navigator-supplier-request:hover .token-autocomplete-token.oxomi-token-metaclass,
.oxomi-navigator-filter-value:hover .token-autocomplete-token.oxomi-token-metaclass,
.oxomi-navigator-filter-value:hover .oxomi-navigator-filter-value-count .token-autocomplete-token.oxomi-token-metaclass,
#oxomi-navigator-filter-reset:hover #oxomi-navigator-input-suggestions .oxomi-token-metaclass,
#oxomi-navigator-supplier-request:hover #oxomi-navigator-input-suggestions .oxomi-token-metaclass,
.oxomi-navigator-filter-value:hover #oxomi-navigator-input-suggestions .oxomi-token-metaclass,
.oxomi-navigator-filter-value:hover .oxomi-navigator-filter-value-count #oxomi-navigator-input-suggestions .oxomi-token-metaclass,
#oxomi-navigator-filter-reset:hover .oxomi-navigator-hierarchical-info a.metaclass,
#oxomi-navigator-supplier-request:hover .oxomi-navigator-hierarchical-info a.metaclass,
.oxomi-navigator-filter-value:hover .oxomi-navigator-hierarchical-info a.metaclass,
.oxomi-navigator-filter-value:hover .oxomi-navigator-filter-value-count .oxomi-navigator-hierarchical-info a.metaclass {
  border-left-color: #0c2340 !important;
}
#oxomi-navigator-filter-reset:hover path#scireum-metaclass-secondary,
#oxomi-navigator-supplier-request:hover path#scireum-metaclass-secondary,
.oxomi-navigator-filter-value:hover path#scireum-metaclass-secondary,
.oxomi-navigator-filter-value:hover .oxomi-navigator-filter-value-count path#scireum-metaclass-secondary {
  fill: #0c2340 !important;
}
#oxomi-navigator-filter-reset:hover .oxomi-navigator-hierarchical-info a,
#oxomi-navigator-supplier-request:hover .oxomi-navigator-hierarchical-info a,
.oxomi-navigator-filter-value:hover .oxomi-navigator-hierarchical-info a,
.oxomi-navigator-filter-value:hover .oxomi-navigator-filter-value-count .oxomi-navigator-hierarchical-info a {
  line-height: 18px;
}
#oxomi-navigator-filter-reset:hover #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-metaclass-cards,
#oxomi-navigator-supplier-request:hover #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-metaclass-cards,
.oxomi-navigator-filter-value:hover #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-metaclass-cards,
.oxomi-navigator-filter-value:hover .oxomi-navigator-filter-value-count #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-metaclass-cards {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}
#oxomi-navigator-filter-reset:hover #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-metaclass-cards .oxomi-navigator-metaclass-card:nth-child(5n+5),
#oxomi-navigator-supplier-request:hover #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-metaclass-cards .oxomi-navigator-metaclass-card:nth-child(5n+5),
.oxomi-navigator-filter-value:hover #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-metaclass-cards .oxomi-navigator-metaclass-card:nth-child(5n+5),
.oxomi-navigator-filter-value:hover .oxomi-navigator-filter-value-count #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-metaclass-cards .oxomi-navigator-metaclass-card:nth-child(5n+5) {
  margin-right: 16px;
}
#oxomi-navigator-filter-reset:hover #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-metaclass-cards .oxomi-navigator-metaclass-card:nth-child(3n+3),
#oxomi-navigator-supplier-request:hover #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-metaclass-cards .oxomi-navigator-metaclass-card:nth-child(3n+3),
.oxomi-navigator-filter-value:hover #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-metaclass-cards .oxomi-navigator-metaclass-card:nth-child(3n+3),
.oxomi-navigator-filter-value:hover .oxomi-navigator-filter-value-count #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-metaclass-cards .oxomi-navigator-metaclass-card:nth-child(3n+3) {
  margin-right: 0;
}
#oxomi-navigator-filter-reset:hover #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-product-cards,
#oxomi-navigator-supplier-request:hover #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-product-cards,
.oxomi-navigator-filter-value:hover #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-product-cards,
.oxomi-navigator-filter-value:hover .oxomi-navigator-filter-value-count #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-product-cards {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}
#oxomi-navigator-filter-reset:hover #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-product-cards .oxomi-navigator-product-card,
#oxomi-navigator-supplier-request:hover #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-product-cards .oxomi-navigator-product-card,
.oxomi-navigator-filter-value:hover #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-product-cards .oxomi-navigator-product-card,
.oxomi-navigator-filter-value:hover .oxomi-navigator-filter-value-count #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-product-cards .oxomi-navigator-product-card {
  width: calc(33.33333333% - 11px);
  margin-right: 16px;
  margin-bottom: 16px;
}
#oxomi-navigator-filter-reset:hover #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-product-cards .oxomi-navigator-product-card:nth-child(5n+5),
#oxomi-navigator-supplier-request:hover #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-product-cards .oxomi-navigator-product-card:nth-child(5n+5),
.oxomi-navigator-filter-value:hover #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-product-cards .oxomi-navigator-product-card:nth-child(5n+5),
.oxomi-navigator-filter-value:hover .oxomi-navigator-filter-value-count #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-product-cards .oxomi-navigator-product-card:nth-child(5n+5) {
  margin-right: 16px;
}
#oxomi-navigator-filter-reset:hover #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-product-cards .oxomi-navigator-product-card:nth-child(3n+3),
#oxomi-navigator-supplier-request:hover #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-product-cards .oxomi-navigator-product-card:nth-child(3n+3),
.oxomi-navigator-filter-value:hover #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-product-cards .oxomi-navigator-product-card:nth-child(3n+3),
.oxomi-navigator-filter-value:hover .oxomi-navigator-filter-value-count #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-product-cards .oxomi-navigator-product-card:nth-child(3n+3) {
  margin-right: 0;
}
#oxomi-navigator-filter-reset:hover #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-product-large-cards,
#oxomi-navigator-supplier-request:hover #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-product-large-cards,
.oxomi-navigator-filter-value:hover #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-product-large-cards,
.oxomi-navigator-filter-value:hover .oxomi-navigator-filter-value-count #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-product-large-cards {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
#oxomi-navigator-filter-reset:hover #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-product-large-cards .oxomi-navigator-product-card,
#oxomi-navigator-supplier-request:hover #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-product-large-cards .oxomi-navigator-product-card,
.oxomi-navigator-filter-value:hover #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-product-large-cards .oxomi-navigator-product-card,
.oxomi-navigator-filter-value:hover .oxomi-navigator-filter-value-count #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-product-large-cards .oxomi-navigator-product-card {
  width: calc(50% - 11px);
  margin-right: 16px;
  margin-bottom: 16px;
}
#oxomi-navigator-filter-reset:hover #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-product-large-cards .oxomi-navigator-product-card:nth-child(3n+3),
#oxomi-navigator-supplier-request:hover #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-product-large-cards .oxomi-navigator-product-card:nth-child(3n+3),
.oxomi-navigator-filter-value:hover #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-product-large-cards .oxomi-navigator-product-card:nth-child(3n+3),
.oxomi-navigator-filter-value:hover .oxomi-navigator-filter-value-count #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-product-large-cards .oxomi-navigator-product-card:nth-child(3n+3) {
  margin-right: 16px;
}
#oxomi-navigator-filter-reset:hover #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-product-large-cards .oxomi-navigator-product-card:nth-child(2n+2),
#oxomi-navigator-supplier-request:hover #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-product-large-cards .oxomi-navigator-product-card:nth-child(2n+2),
.oxomi-navigator-filter-value:hover #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-product-large-cards .oxomi-navigator-product-card:nth-child(2n+2),
.oxomi-navigator-filter-value:hover .oxomi-navigator-filter-value-count #oxomi-navigator-wrapper .oxomi-navigator-sections .oxomi-navigator-product-large-cards .oxomi-navigator-product-card:nth-child(2n+2) {
  margin-right: 0;
}
@font-face {
  font-family: 'Barlow Regular';
  src: url('../../../_assets/b707b6653e61fc0a35e917b2283851c9/Fonts/Barlow/Barlow-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow Light';
  src: url('../../../_assets/b707b6653e61fc0a35e917b2283851c9/Fonts/Barlow/Barlow-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow Bold';
  src: url('../../../_assets/b707b6653e61fc0a35e917b2283851c9/Fonts/Barlow/Barlow-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'ridileuchten';
  src: url('../../../_assets/b707b6653e61fc0a35e917b2283851c9/Fonts/ridileuchten.eot?-867jsw');
  src: url('../../../_assets/b707b6653e61fc0a35e917b2283851c9/Fonts/ridileuchten.eot?#iefix-867jsw') format('embedded-opentype'), url('../../../_assets/b707b6653e61fc0a35e917b2283851c9/Fonts/ridileuchten.ttf?-867jsw') format('truetype'), url('../../../_assets/b707b6653e61fc0a35e917b2283851c9/Fonts/ridileuchten.woff?-867jsw') format('woff'), url('../../../_assets/b707b6653e61fc0a35e917b2283851c9/Fonts/ridileuchten.svg?-867jsw#ridileuchten') format('svg');
  font-weight: normal;
  font-style: normal;
}
.rocketIcon {
  font-family: 'ridileuchten';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-pruefzeichen-enec11,
.icon-pruefzeichen-enec03,
.icon-pruefzeichen-enec14,
.icon-pruefzeichen-enec05 {
  font-size: 0.7em;
  vertical-align: 4px;
}
.icon-katalog:before {
  content: "\e901";
}
.icon-download1:before {
  content: "\e900";
}
.icon-pruefzeichen-enec_plus:before {
  content: "\e902";
}
.icon-pruefzeichen-enec11:before {
  content: "\e900";
}
.icon-pruefzeichen-enec03:before {
  content: "\e901";
}
.icon-pruefzeichen-enec14:before {
  content: "\e904";
}
.icon-pruefzeichen-enec05:before {
  content: "\e905";
}
.icon-anbauleuchte:before {
  content: "\e600";
}
.icon-attribute-Picto_IP20:before {
  content: "\e602";
}
.icon-attribute-picto_Multiwatt:before {
  content: "\e603";
}
.icon-attribute-T16:before {
  content: "\e604";
}
.icon-attribute-Unter_Dach:before {
  content: "\e605";
}
.icon-downlights:before {
  content: "\e606";
}
.icon-download:before {
  content: "\e607";
}
.icon-drucken:before {
  content: "\e608";
}
.icon-einbauleuchte:before {
  content: "\e609";
}
.icon-filter:before {
  content: "\e60a";
}
.icon-haken-merkzettel:before {
  content: "\e60b";
}
.icon-login:before {
  content: "\e60c";
}
.icon-lupe:before {
  content: "\e60d";
}
.icon-merkzettel:before {
  content: "\e60e";
}
.icon-notausgang:before {
  content: "\e60f";
}
.icon-papierkorb:before {
  content: "\e610";
}
.icon-pendelleuchte:before {
  content: "\e611";
}
.icon-pfeilmitkontur-nach-links:before {
  content: "\e612";
}
.icon-pfeilmitkontur-nach-oben:before {
  content: "\e613";
}
.icon-pfeilmitkontur-nach-rechts:before {
  content: "\e614";
}
.icon-pfeilmitkontur-nach-unten:before {
  content: "\e615";
}
.icon-pfeil-links:before {
  content: "\e616";
}
.icon-pfeil-rechts:before {
  content: "\e617";
}
.icon-pfeil-unten:before {
  content: "\e618";
}
.icon-uniE619:before {
  content: "\e619";
}
.icon-uniE61A:before {
  content: "\e61a";
}
.icon-uniE61B:before {
  content: "\e61b";
}
.icon-pruefzeichen-ball:before {
  content: "\e61c";
}
.icon-pruefzeichen-d:before {
  content: "\e61d";
}
.icon-pruefzeichen-e:before {
  content: "\e61e";
}
.icon-pruefzeichen-emc:before {
  content: "\e61f";
}
.icon-pruefzeichen-enec:before {
  content: "\e620";
}
.icon-pruefzeichen-mm:before {
  content: "\e621";
}
.icon-pruefzeichen-vde:before {
  content: "\e622";
}
.icon-pruefzeichen-ce:before {
  content: "\e623";
}
.icon-punkte-ohne-sprechblase:before {
  content: "\e624";
}
.icon-ridi-linia:before {
  content: "\e625";
}
.icon-schliessen:before {
  content: "\e626";
}
.icon-sprechblase:before {
  content: "\e627";
}
.icon-uniE628:before {
  content: "\e628";
}
.icon-uniE629:before {
  content: "\e629";
}
.icon-uniE62A:before {
  content: "\e62a";
}
.icon-uniE62B:before {
  content: "\e62b";
}
.icon-stehleuchte:before {
  content: "\e62c";
}
.icon-strahler:before {
  content: "\e62d";
}
.icon-suche-alle-produkte:before {
  content: "\e62e";
}
.icon-suche-einsatzort:before {
  content: "\e62f";
}
.icon-suche-ip:before {
  content: "\e630";
}
.icon-suche-leuchtenart:before {
  content: "\e631";
}
.icon-teilen:before {
  content: "\e632";
}
.icon-wannenleuchte:before {
  content: "\e633";
}
.icon-lineares-lichtbandsystem:before {
  content: "\e634";
}
.icon-led-character:before {
  content: "\e906";
}
.icon-led-farbtemperatur:before {
  content: "\e907";
}
.icon-led-laenge:before {
  content: "\e908";
}
.icon-led-led:before {
  content: "\e909";
}
.icon-led-l-tube:before {
  content: "\e90a";
}
.icon-led-l-tube-b:before {
  content: "\e90b";
}
.icon-led-l-tube-bf:before {
  content: "\e90c";
}
.icon-led-l-tube-f:before {
  content: "\e90d";
}
.icon-led-r-tube:before {
  content: "\e90e";
}
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/*
* overwrite Bootstrap Fonts
*/
h2 {
  font-family: 'Barlow Light', Arial, sans-serif;
  font-size: 2.524em;
  font-weight: 600;
}
h3 {
  font-family: 'Barlow Light', Arial, sans-serif;
  font-size: 1.563em;
  font-weight: 600;
}
h4 {
  font-size: 1.143em;
}
@media (max-width: 991px) {
  h2 {
    font-size: 1.7em;
  }
  h3 {
    font-size: 1.363em;
  }
  h4 {
    font-size: 1.1em;
  }
}
.bold,
b,
strong {
  font-family: "Barlow Bold";
}
.contentElement p.bodytext {
  padding-right: 15px;
}
/*
* globalClasses
*/
html {
  height: 100%;
}
html {
  background-color: #000000;
  position: relative;
}
body {
  background-color: #000000;
}
#visualNotAvailable {
  background-color: #FFFFFF;
}
.gapTop {
  margin-top: 0.476em;
}
.gapBottom {
  margin-bottom: 10px;
}
.bigGapBottom {
  margin-bottom: 2em;
}
.smallGapBottom {
  margin-bottom: 0.238em;
}
.smallFont {
  font-size: 0.8em;
}
.bigFont {
  font-size: 1.4em;
}
.bigIcon {
  font-size: 1.4em;
}
.noPadding {
  padding: 0;
}
.img-fullWidht {
  display: block;
  width: 100%;
  height: auto;
}
#artikelliste {
  position: relative;
}
.fullWidhtImage {
  overflow: hidden;
}
.visualDivider,
.parallax {
  display: block;
  position: relative;
  width: 100%;
  height: 670px;
  margin-bottom: 2.5em;
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  cursor: default;
}
.visualDivider.description,
.parallax.description {
  margin-bottom: 0;
}
.actionMerkzettelAdd {
  cursor: pointer;
}
.tx-rm-ridi-merkzettel {
  position: relative;
}
.tx-rm-ridi-merkzettel #copiedMerkzettel {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 50px;
  box-shadow: 0px 9px 16px 1px rgba(0, 0, 0, 0.25);
}
#errorMerkzettelRequest,
#errorMerkzettel {
  display: none;
  position: fixed;
  top: 105px;
  left: 15px;
  box-shadow: 0px 9px 16px 1px rgba(0, 0, 0, 0.25);
}
.csc-header-alignment-center {
  text-align: left !important;
}
a.gallery {
  position: relative;
  display: block;
}
a.gallery img {
  transition: opacity 300ms ease-out;
}
a.gallery:after {
  font-family: ridileuchten;
  content: "\e60d";
  position: absolute;
  left: 50%;
  top: 50%;
  color: #FFFFFF;
  font-size: 40px;
  line-height: 60px;
  text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.82);
  display: block;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  text-align: center;
  margin-left: -20px;
  margin-top: -20px;
  opacity: 0;
  transition: opacity 300ms ease-out;
}
a.gallery:hover:after {
  opacity: 1;
}
a.specialJumpLink {
  height: 0px;
  background-color: transparent;
  display: block;
  position: relative;
  top: -90px;
  z-index: -99;
}
@media (max-width: 991px) {
  a.specialJumpLink {
    top: 0px;
  }
}
@media (max-width: 991px) {
  .visualDivider,
  .parallax {
    height: 18.5em;
  }
}
.text-right .img-responsive {
  display: inline-block;
}
ul li a:hover {
  text-decoration: underline;
}
a.internal-link,
a.external-link {
  color: #0c2340;
  transition: all 300ms ease-out;
}
a.internal-link:hover,
a.external-link:hover {
  color: #A4C8E1;
  text-decoration: underline;
}
a.smoothScroll:hover {
  text-decoration: underline;
}
a.important {
  color: #0c2340;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-top: 0.3em;
  display: inline-block;
  transition: color 300ms ease-out;
}
a.important:hover {
  color: #000000;
}
a.important:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 6px;
}
a.importantNormal {
  color: #00A3E0;
  text-transform: uppercase;
  display: inline-block;
}
a.importantNormal:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 6px;
}
a.special-link {
  color: #00A3E0;
  display: block;
}
a.special-link:hover {
  text-decoration: underline;
  color: #00A3E0;
}
a.special-link:hover:before {
  background-color: #00A3E0;
}
a.special-link:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #FFFFFF;
  height: 1.1em;
  width: 1.1em;
  line-height: 1.1em;
  border-radius: 50%;
  background-color: #00A3E0;
  text-align: center;
  display: inline-block;
  transition: all 300ms ease-out;
  margin-right: 0.3em;
}
a.btn-blue {
  text-align: center;
  margin: 20px 0;
  display: inline-block;
  padding: 15px 70px;
  outline: transparent solid 2px;
  color: #FFFFFF;
  background-color: #00A3E0;
  transition: all 0.3s ease-out;
  border: none;
  font-size: 20px;
}
a.btn-blue:hover {
  outline-color: #00A3E0;
  background-color: transparent;
  color: #00A3E0;
}
a.btn-outline-black {
  text-align: center;
  margin: 20px 0;
  display: inline-block;
  padding: 15px 70px;
  outline: #000000 solid 2px;
  color: #000000;
  background-color: transparent;
  transition: all 0.3s ease-out;
  border: none;
  font-size: 20px;
}
a.btn-outline-black:hover {
  background-color: #000000;
  color: #FFFFFF;
}
.csc-header-alignment-right .csc-header-alignment-center {
  text-align: left !important;
}
p.highlight {
  font-size: 1.563em;
}
span.highlight-inline {
  color: #0c2340;
}
.iconMarg {
  margin-right: 0.5em;
}
input.fullwidth {
  width: 99%;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
p.paragraph {
  margin: 0;
}
p.paragraph a.important {
  margin-top: 0px;
}
.tooltipster {
  cursor: pointer;
}
.questionMark {
  background-color: #0c2340;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  line-height: 23px;
  cursor: pointer;
}
td .questionMark {
  vertical-align: top;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  background: #FFFFFF;
  color: #00A3E0;
}
@media (max-width: 991px) {
  .btn-primary {
    width: 100%;
    margin-bottom: 1em;
  }
  .contentElement img {
    margin-bottom: 1em;
  }
}
/*suche*/
.searchResultsText {
  padding-left: 3em;
}
.searchInputWrapper {
  position: relative;
  padding-left: 3em;
}
.searchInputWrapper:before {
  font-family: 'ridileuchten';
  content: "\e60d";
  font-size: 2.6em;
  line-height: 34px;
  color: #c5c6c6;
  position: absolute;
  left: 0px;
}
.searchInputWrapper:after {
  content: "\f110";
  font-family: fontAwesome;
  position: absolute;
  right: 20px;
  top: 0px;
  animation: fa-spin 2s infinite linear;
  font-size: 1.5em;
  opacity: 0;
  transition: opacity 300ms ease-out;
}
.searchInputWrapper.loading:after {
  opacity: 1;
}
.ridiListOverlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url("/_assets/b707b6653e61fc0a35e917b2283851c9/Images/ridi-leuchten_misc/loader.GIF") center center no-repeat rgba(255, 255, 255, 0.85);
  display: none;
  z-index: 750;
}
#artikelliste .ridiListOverlay {
  background-position: center center;
}
#artikelliste .linksWrapper {
  display: flex;
}
.microPageSliderWrapper {
  position: absolute;
  z-index: 99;
  left: 50px;
  bottom: 20px;
  background-color: #0c2340;
  color: #FFFFFF;
}
.microPageSliderWrapper a {
  color: inherit;
}
.microPageSliderWrapper a:before {
  font-family: FontAwesome;
  content: "\f107";
  display: inline-block;
  background-color: #FFFFFF;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #0c2340;
  transform: rotate(-90deg);
  margin-right: 0.5em;
  line-height: 27px;
  font-size: 1.2em;
}
.microPageSliderWrapper a:hover {
  color: inherit;
  outline: #0c2340 solid thin;
}
.openLightbox {
  cursor: pointer;
}
/*
* Breiten Bilder
*/
.width95 {
  width: 95%;
}
.width90 {
  width: 90%;
}
.width85 {
  width: 85%;
}
.width80 {
  width: 80%;
}
.width75 {
  width: 75%;
}
.width70 {
  width: 70%;
}
.width65 {
  width: 65%;
}
.width60 {
  width: 60%;
}
.width55 {
  width: 55%;
}
.width50 {
  width: 50%;
}
.width95,
.width90,
.width85,
.width80,
.width75,
.width70,
.width65,
.width60,
.width55.width50 {
  height: auto;
}
.h-100 {
  height: 100% !important;
}
@media (max-width: 991px) {
  .width95,
  .width90,
  .width85,
  .width80,
  .width75,
  .width70,
  .width65,
  .width60,
  .width55,
  .width50 {
    width: 100%;
  }
}
/*
* Schriftfarben
*/
.color.colorWhite {
  color: #FFFFFF;
}
.color.colorBlack {
  color: #000000;
}
.color.colorBabyBlue {
  color: #0c2340;
}
.color.colorHellGrau {
  color: #c5c6c6;
}
.color.colorDunkelGrau {
  color: #999999;
}
.color.colorWhiteTransparent {
  color: rgba(255, 255, 255, 0.65);
}
.color.colorPink {
  color: #00A3E0;
}
.color.colorBlueGrey {
  font-family: 'Barlow Bold', Arial, sans-serif;
  color: #CFD9DF;
}
/*
* Background Farben
*/
.background.backgroundBlack {
  background-color: #000000;
}
.background.backgroundBlack .iconLink:after {
  color: #000000;
}
.background.backgroundWhite {
  background-color: #FFFFFF;
}
.background.backgroundWhite .iconLink:after {
  color: #FFFFFF;
}
.background.backgroundBlue {
  background-color: #0c2340;
}
.background.backgroundBlue .iconLink:after {
  color: #0c2340;
}
.background.backgroundGrey {
  background-color: #999999;
}
.background.backgroundGrey .iconLink:after {
  color: #999999;
}
.background.backgroundLightGrey {
  background-color: #c5c6c6;
}
.background.backgroundLightGrey .iconLink:after {
  color: #c5c6c6;
}
.background.backgroundLightGreyBlue {
  background-color: #CFD9DF;
}
.background.backgroundLightGreyBlue .iconLink:after {
  color: #CFD9DF;
}
.background.backgroundNavGrey {
  background-color: #eaeff2;
}
.background.backgroundNavGrey .iconLink:after {
  color: #eaeff2;
}
.background.backgroundLightBlue {
  background-color: #00A3E0;
}
.background.backgroundLightBlue .iconLink:after {
  color: #00A3E0;
}
.background.radialWhite {
  background: #ffffff;
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #f1f1f1 80%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(80%, #f1f1f1));
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #f1f1f1 80%);
  background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #f1f1f1 80%);
  background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #f1f1f1 80%);
  background: radial-gradient(ellipse at center, #ffffff 0%, #f1f1f1 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=1);
}
/*
* Listen
*/
.contentElement ul {
  margin: 0 0 1em 0;
  padding: 0;
  list-style-type: none;
}
.contentElement ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.contentElement ul li:before {
  font-family: "FontAwesome";
  content: "\f111";
  font-size: 0.5em;
  color: #0c2340;
  position: absolute;
  left: 0px;
  top: 0.7em;
}
.contentElement ul.list-plus {
  margin: 0;
}
.contentElement ul.list-plus li:before {
  font-family: "FontAwesome";
  content: "\f067";
  color: #00A3E0;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 1em;
}
/*
* socialIcons
*/
.socialIcon {
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  font-size: 1.8em;
  float: left;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 37px;
  text-align: center;
  margin-right: 0.5em;
  transition: all 300ms linear;
}
.socialIcon i {
  transition: color 300ms linear;
}
.socialIcon:hover {
  border-color: #00A3E0;
  color: #00A3E0;
}
.socialIcon:hover i {
  color: #00A3E0;
}
/*Counter*/
.counter {
  position: relative;
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: #00A3E0;
  height: 42px;
  width: 42px;
  text-align: center;
  transition: all 0.3s ease-out;
}
.counter:hover,
.counter:focus {
  background-color: #0c2340;
}
.counter:hover .number,
.counter:focus .number {
  background-color: #0c2340;
}
.counter:after {
  font-family: "FontAwesome";
  content: "\f105";
  font-weight: normal;
  color: #FFFFFF;
  border-radius: 50%;
  font-size: 2em;
  line-height: 33px;
}
.counter .number {
  font-family: 'Barlow Bold', Arial, sans-serif;
  position: absolute;
  right: -19px;
  bottom: -10px;
  background-color: #00A3E0;
  border: 4px solid #FFFFFF;
  border-radius: 50%;
  padding: 2px;
  font-size: 10px;
  width: 30px;
  height: 30px;
  line-height: 20px;
  color: #FFFFFF;
  text-align: center;
  transition: all 0.3s ease-out;
}
/*vAlign bottom*/
.valingBottom {
  position: relative;
}
.valingBottom .valignTarget {
  position: absolute;
  bottom: -2px;
  left: 155px;
  line-height: 1;
}
/*customButtons*/
.btn.downloadButton.downloadButtoMerkzettel,
.btn.downloadButton.downloadButtonDownload {
  position: relative;
  padding-left: 3em;
  color: #FFFFFF;
  min-width: 75%;
  text-align: left;
  background-color: #c5c6c6;
  font-family: 'Barlow Bold', Arial, sans-serif;
  transition: all 300ms ease-out;
  border: 2px solid #FFFFFF;
  cursor: default;
}
.btn.downloadButton.downloadButtoMerkzettel.active,
.btn.downloadButton.downloadButtonDownload.active {
  background-color: #A4C8E1;
  border-color: #A4C8E1;
  box-shadow: none;
  cursor: pointer;
}
.btn.ausschreibungTxtDownload {
  position: relative;
  padding-left: 2.5em;
}
.btn.ausschreibungTxtDownload:before {
  content: "\e607";
  font-family: "ridileuchten";
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 26px;
  height: 26px;
  color: #FFF;
  font-size: 1.4em;
  line-height: 20px;
  text-align: left;
  display: block;
}
.marginalBox .btn.downloadButton.downloadButtonDownload:before {
  content: "\e607";
  font-family: "ridileuchten";
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 26px;
  height: 26px;
  color: #FFF;
  font-size: 1.4em;
  line-height: 20px;
  text-align: left;
  display: block;
}
.marginalBox .btn.downloadButton.downloadButtoMerkzettel .merkZettel {
  position: absolute;
  height: 30px;
  width: 30px;
  background-color: transparent;
  left: 5px;
  top: 2px;
}
.marginalBox .btn.downloadButton.downloadButtoMerkzettel .merkZettel:after {
  font-size: 1.2em;
  line-height: 26px;
}
.marginalBox .btn.downloadButton.downloadButtoMerkzettel .merkZettel .plus {
  right: -9px;
  bottom: -9px;
  width: 18px;
  height: 18px;
  line-height: 10px;
  background: #c5c6c6;
}
.marginalBox .btn.downloadButton.downloadButtoMerkzettel .merkZettel .plus:after {
  font-size: 0.8em;
}
.marginalBox .btn.downloadButton.downloadButtoMerkzettel.active .merkZettel .plus {
  background: #A4C8E1;
}
.marginalBox .btn.moreButton {
  position: relative;
  padding-left: 3em;
  color: #FFF;
  min-width: 75%;
  text-align: left;
  background-color: #c5c6c6;
  font-family: 'Barlow Bold', Arial, sans-serif;
  transition: all 0.3s ease-out;
  border-color: #c5c6c6;
  cursor: pointer;
}
.marginalBox .btn.moreButton:hover {
  background-color: #A4C8E1;
}
.marginalBox .btn.moreButton:before {
  height: 28px;
  width: 28px;
  line-height: 24px;
  font-size: 1.2em;
  font-family: FontAwesome;
  text-align: center;
  content: "\f104";
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  margin-right: 0.5em;
  transform: rotate(180deg);
  position: absolute;
  left: 5px;
  top: 5px;
}
.d-none {
  display: none !important;
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
}
header#headerDesktop {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.35);
}
header #header {
  height: 90px;
  padding-top: 0.5em;
}
header #header #logo {
  padding-top: 2.5rem;
}
header #header #logo img {
  width: 100%;
  max-width: 130px;
}
header #header .brand {
  color: #c5c6c6;
  float: left;
  font-size: 0.75em;
  line-height: 2.3em;
}
header #header .headerRight {
  float: right;
}
header #header .headerRight a {
  color: #c5c6c6;
}
header #header .headerRight .headerLinks {
  float: left;
  margin-right: 1em;
}
header #header .headerRight .headerLinks a {
  font-size: 0.75em;
  text-transform: uppercase;
  margin-right: 1em;
  letter-spacing: 1.5px;
  transition: color 300ms ease-out;
}
header #header .headerRight .headerLinks a:hover {
  color: #000000;
}
header #header .headerRight .headerIcons {
  float: left;
}
header #header .headerRight .headerIcon {
  background-color: #0c2340;
  border-radius: 50%;
  text-align: center;
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  line-height: 30px;
  color: #FFFFFF;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 0.4em;
  transition: all 300ms ease-out;
  position: relative;
  font-size: 14px;
}
header #header .headerRight .headerIcon:hover {
  background-color: #00A3E0;
}
header #header .headerRight .headerIcon.disabled {
  opacity: 0.5;
  cursor: default;
}
header #header .headerRight .headerIcon.disabled .number {
  display: none;
}
header #header .headerRight .headerIcon.active {
  background-color: #000000;
  position: relative;
}
header #header .headerRight .headerIcon.merkzettelDesktop:before,
header #header .headerRight .headerIcon.merkzettel:before {
  font-family: ridileuchten;
  content: "\e60e";
  font-size: 1.35em;
  line-height: 31px;
  color: #FFFFFF;
}
header #header .headerRight .headerIcon.merkzettelDesktop {
  position: relative;
}
header #header .headerRight .headerIcon.merkzettelDesktop .number {
  position: absolute;
  right: -10px;
  bottom: -13px;
  background-color: #000000;
  border: 2px solid #ffffff;
  border-radius: 50%;
  font-size: 1em;
  width: 25px;
  height: 25px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
}
header #header .headerRight .headerIcon.headerSuche:before {
  font-family: ridileuchten;
  content: "\e60d";
  font-size: 1.3em;
  line-height: 31px;
  color: #FFFFFF;
}
header #header #mainNavWrapper .mainNavGap {
  margin-bottom: 1em;
}
header #header #mainNavWrapper .mainNavGapBottom {
  padding-bottom: 15px;
}
header #header #mainNavWrapper #mainNav {
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: right;
}
header #header #mainNavWrapper #mainNav li {
  float: left;
  margin-right: 1.3em;
  text-transform: uppercase;
}
header #header #mainNavWrapper #mainNav li:last-child {
  margin-right: 0;
}
header #header #mainNavWrapper #mainNav li a {
  font-size: 0.875em;
  color: #0c2340;
  transition: all  500ms ease;
  letter-spacing: 1px;
  position: relative;
  font-family: "Barlow Bold";
}
header #header #mainNavWrapper #mainNav li a:after {
  bottom: -28px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #00A3E0;
  border-width: 10px;
  margin-left: -10px;
  opacity: 0;
  visibility: hidden;
}
header #header #mainNavWrapper #mainNav li a.active {
  color: #00A3E0;
}
header #header #mainNavWrapper #mainNav li a.active:after {
  opacity: 1;
  visibility: visible;
  transition: opacity 750ms ease-out, visibility 0s linear 0s;
  transition-delay: 500ms;
}
header #header #mainNavWrapper #mainNav li a:hover {
  color: #00A3E0;
  text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header #header #mainNavWrapper #mainNav li a {
    letter-spacing: 0;
  }
  header #header #mainNavWrapper #mainNav li {
    margin-right: 0.8em;
  }
}
/*
* MainNavigation Inhalt
*/
#mainNavContent {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
  padding: 0;
}
#mainNavContent #navContentWrapper {
  list-style-type: none;
  padding: 0;
}
#mainNavContent #navContentWrapper li.navContentWrapper {
  transition: transform 500ms ease-in-out;
  -webkit-transition: transform 500ms ease-in-out;
  -o-transition: transform 500ms ease-in-out;
  -moz-transition: transform 500ms ease-in-out;
  transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  -o-transform: translateY(-200%);
  background-color: #FFFFFF;
  position: absolute;
  top: 105px;
  left: 0px;
  right: 0px;
  padding: 0.313em 0.738em 0 0.738em;
  box-shadow: 0 24px 30px 6px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 24px 30px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 24px 30px 6px rgba(0, 0, 0, 0.25);
}
#mainNavContent #navContentWrapper li.navContentWrapper.active {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
}
#mainNavContent #navContentWrapper li.navContentWrapper:before {
  content: "";
  width: 100%;
  height: 1px;
  margin-top: -5px;
  margin-left: -30px;
  display: block;
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0px 0px 8px 6px rgba(255, 255, 255, 0.85);
  -moz-box-shadow: 0px 0px 8px 6px rgba(255, 255, 255, 0.85);
  box-shadow: 0px 0px 8px 6px rgba(255, 255, 255, 0.85);
}
#mainNavContent #navContentWrapper li.navContentWrapper .navContentWrapperFooter {
  font-size: 1.125em;
}
#mainNavContent #navContentWrapper li.navContentWrapper .navContentWrapperFooter a {
  color: #000000;
  transition: color 300ms ease-out;
  text-decoration: none !important;
}
#mainNavContent #navContentWrapper li.navContentWrapper .navContentWrapperFooter a:hover {
  color: #00A3E0;
}
#mainNavContent #navContentWrapper li.navContentWrapper .subNav .subNavWrapper {
  border-left: 2px solid #FFFFFF;
  padding: 2em 0 1em 0;
}
#mainNavContent #navContentWrapper li.navContentWrapper .subNav .subNavWrapper:last-child {
  border-right: 2px solid #FFFFFF;
}
#mainNavContent #navContentWrapper li.navContentWrapper .subNav .subNavWrapper ul {
  list-style-type: none;
  padding-left: 1.25em;
}
#mainNavContent #navContentWrapper li.navContentWrapper .subNav .subNavWrapper ul li {
  margin-bottom: 0.5em;
}
#mainNavContent #navContentWrapper li.navContentWrapper .subNav .subNavWrapper ul li a {
  color: #000000;
  transition: color 300ms ease-out;
}
#mainNavContent #navContentWrapper li.navContentWrapper .subNav .subNavWrapper ul li a:hover {
  color: #00A3E0;
  text-decoration: none;
}
#mainNavContent #navContentWrapper li.navContentWrapper .mainNavIconBox {
  text-align: center;
  min-height: 7.813em /*125px*/;
  max-height: 7.813em;
  color: #FFFFFF;
}
#mainNavContent #navContentWrapper li.navContentWrapper .mainNavIconBox i {
  font-size: 6em;
  line-height: 125px;
}
#mainNavContent #navContentWrapper li.navContentWrapper .mainNavIconBox i.bigIcon {
  font-size: 10em;
}
#mainNavContent #navContentWrapper li.navContentWrapper .mainNavIconBox img {
  max-height: 140px;
}
#mainNavContent #navContentWrapper li.navContentWrapper .subNavFooter {
  min-height: 0.75em;
  margin-top: 1.5em;
}
/*
* Visual
*/
#visual {
  margin-top: 90px;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  #visual .owl-dots {
    position: absolute;
    right: 0;
    bottom: -13px;
  }
}
#visual .owl-carouselBig .slide.skeleton {
  background: linear-gradient(to right, #eee 0%, #ddd 50%, #eee 100%);
  background-size: 200% 100%;
  animation: loading 2s infinite ease-in-out;
  min-height: 810px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: transparent;
  transform: translate3d(0, 0, 0);
  will-change: background-position;
}
@media (max-width: 768px) {
  #visual .owl-carouselBig .slide.skeleton {
    min-height: 238px;
  }
}
#visual .owl-carouselBig .slide.skeleton .container {
  display: none;
}
#visual .owl-carouselBig .slide.skeleton .visualButton,
#visual .owl-carouselBig .slide.skeleton .slideInfo {
  display: none;
}
@keyframes loading {
  0% {
    background-position: -100% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
@media (max-width: 992px) {
  #visual {
    margin-top: 0px;
  }
}
#visual.static {
  height: 803px;
  overflow: hidden;
  margin-bottom: 0;
  background-size: cover;
}
#visual .slide {
  height: 100%;
  position: relative;
}
#visual .slide .container .visualBoxWrapper {
  position: relative;
}
#visual .slide .container .visualBoxWrapper .visualBox {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2.5rem 0;
}
@media (max-width: 768px) {
  #visual .slide .container .visualBoxWrapper .visualBox {
    margin-bottom: 0;
    background: transparent;
    max-width: none;
    padding: 2rem 1rem;
  }
}
#visual .slide .container .visualBoxWrapper .visualBox .headlineInfoWrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
  gap: 25px;
}
@media (max-width: 992px) {
  #visual .slide .container .visualBoxWrapper .visualBox .headlineInfoWrapper {
    margin-bottom: 2rem;
    gap: 15px;
  }
}
#visual .slide .container .visualBoxWrapper .visualBox .headlineInfoWrapper .visualHeadline {
  font-family: 'Barlow Light', Arial, sans-serif;
  font-size: 1.8em;
  color: #0c2340;
  font-weight: 600;
  line-height: 1.25em;
  position: relative;
  z-index: 100;
}
@media (max-width: 992px) {
  #visual .slide .container .visualBoxWrapper .visualBox .headlineInfoWrapper .visualHeadline {
    hyphens: auto;
  }
}
#visual .slide .container .visualBoxWrapper .visualBox .headlineInfoWrapper .slideInfo {
  position: relative;
  z-index: 40;
  transition: all 1250ms ease;
}
#visual .slide .container .visualBoxWrapper .visualBox .headlineInfoWrapper .slideInfo .info {
  cursor: pointer;
}
#visual .slide .container .visualBoxWrapper .visualBox .headlineInfoWrapper .slideInfo .info:before {
  content: "i";
  height: 32px;
  width: 32px;
  line-height: 30px;
  font-size: 1.4em;
  background-color: #0c2340;
  color: #FFFFFF;
  text-align: center;
  border-radius: 50%;
  display: block;
  transition: all 300ms ease-out;
}
#visual .slide .container .visualBoxWrapper .visualBox .headlineInfoWrapper .slideInfo .info:hover:before {
  background-color: #00A3E0;
}
#visual .slide .container .visualBoxWrapper .visualBox .headlineInfoWrapper .slideInfo .infoContent {
  display: none;
  background-color: #FFFFFF;
  border: 1px solid #00A3E0;
  padding: 0.5em;
  margin-bottom: 42px;
  position: relative;
}
#visual .slide .container .visualBoxWrapper .visualBox .headlineInfoWrapper .slideInfo .infoContent:after,
#visual .slide .container .visualBoxWrapper .visualBox .headlineInfoWrapper .slideInfo .infoContent:before {
  top: 100%;
  left: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#visual .slide .container .visualBoxWrapper .visualBox .headlineInfoWrapper .slideInfo .infoContent:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #FFFFFF;
  border-width: 7px;
  margin-left: -7px;
}
#visual .slide .container .visualBoxWrapper .visualBox .headlineInfoWrapper .slideInfo .infoContent:before {
  border-color: rgba(255, 42, 198, 0);
  border-top-color: #00A3E0;
  border-width: 8px;
  margin-left: -8px;
}
#visual .slide .container .visualBoxWrapper .visualBox .buttonInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#visual .slide .container .visualBoxWrapper .visualBox .buttonInfo .visualButton {
  position: relative;
  z-index: 100;
  background-color: #0c2340;
  border: 2px solid #0c2340;
  display: inline-block;
  margin-right: 0.75em;
  transition: background-color 300ms;
}
#visual .slide .container .visualBoxWrapper .visualBox .buttonInfo .visualButton:hover {
  background-color: #00A3E0;
  border-color: #00A3E0;
}
#visual .slide .container .visualBoxWrapper .visualBox .buttonInfo .visualButton a {
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 0.3em 0.8em 0.3em 0.5em;
  display: block;
  transition: color 300ms;
}
#visual .visualBlockWrapper {
  position: relative;
  height: 803px;
}
#visual .visualBlockWrapper .visualBlock {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 33%;
  width: 33%;
  background-color: #0c2340;
  padding: 1em;
}
#visual .visualBlockWrapper .visualBlock span {
  line-height: 35px;
  color: #FFFFFF;
  font-size: 2.524em;
}
#visualMobileTitle {
  background-color: #0c2340;
  padding: 2em 0;
}
#visualMobileTitle span {
  line-height: 35px;
  color: #FFFFFF;
  font-size: 2.524em;
}
/*mobile anpassung Visual static*/
@media (min-width: 992px) and (max-width: 1199px) {
  #visual.static {
    height: 557px;
  }
  #visual.static .visualBlockWrapper {
    height: 557px;
  }
}
/*mobile anpassung Visual static*/
@media (max-width: 991px) {
  #visual.static {
    height: 395px;
  }
  #visual.static .visualBlockWrapper {
    height: 395px;
  }
}
/*mobile anpassung Visual static*/
@media (max-width: 768px) {
  #visual.static {
    height: 310px;
  }
  #visual.static .visualBlockWrapper {
    height: 310px;
  }
}
/*mobile anpassung Visual static*/
@media (max-width: 480px) {
  #visual.static {
    height: 180px;
  }
  #visual.static .visualBlockWrapper {
    height: 180px;
  }
}
/*Suche*/
.nav-tabs li {
  font-size: 0.81em;
}
/*Sprachnavigation*/
ul.languageNav {
  padding: 0;
  margin: 1.5em 0 0 0;
  list-style-type: none;
}
ul.languageNav li {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 2.2em;
  margin-bottom: 0.375em;
}
ul.languageNav li.languageL10N {
  padding-left: 0;
}
ul.languageNav li.grouplink {
  margin-top: 20px;
}
ul.languageNav li a {
  color: #333333;
}
ul.languageNav li.listDivider {
  height: 1em;
  display: block;
}
/*Mobile Header*/
#headerMobile {
  padding-top: 2em;
  padding-bottom: 0.5em;
}
#headerMobile #mobileLogo img {
  max-width: 120px;
}
#headerMobile .headerIcon {
  background-color: #0c2340;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #FFFFFF;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 0.3em;
  transition: all 300ms ease-out;
  position: relative;
  font-size: 1.5em;
  vertical-align: top;
}
#headerMobile .headerIcon .number {
  position: absolute;
  right: -12px;
  bottom: -17px;
  background-color: #000000;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 29px;
  color: #ffffff;
  text-align: center;
  font-size: 0.7em;
}
#headerMobile .headerIcon:last-child {
  margin-right: 0;
}
#headerMobile .headerIcon.disabled {
  opacity: 0.5;
  cursor: default;
}
#headerMobile .headerIcon.disabled .number {
  display: none;
}
#headerMobile .headerIcon.active {
  background-color: #000000;
  position: relative;
}
#headerMobile .headerIcon.active:after {
  bottom: -8px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000000;
  border-width: 8px;
  margin-left: -8px;
}
#headerMobile .headerIcon.merkzettel:before {
  font-family: ridileuchten;
  content: "\e60e";
  font-size: 1.35em;
  line-height: 50px;
  color: #FFFFFF;
}
#headerMobile .headerIcon.headerSuche:before {
  font-family: ridileuchten;
  content: "\e60d";
  font-size: 1.3em;
  line-height: 50px;
  color: #FFFFFF;
}
#headerMobile .headerIcon.mobileNavIcon:before {
  font-family: FontAwesome;
  content: "\f0c9";
  font-size: 1.3em;
  line-height: 50px;
  color: #FFFFFF;
}
.mobileNavContentRow {
  display: none;
}
.mobileNavContentRow ul {
  padding: 0;
  margin: 0;
}
.mobileNavContentRow ul li {
  background-color: #eaeff2;
  border-bottom: 1px solid #FFFFFF;
  width: 100%;
  position: relative;
  transition: all 300ms ease-out;
  cursor: pointer;
}
.mobileNavContentRow ul li span {
  padding: 0.6em 0.5em;
  display: block;
}
.mobileNavContentRow ul li.active {
  background-color: #0c2340;
}
.mobileNavContentRow ul li.active > span {
  color: #FFFFFF;
}
.mobileNavContentRow ul li.active:after {
  top: 38px;
  left: 3.5em;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 188, 255, 0);
  border-top-color: #00bcff;
  border-width: 10px;
  margin-left: -10px;
}
.mobileNavContentRow ul li a {
  font-family: "Barlow Bold";
  color: #333333;
  display: block;
  padding: 0.5em 0.6em;
}
.mobileNavContentRow ul li ul {
  display: none;
}
.mobileNavContentRow ul li ul li {
  padding: 0;
}
.mobileNavContentRow ul li ul li a {
  font-weight: normal;
  padding-left: 3.5em;
}
.mobileNavContentRow ul .mobileNavDirektLink.active {
  background-color: #eaeff2;
}
.mobileNavContentRow ul .mobileNavDirektLink.active > span {
  color: #0c2340;
}
.mobileNavContentRow ul .mobileNavDirektLink.active:after {
  content: none;
}
.mobileNavContentRow ul .mobileNavDirektLink a {
  font-family: unset;
  padding-bottom: 56px;
}
.mobileNavContentRow ul.light li {
  background-color: #fbfbfb;
}
.owl-carouselBig .owl-controls {
  text-align: left;
}
/*Anpassung f�r mobile View*/
@media (max-width: 768px) {
  #visual .owl-item {
    padding-bottom: 35px;
  }
  /*visual*/
  #visual .slide .container {
    position: relative;
  }
  #visual .slide .container .visualHeadline {
    font-size: 2em;
  }
  .owl-carouselBig .owl-controls {
    position: absolute;
    left: 4px;
    bottom: 0;
  }
}
/*Flags*/
li.language {
  position: relative;
  padding-left: 2.2em;
}
li.language:before {
  content: "";
  height: 25px;
  width: 25px;
  background-image: url("/_assets/b707b6653e61fc0a35e917b2283851c9/Images/ridi-leuchten_misc/spritesheet.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0.75em;
  top: 0.5em;
}
li.language.de:before {
  background-position: -27px -27px;
}
li.language.fr:before {
  background-position: -27px -53px;
}
li.language.pl:before {
  background-position: -105px -27px;
}
li.language.ch:before {
  background-position: -79px -1px;
}
li.language.at:before {
  background-position: -27px -1px;
}
li.language.gb:before {
  background-position: -53px -53px;
}
li.language.it:before {
  background-position: -105px -106px;
}
.languageNav .language:before {
  left: 0px;
  top: 0px;
}
li.spacer {
  padding: 0.5em 0.6em 0.5em 2.8em;
  background-color: #FFFFFF;
  border-top: 2px solid #eaeff2;
  font-family: "Barlow Bold";
}
#breadcrumb {
  background-color: #FFFFFF;
}
#breadcrumb .divider {
  height: 3em;
}
#breadcrumb.noVisual {
  padding-top: 120px;
}
#breadcrumb.noVisual .divider {
  display: none;
}
.breadcrumbList {
  list-style-type: none;
  margin: -2px 0 0 0;
  padding: 0;
}
.breadcrumbList li {
  display: inline-block;
  font-size: 0.8em;
}
.breadcrumbList li a {
  color: #c5c6c6;
  transition: all 300ms ease-out;
}
.breadcrumbList li a:hover {
  color: #000000;
  text-decoration: none;
}
.breadcrumbList li a:after {
  font-family: "FontAwesome";
  content: "\f105";
  padding: 0 4px;
}
.breadcrumbList li.last {
  color: #00A3E0;
}
.breadcrumbList li.last:after {
  content: none;
}
#content {
  min-height: 40vh;
  background-color: #FFFFFF;
  padding-bottom: 5em;
}
#lichtbrechungDetail {
  padding: 0;
}
#lichtbrechung {
  padding: 0;
}
.lichtbrechung {
  padding: 0;
}
.lichtbrechung #content {
  padding-bottom: 0 !important;
}
.lichtbrechung .text-uppercase {
  text-transform: uppercase;
}
.lichtbrechung .btn {
  min-width: 300px;
}
.lichtbrechung .header-text {
  margin: 0 0 15px 0 !important;
}
.lichtbrechung .images {
  padding-left: 4px;
  display: flex;
  flex-flow: wrap;
}
.lichtbrechung .images .image-box {
  cursor: pointer;
  width: 350px;
  padding: 0;
  margin-right: 24px;
  margin-bottom: 17px;
}
.lichtbrechung .images .image-box .licht_pic {
  width: 350px;
  height: auto;
}
@media (max-width: 992px) {
  .lichtbrechung .images .image-box {
    margin-left: 3px;
    margin-right: 3px;
  }
}
.lichtbrechung .form-box {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 40px;
}
.lichtbrechung .form-box .mb-40 {
  margin-bottom: 40px;
}
.lichtbrechung .form-box .mt-30 {
  margin-top: 30px;
}
.lichtbrechung .form-box .inputs {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.lichtbrechung .form-box input[type=number],
.lichtbrechung .form-box select {
  padding: 6px 12px;
  background-color: #eaeff2;
  border: none;
}
@media (min-width: 1200px) {
  .lichtbrechung .form-box .btn,
  .lichtbrechung .form-box select,
  .lichtbrechung .form-box input {
    width: 350px;
  }
}
.lichtbrechung .form-box .btn,
.lichtbrechung .form-box select,
.lichtbrechung .form-box input {
  height: 60px;
  text-align: center;
}
.lichtbrechung .form-box a {
  padding: 18px 12px;
}
.lichtbrechung .form-box select {
  display: block !important;
}
.lichtbrechung .form-box .selectboxit-container {
  display: none;
}
.lichtbrechung .form-box .responsedata {
  margin: 40px 0;
  border: 2px solid #00A3E0 !important;
  width: 350px;
  padding: 18px;
  position: relative;
  transition: height 0.5s ease-out, opacity 0.3s ease-in;
}
.lichtbrechung .form-box .responsedata.show {
  padding-top: 40px;
}
.lichtbrechung .form-box .responsedata.show .bold,
.lichtbrechung .form-box .responsedata.show a {
  display: block !important;
}
.lichtbrechung .form-box .responsedata.show.ill .text-result:nth-child(odd) {
  background-color: aliceblue ;
}
.lichtbrechung .form-box .responsedata.show.qty .text-result:nth-child(even) {
  background-color: aliceblue ;
}
.lichtbrechung .form-box .responsedata .key_result {
  width: 56% !important;
  display: inline-block;
}
.lichtbrechung .form-box .responsedata p {
  margin: 0;
  padding: 7px;
}
.lichtbrechung .form-box .responsedata .bold,
.lichtbrechung .form-box .responsedata a {
  display: none;
}
.lichtbrechung .form-box .responsedata .result_items {
  margin-right: 5px;
}
.lichtbrechung .form-box .responsedata #lichtbrechung_pdf_download {
  min-width: 50%;
  width: 50%;
  margin-top: 30px;
}
.lichtbrechung .form-box .responsedata .result-label {
  font-size: 20px;
  background: #fff;
  padding: 2px 9px;
  position: absolute;
  top: -15px;
  left: 9px;
}
.lichtbrechung .form-box .responsedata .number_of_lights span:nth-child(2) {
  margin-left: 3px;
}
.lichtbrechung .img-details p {
  font-weight: 600;
  margin: 0 !important;
}
/*
* Sprechblase
*/
.speechBubble {
  position: fixed;
  right: 3em;
  top: 120px;
  z-index: 1009;
  cursor: pointer;
}
.speechBubble:before {
  font-family: "ridileuchten";
  content: "\e627";
  color: #00A3E0;
  font-size: 3.5em;
  transition: color 300ms ease-out;
}
.speechBubble:hover:before {
  color: #0c2340;
}
.speechBubble:after {
  font-family: "ridileuchten";
  content: "\e624";
  color: #ffffff;
  position: absolute;
  line-height: 30px;
  top: 27px;
  left: 50%;
  margin-left: -0.45em;
  font-size: 3.4em;
}
.cePersonBox {
  padding: 0;
}
#speechBubbleContent {
  background-color: #FFFFFF;
}
#speechBubbleContent .speechBubbleHeader {
  padding: 0em 0em 1em 0em;
}
#speechBubbleContent .speechBubbleForm {
  background-color: #eaeff2;
  padding: 2em 2em;
}
#speechBubbleContent .speechBubbleForm .speechBubbleRow {
  margin-bottom: 0.476em;
}
#speechBubbleContent .speechBubbleForm .speechBubbleRow label {
  min-width: 100px;
  margin-right: 1em;
}
#speechBubbleContent .speechBubbleForm .speechBubbleRow span.selectboxit-container {
  width: 50%;
}
#speechBubbleContent .speechBubbleForm .speechBubbleRow input[type="text"] {
  background-color: #FFFFFF;
}
#speechBubbleContent .speechBubbleForm .speechBubbleRow .error-message {
  display: none;
  color: red;
  font-size: 12px;
  margin-top: 5px;
}
#speechBubbleContent .speechBubbleFooter {
  padding: 1em 0em 3em 0em;
}
#speechBubbleContent .speechBubbleFooter .offices {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #f1f1f1;
}
/* Merkzettel */
.text-center #downloadDocuments.noDownload {
  background: #999999;
  cursor: not-allowed;
  border: #999999;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  #speechBubbleContent .speechBubbleForm .speechBubbleRow label {
    display: block;
  }
}
/*textBildDreispaltig*/
.textBildDreispaltigContentCol h3 {
  margin-bottom: 1em;
}
.switchHeadlines .textBildDreispaltigContentCol h3 {
  margin-bottom: 0.8em;
  margin-top: 0.8em;
}
/*
* InfoBoxen
*/
.infoBox {
  overflow: hidden;
  position: relative;
  min-height: 171px;
  width: 100%;
  height: 100%;
  background-size: 105% 105%;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0.5em;
  transition: background 0.75s ease;
  -webkit-transition: background 0.75s ease-out;
  -o-transition: background 0.75s ease-out;
  -moz-transition: background 0.75s ease-out;
}
.infoBox.hover,
.infoBox:hover {
  background-size: 108% 108%;
}
@media (min-width: 1200px) {
  .infoBox {
    min-height: 207px;
    max-height: 207px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .infoBox {
    min-height: 173px;
    max-height: 173px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .infoBox {
    min-height: 300px;
    max-height: 300px;
  }
}
.infoBox.portrait {
  min-height: 350px;
  background-size: 105% 105%;
}
@media (min-width: 1200px) {
  .infoBox.portrait {
    min-height: 424px;
    max-height: 424px;
  }
  .infoBox.portrait .videoWrapper {
    padding-bottom: 424px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .infoBox.portrait {
    min-height: 356px;
    max-height: 356px;
  }
  .infoBox.portrait .videoWrapper {
    padding-bottom: 356px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .infoBox.portrait {
    min-height: 300px;
    max-height: 300px;
  }
  .infoBox.portrait .videoWrapper {
    padding-bottom: 300px;
  }
}
.infoBox.portrait.youtubeVideo {
  padding: 0;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .infoBox.portrait.youtubeVideo {
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 9;
  }
}
.infoBox.portrait.youtubeVideo:after {
  font-family: "FontAwesome";
  content: "\f04b";
  font-size: 1.8em;
  color: #FFFFFF;
  background-color: #00A3E0;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  text-align: center;
  height: 62px;
  width: 62px;
  line-height: 58px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -31px 0 0 -31px;
  opacity: 0.95;
  padding-left: 0.2em;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
}
.infoBox.portrait.youtubeVideo.videoActive {
  background-image: none;
}
.infoBox.portrait.youtubeVideo.videoActive:after {
  opacity: 0;
  visibility: hidden;
}
.infoBox.portrait.youtubeVideo.hover,
.infoBox.portrait.youtubeVideo:hover {
  background-size: 105% 105%;
}
.infoBox.portrait.youtubeVideo.hover:after,
.infoBox.portrait.youtubeVideo:hover:after {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
}
.infoBox.portrait.hover,
.infoBox.portrait:hover {
  background-size: 108% 108%;
}
.infoBox p {
  font-size: 2.5em;
  line-height: 1.1em;
}
.infoBox p.bigFont {
  font-size: 3.1em;
  line-height: 1.1em;
}
.infoBox p.smallFont {
  font-size: 0.8em;
}
.infoBox a {
  color: #FFFFFF;
  font-size: 1.563em;
  display: block;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 50;
}
.infoBox a span {
  position: absolute;
  z-index: 30;
}
.infoBox a span.bottom {
  bottom: 10px;
  left: 20px;
}
.infoBox a span.bottom.right {
  left: auto;
  right: 20px;
}
.infoBox a span.bottom.referenceBlack {
  color: #000000;
}
.infoBox a span.bottom:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 6px;
}
.infoBox a span.top {
  top: 10px;
  left: 20px;
}
.infoBox a span.iconLink {
  height: 32px;
  width: 32px;
  line-height: 32px;
  background-color: #FFFFFF;
  text-align: center;
  border-radius: 50%;
  display: block;
}
.infoBox a span.iconLink:after {
  font-family: "FontAwesome";
  content: "\f105";
  color: black;
  margin-left: 2px;
  transition: color 300ms ease-out;
}
.infoBox a.big:after {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 2.5em;
  position: absolute;
  right: 10px;
  bottom: 0px;
  line-height: 1em;
}
.infoBox.flipAction:hover.flipActionBlue:after {
  background-color: #A4C8E1;
}
.infoBox.flipAction:hover.flipActionLightBlue:after {
  background-color: #007ead;
}
.mainNavIconBox.background,
.infoBox.background {
  transition: all 300ms ease-out;
}
.mainNavIconBox.background.hover.backgroundBlue,
.infoBox.background.hover.backgroundBlue,
.mainNavIconBox.background:hover.backgroundBlue,
.infoBox.background:hover.backgroundBlue {
  background-color: #A4C8E1;
}
.mainNavIconBox.background.hover.backgroundBlue .iconLink:after,
.infoBox.background.hover.backgroundBlue .iconLink:after,
.mainNavIconBox.background:hover.backgroundBlue .iconLink:after,
.infoBox.background:hover.backgroundBlue .iconLink:after {
  color: #A4C8E1;
}
.mainNavIconBox.background.hover.backgroundGrey,
.infoBox.background.hover.backgroundGrey,
.mainNavIconBox.background:hover.backgroundGrey,
.infoBox.background:hover.backgroundGrey {
  background-color: #808080;
}
.mainNavIconBox.background.hover.backgroundGrey .iconLink:after,
.infoBox.background.hover.backgroundGrey .iconLink:after,
.mainNavIconBox.background:hover.backgroundGrey .iconLink:after,
.infoBox.background:hover.backgroundGrey .iconLink:after {
  color: #808080;
}
.mainNavIconBox.background.hover.backgroundLightGrey,
.infoBox.background.hover.backgroundLightGrey,
.mainNavIconBox.background:hover.backgroundLightGrey,
.infoBox.background:hover.backgroundLightGrey {
  background-color: #abadad;
}
.mainNavIconBox.background.hover.backgroundLightGrey .iconLink:after,
.infoBox.background.hover.backgroundLightGrey .iconLink:after,
.mainNavIconBox.background:hover.backgroundLightGrey .iconLink:after,
.infoBox.background:hover.backgroundLightGrey .iconLink:after {
  color: #abadad;
}
.mainNavIconBox.background.hover.backgroundNavGrey,
.infoBox.background.hover.backgroundNavGrey,
.mainNavIconBox.background:hover.backgroundNavGrey,
.infoBox.background:hover.backgroundNavGrey {
  background-color: #cbd7df;
}
.mainNavIconBox.background.hover.backgroundNavGrey .iconLink:after,
.infoBox.background.hover.backgroundNavGrey .iconLink:after,
.mainNavIconBox.background:hover.backgroundNavGrey .iconLink:after,
.infoBox.background:hover.backgroundNavGrey .iconLink:after {
  color: #cbd7df;
}
.mainNavIconBox.background.hover.backgroundLightBlue,
.infoBox.background.hover.backgroundLightBlue,
.mainNavIconBox.background:hover.backgroundLightBlue,
.infoBox.background:hover.backgroundLightBlue {
  background-color: #A4C8E1;
}
.mainNavIconBox.background.hover.backgroundLightBlue .iconLink:after,
.infoBox.background.hover.backgroundLightBlue .iconLink:after,
.mainNavIconBox.background:hover.backgroundLightBlue .iconLink:after,
.infoBox.background:hover.backgroundLightBlue .iconLink:after {
  color: #007ead;
}
.mainNavIconBox.background.hover.flipActionBlue:after,
.infoBox.background.hover.flipActionBlue:after,
.mainNavIconBox.background:hover.flipActionBlue:after,
.infoBox.background:hover.flipActionBlue:after {
  background-color: #A4C8E1;
}
.mainNavIconBox.background.hover.flipActionBlue:after .iconLink:after,
.infoBox.background.hover.flipActionBlue:after .iconLink:after,
.mainNavIconBox.background:hover.flipActionBlue:after .iconLink:after,
.infoBox.background:hover.flipActionBlue:after .iconLink:after {
  color: #040c15;
}
.mainNavIconBox.background.hover.flipActionLightBlue:after,
.infoBox.background.hover.flipActionLightBlue:after,
.mainNavIconBox.background:hover.flipActionLightBlue:after,
.infoBox.background:hover.flipActionLightBlue:after {
  background-color: #A4C8E1;
}
.mainNavIconBox.background.hover.flipActionLightBlue:after .iconLink:after,
.infoBox.background.hover.flipActionLightBlue:after .iconLink:after,
.mainNavIconBox.background:hover.flipActionLightBlue:after .iconLink:after,
.infoBox.background:hover.flipActionLightBlue:after .iconLink:after {
  color: #007ead;
}
/*Mobile anpassung Infobox*/
@media (max-width: 991px) {
  .infoBoxStatic .gapBottom {
    margin-bottom: 0;
  }
  .infoBoxStatic .infoBox {
    background-image: none !important;
    background-color: #0c2340;
    min-height: 60px;
    max-height: 60px;
    margin-bottom: 0.5em;
  }
  .infoBoxStatic .infoBox a,
  .infoBoxStatic .infoBox span {
    position: relative;
  }
  .infoBoxStatic .infoBox a.bottom,
  .infoBoxStatic .infoBox span.bottom {
    bottom: auto;
    left: auto;
  }
  .infoBoxVideo .infoBoxContent {
    min-height: 165px;
    max-height: 165px;
  }
  .infoBoxVideo p {
    font-size: 1.45em;
    margin: 0;
  }
  .infoBoxVideo p:first-child {
    margin-top: 1em;
  }
  .infoBoxAnimated .gapBottom {
    margin-bottom: 0;
  }
  .infoBoxAnimated .infoBox {
    min-height: 225px;
    max-height: 225px;
    margin-bottom: 0.5em;
    background-size: cover;
  }
  .infoBoxAnimated .infoBox:hover,
  .infoBoxAnimated .infoBox.portrait:hover {
    background-size: cover;
  }
  .infoBoxAnimated .infoBox p {
    font-size: 1.45em;
  }
  .infoBoxAnimated .infoBox p:first-child {
    margin-top: 1em;
  }
  .infoBoxAnimated .infoBox:after {
    display: none;
  }
  .infoBoxAnimated .infoBox.portrait {
    min-height: 225px;
    max-height: 225px;
  }
  .infoBoxAnimated .infoBoxText {
    padding: 2em 0.75em 0.75em 0.75em;
  }
  .infoBoxAnimated .infoBoxText p {
    margin: 0;
  }
}
/*ContentElemente*/
.contentElement {
  padding-top: 2em;
}
.contentElement .col-md-12 h1,
.contentElement .col-md-12 h2,
.contentElement .col-md-12 h3 {
  margin-top: 0;
}
.contentElement.noMargin {
  padding-top: 10px;
}
@media (max-width: 991px) {
  .contentElement.noMargin {
    padding-top: 0;
  }
}
/*
* Teaserboxen
*/
.teaserBox .teaserBoxBody {
  background: #f1f0f1;
  background: -moz-linear-gradient(top, #f1f0f1 0%, #f9f9f9 25%, #ffffff 50%, #ffffff 50%, #f8f8f8 75%, #f2f1f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f0f1), color-stop(25%, #f9f9f9), color-stop(50%, #ffffff), color-stop(50%, #ffffff), color-stop(75%, #f8f8f8), color-stop(100%, #f2f1f2));
  background: -webkit-linear-gradient(top, #f1f0f1 0%, #f9f9f9 25%, #ffffff 50%, #ffffff 50%, #f8f8f8 75%, #f2f1f2 100%);
  background: -o-linear-gradient(top, #f1f0f1 0%, #f9f9f9 25%, #ffffff 50%, #ffffff 50%, #f8f8f8 75%, #f2f1f2 100%);
  background: -ms-linear-gradient(top, #f1f0f1 0%, #f9f9f9 25%, #ffffff 50%, #ffffff 50%, #f8f8f8 75%, #f2f1f2 100%);
  background: linear-gradient(to bottom, #f1f0f1 0%, #f9f9f9 25%, #ffffff 50%, #ffffff 50%, #f8f8f8 75%, #f2f1f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f0f1', endColorstr='#f2f1f2', GradientType=0);
}
.teaserBox .teaserBoxBody .teaserBoxContent .teaserBoxInnerContent {
  padding: 1em 2em 3em 2em;
  height: 250px;
}
.teaserBox .teaserBoxBody .teaserBoxContent a {
  text-transform: uppercase;
  position: absolute;
  display: block;
  bottom: 20px;
  right: 1em;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: #00A3E0;
  text-align: center;
  line-height: 30px;
  transition: all 300ms ease-out;
}
.teaserBox .teaserBoxBody .teaserBoxContent a:hover {
  background-color: #0c2340;
}
.teaserBox .teaserBoxBody .teaserBoxContent a:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 3px;
  color: #FFFFFF;
  font-size: 1.5em;
}
.teaserBox .owl-theme .owl-controls {
  text-align: left;
  position: absolute;
  left: 1.8em;
  margin-top: 0.5em;
  bottom: 213px;
}
.teaserBox .owl-theme .owl-dots .owl-dot.active span,
.teaserBox .owl-theme .owl-dots .owl-dot:hover span {
  background: #999999;
}
.teaserBox .owl-theme .owl-dots .owl-dot span {
  border: 1px solid #999999;
  width: 14px;
  height: 14px;
  margin: 5px 4px;
}
/*mobile Anpassung teaserBox*/
@media (max-width: 991px) {
  .teaserBox {
    padding: 0;
  }
  .teaserBox h2 {
    margin-left: 1em;
  }
  .teaserBox .teaserBoxBody .teaserBoxContent .teaserBoxInnerContent {
    height: 140px;
  }
  .teaserBox .teaserBoxBody .teaserBoxContent .teaserBoxInnerContent h3 {
    color: #0c2340;
  }
  .teaserBox .owl-theme .owl-controls {
    bottom: initial;
    top: 0px;
  }
}
/*
* Divider
*/
.divider {
  text-align: center;
  height: 3em;
  position: relative;
}
.divider:before {
  content: "";
  height: 1px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 12.5px;
  z-index: 1;
  background-color: #CFD9DF;
}
/* ProduktInfo Kacheln */
.productInfo {
  position: relative;
}
.productInfo .productInfoTrigger {
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  color: #FFFFFF;
  cursor: pointer;
}
.productInfo .productInfoTrigger:after {
  content: "i";
  font-weight: normal;
  height: 32px;
  width: 32px;
  background-color: #00A3E0;
  border-radius: 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 32px;
  display: block;
  transition: all 0.3s ease-out;
}
.productInfo:hover .productInfoTrigger:after,
.productInfo:focus .productInfoTrigger:after {
  background-color: #0c2340;
}
.productInfo.bigTeaser {
  min-height: 349px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .productInfo.bigTeaser {
    min-height: 293px;
  }
}
@media (max-width: 991px) {
  .productInfo.bigTeaser {
    min-height: initial;
  }
}
/*Produktliste*/
.productListItem {
  padding-top: 3em;
  margin-top: 3em;
  border-top: 1px solid #CFD9DF;
  -webkit-transition: border 300ms ease-out;
  -moz-transition: border 300ms ease-out;
  -o-transition: border 300ms ease-out;
  transition: border 300ms ease-out;
}
.productListItem.first {
  border-top: none;
  margin-top: 1em;
  padding-top: 0;
}
.productListItem.last {
  margin-bottom: 2em;
}
.productListItem .productListItemLeftPadd {
  padding-right: 1em;
}
.productListItem__attributeGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 3rem;
  column-gap: 1rem;
}
.productListInfo {
  position: relative;
  background-color: #f1f1f1;
  padding: 1em;
  font-size: 0.8em;
  min-height: 80px;
}
.productListInfo p {
  display: block;
  height: 60px;
  color: #333333;
}
.productListInfo .info {
  position: absolute;
  bottom: -20px;
  right: 62px;
  border: 4px solid #FFF;
  height: 42px;
  width: 42px;
  text-align: center;
  border-radius: 50%;
  background-color: #00A3E0;
  cursor: pointer;
}
.productListInfo .info:hover,
.productListInfo .info:focus {
  background-color: #0c2340;
}
.productListInfo .info:after {
  content: "i";
  font-weight: normal;
  color: #FFFFFF;
  line-height: 33px;
  border-radius: 50%;
  text-align: center;
  font-size: 2em;
}
.productListInfo .counter {
  position: absolute;
  bottom: -20px;
  right: 20px;
}
.productListItemMobile {
  padding-bottom: 2em;
  margin-bottom: 2em;
  position: relative;
}
.productListItemMobile.single {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  margin-bottom: 0.5em;
  border-top: 1px solid #eaeff2;
}
.productListItemMobile .productListAccordion .productListAccordionFooter,
.productListItemMobile .productListAccordion .productListAccordionHeader {
  font-weight: bold;
  position: relative;
  cursor: pointer;
  /*minus*/
  /*plus*/
}
.productListItemMobile .productListAccordion .productListAccordionFooter:after,
.productListItemMobile .productListAccordion .productListAccordionHeader:after {
  font-family: "FontAwesome";
  content: "\f068";
  font-size: 1em;
  color: #0c2340;
  height: 25px;
  width: 25px;
  line-height: 25px;
  border: 1px solid #0c2340;
  top: 0px;
  right: 0px;
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  text-align: center;
  opacity: 0;
  transition: all 350ms 500ms ease-out;
}
.productListItemMobile .productListAccordion .productListAccordionFooter:before,
.productListItemMobile .productListAccordion .productListAccordionHeader:before {
  font-family: "FontAwesome";
  content: "\f067";
  font-size: 1em;
  color: #0c2340;
  height: 25px;
  width: 25px;
  line-height: 25px;
  border: 1px solid #0c2340;
  top: 0px;
  right: 0px;
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  text-align: center;
  transition: all 350ms 500ms ease-out;
}
.productListItemMobile .productListAccordion .productListAccordionFooter.active:after,
.productListItemMobile .productListAccordion .productListAccordionHeader.active:after {
  opacity: 1;
}
.productListItemMobile .productListAccordion .productListAccordionFooter.active:before,
.productListItemMobile .productListAccordion .productListAccordionHeader.active:before {
  opacity: 0;
  transform: rotate(180deg);
}
.productListItemMobile .productListAccordion .productListAccordionFooter {
  height: 30px;
  display: block;
}
.productListItemMobile .productListAccordion .productListInfo {
  margin-bottom: 3em;
  font-size: 0.9em;
}
.productListItemMobile .productListAccordion .productListInfo:last-child {
  margin-bottom: 0;
}
.productListItemMobile .productListAccordion .productListAccordionBody {
  display: none;
  padding-top: 1em;
}
.productListItemMobile:after {
  content: "";
  height: 1px;
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 0px;
  background-color: #eaeff2;
  display: block;
  transition: all 300ms ease-out;
}
.productListItemMobile.active:after {
  background-color: #0c2340;
}
.productListItemMobile.active .productListAccordionBody {
  display: block;
}
.productDetailTabsMobile .productListItemMobile {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.productDetailTabsMobile .productListItemMobile .productDetailRow {
  width: 100%;
}
.productDetailTabsMobile .productListItemMobile .productDetailRow:last-of-type {
  border-bottom: none;
}
/*
* ProductDetail
*/
.productDetailHeader {
  background-size: contain;
  background-position: 0 35px;
  background-repeat: no-repeat;
  margin-bottom: 3em;
  position: relative;
  padding-left: 0;
}
.productDetailHeader .productImageHolder {
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 3em;
  position: relative;
  padding-left: 0;
  min-height: 500px;
}
.productDetailHeader .productDetailHeaderImageWrapper {
  padding-left: 0;
  padding-right: 10px;
  padding-top: 0;
}
.productDetailHeader .subtitle {
  top: 0;
  position: absolute;
  color: #c5c6c6;
  font-style: italic;
}
.productDetailHeader .jalousieDescription {
  overflow: hidden;
  position: relative;
}
.productDetailHeader .jalousieDescription .jalousieDescriptionToggler,
.productDetailHeader .jalousieDescription h3 {
  position: relative;
  /*minus*/
  /*plus*/
}
.productDetailHeader .jalousieDescription .jalousieDescriptionToggler:after,
.productDetailHeader .jalousieDescription h3:after {
  font-family: "FontAwesome";
  content: "\f068";
  font-size: 16px;
  color: #0c2340;
  height: 25px;
  width: 25px;
  line-height: 25px;
  border: 1px solid #0c2340;
  top: 0px;
  right: 0px;
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  text-align: center;
  opacity: 0;
  transition: all 350ms 500ms ease-out;
}
.productDetailHeader .jalousieDescription .jalousieDescriptionToggler:before,
.productDetailHeader .jalousieDescription h3:before {
  font-family: "FontAwesome";
  content: "\f067";
  font-size: 16px;
  color: #0c2340;
  height: 25px;
  width: 25px;
  line-height: 25px;
  border: 1px solid #0c2340;
  top: 0px;
  right: 0px;
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  text-align: center;
  transition: all 350ms 500ms ease-out;
}
.productDetailHeader .jalousieDescription .jalousieDescriptionToggler.active:after,
.productDetailHeader .jalousieDescription h3.active:after {
  opacity: 1;
}
.productDetailHeader .jalousieDescription .jalousieDescriptionToggler.active:before,
.productDetailHeader .jalousieDescription h3.active:before {
  opacity: 0;
  transform: rotate(180deg);
}
.productDetailHeader .jalousieDescription .jalousieDescriptionToggler {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: block;
  height: 25px;
  width: 25px;
}
@media (min-width: 992px) {
  .productDetailHeader {
    min-height: 19.25em;
  }
}
@media (min-width: 1200px) {
  .productDetailHeader {
    min-height: 35.25em;
  }
}
@media (max-width: 991px) {
  .productDetailHeader {
    padding-top: 275px;
    background-size: 480px auto;
    background-position: left 0;
  }
}
.productDetailRow {
  border-bottom: 1px solid #CFD9DF;
  width: 90%;
  margin-bottom: 1em;
}
.productDetailRow:last-child {
  border-bottom: none;
}
.productDetailRow .table td {
  border-top: none;
  padding-left: 0;
}
.productDetailRow .table td:first-child {
  width: 60%;
}
.marginalBox {
  padding: 2em;
}
.marginalBox ul {
  list-style-type: none;
  padding-left: 0px;
}
.download {
  margin-bottom: 0.7em;
}
.download.pdf a:before {
  content: "PDF";
}
.download.txt a:before {
  content: "TXT";
}
.download.site:before {
  content: "SITE";
}
.download.jpg a:before {
  content: "JPG";
}
.download.png a:before {
  content: "PNG";
}
.download.zip a:before {
  content: "ZIP";
}
.download.ldt a:before {
  content: "LDT";
}
.download.d81 a:before {
  content: "D81";
}
.download.X81 a:before,
.download.x81 a:before {
  content: "X81";
}
.download.rfa a:before {
  content: "RFA";
}
.download.ies a:before {
  content: "IES";
}
.download.dwg a:before {
  content: "DWG";
}
.download.gldf a:before {
  content: "GLDF";
}
.download.rolfz {
  font-size: 13px;
}
.download.rolfz a:before {
  content: "ROLFZ";
}
.download a {
  color: #000000;
  transition: color 300ms ease-out;
}
.download a:hover {
  color: #0c2340;
  text-decoration: none;
}
.download a:before {
  content: "";
  background-color: #0c2340;
  height: 32px;
  width: 32px;
  color: #FFFFFF;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin-right: 0.5em;
  font-size: 0.68em;
  line-height: 32px;
}
.detailicon {
  font-size: 1.8em;
}
.detailicon.attribute {
  margin-right: 0.2em;
  display: inline-block;
  text-align: center;
}
.detailicon.attribute img {
  width: 30px;
  height: 30px;
}
.detailicon.tooltipster {
  cursor: pointer;
  transition: all 300ms ease-out;
}
.detailicon.tooltipster:hover {
  color: #A4C8E1;
  border-color: #A4C8E1;
}
/*DownloadOverlay ModellSeite*/
tr.hover td {
  border-top-color: #0c2340 !important;
}
tr.hoverNext td {
  border-top-color: #0c2340 !important;
}
td.downloadActive {
  border-top: 1px solid #0c2340 !important;
  border-left: 1px solid #0c2340;
  border-right: 1px solid #0c2340;
  box-shadow: 5px 7px 16px 1px rgba(0, 0, 0, 0.35);
}
.downloadOverlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.downloadOverlay .downloadHeader {
  position: absolute;
  text-align: center;
  cursor: pointer;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: -1px;
  background-color: #FFF;
}
.downloadOverlay .downloadHeader:hover:before,
.downloadOverlay .downloadHeader:focus:before {
  background-color: #0c2340;
}
.downloadOverlay .downloadHeader:before {
  font-family: ridileuchten;
  content: "\e607";
  background-color: #00A3E0;
  height: 42px;
  width: 42px;
  border: 2px solid #FFF;
  color: #FFFFFF;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  font-size: 2.1em;
  line-height: 35px;
  margin-top: 8px;
  transition: all 0.3s ease-out;
}
.downloadOverlay .downloadBody {
  position: absolute;
  top: 100%;
  right: -1px;
  z-index: 15;
  background-color: #FFFFFF;
  padding: 1em;
  box-shadow: 5px 7px 16px 1px rgba(0, 0, 0, 0.35);
  min-width: 325px;
  display: none;
}
.downloadOverlay .downloadBody ul {
  list-style-type: none;
  padding: 0;
}
.downloadOverlay .downloadBody ul .csc-form-element-checkbox,
.downloadOverlay .downloadBody ul .csc-form-element-checkbox label,
.downloadOverlay .downloadBody ul .radio-custom,
.downloadOverlay .downloadBody ul .radio-custom-label,
.downloadOverlay .downloadBody ul .newsCheckboxWrapper,
.downloadOverlay .downloadBody ul .newsCheckboxWrapper label {
  margin: 5px 0;
}
.downloadOverlay .downloadBody ul .csc-form-element-checkbox label:before,
.downloadOverlay .downloadBody ul .csc-form-element-checkbox label label:before,
.downloadOverlay .downloadBody ul .radio-custom label:before,
.downloadOverlay .downloadBody ul .radio-custom-label label:before,
.downloadOverlay .downloadBody ul .newsCheckboxWrapper label:before,
.downloadOverlay .downloadBody ul .newsCheckboxWrapper label label:before {
  border: 1px solid #CFD9DF;
}
.downloadOverlay .downloadBody ul .csc-form-element-checkbox:before,
.downloadOverlay .downloadBody ul .csc-form-element-checkbox label:before,
.downloadOverlay .downloadBody ul .radio-custom:before,
.downloadOverlay .downloadBody ul .radio-custom-label:before,
.downloadOverlay .downloadBody ul .newsCheckboxWrapper:before,
.downloadOverlay .downloadBody ul .newsCheckboxWrapper label:before {
  margin-right: 5px;
}
.downloadOverlay .downloadBody ul .csc-form-element-checkbox a:hover,
.downloadOverlay .downloadBody ul .csc-form-element-checkbox label a:hover,
.downloadOverlay .downloadBody ul .radio-custom a:hover,
.downloadOverlay .downloadBody ul .radio-custom-label a:hover,
.downloadOverlay .downloadBody ul .newsCheckboxWrapper a:hover,
.downloadOverlay .downloadBody ul .newsCheckboxWrapper label a:hover {
  text-decoration: none;
}
.downloadOverlay.active .downloadHeader {
  z-index: 16;
}
.downloadOverlay.active .downloadBody {
  border: 1px solid #0c2340;
}
.downloadOverlay.active .downloadButton {
  width: 180px;
}
table thead {
  font-family: 'Barlow Bold', Arial, sans-serif;
}
table a.important {
  font-size: 1em;
}
.tableCentered {
  display: flex;
  align-items: center;
}
.placeholderForImage {
  width: 100px;
  height: 100px;
  margin-right: 15px;
  background: #f1f1f1;
}
.zubehoerTableWrapper {
  font-size: 0.84em;
}
.zubehoerImage {
  min-width: 100px;
  background: #f1f1f1;
  margin-right: 15px;
}
.customDownloadOverlayZubehoer {
  top: calc(50% - 29px);
}
.merkZettel {
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  background-color: #00A3E0;
  height: 42px;
  width: 42px;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.merkZettel:hover,
.merkZettel:focus {
  background-color: #0c2340;
}
.merkZettel:hover .plus,
.merkZettel:focus .plus {
  background-color: #0c2340;
}
.merkZettel:after {
  font-family: "ridileuchten";
  content: "\e60e";
  font-weight: normal;
  color: #FFFFFF;
  border-radius: 50%;
  font-size: 1.5em;
  line-height: 33px;
}
.merkZettel .plus {
  position: absolute;
  right: -19px;
  bottom: -10px;
  background-color: #00A3E0;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  padding: 2px;
  font-size: 0.8em;
  width: 30px;
  height: 30px;
  line-height: 25px;
  color: #FFFFFF;
  text-align: center;
  transition: all 0.3s ease-out;
}
.merkZettel .plus:after {
  font-family: FontAwesome;
  content: "\f067";
}
.merkZettel.disabled {
  opacity: 0.25;
  cursor: default;
}
.desktopMerkZettel.disabled {
  opacity: 0.25;
  cursor: default;
}
.merkzettelListRow .merkzettelImage {
  margin-left: -5px;
}
.merkzettelListRow a {
  display: block;
}
.merkzettelListRow .merkZettel {
  position: absolute;
  right: 0px;
}
.merkzettelListRow .merkzettelSpacer {
  min-height: 150px;
  position: relative;
}
.merkzettelListRow .merkzettelSpacer a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.merkzettelListRow .merkzettelSpacer:before {
  content: "";
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #FFFFFF;
  text-align: center;
  margin: -25px 0 0 -25px;
}
.merkzettelListRow .merkzettelSpacer.pdf:before {
  content: "PDF";
}
.merkzettelListRow .merkzettelSpacer.txt:before {
  content: "TXT";
}
.merkzettelListRow .merkzettelSpacer.site:before {
  content: "SITE";
}
.merkzettelListRow .merkzettelSpacer.jpg:before {
  content: "JPG";
}
.merkzettelListRow .merkzettelSpacer.png:before {
  content: "PNG";
}
.merkzettelListRow .merkzettelSpacer.zip:before {
  content: "ZIP";
}
.merkzettelListRow .merkzettelSpacer.ldt:before {
  content: "LDT";
}
.merkzettelListRow .merkzettelSpacer.d81:before {
  content: "D81";
}
.merkzettelListRow .merkzettelSpacer.x81:before {
  content: "X81";
}
.merkzettelListRow .merkzettelSpacer.rfa:before {
  content: "RFA";
}
.merkzettelListRow .merkzettelSpacerRight {
  padding-left: 1.5em;
}
.hashMerkzettel .merkZettel {
  margin-top: 3em;
}
.copyMerkzettelLink {
  border: none;
  background-color: transparent;
  color: #0c2340;
  transition: color 300ms ease-out;
}
.copyMerkzettelLink:hover {
  color: #333333;
}
.copyMerkzettelLink:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 6px;
}
.merkzettelToolTipProduct .merkzettelImage {
  margin-left: -5px;
}
.merkzettelToolTipProduct .overlayTypeBox {
  min-height: 82px;
}
.merkzettelToolTipProduct .overlayTypeBox a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.merkzettelToolTipProduct .overlayTypeBox:before {
  content: "";
  height: 32px;
  width: 32px;
  line-height: 32px;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #FFFFFF;
  text-align: center;
  margin: -16px 0 0 -16px;
  font-size: 0.7em;
}
.merkzettelToolTipProduct .overlayTypeBox.pdf:before {
  content: "PDF";
}
.merkzettelToolTipProduct .overlayTypeBox.txt:before {
  content: "TXT";
}
.merkzettelToolTipProduct .overlayTypeBox.site:before {
  content: "SITE";
}
.merkzettelToolTipProduct .overlayTypeBox.jpg:before {
  content: "JPG";
}
.merkzettelToolTipProduct .overlayTypeBox.png:before {
  content: "PNG";
}
.merkzettelToolTipProduct .overlayTypeBox.zip:before {
  content: "ZIP";
}
.merkzettelToolTipProduct .overlayTypeBox.ldt:before {
  content: "LDT";
}
.merkzettelToolTipProduct .overlayTypeBox.d81:before {
  content: "D81";
}
.merkzettelToolTipProduct .overlayTypeBox.x81:before {
  content: "X81";
}
.merkzettelToolTipProduct .overlayTypeBox.rfa:before {
  content: "RFA";
}
.merkzettelToolTipProduct .overlayTypeBox.site:before {
  content: "SITE";
}
.merkzettelToolTipProduct .overlayTypeBoxRight {
  padding-left: 0.5em;
  position: relative;
  font-size: 0.8em;
}
.merkzettelToolTipProduct .overlayTypeBoxRight span {
  display: block;
}
.desktopMerkZettel .merkZettel {
  display: inline-block;
  margin-right: 1em;
}
.mobileMerkZettel {
  padding: 1em;
  border-top: 1px solid #eaeff2;
  border-bottom: 1px solid #eaeff2;
  margin: 2em 0;
}
.mobileMerkZettel .merkZettel {
  display: inline-block;
  margin-right: 1em;
}
/*content merkzetteltolltip*/
.merkzettelToolTipContent .addedToCart {
  color: #00A3E0;
  display: none;
  font-size: 1.125em;
  position: relative;
  padding-left: 40px;
  margin-bottom: 0.5em;
}
.merkzettelToolTipContent .addedToCart:before {
  font-family: "ridileuchten";
  content: "\e60b";
  display: inline-block;
  font-size: 1.7em;
  line-height: 1;
  position: absolute;
  left: 0px;
  top: -3px;
}
.merkzettelToolTipContent .noItemsInCart {
  color: #fc0f0f;
  display: block;
  font-size: 1.125em;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0.5em;
}
.merkzettelToolTipContent .noItemsInCart:before {
  font-family: "ridileuchten";
  content: "\e626";
  display: inline-block;
  font-size: 1.3em;
  line-height: 1;
  position: absolute;
  left: 0px;
  top: -1px;
}
.merkzettelToolTipContent .merkzettelToolTipProduct {
  border-bottom: 1px solid #eaeff2;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.merkzettelToolTipContent .merkzettelToolTipProduct.last {
  border-bottom: none;
}
.merkzettelToolTipContent .merkzettelToolTipProduct p,
.merkzettelToolTipContent .merkzettelToolTipProduct a.important {
  margin: 0;
}
.merkzettelToolTipContent .merkzettelToolTipProduct:hover .merkZettelToolTipProductWrapper:before {
  background-color: #0c2340;
}
.merkzettelToolTipContent .merkzettelToolTipProduct:hover a.important {
  color: #000000;
}
.merkzettelToolTipContent .merkZettelToolTipProductWrapper {
  width: 100%;
  height: 100%;
  min-height: 78px;
  position: relative;
}
.merkzettelToolTipContent .merkZettelToolTipProductWrapper:before {
  height: 48px;
  width: 48px;
  line-height: 48px;
  border-radius: 50%;
  background-color: #000000;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
  color: #FFFFFF;
  text-align: center;
  transition: all 300ms ease-out;
}
.merkzettelToolTipContent .merkZettelToolTipProductWrapper.typePDF:before {
  content: "pdf";
}
.merkzettelToolTipContent .merkZettelToolTipProductWrapper.typeSite:before {
  content: "site";
}
.merkzettelToolTipContent .showMerkzettel {
  margin-top: 0.5em;
}
/*
* Sprungmarken
*/
.anchorWrapper {
  margin-bottom: 2.5em;
}
.anchorWrapper .ancorJump {
  display: inline-block;
  margin-right: 0.75em;
  outline: #00A3E0 solid 2px;
  transition: all 0.3s ease-out;
}
.anchorWrapper .ancorJump:hover {
  outline: #00A3E0 solid 2px;
  background: #00A3E0;
}
.anchorWrapper .ancorJump:hover a {
  color: #FFFFFF;
}
.anchorWrapper .ancorJump a {
  display: flex;
  color: #00A3E0;
  text-transform: uppercase;
  padding: 0.3em 0.5em 0.3em 0.8em;
  position: relative;
  line-height: 27px;
}
.anchorWrapper .ancorJump a:after {
  font-family: FontAwesome;
  content: "\f107";
  height: 28px;
  width: 28px;
  background-color: #FFFFFF;
  border: 2px solid #00A3E0;
  border-radius: 50%;
  color: #00A3E0;
  display: inline-block;
  text-align: center;
  margin-left: 0.5em;
  font-size: 1.2em;
}
.anchorWrapper .ancorBack {
  display: inline-block;
  margin-right: 0.75em;
  outline: #00A3E0 solid 2px;
  color: #00A3E0;
  transition: all 0.3s ease-out;
}
.anchorWrapper .ancorBack:hover {
  outline: #00A3E0 solid 2px;
  background-color: #00A3E0;
  color: #FFFFFF;
}
.anchorWrapper .ancorBack:hover a {
  color: #FFFFFF;
}
.anchorWrapper .ancorBack a {
  display: flex;
  color: #00A3E0;
  text-transform: uppercase;
  padding: 0.3em 0.8em 0.3em 0.5em;
  line-height: 27px;
}
.anchorWrapper .ancorBack a:before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: FontAwesome;
  content: "\f104";
  height: 28px;
  width: 28px;
  background-color: #FFFFFF;
  border: 2px solid #00A3E0;
  border-radius: 50%;
  color: #00A3E0;
  text-align: center;
  margin-right: 0.5em;
  font-size: 1.2em;
}
.anchorWrapper .ancorMore a:before {
  transform: rotate(180deg);
}
/*mobile Anpassungen Sprungmarken*/
@media (max-width: 991px) {
  .anchorWrapper .ancorJump {
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }
}
/*Flip Action*/
.flipActionWrapper .flipAction {
  position: relative;
}
.flipActionWrapper .flipAction:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0;
  z-index: 20;
  transition: all 300ms linear;
}
.flipActionWrapper .flipAction.flipActionBlue:after {
  background-color: #0c2340;
}
.flipActionWrapper .flipAction.flipActionLightBlue:after {
  background-color: #0c2340;
}
/*Suche mit Ergebnisslisten*/
/*downloads*/
.downloadRow {
  position: relative;
}
.downloadRow .disabled {
  cursor: not-allowed !important;
}
.downloadRow.download .newsCheckboxWrapper {
  margin-right: 0px;
}
.downloadRow.download a.important {
  color: #0c2340;
  font-size: 1em;
}
.downloadRow.download:before {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 32px;
  width: 32px;
  line-height: 30px;
  font-size: 0.8em;
}
.downloadRow.download .csc-form-element-checkbox label:before {
  border: none;
}
.downloadRow .merkZettel {
  display: inline-block;
  margin-right: 1em;
}
/*produkte*/
.productRow {
  margin-bottom: 1em;
  padding-bottom: 1em;
  position: relative;
  padding-right: 3em;
}
.productRow:before {
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 0em;
  height: 1px;
  background-color: #eaeff2;
  display: block;
}
.productRow:last-child:before {
  display: none;
}
.productRow .productLink {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  background-color: #0c2340;
  position: absolute;
  right: 0px;
  top: 5px;
}
.productRow .productLink:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #FFFFFF;
  font-size: 1.8em;
}
.productRow .relative {
  position: relative;
}
.productRow .relative .breadcrumbList {
  position: absolute;
  left: 5px;
  bottom: 0px;
  line-height: 1;
}
/*Referenzen*/
.referenzListRow {
  margin-top: 3em;
  padding-top: 3em;
  position: relative;
  padding-right: 3em;
}
.referenzListRow:before {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 0em;
  height: 1px;
  background-color: #eaeff2;
  display: block;
}
.referenzListRow:last-child {
  margin-bottom: 3em;
  padding-bottom: 3em;
}
.referenzListRow:last-child:after {
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 0em;
  height: 1px;
  background-color: #eaeff2;
  display: block;
}
.referenzListRow .referenzLink {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  background-color: #0c2340;
  position: absolute;
  right: 0px;
  top: 3em;
}
.referenzListRow .referenzLink:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #FFFFFF;
  font-size: 1.8em;
}
/*Referenzen*/
.nav-tabs {
  margin-bottom: 2em;
}
.tx-rm-ridi-suche .nav-tabs {
  margin-bottom: 1.5em;
}
.tx-rm-ridi-suche h4 {
  margin-top: 0;
}
.merkzettelListRow {
  margin-bottom: 2em;
  padding-bottom: 2em;
  position: relative;
  padding-right: 3em;
}
.merkzettelListRow:before {
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 0em;
  height: 1px;
  background-color: #eaeff2;
  display: block;
}
.merkzettelListRow:last-child:before {
  display: none;
}
.merkzettelListRow .deleteLink {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  background-color: #0c2340;
  position: absolute;
  right: 0px;
  top: 3em;
  transition: all 300ms ease-out;
  border: none;
}
.merkzettelListRow .deleteLink:hover {
  background-color: #00A3E0;
}
.merkzettelListRow .deleteLink:before {
  font-family: "FontAwesome";
  content: "\f014";
  color: #FFFFFF;
  font-size: 1.4em;
}
.referenzListHeader .selectboxit-container {
  width: 50%;
  margin-left: 1em;
}
.referenzListHeader .selectboxit-container .selectboxit-default-icon {
  margin-left: 0px;
}
@media (max-width: 768px) {
  .referenzListHeader label {
    display: block;
  }
  .referenzListHeader .selectboxit-container {
    margin-left: 0;
  }
}
/*News*/
.newsCheckboxes {
  padding-left: 8em;
}
.newsCheckboxes .newsCheckboxWrapper {
  float: left;
  margin-right: 3em;
}
/*mobileAnpassung news*/
@media (max-width: 991px) {
  .newsCheckboxes {
    padding-left: 5px;
  }
  .newsCheckboxes .newsCheckboxWrapper {
    width: 50%;
    margin-right: 0;
  }
  .newsCheckboxes .newsCheckboxWrapper:first-child {
    width: 100%;
  }
}
/*DownloadBox*/
.downloadBox {
  background-color: #eaeff2;
  padding: 1em;
  margin-bottom: 10px;
}
.downloadBox .downloadBoxRight {
  position: relative;
  min-height: 150px;
}
.downloadBox .downloadBoxRight p {
  margin: 0;
}
.downloadBox .downloadBoxRight p.paragraph {
  margin-bottom: 10px;
}
.downloadBox .downloadBoxRight .merkZettel {
  position: absolute;
  right: 65px;
  bottom: 0px;
}
.downloadBox .downloadBoxRight .downloadFile {
  height: 42px;
  width: 42px;
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: #00A3E0;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  text-align: center;
  transition: all 0.3s ease-out;
}
.downloadBox .downloadBoxRight .downloadFile:hover,
.downloadBox .downloadBoxRight .downloadFile:focus {
  background-color: #0c2340;
}
.downloadBox .downloadBoxRight .downloadFile:before {
  font-family: "ridileuchten";
  content: "\e607";
  line-height: 37px;
  font-size: 2.1em;
  color: #FFFFFF;
}
/*Mobile Anpassung downloadBox*/
@media (max-width: 991px) {
  .downloadBox {
    margin-bottom: 1em;
  }
}
/*Kontakt Formular*/
.contactForm .selectboxit-container.selectboxit-container {
  width: 50%;
}
.contactForm .selectboxit-option-icon.selectboxit-container {
  margin-left: 1em;
}
@media (max-width: 991px) {
  .reference2Column .row.contentRow {
    position: relative;
    margin-bottom: 7.5em;
  }
  .reference2Column .col-md-4 {
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    max-height: 100px;
    z-index: 10;
  }
  .reference2Column .col-md-4 .infoBox {
    min-height: 100px;
  }
  .reference2Column .col-md-4 .infoBox a {
    font-size: 1.263em;
  }
}
/*Icons for divider up*/
.dividerUpIcon {
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 35px;
  background-color: #CFD9DF;
  border-radius: 50%;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.2em;
  cursor: pointer;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  position: relative;
  margin-right: 0.25em;
}
.dividerUpIcon.merkzettelAdd .plus {
  position: absolute;
  right: -9px;
  bottom: -6px;
  background-color: #000000;
  border: 2px solid #ffffff;
  border-radius: 50%;
  padding: 2px;
  font-size: 0.6em;
  width: 20px;
  height: 20px;
  line-height: 15px;
  color: #ffffff;
  text-align: center;
}
.dividerUpIcon.merkzettelAdd .plus:after {
  font-family: FontAwesome;
  content: "\f067";
}
.dividerUpIcon.disabled {
  opacity: 0.5;
  cursor: default;
}
.dividerUpIcon.disabled .plus {
  opacity: 0.5;
  cursor: default;
}
.dividerUpIcon.disabled:hover {
  background-color: #c5c6c6;
}
.dividerUpIcon:hover {
  background-color: #00A3E0;
}
/*prouktModellBoxen*/
.mobileModellBox {
  margin-bottom: 3em;
  padding: 1em;
  position: relative;
}
.mobileModellBox a.important,
.mobileModellBox p {
  margin: 0;
}
.mobileModellBox a.important {
  font-size: 1.1em;
}
.mobileModellBox a.more {
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-color: #0c2340;
  height: 42px;
  width: 42px;
  text-align: center;
  position: absolute;
  top: 25px;
  right: 30px;
}
.mobileModellBox a.more:after {
  font-family: "ridileuchten";
  content: "\e617";
  font-weight: normal;
  color: #ffffff;
  border-radius: 50%;
  font-size: 2.3em;
  line-height: 39px;
}
.mobileModellBox .merkZettel {
  position: absolute;
  bottom: -16px;
  right: 30px;
}
/*mobileOverlay*/
#contentWrapper {
  position: fixed;
  z-index: 3000;
  left: 0px;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  overflow-y: scroll;
  height: auto;
  box-shadow: 0 0 7px 2px #666;
  background-color: #FFF;
  -webkit-transform: translateX(-100.5%);
  -moz-transform: translateX(-100.5%);
  transform: translateX(-100.5%);
  -webkit-transition: -webkit-transform 500ms 250ms;
  -moz-transition: -moz-transform 500ms 250ms;
  transition: transform 500ms 250ms;
  top: 0;
  padding-top: 5em;
}
#contentWrapper.show {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
#contentWrapper .closeOverlay {
  position: absolute;
  z-index: 9999;
  top: 10px;
  right: 35px;
  line-height: 42px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  text-align: center;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 2px solid #000;
  border-radius: 50%;
  font-size: 1.5em;
  font-weight: bold;
  transition: all 300ms ease-out;
}
#contentWrapper .closeOverlay:hover {
  color: #0c2340;
  border-color: #0c2340;
}
/*contentJalousie*/
.contentJalousieWrapper .contentJalousieBody {
  display: none;
  position: relative;
}
.contentJalousieWrapper .contentJalousieBody .contentJalousieBodyContent {
  display: inline-block;
  border: 1px solid #0c2340;
  padding: 2.5em 2em 2em 2em;
  box-shadow: 2px 3px 8px 1px rgba(0, 0, 0, 0.25);
  position: relative;
  max-width: 100%;
}
.contentJalousieWrapper .contentJalousieBody .contentJalousieBodyContent .jalousieClose {
  position: absolute;
  right: 1em;
  top: 5px;
  height: 25px;
  width: 17px;
  cursor: pointer;
}
.contentJalousieWrapper .contentJalousieBody .contentJalousieBodyContent .jalousieClose:after {
  font-family: "ridileuchten";
  content: "\e626";
  color: #333;
  font-size: 1.2em;
}
/*Glossar*/
.glossar .glossarHeader {
  margin-bottom: 2em;
}
.glossar .glossarHeader a {
  font-size: 3em;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 0.2em;
  transition: all 300ms ease-out;
}
.glossar .glossarHeader a:hover,
.glossar .glossarHeader a.visited {
  color: #999999;
}
.glossar .glossarLeft {
  padding-right: 1em;
}
.glossar .glossarRight {
  padding-left: 1em;
}
.glossar .glossarSection .glossarSectionHeader {
  border-bottom: 1px solid #eaeff2;
  padding-bottom: 0.5em;
}
.glossar .glossarSection .glossarSectionBody {
  margin-top: 0.5em;
  margin-bottom: 3em;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*referenzListen*/
.referenzRow {
  position: relative;
}
@media (max-width: 992px) {
  .referenzRow {
    margin-bottom: 8em;
  }
}
/*ce: videoListe */
.videoListRow {
  margin-bottom: 3em;
}
.videoListRow .videoListLeft {
  position: relative;
  padding-right: 1.5em;
  cursor: pointer;
}
.videoListRow .videoListLeft:after {
  font-family: "FontAwesome";
  content: "\f04b";
  font-size: 1.8em;
  color: #999999;
  background-color: #f1f1f1;
  border: 2px solid #999999;
  border-radius: 50%;
  text-align: center;
  height: 62px;
  width: 62px;
  line-height: 58px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -31px 0 0 -31px;
  opacity: 0.95;
  padding-left: 0.2em;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
}
.videoListRow .videoListLeft:hover:after {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}
/*Sitemap*/
.csc-sitemap ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.csc-sitemap ul li:before {
  display: none;
}
.csc-sitemap ul li a {
  transition: color 300ms ease-out;
}
.csc-sitemap ul li a:hover {
  text-decoration: none;
}
.csc-sitemap .sitemapLevel1 li a {
  color: #0c2340;
}
.csc-sitemap .sitemapLevel1 li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 6px;
}
.csc-sitemap .sitemapLevel1 li a:hover {
  color: #A4C8E1;
}
.csc-sitemap .sitemapLevel1 li.active a {
  color: #333333;
}
.csc-sitemap .sitemapLevel1 li.active a:hover {
  color: #333333;
}
.csc-sitemap .sitemapLevel1 li.active a:before {
  content: "\f107";
}
.csc-sitemap .sitemapLevel1 li .sitemapLevel2 {
  display: none;
  padding-left: 2em;
}
.csc-sitemap .sitemapLevel1 li .sitemapLevel2 li a {
  color: #333333;
}
.csc-sitemap .sitemapLevel1 li .sitemapLevel2 li a:hover {
  color: #0c2340;
}
.csc-sitemap .sitemapLevel1 li .sitemapLevel2 li a:before {
  display: none;
}
.csc-sitemap .sitemapLevel1 li .sitemapLevel2 li .sitemapLevel3 {
  padding-left: 2em;
}
.csc-sitemap .sitemapLevel1 li .sitemapLevel2 li .sitemapLevel3 li a {
  color: #c5c6c6;
}
.csc-sitemap .sitemapLevel1 li .sitemapLevel2 li .sitemapLevel3 li a:hover {
  color: #0c2340;
}
.csc-sitemap .sitemapLevel1 li .sitemapLevel2 li .sitemapLevel3 li a:before {
  display: none;
}
.csc-sitemap .sitemapLevel1 li .sitemapLevel2 li .sitemapLevel3 li .sitemapLevel4 {
  padding-left: 2em;
  color: #333333;
  font-size: 0.8em;
}
.csc-sitemap .sitemapLevel1 li .sitemapLevel2 li .sitemapLevel3 li .sitemapLevel4 li a {
  color: #333333;
}
.csc-sitemap .sitemapLevel1 li .sitemapLevel2 li .sitemapLevel3 li .sitemapLevel4 li a:hover {
  color: #0c2340;
}
.csc-sitemap .sitemapLevel1 li .sitemapLevel2 li .sitemapLevel3 li .sitemapLevel4 li a:before {
  display: none;
}
/*produktbeschreibung*/
.modellDescriptionBody {
  height: 300px;
  padding-bottom: 20px;
  overflow: hidden;
}
.modellDescriptionShowMore {
  -webkit-box-shadow: 0px -16px 20px 8px #FFF;
  -moz-box-shadow: 0px -16px 20px 8px #FFF;
  box-shadow: 0px -16px 20px 8px #FFF;
  position: relative;
  display: none;
  transition: all 300ms linear;
  margin-top: 10px;
}
.modellDescriptionShowMore.isOpen {
  box-shadow: none;
}
.modellDescriptionShowMore.isOpen .descriptionShowLess {
  display: block;
}
.modellDescriptionShowMore.isOpen .descriptionShowMore {
  display: none;
}
.modellDescriptionShowMore.isOpen .ancorJump a:after {
  content: "\f106";
  line-height: 24px;
}
.modellDescriptionShowMore .descriptionShowLess {
  display: none;
}
@media (max-width: 768px) {
  /*filterReferenzen*/
  #filterReferenzForm .col-md-4:nth-child(2) {
    margin-top: 1.5em;
  }
  .speechBubbleRow.filter.bindOnCountry {
    margin-top: 1.5em;
  }
}
.space_before_medium {
  padding-top: 36px;
}
.space_before_10 {
  padding-top: 10px;
}
.imgCoverWrapper {
  aspect-ratio: 3 / 2;
}
.imgCoverWrapper .imgCover {
  display: block;
  width: auto;
  object-fit: contain;
  height: 100%;
  margin: auto;
}
.productImageSelection .inner {
  display: flex;
  gap: 10px;
  margin-left: 5px;
}
@media (min-width: 992px) {
  .productImageSelection .inner {
    margin-left: calc(100% - (950px / 2) + 15px / 2);
  }
}
@media (min-width: 1200px) {
  .productImageSelection .inner {
    margin-left: calc(100% - (1150px / 2) + 15px / 2);
  }
}
.productImageSelection .productImageSelectionItem {
  width: 100px;
  height: auto;
  cursor: pointer;
  aspect-ratio: 3 / 2;
}
.productImageSelection .productImageSelectionItem .productImageSelectionItemImage {
  width: 100%;
  object-fit: contain;
  outline: 2px solid #e2e2e2;
  transition: outline-color 300ms ease-in-out;
}
.productImageSelection .productImageSelectionItem .productImageSelectionItemImage:hover,
.productImageSelection .productImageSelectionItem .productImageSelectionItemImage:focus-visible {
  outline-color: #0c2340;
}
.productImageItems .productImageItem {
  display: none;
}
.productImageItems .productImageItem.active {
  display: block;
}
.productImageItems .productImageItem .productImage {
  width: 97.5%;
  height: auto;
}
.productImageItems.skinNavRight {
  display: flex;
}
.productImageItems.skinNavRight .productImageSelection .inner {
  margin-left: 0;
  flex-direction: column;
}
.productImageItems.skinNavRight .productImage {
  margin-top: 0;
}
@media (min-width: 768px) {
  .modellDescriptionFullWrapper {
    width: 304.16666667px;
  }
}
@media (min-width: 992px) {
  .modellDescriptionFullWrapper {
    width: 395.83333333px;
  }
}
@media (min-width: 1200px) {
  .modellDescriptionFullWrapper {
    width: calc(1150px / 12 * 5);
  }
}
.modellDescriptionFullWrapper .modellDescriptionFullWrapperHeadline {
  margin-top: 0;
}
.productImageWrapper {
  padding-right: 10px;
}
@media (min-width: 992px) {
  .productImageWrapper {
    width: calc((100% - 950px) / 2 + (950px / 12 * 7));
  }
}
@media (min-width: 1200px) {
  .productImageWrapper {
    width: calc((100% - 1150px) / 2 + (1150px / 12 * 7));
  }
}
/* CE Videoteaser */
.videoTeaserWrapper {
  position: relative;
}
.videoTeaserWrapper video,
.videoTeaserWrapper img {
  width: 100%;
  border-bottom: 1px solid #CFD9DF;
}
.videoTeaserWrapper #playPauseButton {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 10px 10px;
  font-size: 16px;
  background-color: transparent;
  display: inline-block;
  margin-right: 0.75em;
  outline: #00A3E0 solid 2px;
  color: #00A3E0;
  transition: all 0.3s ease-out;
  border: none;
}
@media (min-width: 992px) {
  .videoTeaserWrapper #playPauseButton {
    top: 120px;
  }
}
.videoTeaserWrapper #playPauseButton:hover {
  outline: #00A3E0 solid 2px;
  background-color: #00A3E0;
  color: #FFFFFF;
}
.videoTeaserWrapper #playPauseButton.buttonDarkBlue {
  outline: #0c2340 solid 2px;
  color: #0c2340;
}
.videoTeaserWrapper #playPauseButton.buttonDarkBlue:hover {
  outline: #0c2340 solid 2px;
  background-color: #0c2340;
  color: #FFFFFF;
}
/* Video Block YT*/
.cookieconsent-optout-marketing {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
  background: #fff;
  border: 1px solid #00A3E0;
}
.cookieconsent-optout-marketing .enableCookies {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 50px;
}
@media (max-width: 992px) {
  .cookieconsent-optout-marketing .enableCookies {
    padding: 20px;
  }
}
.cookieconsent-optout-marketing .enableCookies .enableCookiesTextWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .cookieconsent-optout-marketing .enableCookies .enableCookiesTextWrapper {
    border: 1px solid #00A3E0;
    padding: 20px;
  }
}
.cookieconsent-optout-marketing .enableCookies .btn {
  width: max-content;
  margin-top: 15px;
}
@media (max-width: 992px) {
  .cookieconsent-optout-marketing {
    border: none;
  }
}
input[type="text"] {
  padding: 6px 12px;
  background-color: #eaeff2;
  border: none;
}
/*inputMagic*/
.radioWrapper .radioMagicWrapper {
  padding: 0.5em 0 0 2.5em;
  display: none;
}
.radioWrapper .radioMagicWrapper.open {
  display: block;
}
/*custom Checkboxes and RadioButtons */
.csc-form-element-checkbox input,
.radioWrapper input,
.newsCheckboxWrapper input {
  opacity: 0;
  position: absolute;
}
.csc-form-element-checkbox,
.csc-form-element-checkbox label,
.radio-custom,
.radio-custom-label,
.newsCheckboxWrapper,
.newsCheckboxWrapper label {
  display: flex;
  vertical-align: middle;
  cursor: pointer;
}
.downloadRow .csc-form-element-checkbox,
.downloadRow .csc-form-element-checkbox label,
.downloadRow .radio-custom,
.downloadRow .radio-custom-label,
.downloadRow .newsCheckboxWrapper,
.downloadRow .newsCheckboxWrapper label {
  display: inline-block;
}
.csc-form-element-checkbox label,
.radio-custom-label,
.newsCheckboxWrapper label {
  position: relative;
  transition: all 300ms linear;
}
.csc-form-element-checkbox label:before,
.radio-custom + .radio-custom-label:before,
.newsCheckboxWrapper label:before {
  content: '';
  border: 1px solid #c5c6c6;
  display: inline-block;
  vertical-align: middle;
  min-width: 20px;
  height: 20px;
  line-height: 11px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
  background: #f6f6f6;
  background: -moz-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f6f6f6 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0);
  transition: all 300ms linear;
}
.csc-form-element-checkbox input:checked + label:before,
.newsCheckboxWrapper input:checked + label:before,
.csc-form-element-checkbox label.active:before {
  font-family: 'Barlow Regular', Arial, sans-serif;
  content: "x";
  color: #0c2340;
}
.radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}
.radio-custom:checked + .radio-custom-label:before {
  background: #0c2340;
  box-shadow: inset 0px 0px 0px 4px #fff;
}
span.margRight {
  display: inline-block;
  margin-right: 0.75em;
}
/*inputs*/
.selectWrapper,
.inputWrapper,
.radioWrapper,
.newsCheckboxWrapper {
  transition: all 300ms linear;
}
.selectWrapper.disabled,
.inputWrapper.disabled,
.radioWrapper.disabled,
.newsCheckboxWrapper.disabled {
  color: #c5c6c6;
  cursor: default;
}
.selectWrapper.disabled label,
.inputWrapper.disabled label,
.radioWrapper.disabled label,
.newsCheckboxWrapper.disabled label {
  cursor: default;
}
.selectWrapper.disabled label:before,
.inputWrapper.disabled label:before,
.radioWrapper.disabled label:before,
.newsCheckboxWrapper.disabled label:before {
  opacity: 0.5;
  cursor: default;
}
.filter .selectWrapper {
  margin-bottom: 0;
}
/*mailform anpassungen*/
.csc-mailform .csc-form-element-checkboxgroup {
  margin: 0.75em 0 1.5em 0;
}
.csc-mailform label {
  vertical-align: top;
}
.csc-mailform ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.csc-mailform ol li.csc-form-element-select,
.csc-mailform ol li.csc-form-element-textline,
.csc-mailform ol li.csc-form-element-textarea {
  margin-bottom: 0.75em;
}
.csc-mailform ol li.csc-form-element-select label,
.csc-mailform ol li.csc-form-element-textline label,
.csc-mailform ol li.csc-form-element-textarea label {
  width: 20%;
  min-width: 5em;
}
.csc-mailform ol li.csc-form-element-select textarea,
.csc-mailform ol li.csc-form-element-textline textarea,
.csc-mailform ol li.csc-form-element-textarea textarea,
.csc-mailform ol li.csc-form-element-select input,
.csc-mailform ol li.csc-form-element-textline input,
.csc-mailform ol li.csc-form-element-textarea input {
  width: 70%;
  background-color: #FFFFFF;
  border: 1px solid #999999;
}
/*new mailform anpassungen*/
.formFramework textarea,
.formFramework input {
  width: 100%;
  background-color: #FFFFFF;
  border: none;
}
.formFramework textarea:focus,
.formFramework input:focus,
.formFramework textarea:focus-within,
.formFramework input:focus-within {
  outline: 1px solid #00A3E0;
}
#produktliste {
  overflow: hidden;
}
/*Product filter list*/
.productListRow {
  border-top: 1px solid #eaeff2;
  padding-top: 2em;
  margin-top: 2em;
  -webkit-transition: border 300ms ease-out;
  -moz-transition: border 300ms ease-out;
  -o-transition: border 300ms ease-out;
  transition: border 300ms ease-out;
}
.productListRow .productListRowLeft {
  padding-right: 0;
}
.productListRow .productListRowCenter {
  padding-left: 1em;
}
.productListRow:last-child {
  border-bottom: 1px solid #eaeff2;
  padding-bottom: 2em;
}
.productListRow.hover {
  border-color: #0c2340;
}
.productListRow.hoverPrev {
  border-top-color: #0c2340;
}
@media (max-width: 991px) {
  .productListRow {
    margin-top: 20px;
  }
  .productListRow .produktitem {
    padding-bottom: 30px;
  }
  .productFilterWrapper {
    margin-bottom: 2em;
  }
  .productFilterWrapper .row-eq-height {
    display: block;
  }
  .productFilterWrapper .col-sm-2 {
    width: 20%;
  }
  .productFilterWrapper .filterBox i {
    font-size: 4em !important;
  }
  .clearFilter {
    max-height: none !important;
  }
  .clearFilter p {
    margin: 0;
  }
  .clearFilter .clearFilterAction {
    position: relative !important;
    right: 0px !important;
    line-height: 1.6em !important;
  }
}
/*Filter*/
.filterSectionWrapper {
  margin-bottom: 1em;
}
.filterSectionWrapper .filter {
  position: relative;
}
.filterSectionWrapper .filter .selectWrapper {
  display: inline-block;
  border-right: 10px solid #FFFFFF;
  position: relative;
}
.filterSectionWrapper .filter .selectWrapper:after {
  font-family: FontAwesome;
  content: "\f107";
  color: #0c2340;
  position: absolute;
  right: 10px;
  line-height: 30px;
}
.filterSectionWrapper .filter .selectWrapper select {
  border: none;
  font-family: "Barlow Bold";
  background-color: transparent;
  height: 1.7em;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.filterSectionWrapper .filter .selectWrapper select::-ms-expand {
  display: none;
}
.filterSectionWrapper .filter .filterResults {
  position: absolute;
  right: 5px;
  top: 6px;
  color: #FFFFFF;
  z-index: 25;
  font-size: 1.2em;
}
.filterSectionWrapper .filter.black .filterResults {
  position: relative;
  color: #000000;
  right: 0px;
  top: 0px;
}
.productFilterWrapper {
  font-size: 0.762em;
}
.productFilterWrapper .row-eq-height {
  flex-wrap: wrap;
}
.productFilterWrapper .productFilterRow {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.productFilterWrapper .productFilterRow > div {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.productFilterWrapper .filterWrapWrapper {
  transition: background-color 300ms ease-out;
  background-clip: content-box;
  hyphens: auto;
}
.productFilterWrapper .filterWrapWrapper.active {
  background-color: #e6f8ff;
}
.productFilterWrapper .filterWrapWrapper .filterWrap {
  padding: 0.5em 0.5em 2.5em;
}
.productFilterWrapper .filterWrapWrapper .filterWrap .filterHeader {
  display: flex;
  gap: 1em;
}
.productFilterWrapper .filterWrapWrapper .filterWrap b {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  display: block;
}
.productFilterWrapper .productFilterBar {
  font-size: 1.3em;
  text-transform: uppercase;
  cursor: pointer;
}
.productFilterWrapper .filterBox {
  background-color: #FFFFFF;
  height: 75px;
  text-align: center;
  transition: all 300ms ease-out;
  cursor: pointer;
}
.productFilterWrapper .filterBox i {
  font-size: 5em;
  line-height: 75px;
  color: #0c2340;
  transition: all 300ms ease-out;
}
.productFilterWrapper .filterBox.active,
.productFilterWrapper .filterBox:hover {
  background-color: #0c2340;
}
.productFilterWrapper .filterBox.active i,
.productFilterWrapper .filterBox:hover i {
  color: #FFFFFF;
}
.productFilterWrapper .filterBox.disabled {
  cursor: default;
  opacity: 0.55;
}
.productFilterWrapper .filterBox.disabled:hover {
  background-color: #FFFFFF;
}
.productFilterWrapper .filterBox.disabled:hover i {
  color: #0c2340;
}
.productFilterWrapper .filterBox.active {
  cursor: default;
}
.productFilterWrapper .filterAccordionToggle .filterAccordionTextLevel1Open,
.productFilterWrapper .filterAccordionToggle .filterAccordionTextLevel1Closed,
.productFilterWrapper .filterAccordionToggle .filterAccordionTextLevel2Open,
.productFilterWrapper .filterAccordionToggle .filterAccordionTextLevel2Closed {
  color: #FFFFFF;
  font-family: "Barlow Bold";
}
.productFilterWrapper .filterAccordionToggle .filterAccordionTextLevel1Open:after,
.productFilterWrapper .filterAccordionToggle .filterAccordionTextLevel1Closed:after,
.productFilterWrapper .filterAccordionToggle .filterAccordionTextLevel2Open:after,
.productFilterWrapper .filterAccordionToggle .filterAccordionTextLevel2Closed:after {
  font-family: "FontAwesome";
  content: "\f107";
  color: #FFFFFF;
  font-size: 1.4em;
  margin-left: 0.3em;
}
.productFilterWrapper .filterAccordionToggle .filterAccordionTextLevel1Closed,
.productFilterWrapper .filterAccordionToggle .filterAccordionTextLevel2Closed {
  display: inline-block;
}
.productFilterWrapper .filterAccordionToggle .filterAccordionTextLevel1Open,
.productFilterWrapper .filterAccordionToggle .filterAccordionTextLevel2Open {
  display: none;
}
.productFilterWrapper .filterAccordionToggle .filterAccordionTextLevel2Open:after,
.productFilterWrapper .filterAccordionToggle .filterAccordionTextLevel1Open:after {
  content: "\f106";
}
.productFilterWrapper .filterAccordionToggle.filterAccordionOpen .filterAccordionTextLevel1Closed,
.productFilterWrapper .filterAccordionToggle.filterAccordionOpen .filterAccordionTextLevel2Closed {
  display: none;
}
.productFilterWrapper .filterAccordionToggle.filterAccordionOpen .filterAccordionTextLevel1Open,
.productFilterWrapper .filterAccordionToggle.filterAccordionOpen .filterAccordionTextLevel2Open {
  display: inline-block;
}
.productFilterWrapper .clearSpecialFilter {
  color: #999999;
  position: absolute;
  bottom: 5px;
  left: 0.75em;
  display: none;
  cursor: pointer;
}
.productFilterWrapper .clearSpecialFilter:before {
  font-family: FontAwesome;
  content: "\f00d";
  color: #FFFFFF;
  border: 1px solid #999999;
  background-color: #999999;
  margin-right: 2px;
  padding: 1px;
  font-size: 0.85em;
}
/*Filter Accordions*/
.filterAccordion {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #eaeff2;
  position: relative;
  transition: all 300ms ease;
}
.filterAccordion .filterAccordionHeader {
  font-family: "Barlow Bold";
  padding: 0.5em 1.75em 0.75em 0.75em;
  position: relative;
  cursor: pointer;
  background-color: #eaeff2;
  transition: all 400ms 300ms ease-out;
  hyphens: auto;
}
.filterAccordion .filterAccordionHeader:after {
  font-family: "FontAwesome";
  content: "\f107";
  color: #0c2340;
  position: absolute;
  right: 8px;
  top: 5px;
  font-size: 1.4em;
}
.filterAccordion .filterAccordionHeader .questionMark {
  height: 15px;
  width: 15px;
  vertical-align: top;
  font-size: 0.9em;
  line-height: 16px;
  margin-left: 0.2em;
}
.filterAccordion .filterAccordionBody {
  display: none;
  padding: 0.5em 0.75em 2.5em;
  position: relative;
  height: inherit;
}
.filterAccordion.accordionOpen .filterAccordionHeader:after {
  content: "\f106";
}
.selectFilterWrapper.active .filterAccordionHeader {
  background-color: #A4C8E1;
}
.selectFilterWrapper.active .accordionOpen .filterAccordionHeader {
  background-color: #eaeff2;
}
.filterSelection {
  font-size: 1.1em;
  color: #CFD9DF;
  font-family: 'Barlow Bold', Arial, sans-serif;
}
.clearFilter {
  background-color: #CFD9DF;
  max-height: 38px;
  padding: 0 5px;
  font-size: 1.2em;
  font-family: 'Barlow Bold', Arial, sans-serif;
  line-height: 38px;
}
.clearFilter .clearFilterAction {
  position: absolute;
  right: 15px;
  top: 0px;
  cursor: pointer;
  color: #0c2340;
}
.clearFilter .clearFilterAction a {
  color: #0c2340;
}
.clearFilter .clearFilterAction a:after {
  font-family: FontAwesome;
  content: "\f00d";
  color: #0c2340;
  border: 1px solid #0c2340;
  margin-left: 6px;
  padding: 1px;
  font-isze: 0.85em;
}
.clearFilter .clearFilterAction.disabled {
  opacity: 0.25;
  -webkit-opacity: 0.25;
  -o-opacity: 0.25;
  cursor: default;
}
/*Linia - Lichtbandsysteme InfoBox*/
.cmsLightboxInfo {
  border: 1px solid #0c2340;
  background: #f4f4f4;
  background: -moz-linear-gradient(left, #f4f4f4 1%, #f9f9f9 29%, #ffffff 44%, #ffffff 59%, #f9f9f9 75%, #f4f4f4 100%);
  background: -webkit-linear-gradient(left, #f4f4f4 1%, #f9f9f9 29%, #ffffff 44%, #ffffff 59%, #f9f9f9 75%, #f4f4f4 100%);
  background: linear-gradient(to right, #f4f4f4 1%, #f9f9f9 29%, #ffffff 44%, #ffffff 59%, #f9f9f9 75%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#f4f4f4', GradientType=1);
  padding: 1.5em;
  margin-bottom: 2em;
  position: relative;
  cursor: pointer;
  display: block;
  color: #333333;
}
.cmsLightboxInfo.infoGap {
  margin: 2em 0 1em 0;
}
.cmsLightboxInfo h3 {
  font-size: 1.143em;
  font-family: "Barlow Bold";
  margin: 0 0 0 0.1em;
}
.cmsLightboxInfo:after {
  content: "i";
  color: #FFFFFF;
  font-size: 1.3em;
  font-family: "Barlow Bold";
  line-height: 32px;
  height: 32px;
  width: 32px;
  text-align: center;
  background-color: #0c2340;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  position: absolute;
  right: 10px;
  top: 10px;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated:after {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce:after {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash:after {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse:after {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand:after {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake:after {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing:after {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada:after {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble:after {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  100% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  100% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello:after {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn:after {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown:after {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft:after {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight:after {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp:after {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut:after {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown:after {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft:after {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight:after {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp:after {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn:after {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown:after {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig:after {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft:after {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig:after {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight:after {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig:after {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp:after {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig:after {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut:after {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown:after {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig:after {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft:after {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig:after {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight:after {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig:after {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp:after {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig:after {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip:after {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX:after {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY:after {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX:after {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY:after {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn:after {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut:after {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn:after {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft:after {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight:after {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft:after {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight:after {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut:after {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft:after {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight:after {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft:after {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight:after {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge:after {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn:after {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut:after {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn:after {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown:after {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft:after {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight:after {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp:after {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut:after {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown:after {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft:after {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight:after {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp:after {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown:after {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft:after {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight:after {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp:after {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDow:after {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft:after {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight:after {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp:after {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.newsListItemsWrapper {
  position: relative;
}
.newsListItemsWrapper .page-navigation {
  display: none;
}
.newsListItemsWrapper .newsListItems .newsListItem {
  margin-top: 2em;
  padding-top: 2em;
  position: relative;
  padding-right: 3em;
  -webkit-transition: transform 800ms 100ms ease-out;
  -moz-transition: transform 800ms 100ms ease-out;
  -o-transition: transform 800ms 100ms ease-out;
  transition: transform 800ms 100ms ease-out;
}
.newsListItemsWrapper .newsListItems .newsListItem:before {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 0em;
  height: 1px;
  background-color: #eaeff2;
  display: block;
  transition: all 300ms linear;
}
.newsListItemsWrapper .newsListItems .newsListItem.hover:before {
  background-color: #0c2340;
}
.newsListItemsWrapper .newsListItems .newsListItem.hover:last-child:after {
  background-color: #0c2340;
}
.newsListItemsWrapper .newsListItems .newsListItem.hoverPrev:before {
  background-color: #0c2340;
}
.newsListItemsWrapper .newsListItems .newsListItem:last-child {
  margin-bottom: 2em;
  padding-bottom: 2em;
}
.newsListItemsWrapper .newsListItems .newsListItem:last-child:after {
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 0em;
  height: 1px;
  background-color: #eaeff2;
  display: block;
  transition: all 300ms linear;
}
.newsListItemsWrapper .newsListItems .newsListItem .newsType {
  font-size: 0.75em;
  padding: 0.5em;
  background-color: #eaeff2;
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 0.75em;
}
.newsListItemsWrapper .newsListItems .newsListItem .newsLink {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  background-color: #0c2340;
  position: absolute;
  right: 0.4em;
  top: 3em;
}
.newsListItemsWrapper .newsListItems .newsListItem .newsLink:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #FFFFFF;
  font-size: 1.8em;
}
.newsListItemsWrapper .newsListItems .newsListItem.hideMe {
  transform: translateX(-300%);
  margin: 0;
}
/*Mobile Anpassungen News*/
@media (max-width: 991px) {
  .newsListItem {
    margin-top: 1em;
    padding-top: 1em;
  }
  .newsListItem .newsLink {
    bottom: 0.5em;
    top: auto;
  }
  .newsCheckboxes .checkbox-custom-label,
  .newsCheckboxes .radio-custom-label {
    width: 8em;
  }
}
#footer {
  padding: 2em;
  color: #FFFFFF;
  font-size: 0.875em;
}
#footer .footerSpan {
  padding-top: 0.762em;
}
#footer .footerSpan a {
  transition: all 300ms ease-out;
}
#footer .footerSpan a:hover {
  color: #00A3E0;
}
@media (max-width: 991px) {
  #footer {
    padding: 2em 0;
  }
  #footer .footerSpan {
    padding-bottom: 1.5em;
    border-bottom: 1px solid #FFFFFF;
    padding-top: 0;
    margin-bottom: 1.5em;
  }
  #footer .footerSpan:last-child {
    border-bottom: none;
  }
  #footer .footerSpan p {
    padding-left: 0.5em;
  }
  #footer .footerSpan .socialIcon {
    margin-left: 0.3em;
    margin-right: 0;
  }
}
/*pageNav*/
.pageNav {
  padding-top: 3em;
}
.pageNav .socialSharePopUp {
  display: none;
  position: absolute;
  top: -10px;
  left: 32px;
  width: 167px;
  border: 1px solid #00bcff;
  transform: translateY(-100%);
  background-color: #FFF;
  padding: 3px 10px;
  z-index: 30;
}
.pageNav .socialSharePopUp:after,
.pageNav .socialSharePopUp:before {
  top: 100%;
  left: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.pageNav .socialSharePopUp:after {
  border-color: rgba(0, 188, 255, 0);
  border-top-color: #00bcff;
  border-width: 7px;
  margin-left: -7px;
}
.pageNav .socialSharePopUp:before {
  border-color: rgba(0, 188, 255, 0);
  border-top-color: #00bcff;
  border-width: 8px;
  margin-left: -8px;
}
.pageNav .socialSharePopUp > div {
  color: #c5c6c6;
  margin-right: 7px;
  font-size: 36px;
  cursor: pointer;
}
.pageNav .socialSharePopUp > div:last-child {
  margin-right: 0;
}
#flyout-search-tab-container .nav.nav-tabs {
  margin-bottom: 0;
  background-color: #fff;
}
#flyout-search-tab-container h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 1.9em;
}
#flyout-search-tab-container .buttonSection {
  margin-top: 1em;
  padding-bottom: 1em;
}
#flyout-search-tab-container .buttonSection a.btn {
  font-weight: bold;
}
#flyout-search-tab-container #container-search-products .referenzListRow {
  margin-top: 1em;
  padding-top: 1em;
}
#flyout-search-tab-container #container-search-products .row .produkteRow .searchResultItem p {
  height: 46px;
  text-overflow: ellipsis;
  overflow: hidden;
}
#flyout-search-tab-container #container-search-products .row .produkteRow .searchResultItem .productImage {
  padding-right: 0;
}
#flyout-search-tab-container #container-search-products .row .produkteRow .row {
  margin-bottom: 0.5em;
}
#flyout-search-tab-container #container-search-references .referenzListRow {
  margin-top: 1em;
  padding-top: 1em;
}
#flyout-search-tab-container #container-search-references .row:first-child::before {
  background-color: transparent;
}
#flyout-search-tab-container #container-search-downloads .searchResultItem .col-md-5 a:before {
  content: "";
  display: none;
}
#flyout-search-tab-container #container-search-downloads .searchResultItem.downloadRow {
  padding-left: 3em;
}
#flyout-search-tab-container #container-search-downloads .searchResultItem.downloadRow::before {
  background-color: #00bcff;
  border-radius: 50%;
  color: #ffffff;
  content: "PDF";
  display: inline-block;
  font-size: 0.68em;
  height: 32px;
  line-height: 32px;
  margin-right: 0.5em;
  text-align: center;
  width: 32px;
}
#flyout-search-tab-container #container-search-downloads .searchResultItem.downloadRow.pdf:before {
  content: "PDF";
}
#flyout-search-tab-container #container-search-downloads .searchResultItem.downloadRow.txt:before {
  content: "TXT";
}
#flyout-search-tab-container #container-search-downloads .searchResultItem.downloadRow.site:before {
  content: "SITE";
}
#flyout-search-tab-container #container-search-downloads .searchResultItem.downloadRow.jpg:before {
  content: "JPG";
}
#flyout-search-tab-container #container-search-downloads .searchResultItem.downloadRow.png:before {
  content: "PNG";
}
#flyout-search-tab-container #container-search-downloads .searchResultItem.downloadRow.zip:before {
  content: "ZIP";
}
#flyout-search-tab-container #container-search-downloads .searchResultItem.downloadRow.LDT:before {
  content: "LDT";
}
#flyout-search-tab-container #container-search-downloads .searchResultItem.downloadRow.D81:before {
  content: "D81";
}
#flyout-search-tab-container #container-search-downloads .searchResultItem.downloadRow.X81:before {
  content: "X81";
}
#flyout-search-tab-container #container-search-downloads .searchResultItem.downloadRow.rfa:before {
  content: "RFA";
}
#flyout-search-tab-container #container-search-downloads .searchResultItem.downloadRow a.important::before {
  content: "";
  display: none;
}
#flyout-search-tab-container .merkzettelListRow {
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.row.searchRow {
  margin-left: 0;
  margin-right: 0;
}
#searchOverlayForm .searchInputWrapper {
  margin-bottom: 1em;
  padding-bottom: 1em;
}
#searchOverlayResults {
  overflow: hidden;
  position: relative;
}
.productImage {
  margin-right: 0.95em;
  margin-top: 0.3em;
  margin-left: 5px;
  padding-left: 0 ;
}
.productImage img {
  width: 100%;
}
.archivedLabel {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0.3em;
}
#mainNavContent #navContentWrapper li.navContentWrapper .subNavFooter {
  margin-top: 0;
}
#container-search-products .referenzListRow,
#container-search-led .referenzListRow,
#container-search-group .referenzListRow,
#container-search-page .referenzListRow,
#container-search-references .referenzListRow {
  margin-top: 1em;
  padding-top: 1em;
  padding-bottom: 0;
  margin-bottom: 0;
}
#container-search-products .referenzListRow:first-child::before,
#container-search-led .referenzListRow:first-child::before,
#container-search-group .referenzListRow:first-child::before,
#container-search-page .referenzListRow:first-child::before,
#container-search-references .referenzListRow:first-child::before {
  background-color: transparent;
}
#container-search-downloads .searchResultItem:first-child {
  margin-top: 1.7em;
}
/*AN DIE PASSENDE STELLE SETZEN*/
@media (max-width: 992px) {
  #headerMobile {
    position: relative;
  }
  #headerMobile .mobileSearch {
    display: none;
    background: #f1f1f1;
    z-index: 99999;
  }
  #headerMobile .mobileSearch h3 {
    margin-bottom: 1em;
    margin-top: 0.6em;
    font-family: "Barlow Bold";
    font-size: 1em;
    color: #333;
  }
  #headerMobile .mobileSearch #searchFormMobile .fullwidth.inputSearch {
    background: #fff;
  }
  .searchInputWrapper {
    margin-bottom: 1em;
  }
  #flyout-search-tab-container h3 {
    margin-top: 0;
  }
  #flyout-search-tab-container #container-search-references .referenzListRow {
    padding-right: 0;
    margin-top: 0;
  }
  #flyout-search-tab-container #container-search-group .merkzettelListRow,
  #flyout-search-tab-container #container-search-group .merkzettelSpacerRight {
    padding-right: 0;
  }
  .nav.nav-tabs {
    padding-bottom: 1em;
  }
}
#CybotCookiebotDialog,
#CookiebotWidget {
  font-family: 'Barlow Regular', Arial, sans-serif !important;
}
#CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonsWrapper #CybotCookiebotDialogBodyButtonDecline {
  border: none !important;
  color: #00A3E0 !important;
  display: inline !important;
  text-decoration: underline;
  padding: 0;
  margin-top: 20px;
}
#CybotCookiebotDialogPoweredbyCybot {
  display: none !important;
}
.produktempfehlung {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
@media (min-width: 768px) {
  .produktempfehlung {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .produktempfehlung {
    grid-template-columns: repeat(4, 1fr);
  }
}
.produktempfehlung__item--bigItem {
  grid-column: span 1;
  grid-row: span 1;
  display: grid;
  grid-template-rows: 1fr;
}
@media (min-width: 768px) {
  .produktempfehlung__item--bigItem {
    grid-column: span 3;
    grid-row: span 2;
  }
}
@media (min-width: 992px) {
  .produktempfehlung__item--bigItem {
    grid-column: span 2;
    grid-row: span 2;
  }
}
.produktempfehlung__item--bigItem .produktempfehlung__item-image {
  object-position: center;
}
.produktempfehlung__item-image {
  aspect-ratio: 3/2;
  object-fit: contain;
}