@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import "jquery-jvectormap-2.0.3.css";
@font-face {
  font-family: 'FontAwesome';
  src: url('../Fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('../Fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../Fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../Fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../Fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../Fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.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: 1em;
}
.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;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp: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-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.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;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*!
 * Bootstrap v3.3.6 (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('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../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: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.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: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.55;
  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;
  -webkit-transition-property: all 0.2s ease-in-out;
  transition-property: all 0.2s ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 27px;
  margin-bottom: 27px;
  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.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 27px;
  margin-bottom: 13.5px;
}
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: 13.5px;
  margin-bottom: 13.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 26px;
}
h3,
.h3 {
  font-size: 25px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 18px;
}
p {
  margin: 0 0 13.5px;
}
.lead {
  margin-bottom: 27px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}
small,
.small {
  font-size: 77%;
}
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: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #ff9a00;
}
a.text-success:hover,
a.text-success:focus {
  color: #cc7b00;
}
.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: #e95d0f;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b94a0c;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #f69e6f;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #f37e3f;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #ffeb99;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #ffe166;
}
.page-header {
  padding-bottom: 12.5px;
  margin: 54px 0 27px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 13.5px;
}
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: 27px;
}
dt,
dd {
  line-height: 1.55;
}
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: 13.5px 27px;
  margin: 0 0 27px;
  font-size: 22.5px;
  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.55;
  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: 27px;
  font-style: normal;
  line-height: 1.55;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 13px;
  margin: 0 0 13.5px;
  font-size: 17px;
  line-height: 1.55;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.55;
  vertical-align: top;
  border-top: 0;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 0;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 0;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 0;
}
.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: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 0;
}
.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: #f69e6f;
}
.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: #f58e57;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #ffeb99;
}
.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: #ffe680;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    border: 0;
  }
  .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 {
    display: block;
  }
  .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: 27px;
  font-size: 27px;
  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: 18px;
  line-height: 1.55;
  color: #000000;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.55;
  color: #000000;
  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);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-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;
  -webkit-transition-property: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition-property: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.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);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -o-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: transparent;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: transparent;
}
.form-control::-webkit-input-placeholder {
  color: transparent;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.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: 40px;
  }
  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: 27px;
  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: 45px;
}
.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: 41px;
  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: 47px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 50px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  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: #ff9a00;
}
.has-success .form-control {
  border-color: #ff9a00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-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: #cc7b00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc266;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc266;
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc266;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc266;
}
.has-success .input-group-addon {
  color: #ff9a00;
  border-color: #ff9a00;
  background-color: #f69e6f;
}
.has-success .form-control-feedback {
  color: #ff9a00;
}
.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);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-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;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -o-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: #e95d0f;
}
.has-error .form-control {
  border-color: #e95d0f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-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: #b94a0c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f59b69;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f59b69;
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f59b69;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f59b69;
}
.has-error .input-group-addon {
  color: #e95d0f;
  border-color: #e95d0f;
  background-color: #ffeb99;
}
.has-error .form-control-feedback {
  color: #e95d0f;
}
.has-feedback label ~ .form-control-feedback {
  top: 32px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 34px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition-property: opacity 0.15s linear;
  transition-property: opacity 0.15s linear;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade.in,
.fade.show {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in,
.collapse.show {
  display: block;
}
tr.collapse.in,
tr.collapse.show {
  display: table-row;
}
tbody.collapse.in,
tbody.collapse.show {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 18px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 12.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.55;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #eeeeee;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.55;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -o-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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple] .input-group-lg > .form-control,
select[multiple] .input-group-lg > .input-group-addon,
select[multiple] .input-group-lg > .input-group-btn > .btn {
  height: auto;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple] .input-group-lg > .form-control,
select[multiple] .input-group-lg > .input-group-addon,
select[multiple] .input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  font-size: 14px;
  height: 33px;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple] .input-group-sm > .form-control,
select[multiple] .input-group-sm > .input-group-addon,
select[multiple] .input-group-sm > .input-group-btn > .btn {
  height: auto;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple] .input-group-sm > .form-control,
select[multiple] .input-group-sm > .input-group-addon,
select[multiple] .input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #000000;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.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: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 12.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.55;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.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: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.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: #337ab7;
}
.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: 27px;
  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: 15px;
  padding-left: 15px;
  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: -15px;
  margin-left: -15px;
}
@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: 11.5px 15px;
  font-size: 20px;
  line-height: 27px;
  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: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  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: 5.75px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 27px;
}
@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: 27px;
  }
  .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: 11.5px;
    padding-bottom: 11.5px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  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);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -o-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: 5px;
  margin-bottom: 5px;
}
@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 (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 {
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
    font-size: 18px;
    cursor: pointer;
  }
  .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;
    -moz-box-shadow: none;
    -o-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: 5px;
  margin-bottom: 5px;
}
.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: 11.5px;
  margin-bottom: 11.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left;
    float: left !important;
  }
  .navbar-right {
    float: right;
    float: right !important;
    margin-right: -15px;
  }
  .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;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 27px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination,
.tx-indexedsearch-browsebox {
  display: inline-block;
  padding-left: 0;
  margin: 27px 0;
  border-radius: 4px;
}
.pagination > li,
.tx-indexedsearch-browsebox > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span,
.tx-indexedsearch-browsebox > li > strong > a,
.tx-indexedsearch-browsebox > li > a {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.55;
  text-decoration: none;
  color: #ee7f00;
  background-color: #ffffff;
  border: 1px solid transparent;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.tx-indexedsearch-browsebox > li > strong > a:hover,
.tx-indexedsearch-browsebox > li > strong > a:focus,
.tx-indexedsearch-browsebox > li > a:hover,
.tx-indexedsearch-browsebox > li > a:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #ee7f00;
  border-color: transparent;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.tx-indexedsearch-browsebox > .tx-indexedsearch-browselist-currentPage > strong > a,
.tx-indexedsearch-browsebox > .tx-indexedsearch-browselist-currentPage > strong > a:hover,
.tx-indexedsearch-browsebox > .tx-indexedsearch-browselist-currentPage > strong > a:focus,
.tx-indexedsearch-browsebox > .tx-indexedsearch-browselist-currentPage > a,
.tx-indexedsearch-browsebox > .tx-indexedsearch-browselist-currentPage > a:hover,
.tx-indexedsearch-browsebox > .tx-indexedsearch-browselist-currentPage > a:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #ee7f00;
  border-color: transparent;
  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: #ffffff;
  border-color: #eeeeee;
  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: 27px 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: #ffffff;
  border: 1px solid transparent;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #ee7f00;
}
.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: #ffffff;
  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: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.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;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 81px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 27px;
  line-height: 1.55;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  -webkit-transition-property: border 0.2s ease-in-out;
  transition-property: border 0.2s ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 27px;
  margin-bottom: 27px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 27px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-transition-property: width 0.6s ease;
  transition-property: width 0.6s ease;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.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: #337ab7;
  border-color: #337ab7;
}
.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: #c7ddef;
}
.list-group-item-success {
  color: #ff9a00;
  background-color: #f69e6f;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #ff9a00;
}
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: #ff9a00;
  background-color: #f58e57;
}
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: #ff9a00;
  border-color: #ff9a00;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
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: #c4e3f3;
}
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: #e95d0f;
  background-color: #ffeb99;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #e95d0f;
}
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: #e95d0f;
  background-color: #ffe680;
}
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: #e95d0f;
  border-color: #e95d0f;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 27px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 0;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 0;
  background-color: transparent;
  border-top: 1px solid transparent;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 27px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid transparent;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid transparent;
}
.panel-default {
  border-color: #eeeeee;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: transparent;
  border-color: #eeeeee;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eeeeee;
}
.panel-default > .panel-heading .badge {
  color: transparent;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #eeeeee;
}
.panel-default > .panel-heading {
  color: inherit;
  background-color: transparent;
  border-bottom: 1px solid #eeeeee;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eeeeee;
}
.panel-default > .panel-heading .badge {
  color: transparent;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #eeeeee;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: inherit;
  background-color: #337ab7;
  border-bottom: 1px solid #eeeeee;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #f37e3f;
}
.panel-success > .panel-heading {
  color: #ff9a00;
  background-color: #f69e6f;
  border-color: #f37e3f;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f37e3f;
}
.panel-success > .panel-heading .badge {
  color: #f69e6f;
  background-color: #ff9a00;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f37e3f;
}
.panel-success > .panel-heading {
  color: inherit;
  background-color: #f69e6f;
  border-bottom: 1px solid #eeeeee;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f37e3f;
}
.panel-success > .panel-heading .badge {
  color: #f69e6f;
  background-color: #ff9a00;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f37e3f;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: inherit;
  background-color: #d9edf7;
  border-bottom: 1px solid #eeeeee;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: inherit;
  background-color: #fcf8e3;
  border-bottom: 1px solid #eeeeee;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: transparent;
}
.panel-danger > .panel-heading {
  color: #e95d0f;
  background-color: #ffeb99;
  border-color: transparent;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-danger > .panel-heading .badge {
  color: #ffeb99;
  background-color: #e95d0f;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-danger > .panel-heading {
  color: inherit;
  background-color: #ffeb99;
  border-bottom: 1px solid #eeeeee;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-danger > .panel-heading .badge {
  color: #ffeb99;
  background-color: #e95d0f;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.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%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.55;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.55;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.tooltip.in,
.tooltip.show {
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: auto;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.55;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 18px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  -webkit-transition-property: 0.6s ease-in-out left;
  transition-property: 0.6s ease-in-out left;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  font-size: 90px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 135px;
    height: 135px;
    margin-top: -45px;
    font-size: 135px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -45px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -45px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.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,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-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,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.panel-body:after,
.modal-header:after,
.modal-footer: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;
  }
}
.appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.fa-angle-untransform {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.fa-angle-transform {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.col-full-extra {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 105px;
  padding-right: 105px;
}
@media (max-width: 768px) {
  .col-full-extra {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.color-orange-dark {
  color: #e95d0f;
}
.bg-orange-dark {
  background-color: #e95d0f;
}
.color-yellow-light {
  color: #ffcc00;
}
.bg-yellow-light {
  background-color: #ffcc00;
}
.color-blue-light-dark {
  color: #3a585e;
}
.bg-color-blue-light-dark {
  background-color: #3a585e;
}
.content a.phone-link,
a.phone-link {
  text-decoration: none;
  color: inherit;
}
.content a.phone-link:hover,
a.phone-link:hover,
.content a.phone-link:focus,
a.phone-link:focus {
  color: inherit;
}
.body-hidden {
  overflow: visible;
}
@media (max-width: 768px) {
  .body-hidden {
    overflow: hidden;
  }
}
.body-visible {
  overflow: visible;
}
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: #000000;
  background-color: #f1f1f1;
  letter-spacing: 0.005em;
}
.headline_special-margin {
  margin: 0 0 20px 0;
}
.w-headline-bottom {
  margin-top: 30px;
}
.headline-margin-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.headline-margin-md {
  margin-top: 20px;
  margin-bottom: 20px;
}
.headline-margin-lg {
  margin-top: 30px;
  margin-bottom: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h1,
.h1 {
  font-size: 36px;
  color: #e95d0f;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin: 0;
}
@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 34px;
    word-break: break-word;
  }
}
h2,
.h2 {
  font-size: 26px;
  color: #000000;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 768px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}
h3,
.h3 {
  font-size: 25px;
  color: #e95d0f;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 768px) {
  h3,
  .h3 {
    font-size: 23px;
  }
}
h4,
.h4 {
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 768px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}
h5,
.h5 {
  font-size: 20px;
  color: #e95d0f;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 768px) {
  h5,
  .h5 {
    font-size: 18px;
  }
}
h6,
.h6 {
  font-size: 18px;
  color: #000000;
  font-weight: normal;
  margin: 0;
}
@media (max-width: 768px) {
  h6,
  .h6 {
    font-size: 16px;
  }
}
p {
  padding: 0;
  margin: 0 0 15px 0;
}
p:last-child {
  margin: 0;
}
img {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li:before {
  content: "■";
  padding-right: 12px;
  color: #e95d0f;
}
.no-content-before,
.typo3-messages {
  list-style: none;
  padding: 0;
  margin: 0;
}
.no-content-before li,
.typo3-messages li {
  margin-bottom: 0;
  text-indent: 0;
}
.no-content-before li:before,
.typo3-messages li:before {
  content: none;
  padding-right: 0;
}
.no-content-before li.alert,
.typo3-messages li.alert {
  padding: 0;
  color: #000000;
  background-color: #ffffff;
  border-color: transparent;
}
ul.list-inline {
  margin: 0;
}
ul.list-inline li {
  display: inline-block;
}
li {
  margin-bottom: 4px;
  padding-left: 38px;
  text-indent: -22px;
}
@media screen \0 {
  .ul,
  li,
  .nav ul,
  .nav li {
    list-style: none;
    list-style-type: none;
    list-style-position: unset;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  }
}
a {
  color: #e95d0f;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #e95d0f;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
small,
.small {
  font-size: 85%;
}
.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: inherit;
  opacity: 0.6;
}
.trimtext {
  display: none;
}
a[href]:not([tabindex='-1']):focus,
area[href]:not([tabindex='-1']):focus,
button:not([disabled]):not([tabindex='-1']):focus,
iframe:not([tabindex='-1']):focus,
[tabindex]:not([tabindex='-1']):focus,
[contentEditable=true]:not([tabindex='-1']):focus {
  outline-color: black;
}
select:not([disabled]):not([tabindex='-1']):focus,
textarea:not([disabled]):not([tabindex='-1']):focus,
input:not([disabled]):not([tabindex='-1']):focus {
  border: 1px solid black;
}
input[type="submit"]:focus,
input[type="button"]:focus,
.input_button_submit:focus,
.btn:focus {
  border: 2px solid black !important;
}
input.readonly:focus {
  border: none !important;
}
button:not([disabled]):not([tabindex='-1']):focus {
  outline-style: solid;
  outline-width: 1px;
}
/* ACCESSIBILITY TAB NAV ------------------------  */
#accessibilityTabNav {
  left: 0;
  top: 0;
  height: auto;
  position: relative;
}
#accessibilityTabNav ul {
  margin: 0;
  padding: 0;
  height: auto;
}
#accessibilityTabNav ul li {
  margin: 0;
  padding: 0;
  height: auto;
  line-height: 0;
  position: relative;
  display: inline;
}
#accessibilityTabNav ul li:before {
  content: '';
  padding-right: 0;
}
#accessibilityTabNav ul li a {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  display: inline;
  line-height: 0;
}
#accessibilityTabNav ul li a:focus {
  left: 0;
  display: inline-block;
  height: 26px;
  position: relative;
  padding: 5px 54px;
  line-height: 18px;
}
/* END ACCESSIBILITY TAB NAV */
.hide-label {
  margin-left: -10000px;
  height: 0;
}
.w-100 {
  width: 100%;
}
.btn,
a.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: 2px solid transparent;
  white-space: nowrap;
  border-radius: 0;
  transition: 0.4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
a.btn:focus,
.btn:active:focus,
a.btn:active:focus,
.btn.active:focus,
a.btn.active:focus,
.btn.focus,
a.btn.focus,
.btn:active.focus,
a.btn:active.focus,
.btn.active.focus,
a.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
a.btn:hover,
.btn:focus,
a.btn:focus,
.btn.focus,
a.btn.focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
a.btn:active,
.btn.active,
a.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -o-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,
a.btn.disabled,
.btn[disabled],
a.btn[disabled],
fieldset[disabled] .btn,
fieldset[disabled] a.btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
aa.btn.disabled,
fieldset[disabled] a.btn,
fieldset[disabled] aa.btn {
  pointer-events: none;
}
[type="submit"],
[type="button"],
[type="reset"],
.btn-default,
a.btn-default,
.content a.btn-default,
input.btn-submit {
  background-color: #e95d0f;
  color: #ffffff;
  border: 2px solid #e95d0f;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 7px 15px 5px;
  margin-bottom: 5px;
  border-radius: 0px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
[type="submit"]:hover,
[type="button"]:hover,
[type="reset"]:hover,
.btn-default:hover,
a.btn-default:hover,
.content a.btn-default:hover,
input.btn-submit:hover,
[type="submit"]:focus,
[type="button"]:focus,
[type="reset"]:focus,
.btn-default:focus,
a.btn-default:focus,
.content a.btn-default:focus,
input.btn-submit:focus {
  color: #e95d0f;
  background-color: #ffffff;
  border: 2px solid #e95d0f;
  outline: none;
}
a.btn.btn-default {
  color: #ffffff;
  text-decoration: none;
}
a.btn.btn-default:hover,
a.btn.btn-default:focus {
  color: #e95d0f;
  background-color: #ffffff;
  border: 2px solid #e95d0f;
  outline: none;
}
.btn-white-orange,
.content a.btn-white-orange {
  color: #e95d0f;
  background-color: #ffffff;
  border: 2px solid #e95d0f;
  text-decoration: none;
}
.btn-white-orange:hover,
.content a.btn-white-orange:hover,
.btn-white-orange:focus,
.content a.btn-white-orange:focus {
  background-color: #e95d0f;
  color: #ffffff;
  border: 2px solid #e95d0f;
}
a.btn-yellow,
.content a.btn-yellow,
.btn-yellow {
  background-color: #ffcc00;
  color: #000000;
  border: 2px solid #ffcc00;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 7px 15px 5px;
  margin-bottom: 5px;
  border-radius: 0px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
a.btn-yellow:hover,
.content a.btn-yellow:hover,
.btn-yellow:hover,
a.btn-yellow:focus,
.content a.btn-yellow:focus,
.btn-yellow:focus {
  color: #000000;
  background-color: #ffffff;
  border: 2px solid #ffcc00;
  outline: none;
}
a.btn-yellow-border,
.content a.btn-yellow-border,
.btn-yellow-border {
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #ffcc00;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 7px 15px 5px;
  margin-bottom: 5px;
  border-radius: 0px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
a.btn-yellow-border:hover,
.content a.btn-yellow-border:hover,
.btn-yellow-border:hover,
a.btn-yellow-border:focus,
.content a.btn-yellow-border:focus,
.btn-yellow-border:focus {
  color: #000000;
  background-color: #ffcc00;
  border: 2px solid #ffcc00;
  outline: none;
}
.btn-default {
  color: #ffffff;
  background-color: #e95d0f;
  border-color: #e95d0f;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #b94a0c;
  border-color: #b0460b;
}
.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: #ffffff;
  background-color: #983c0a;
  border-color: #712d07;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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 {
  background-color: #e95d0f;
  border-color: #e95d0f;
}
.btn-default .badge {
  color: #e95d0f;
  background-color: #ffffff;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.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: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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 {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.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: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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 {
  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:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.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: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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 {
  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:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.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: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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 {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #e95d0f;
  background-color: #ffffff;
  border-color: #e95d0f;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #e95d0f;
  background-color: #e6e6e6;
  border-color: #b0460b;
}
.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: #e95d0f;
  background-color: #d4d4d4;
  border-color: #712d07;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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 {
  background-color: #ffffff;
  border-color: #e95d0f;
}
.btn-danger .badge {
  color: #ffffff;
  background-color: #e95d0f;
}
.btn-link {
  color: #337ab7;
  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;
  -moz-box-shadow: none;
  -o-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: #23527c;
  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,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  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%;
}
.btn-more:hover,
.btn-more:focus {
  text-decoration: none;
}
.btn-more span i.first {
  transition: all 0.8s ease;
}
.btn-more span i.second {
  transition: all 0.5s ease;
}
.btn-more span i.third {
  transition: all 0.2s ease;
}
.btn-more:hover i.first {
  color: #ffffff;
  transition: all 0.2s ease;
}
.btn-more:hover i.second {
  color: #ffffff;
  transition: all 0.5s ease;
}
.btn-more:hover i.third {
  color: #ffffff;
  transition: all 0.8s ease;
}
.btn-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.btn-icon-forward:before {
  content: "\f105";
  position: absolute;
  right: 5px;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-icon-forward:hover:before,
.btn-icon-forward:focus:before,
.btn-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
:focus {
  outline: -webkit-focus-ring-color auto 0;
}
:focus {
  outline: -webkit-focus-ring-color auto 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  line-height: inherit;
  border: none;
  font-size: 26px;
  color: #000000;
  font-weight: bold;
}
label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 18px;
}
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;
}
.radio,
.checkbox {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}
@media (min-width: 768px) {
  .radio,
  .checkbox {
    font-size: 16px;
  }
}
.radio label,
.checkbox label {
  font-size: 18px;
  cursor: pointer;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 18px;
  line-height: 1.55;
  color: #000000;
}
input,
textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text]:focus,
textarea:focus,
.form-default-focus {
  box-shadow: 0 0 5px #e1e1e1;
  border: 1px solid #e1e1e1;
  outline: none;
}
.alert-danger {
  background-color: #ffeb99;
  border-color: transparent;
  color: #e95d0f;
  font-size: 18px;
}
.alert {
  padding: 15px;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 0;
}
.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;
}
.form-control {
  display: block;
  width: 100%;
  font-size: 18px;
  height: 40px;
  padding: 3px 12px;
  line-height: 1.55;
  color: #000000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -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;
  -webkit-transition-property: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition-property: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.form-control:focus {
  border-color: #e1e1e1;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(225, 225, 225, 0.4);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(225, 225, 225, 0.4);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(225, 225, 225, 0.4);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(225, 225, 225, 0.4);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  border: none;
  display: block;
  background-color: transparent;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: 75px;
}
.form-control:focus {
  background-color: transparent;
  opacity: 1;
}
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: 40px;
    border: 1px solid #e1e1e1;
  }
  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;
  }
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.form-group {
  margin-bottom: 15px;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 45px;
}
.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: 18px;
  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: 18px;
  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: 45px;
  padding: 6px 10px;
  font-size: 18px;
  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: 47px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 50px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  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: #ff9a00;
}
.has-success .form-control {
  border-color: #ff9a00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-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: #cc7b00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc266;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc266;
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc266;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc266;
}
.has-success .input-group-addon {
  color: #ff9a00;
  border-color: #ff9a00;
  background-color: #f69e6f;
}
.has-success .form-control-feedback {
  color: #ff9a00;
}
.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);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-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;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -o-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: #e95d0f;
}
.has-error .form-control {
  border-color: #e95d0f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-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: #b94a0c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f59b69;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f59b69;
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f59b69;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f59b69;
}
.has-error .input-group-addon {
  color: #e95d0f;
  border-color: #e95d0f;
  background-color: #ffeb99;
}
.has-error .form-control-feedback {
  color: #e95d0f;
}
.has-feedback label ~ .form-control-feedback {
  top: 32px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
    font-size: 18px;
    cursor: pointer;
  }
  .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: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 20px;
}
.form-horizontal .radio {
  display: block;
  height: 24px;
}
.form-horizontal .form-group {
  margin: 0;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
    margin-bottom: 0;
    margin-right: 20px;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
  }
  .form-horizontal .second-label {
    display: block;
    text-align: left;
    margin-bottom: 0;
    padding-top: 0;
    margin-right: 20px;
    padding-left: 0;
    font-size: 18px;
    font-weight: normal;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 18px;
  }
}
img#powermail_captchaimage {
  margin-top: 5px;
  border: 1px solid #595959;
  border-radius: 0;
}
input[type=checkbox] {
  left: -10000px;
  position: absolute;
}
input[type="checkbox"],
.checkbox input[type="checkbox"] {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
input[type="checkbox"] + label,
.checkbox input[type="checkbox"] + label {
  font-size: 18px;
  line-height: 1.55;
  margin-left: 25px;
  padding-left: 0;
}
input[type="checkbox"] + label:before,
.checkbox input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 17px 6px -33px;
  vertical-align: middle;
  position: absolute;
  margin-top: 5px;
  margin-left: -24px;
  border: 1px solid #d3d3d3;
  border-radius: 0;
  z-index: 1;
}
input[type="checkbox"]:checked + label:before,
.checkbox input[type="checkbox"]:checked + label:before {
  position: absolute;
  width: 15px;
  height: 15px;
  padding: 0 3px 0 2.6px;
  margin-top: 5px;
  margin-left: -24px;
  z-index: 1;
  text-align: left;
  line-height: 14px;
  background-color: #ee7f00;
}
input[type="checkbox"]:focus + label:before,
.checkbox input[type="checkbox"]:focus + label:before {
  border: 1px solid black;
}
input[type=radio] {
  left: -10000px;
  position: absolute;
}
input[type="radio"],
.radio input[type="radio"] {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
input[type="radio"] + label,
.radio input[type="radio"] + label {
  font-size: 18px;
  line-height: 1.55;
  cursor: pointer;
  margin-left: 25px;
  padding-left: 0;
}
input[type="radio"] + label:before,
.radio input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 17px 6px -33px;
  vertical-align: middle;
  position: absolute;
  margin-top: 5px;
  margin-left: -24px;
  z-index: 1;
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
input[type="radio"]:checked + label:before,
.radio input[type="radio"]:checked + label:before {
  position: absolute;
  margin-top: 5px;
  margin-left: -24px;
  background-color: #ee7f00;
  z-index: 1;
  text-align: left;
  line-height: 14px;
}
input[type="radio"]:focus + label:before,
.radio input[type="radio"]:focus + label:before {
  border: 1px solid black;
}
/*input[type=radio]:not(old){
  position: absolute;
  margin:0 0 0 -20px;
  padding:0;
  opacity:0;
}

input[type=radio]:not(old) + label{
  display: inline-block;
  height: 16px;
  background: url(/typo3conf/ext/theme/Resources/Public/Images/Frontend/Forms/radio-buttons-2.png) no-repeat;
  padding-right: 10px;
  padding-left: 20px;
  padding-bottom: 0;
  line-height: 1;
}

input[type=radio]:not(old):checked + label{
  background:url(/typo3conf/ext/theme/Resources/Public/Images/Frontend/Forms/radio-buttons-checked-2.png) no-repeat;
}
input[type=radio]:not(old):focus + label{
    border: 1px solid black;
}*/
.file-upload .input-group {
  display: block;
}
.file-upload input {
  font-size: 18px;
  height: 40px;
}
.file-upload input:focus {
  background-color: transparent;
  opacity: 1;
  border: none;
  box-shadow: none;
}
.file-upload .btn-file {
  position: relative;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #e1e1e1;
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  margin-bottom: 0;
  padding: 1px 15px 0px;
  cursor: pointer;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.file-upload .btn-file:hover {
  color: #e95d0f;
  background-color: #ffffff;
  border: 1px solid #e95d0f;
  outline: none;
}
.file-upload .btn-file:focus {
  border: 1px solid #000000;
}
.file-upload .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: pointer;
  display: block;
}
body.tageselternportal .form-fields,
body.c-portal .form-fields {
  margin-top: 0px;
  margin-bottom: 0px;
}
body.c-portal .form-default input[type="checkbox"] + label,
body.c-portal .form-default .checkbox input[type="checkbox"] + label {
  display: block;
}
.form-default .col-form-feld {
  display: block;
  margin-right: 0px;
}
.form-default .col-form-feld .input-login {
  width: 100%;
}
.form-default input[type="checkbox"] + label,
.form-default .checkbox input[type="checkbox"] + label {
  display: block;
}
.form-log-out .username-log-out {
  color: #e95d0f;
}
.col-form-feld {
  display: inline-block;
  vertical-align: top;
  margin: 15px 5px 15px auto;
}
@media (max-width: 768px) {
  .col-form-feld {
    margin: 15px auto;
  }
}
@media (max-width: 480px) {
  .col-form-feld {
    margin: 15px 0;
  }
}
.col-form-feld input {
  min-height: 40px;
  vertical-align: top;
}
.col-form-feld input.btn-submit {
  background-color: #e95d0f;
  color: #ffffff;
  border: 2px solid #e95d0f;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 7px 15px 5px;
  margin-bottom: 5px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.col-form-feld input.btn-submit:hover,
.col-form-feld input.btn-submit:focus {
  color: #e95d0f;
  background-color: #ffffff;
  border: 2px solid #e95d0f;
  outline: none;
}
.col-form-feld input,
.col-form-feld textarea {
  text-align: left;
  padding-left: 10px;
  border: 1px solid #e1e1e1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.col-form-feld input:focus,
.col-form-feld textarea:focus {
  border: 1px solid #e1e1e1;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(225, 225, 225, 0.4);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(225, 225, 225, 0.4);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(225, 225, 225, 0.4);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(225, 225, 225, 0.4);
}
.col-form-feld input::-ms-clear {
  display: none;
}
.col-form-feld textarea {
  min-height: 75px;
}
.col-form-feld label {
  display: block;
  font-size: 18px;
  margin-bottom: 0;
}
.col-form-textarea {
  vertical-align: top;
}
@media (max-width: 480px) {
  .col-form-textarea {
    display: block;
    margin: 15px 0;
  }
}
.col-form-textarea textarea {
  text-align: left;
  padding-left: 10px;
  border: 1px solid #e1e1e1;
}
.col-form-textarea textarea:focus {
  border-color: #e1e1e1;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(225, 225, 225, 0.4);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(225, 225, 225, 0.4);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(225, 225, 225, 0.4);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(225, 225, 225, 0.4);
}
.col-form-textarea input::-ms-clear {
  display: none;
}
.col-form-textarea textarea {
  min-height: 75px;
}
.col-form-textarea label {
  display: block;
  font-size: 18px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .col-formulare {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .col-buttons {
    width: 939px;
  }
}
@media (min-width: 768px) {
  .i-block {
    display: inline-block;
  }
}
.full-width {
  width: 100%;
}
.col-bigger {
  width: 100%;
}
@media (min-width: 768px) {
  .col-bigger {
    width: 550px;
  }
}
.col-bigger input,
.col-bigger textarea {
  width: 100%;
}
.col-medium-big {
  width: 100%;
}
@media (max-width: 1200px) {
  .col-medium-big {
    width: 100%;
  }
}
.col-medium-big input,
.col-medium-big textarea {
  width: 100%;
}
.col-big {
  width: 450px;
}
@media (max-width: 768px) {
  .col-big {
    width: 100%;
  }
}
.col-big input,
.col-big textarea {
  width: 100%;
}
.col-default {
  width: 350px;
}
.col-default input,
.col-default textarea {
  width: 100%;
}
@media (max-width: 768px) {
  .col-default {
    width: 100%;
  }
}
.col-medium-small {
  width: 100px;
}
.col-medium-small input,
.col-medium-small textarea {
  width: 100%;
}
.col-small {
  width: 90px;
}
.col-small input,
.col-small textarea {
  width: 100%;
}
@media (max-width: 768px) {
  .col-small {
    width: 100%;
  }
}
.col-half {
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  .col-half {
    width: 100%;
    float: none;
  }
}
.col-half .second-label,
.col-half .control-label {
  text-align: right;
  display: block;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .col-half .second-label,
  .col-half .control-label {
    text-align: left;
  }
}
.col-half .btn-file {
  display: inline-block;
}
.label-for-radio {
  font-size: 18px;
  cursor: pointer;
}
.label-for-all {
  font-size: 18px;
}
.row-gender .col-gender {
  display: inline-block;
  margin: 0 5px 5px auto;
  font-size: 18px;
}
.row-gender .col-gender label.control-label {
  font-size: 18px;
  cursor: pointer;
  margin-bottom: 0;
}
.col-checkbox {
  vertical-align: top;
  margin: 15px 5px 15px auto;
}
.captcha {
  width: 231px;
}
.col-select {
  position: relative;
}
.col-select label {
  display: block;
  font-size: 18px;
}
.col-select .icon-arrow-down {
  position: relative;
}
.col-select .icon-arrow-down:before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 19px;
  top: 5px;
  font-size: 20px;
  z-index: 10;
  pointer-events: none;
}
.col-select select {
  width: 100%;
  height: 40px;
  font-size: 18px;
  border: 1px solid #e1e1e1;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  padding: 1px 0 1px 10px;
  background: transparent;
  cursor: pointer;
}
.col-select select:focus {
  border: 1px solid #e1e1e1;
}
.col-select select::-ms-expand {
  display: none;
}
.parsley-errors-list.error {
  display: none;
}
.parsley-errors-list.error.filled {
  display: table;
}
.required:after {
  content: "*";
  margin-left: 2px;
}
.error.alert {
  padding: 5px 10px;
}
.error-right {
  float: right;
}
.error {
  position: relative;
  display: table;
  margin-top: 5px;
  min-width: 200px;
  padding: 5px 10px;
}
.error:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 10px 20px;
  border-color: transparent transparent #ffeb99 transparent;
  position: absolute;
  top: -10px;
  left: 10px;
}
.error span.error-message {
  word-break: break-word;
  /* &:before {
               content: "\f071";
               font-family: @font-fa;
               position: absolute;
               left: 8px;
             }*/
}
.inner-addon {
  position: relative;
}
.inner-addon i {
  position: absolute;
  padding: 11px;
  pointer-events: none;
  color: transparent;
}
.right-addon i {
  right: 0px;
}
.inner-addon.error-icon i {
  color: #e95d0f;
}
.inner-addon.success-icon i {
  color: #e95d0f;
}
.inner-addon.success-icon i:before {
  content: "\f00c";
}
label {
  display: inline-block;
}
input::-webkit-input-placeholder {
  color: #000000;
}
/* Firefox < 19 */
input:-moz-placeholder {
  color: #000000;
}
/* Firefox > 19 */
input::-moz-placeholder {
  color: #000000;
}
/* Internet Explorer 10 */
input:-ms-input-placeholder {
  color: #000000;
}
input:focus::-webkit-input-placeholder {
  color: #000000;
}
/* Firefox < 19 */
input:focus:-moz-placeholder {
  color: #000000;
}
/* Firefox > 19 */
input:focus::-moz-placeholder {
  color: #000000;
}
/* Internet Explorer 10 */
input:focus:-ms-input-placeholder {
  color: #000000;
}
/*!
* Fine Uploader
*
* Copyright 2013-present, Widen Enterprises, Inc.
*
* Version: 5.10.1
*
* Homepage: http://fineuploader.com
*
* Repository: git://github.com/FineUploader/fine-uploader.git
*
* Licensed only under the MIT license (http://fineuploader.com/licensing).
*/
#media-upload {
  display: inline-block;
  overflow: hidden;
  /* <dialog> element styles */
}
@media (max-width: 768px) {
  #media-upload {
    display: inherit;
  }
}
#media-upload .qq-uploader {
  position: relative;
  width: 100%;
}
#media-upload .qq-uploader .qq-upload-visibilty,
#media-upload .qq-uploader .qq-upload-btn-group {
  display: block;
  position: relative;
  margin: 10px 0px;
}
#media-upload .qq-uploader .qq-upload-visibilty .gg-thumbnail {
  position: relative;
  display: table;
}
#media-upload .qq-uploader .qq-upload-visibilty .gg-data {
  font-size: 18px;
}
#media-upload .qq-uploader .qq-upload-visibilty .gg-data span {
  margin: 5px auto;
}
#media-upload .qq-uploader .qq-upload-visibilty .gg-data span.gg-filname {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
}
#media-upload .qq-upload-button {
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #e1e1e1;
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  padding: 4px 10px 3px;
  margin-top: 15px;
  margin-bottom: 5px;
  left: 0.5px;
  cursor: pointer;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
@media (max-width: 768px) {
  #media-upload .qq-upload-button {
    margin-top: 0px;
  }
}
#media-upload .qq-upload-button:hover,
#media-upload .qq-upload-button:focus {
  color: #e95d0f;
  background-color: #ffffff;
  border: 1px solid #e95d0f;
  outline: none;
}
#media-upload .qq-upload-button input[type=file] {
  position: absolute;
  top: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: pointer;
  display: block;
}
#media-upload .qq-upload-button-hover {
  color: #e95d0f;
  background-color: #ffffff;
  border: 2px solid #e95d0f;
  outline: none;
}
#media-upload .qq-upload-button-focus {
  outline: 1px solid #000000;
}
#media-upload span.qq-size {
  display: inline-block;
  font-size: 15px;
}
#media-upload .qq-upload-drop-area,
#media-upload .qq-upload-extra-drop-area {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  min-height: 30px;
  background: #e95d0f;
  text-align: center;
  z-index: 999999;
}
#media-upload .qq-upload-drop-area span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -12px;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
}
#media-upload .qq-upload-extra-drop-area {
  position: relative;
  margin-top: 50px;
  font-size: 16px;
  padding-top: 30px;
  height: 20px;
  min-height: 40px;
}
#media-upload .qq-upload-drop-area-active {
  background: #e95d0f;
}
#media-upload .qq-upload-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
@media (min-width: 768px) {
  #media-upload .qq-upload-list {
    width: 610px;
  }
}
#media-upload .qq-upload-list li {
  margin: 0px;
  padding: 9px 0px;
  line-height: 15px;
  font-size: 16px;
  text-indent: 0px;
}
#media-upload .qq-upload-list li:before {
  content: "";
  padding-right: 0px;
}
#media-upload .qq-uploader .btn {
  position: relative;
  text-decoration: none;
  color: #e95d0f;
  margin: 0px 10px 0px 0px;
  padding: 0px 25px 0px 0px;
  border: none;
}
#media-upload .qq-uploader .btn:focus {
  outline: 0 auto -webkit-focus-ring-color;
  border: none !important;
  box-shadow: none;
}
#media-upload .qq-upload-file,
#media-upload .qq-upload-spinner,
#media-upload .qq-upload-size,
#media-upload .qq-upload-cancel,
#media-upload .qq-upload-retry,
#media-upload .qq-upload-failed-text,
#media-upload .qq-upload-delete,
#media-upload .qq-upload-pause,
#media-upload .qq-upload-continue {
  margin-right: 12px;
  display: inline;
}
#media-upload .success .qq-upload-size,
#media-upload .error .qq-upload-size,
#media-upload .success .qq-upload-file,
#media-upload .error .qq-upload-file {
  position: relative;
  padding-left: 5px;
  font-size: 15px;
}
#media-upload .success .qq-upload-file:after,
#media-upload .success .qq-upload-size:after {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  top: 2px;
  right: -25px;
  color: #e95d0f;
}
#media-upload .error .qq-upload-file:after,
#media-upload .error .qq-upload-size:after {
  content: "\f071";
  font-family: FontAwesome;
  position: absolute;
  top: 2px;
  right: -25px;
  color: #e95d0f;
}
#media-upload .view-btn:after {
  content: "\f06e";
  font-family: FontAwesome;
  position: absolute;
  right: 4px;
}
#media-upload .qq-upload-cancel-selector:after {
  content: "\f05e";
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
}
#media-upload .qq-upload-pause-selector:after {
  content: "\f04c";
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
}
#media-upload .qq-upload-continue-selector:after {
  content: "\f178";
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
}
#media-upload .qq-upload-retry-selector:after {
  content: "\f021";
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
}
#media-upload .qq-upload-delete-selector:after,
#media-upload .qq-confirm-delete:after {
  content: "\f1f8";
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
}
#media-upload .modal-fine-upload {
  top: 50%;
  transform: translateY(-50%);
}
#media-upload .modal-fine-upload .modal-content {
  border-radius: 0px;
}
#media-upload .modal-fine-upload .qq-upload-delete-selector {
  margin-right: 10px;
}
#media-upload .modal-fine-upload .qq-upload-delete-selector:after {
  content: none;
  position: static;
  right: auto;
}
#media-upload .modal-fine-upload .modal-footer {
  padding: 20px 15px;
}
#media-upload .qq-upload-spinner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  display: inline-block;
  background: url(/typo3conf/ext/theme/Resources/Public/Images/Frontend/Forms/loading.gif);
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}
#media-upload .qq-drop-processing {
  display: block;
}
#media-upload .qq-drop-processing-spinner {
  display: inline-block;
  background: url(/typo3conf/ext/theme/Resources/Public/Images/Frontend/Forms/processing.gif);
  width: 24px;
  height: 24px;
  vertical-align: text-bottom;
}
#media-upload .qq-upload-delete,
#media-upload .qq-upload-pause,
#media-upload .qq-upload-continue {
  display: inline;
}
#media-upload .qq-upload-retry,
#media-upload .qq-upload-delete,
#media-upload .qq-upload-cancel,
#media-upload .qq-upload-pause,
#media-upload .qq-upload-continue {
  color: #000000;
}
#media-upload .qq-upload-size,
#media-upload .qq-upload-cancel,
#media-upload .qq-upload-retry,
#media-upload .qq-upload-delete,
#media-upload .qq-upload-pause,
#media-upload .qq-upload-continue {
  font-weight: normal;
}
#media-upload .qq-upload-failed-text {
  display: none;
  font-style: italic;
  font-weight: bold;
}
#media-upload .qq-upload-failed-icon {
  display: none;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}
#media-upload .qq-upload-fail .qq-upload-failed-text {
  display: inline;
}
#media-upload .qq-upload-retrying .qq-upload-failed-text {
  display: inline;
  color: #D60000;
}
#media-upload .qq-upload-list li.qq-upload-success {
  background-color: #5DA30C;
  color: #ffffff;
}
#media-upload .qq-upload-list li.qq-upload-fail {
  background-color: #D60000;
  color: #ffffff;
}
#media-upload .qq-progress-bar {
  display: block;
  background: -moz-linear-gradient(top, #e95d0f 0%, #e95d0f 50%, #e95d0f 51%, #e95d0f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e95d0f), color-stop(50%, #e95d0f), color-stop(51%, #e95d0f), color-stop(100%, #e95d0f));
  background: -webkit-linear-gradient(top, #e95d0f 0%, #e95d0f 50%, #e95d0f 51%, #e95d0f 100%);
  background: -o-linear-gradient(top, #e95d0f 0%, #e95d0f 50%, #e95d0f 51%, #e95d0f 100%);
  background: -ms-linear-gradient(top, #e95d0f 0%, #e95d0f 50%, #e95d0f 51%, #e95d0f 100%);
  background: linear-gradient(to bottom, #e95d0f 0%, #e95d0f 50%, #e95d0f 51%, #e95d0f 100%);
  width: 0%;
  height: 15px;
  border-radius: 0;
  margin-bottom: 3px;
}
#media-upload .qq-total-progress-bar {
  height: 25px;
  border-radius: 9px;
}
#media-upload .qq-total-progress-bar-container {
  margin: 9px;
}
#media-upload input.qq-edit-filename {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#media-upload input.qq-edit-filename.qq-editing {
  position: static;
  margin-top: -5px;
  margin-right: 10px;
  margin-bottom: -5px;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#media-upload .qq-upload-file.qq-editable {
  cursor: pointer;
}
#media-upload .qq-edit-filename-icon.qq-editable {
  display: inline-block;
  cursor: pointer;
}
#media-upload .qq-edit-filename-icon {
  display: none;
  background: url(/typo3conf/ext/theme/Resources/Public/Images/Frontend/Forms/edit.gif);
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
  margin-right: 5px;
}
#media-upload .qq-hide {
  display: none;
}
#media-upload .qq-uploader dialog {
  display: none;
}
#media-upload .qq-uploader dialog .qq-dialog-buttons {
  text-align: center;
  padding-top: 10px;
}
#media-upload .qq-uploader dialog .qq-dialog-buttons button {
  margin-left: 5px;
  margin-right: 5px;
}
#media-upload .qq-uploader dialog .qq-dialog-message-selector {
  padding-bottom: 10px;
}
#media-upload .qq-uploader dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}
#media-upload .qq-uploader dialog[open] {
  display: block;
}
#media-upload .alert-error .qq-upload-failed-text {
  display: inline;
}
.upload-data {
  font-size: 14px;
}
@media (min-width: 768px) {
  .upload-data {
    width: 610px;
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .upload-data {
    margin: 15px auto;
  }
}
.upload-data .headline-upload {
  display: block;
  font-size: 18px;
}
.upload-data .description-upload {
  font-size: 15px;
}
.droped .droped-bg {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.68);
  z-index: 999998;
}
.alert {
  padding: 15px;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 0;
}
.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 {
  color: #ff9a00;
  background-color: #f69e6f;
  border-color: #f37e3f;
  color: #000000;
}
.alert-success hr {
  border-top-color: #f26e27;
}
.alert-success .alert-link {
  color: #cc7b00;
}
.alert-success hr {
  border-top-color: #f26e27;
}
.alert-success .alert-link {
  color: #cc7b00;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #000000;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #000000;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #e95d0f;
  background-color: #ffeb99;
  border-color: transparent;
  color: #000000;
}
.alert-danger hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-danger .alert-link {
  color: #b94a0c;
}
.alert-danger hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-danger .alert-link {
  color: #b94a0c;
}
.disabled,
[disabled] {
  cursor: not-allowed !important;
}
.xdsoft_datetimepicker {
  display: none;
  color: #333333;
  padding: 8px;
  padding-left: 0px;
  padding-top: 2px;
  position: absolute;
  z-index: 10001;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: white;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-top: 1px solid #bbb;
}
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}
.xdsoft_datetimepicker button {
  border: none !important;
}
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.xdsoft_noselect::selection {
  background: transparent;
}
.xdsoft_noselect::-moz-selection {
  background: transparent;
}
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}
.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0px;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}
.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==");
}
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0px;
}
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0px;
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0px 0px;
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0px none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0px;
  margin-bottom: 7px;
  margin-top: 0px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: white;
  border-top: 1px solid #eeeeee;
  color: #444;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0px;
  height: 25px;
  line-height: 25px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0px;
}
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
}
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #ffffff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_label:hover {
  text-decoration: underline;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 101;
  display: none;
  background: #ffffff;
  max-height: 160px;
  overflow-y: hidden;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #ffffff;
  background: #e95d0f;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #e95d0f;
  box-shadow: #e95d0f 0px 1px 3px 0px inset;
  color: #ffffff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_month {
  width: 90px;
  text-align: right;
}
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}
.xdsoft_datetimepicker .xdsoft_year {
  width: 56px;
}
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: right;
  padding: 0px;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #F1F1F1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #e95d0f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #e95d0f;
  box-shadow: #e95d0f 0px 1px 3px 0px inset;
  color: #ffffff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  cursor: not-allowed;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month {
  opacity: 0.8;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e95d0f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eeeeee !important;
}
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  cursor: pointer;
}
.xdsoft_scroller_box {
  position: relative;
}
.tx-powermail .col-select {
  position: static;
}
.tx-powermail .col-half-left {
  float: left;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.tx-powermail .col-half-left label {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .tx-powermail .col-half-left label {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@media (max-width: 768px) {
  .tx-powermail .col-half-left {
    float: none;
    position: relative;
  }
}
.tx-powermail .powermail-field,
.tx-powermail .right-nolabel {
  width: 100%;
  vertical-align: top;
  margin: 0 5px 35px auto;
  position: relative;
}
.tx-powermail .powermail-field .col-half:nth-child(1),
.tx-powermail .right-nolabel .col-half:nth-child(1) {
  float: left;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.tx-powermail .powermail-field .col-half:nth-child(1) label,
.tx-powermail .right-nolabel .col-half:nth-child(1) label {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .tx-powermail .powermail-field .col-half:nth-child(1) label,
  .tx-powermail .right-nolabel .col-half:nth-child(1) label {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@media (max-width: 768px) {
  .tx-powermail .powermail-field .col-half:nth-child(1),
  .tx-powermail .right-nolabel .col-half:nth-child(1) {
    float: none;
    position: relative;
  }
}
.tx-powermail .powermail-field .col-half:nth-child(2),
.tx-powermail .right-nolabel .col-half:nth-child(2) {
  float: right;
  position: relative;
}
@media (max-width: 768px) {
  .tx-powermail .powermail-field,
  .tx-powermail .right-nolabel {
    height: auto;
    display: block;
    margin: 0 5px 30px auto;
  }
}
@media (max-width: 768px) {
  .tx-powermail .powermail-field .control-label,
  .tx-powermail .right-nolabel .control-label {
    padding-top: 0;
  }
}
.tx-powermail .powermail_fieldwrap_type_textarea {
  vertical-align: top;
  margin: 35px 0 35px auto;
  position: relative;
}
.tx-powermail .powermail_fieldwrap_type_textarea .col-half:nth-child(1) {
  float: left;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.tx-powermail .powermail_fieldwrap_type_textarea .col-half:nth-child(1) label {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .tx-powermail .powermail_fieldwrap_type_textarea .col-half:nth-child(1) label {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@media (max-width: 768px) {
  .tx-powermail .powermail_fieldwrap_type_textarea .col-half:nth-child(1) {
    float: none;
    position: relative;
  }
}
.tx-powermail .powermail_fieldwrap_type_textarea .col-half:nth-child(2) {
  float: right;
  position: relative;
}
@media (max-width: 768px) {
  .tx-powermail .powermail_fieldwrap_type_textarea {
    margin: 0 0 30px auto;
  }
}
.tx-powermail .powermail_fieldwrap_type_radio.right {
  position: relative;
}
.tx-powermail .powermail_fieldwrap_type_radio.right .col-half:nth-child(1) {
  float: left;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.tx-powermail .powermail_fieldwrap_type_radio.right .col-half:nth-child(1) label {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .tx-powermail .powermail_fieldwrap_type_radio.right .col-half:nth-child(1) label {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@media (max-width: 768px) {
  .tx-powermail .powermail_fieldwrap_type_radio.right .col-half:nth-child(1) {
    float: none;
    position: relative;
  }
}
.tx-powermail .powermail_fieldwrap_type_radio.right .col-half:nth-child(2) {
  float: right;
  position: relative;
}
@media (max-width: 768px) {
  .tx-powermail .powermail_fieldwrap_type_radio.right {
    margin: 0 0 20px;
  }
}
.tx-powermail .powermail_fieldwrap_type_check.right {
  position: relative;
}
.tx-powermail .powermail_fieldwrap_type_check.right .col-half:nth-child(1) {
  float: left;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.tx-powermail .powermail_fieldwrap_type_check.right .col-half:nth-child(1) label {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .tx-powermail .powermail_fieldwrap_type_check.right .col-half:nth-child(1) label {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@media (max-width: 768px) {
  .tx-powermail .powermail_fieldwrap_type_check.right .col-half:nth-child(1) {
    float: none;
    position: relative;
  }
}
.tx-powermail .powermail_fieldwrap_type_check.right .col-half:nth-child(2) {
  float: right;
  position: relative;
}
.tx-powermail .powermail_fieldwrap_type_radio,
.tx-powermail .powermail_fieldwrap_type_check {
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .tx-powermail .powermail_fieldwrap_type_radio,
  .tx-powermail .powermail_fieldwrap_type_check {
    margin: 0 5px 20px auto;
  }
}
.tx-powermail .powermail_fieldwrap_type_submit {
  margin: 35px 0 0 0;
}
@media (max-width: 768px) {
  .tx-powermail .powermail_fieldwrap_type_submit {
    margin: 30px 0 0 0;
  }
}
.tx-powermail .powermail_fieldwrap_type_file .input-group-btn {
  display: table-cell;
}
.tx-powermail .powermail_fieldwrap_type_file .input-group-btn .btn-file {
  position: static;
  height: 40px;
  line-height: 1.4;
  padding: 7px 15px 0;
}
.tx-powermail .powermail_fieldwrap_type_file .input-group-btn .btn-file input[type=file] {
  position: absolute;
  width: 164px;
  top: 0;
  left: 0;
  font-size: 0;
  color: transparent;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: transparent;
  cursor: pointer;
  display: block;
}
.tx-powermail .powermail_fieldwrap_type_file input.readonly {
  display: none;
  width: 50%;
  height: 39px;
  border: none;
  box-shadow: none;
  margin-left: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .tx-powermail .powermail_fieldwrap_type_file input.readonly {
    width: 61%;
  }
}
@media (max-width: 480px) {
  .tx-powermail .powermail_fieldwrap_type_file input.readonly {
    width: 120px;
  }
}
.tx-powermail .left,
.tx-powermail .left-nolabel {
  width: 49.5%;
  display: inline-block;
}
@media (max-width: 768px) {
  .tx-powermail .left,
  .tx-powermail .left-nolabel {
    width: 100%;
    display: block;
  }
}
.tx-powermail .fullwidth .col-half,
.tx-powermail .fullwidth-nolabel .col-half {
  width: 100%;
  float: none;
}
.tx-powermail .fullwidth .col-half .second-label,
.tx-powermail .fullwidth-nolabel .col-half .second-label {
  text-align: left;
}
.tx-powermail .left .col-half,
.tx-powermail .left-nolabel .col-half {
  width: 100%;
  float: none;
}
.tx-powermail .left .col-half .second-label,
.tx-powermail .left-nolabel .col-half .second-label {
  text-align: left;
}
.tx-powermail .error-field {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .tx-powermail .error-field {
    margin-bottom: 30px;
  }
}
.tx-powermail .powermail_fieldset .parsley-errors-list {
  display: none;
}
.tx-powermail .powermail_fieldset .parsley-errors-list.filled {
  display: table;
}
@media (max-width: 992px) and (min-width: 768px) {
  .tx-powermail .powermail_fieldset .parsley-errors-list.filled {
    font-size: 17px;
    padding-right: 5px;
  }
}
.tx-powermail .powermail_fieldset .parsley-errors-list.filled span.error-message {
  white-space: nowrap;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .tx-powermail .powermail_fieldset .parsley-errors-list.filled span.error-message {
    white-space: normal;
  }
}
.tx-powermail .powermail-field .parsley-errors-list.filled {
  position: absolute;
  left: 0;
}
@media (max-width: 768px) {
  .tx-powermail .powermail-field .parsley-errors-list.filled {
    position: relative;
  }
}
@media (max-width: 768px) {
  .tx-powermail .powermail_fieldwrap_type_file.error-field {
    margin-bottom: 67px;
  }
}
.tx-powermail .powermail_fieldwrap_type_file .parsley-errors-list.filled {
  top: 40px;
}
@media (max-width: 768px) {
  .tx-powermail .powermail_fieldwrap_type_file .parsley-errors-list.filled {
    position: absolute;
  }
}
.tx-powermail .powermail_message.powermail_message_error.error.alert.alert-danger:before {
  content: "";
}
.tx-powermail .powermail_fieldwrap.hide-label label.second-label,
.tx-powermail .powermail_fieldwrap.hide-label label.control-label,
.tx-powermail .powermail_fieldset.hide-label legend,
.tx-powermail .powermail_fieldwrap.hide-label fieldset legend,
.tx-powermail .right.hide-label label.check-label,
.tx-powermail .right.hide-label label.radio-label,
.tx-powermail .powermail_form.hide-label h3 {
  visibility: hidden;
}
.tx-powermail .left.hide-label label.check-label,
.tx-powermail .left.hide-label label.radio-label,
.tx-powermail .fullwidth.hide-label label.check-label,
.tx-powermail .left-nolabel label.check-label,
.tx-powermail .right-nolabel label.check-label,
.tx-powermail .fullwidth-nolabel label.check-label,
.tx-powermail .left-nolabel label.radio-label,
.tx-powermail .right-nolabel label.radio-label,
.tx-powermail .fullwidth-nolabel label.radio-label {
  display: none;
}
.tx-powermail .powermail_fieldwrap_type_text.form-group {
  margin: 30px 0 5px;
}
.tx-powermail .powermail_fieldwrap_file_list li {
  text-indent: 0;
}
.tx-powermail .powermail_fieldwrap_file_list li:before {
  content: "";
  padding: 0;
}
.tx-powermail .powermail_fieldwrap_file_list li a {
  text-decoration: none;
}
.tx-powermail .powermail_fieldwrap_file_list li a.deleteAllFiles {
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  color: #e95d0f;
}
.tx-powermail .powermail_fieldwrap_file_list li a.deleteAllFiles:after {
  content: "\f1f8";
  font-family: FontAwesome;
  position: absolute;
  padding-left: 5px;
}
.tx-powermail .form-group-hr {
  margin: 0 0 25px 0;
}
@media (max-width: 768px) {
  .tx-powermail .form-group-hr {
    display: none;
  }
}
@media (max-width: 768px) {
  .tx-powermail .col-form-feld {
    display: inline;
  }
}
.tx-powermail select {
  margin-top: 0;
}
.tx-powermail .table {
  border: none;
}
.tx-powermail .table > tbody > tr > td.headline {
  margin-top: 15px;
}
.tx-powermail .table > tbody > tr > td {
  display: block;
  font-size: 18px;
  border: none;
  padding: 0;
}
.tx-powermail .powermail_all_label,
.tx-powermail .powermail_all_value {
  display: inline;
}
.tx-powermail input[type="checkbox"] + label,
.tx-powermail .checkbox input[type="checkbox"] + label {
  margin-bottom: -5px;
}
.old-browser {
  display: none;
  width: 500px;
  margin: 70px auto;
  border: 1px solid #ffcc00;
  background-color: #e1e1e1;
  padding: 20px;
}
.old-browser p {
  margin-top: 20px;
}
.container {
  background-color: #ffffff;
  padding: 0;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1470px;
  }
}
header {
  padding-left: 30px;
  padding-right: 30px;
  height: 122px;
  z-index: 99998;
}
@media (max-width: 1500px) {
  header {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1500px) {
  header {
    width: 1470px;
  }
}
header li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
header li:before {
  content: none;
  padding: 0;
}
header .header-fixed {
  background-color: #ffffff;
  position: fixed;
  z-index: 99999;
  height: 122px;
  width: 1410px;
}
@media (max-width: 1500px) {
  header .header-fixed {
    width: 100%;
  }
}
.row_topnav {
  margin-bottom: 4px;
}
.row_topnav .topnav_left {
  width: 80%;
  float: left;
}
.row_topnav .topnav_left > div {
  float: left;
}
.row_topnav .topnav_left > div:nth-child(1) {
  width: 75px;
}
.row_topnav .topnav_left > div:nth-child(2) {
  position: relative;
  width: 75px;
  height: 75px;
  padding: 20px 7px;
  background: #ff9a00;
}
.row_topnav .topnav_left > div:nth-child(2):after {
  content: '';
  position: absolute;
  right: -10px;
  top: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 10px;
  border-color: transparent transparent transparent #ff9a00;
}
.row_topnav .topnav_left > div:nth-child(2) img {
  width: 60px;
  height: 32px;
}
.row_topnav .topnav_left > div:nth-child(2).userprofile-status {
  width: 90px;
  padding: 0;
  background: none;
}
.row_topnav .topnav_left > div:nth-child(2).userprofile-status:after {
  content: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: none;
  border-width: 0;
  border-color: transparent;
}
.row_topnav .topnav_left > div:nth-child(3) {
  padding: 16px 0 0 20px;
}
.row_topnav .topnav_left > div:nth-child(3) a {
  text-decoration: none;
}
.row_topnav .topnav_left > div:nth-child(3) .country-titel {
  font-size: 20px;
  color: #000000;
  line-height: 22px;
}
.row_topnav .topnav_left > div:nth-child(3) .country-name {
  font-weight: bold;
  color: #000000;
}
@media (max-width: 480px) {
  .row_topnav .topnav_left > div:nth-child(3) {
    display: none;
  }
}
@media (max-width: 480px) {
  .row_topnav .topnav_left > div:nth-child(3).international-select {
    padding-left: 12px;
  }
}
@media (max-width: 480px) {
  .row_topnav .topnav_left > div:nth-child(3).international-select .country-titel,
  .row_topnav .topnav_left > div:nth-child(3).international-select .country-name {
    display: none;
  }
}
.row_topnav .topnav_left > div:nth-child(3) ul.list-language {
  line-height: 1;
}
.row_topnav .topnav_left > div:nth-child(3) ul.list-language li {
  padding: 0;
  display: table-cell;
}
.row_topnav .topnav_left > div:nth-child(3) ul.list-language li a {
  font-size: 14px;
  color: #000000;
  padding: 3px;
}
@media (max-width: 480px) {
  .row_topnav .topnav_left > div:nth-child(3) ul.list-language li a {
    padding: 2px;
  }
}
.row_topnav .topnav_left > div:nth-child(3) ul.list-language li a.active,
.row_topnav .topnav_left > div:nth-child(3) ul.list-language li a:hover {
  color: #e95d0f;
}
.row_topnav .topnav_left > div:nth-child(3) ul.list-language li.list-middle {
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 480px) {
  .row_topnav .topnav_left > div:nth-child(3) ul.list-language li.list-middle {
    margin-left: 2px;
    margin-right: 2px;
  }
}
@media (max-width: 480px) {
  .row_topnav .topnav_left > div:nth-child(3) ul.list-language {
    margin-top: 21px;
  }
}
.row_topnav .topnav_right {
  width: 20%;
  float: left;
}
.row_topnav .topnav_right #donate-icon {
  width: 75px;
  height: 75px;
  float: right;
  background-color: #e95d0f;
}
.row_topnav .topnav_right > a {
  float: right;
}
.navbar {
  border: none;
  margin: 0;
  min-height: 0;
  z-index: 1;
}
.navbar-header {
  background-color: #ffeb99;
}
@media (min-width: 768px) {
  .navbar-header {
    float: none;
  }
}
.navbar-toggle {
  float: left;
  padding: 10px 15.5px 10px;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(136, 84, 5, 0.35);
  -moz-box-shadow: 0px 0px 5px -1px rgba(136, 84, 5, 0.35);
  box-shadow: 0px 0px 5px -1px rgba(136, 84, 5, 0.35);
  background-color: transparent;
  color: #000000;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
.navbar-toggle:hover {
  color: #000000;
  background-color: transparent;
  border: none;
}
.navbar-toggle:focus {
  background-color: transparent;
  outline: none;
  border: none;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: block;
  }
}
.navbar-toggle .icon-bar {
  display: block;
  transition: all 0.2s;
  background-color: #000000;
  width: 44px;
  height: 5px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.navbar-toggle .top-bar {
  transform: translate(4px) rotate(45deg);
  transform-origin: 20% 10%;
  -webkit-transform: translate(4px) rotate(45deg);
  -webkit-transform-origin: 20% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: translate(4px) rotate(-45deg);
  transform-origin: 19% 90%;
  -webkit-transform: translate(4px) rotate(-45deg);
  -webkit-transform-origin: 19% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
  -webkit-transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
  -webkit-transform: rotate(0);
}
@media (max-width: 480px) {
  .navbar-toggle {
    margin-right: 0;
  }
}
.breadcrumb {
  padding: 11px 0;
  background-color: transparent;
  float: left;
  font-size: 14px;
  font-weight: bold;
}
.breadcrumb > li + li:before {
  content: "";
}
.breadcrumb > li:after {
  position: absolute;
  margin: -1px 7px;
  color: black;
  content: "■";
}
.breadcrumb > li:last-child:after {
  position: absolute;
  color: transparent;
  content: "";
}
.breadcrumb > li a {
  color: #000000;
}
@media (max-width: 992px) {
  .breadcrumb > li a {
    font-size: 14px;
  }
}
.breadcrumb > .active {
  color: #eeeeee;
}
@media (max-width: 768px) {
}
@media (max-width: 1500px) {
  ul.list-inline.breadcrumb-xlg li:nth-child(1) {
    display: none;
  }
  ul.list-inline.breadcrumb-xlg li:nth-child(2) {
    display: none;
  }
  ul.list-inline.breadcrumb-xlg li:nth-child(3) {
    display: none;
  }
}
@media (min-width: 1500px) {
  ul.list-inline.breadcrumb-xlg li:nth-child(1) {
    display: none;
  }
  ul.list-inline.breadcrumb-xlg li:nth-child(2) {
    display: none;
  }
  ul.list-inline.breadcrumb-xlg li:nth-child(3) {
    display: none;
  }
}
@media (max-width: 992px) {
  ul.list-inline.breadcrumb-xlg li:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1500px) {
  ul.list-inline.breadcrumb-md li:nth-child(1) {
    display: none;
  }
  ul.list-inline.breadcrumb-md li:nth-child(2) {
    display: none;
  }
}
@media (max-width: 768px) {
  ul.list-inline.breadcrumb-sm {
    width: 78%;
    height: 43px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  ul.list-inline.breadcrumb-sm > li {
    display: none;
  }
  ul.list-inline.breadcrumb-sm > li:last-child {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  ul.list-inline.breadcrumb-xs {
    width: 71%;
  }
  ul.list-inline.breadcrumb-xs > li {
    display: none;
  }
  ul.list-inline.breadcrumb-xs > li:last-child {
    display: inline-block;
  }
}
.navbar-header-icons {
  padding: 7px 0 0 0;
}
.navbar-header-icons li a img {
  height: 23px;
}
@media (max-width: 992px) {
  .navbar-header-icons {
    display: none;
  }
}
.menu-navigation {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #ffeb99;
  border-left: 9px solid #ffeb99;
  border-top: none;
  -webkit-box-shadow: 0px 5px 2px rgba(37, 35, 32, 0.35);
  -moz-box-shadow: 0px 5px 2px rgba(37, 35, 32, 0.35);
  -o-box-shadow: 0px 5px 2px rgba(37, 35, 32, 0.35);
  box-shadow: 0px 5px 2px rgba(37, 35, 32, 0.35);
  background-repeat: no-repeat;
  background-position: right bottom;
  font-size: 20px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  display: none;
}
@media (max-width: 992px) {
  .menu-navigation {
    background-image: none !important;
  }
}
.menu-navigation a {
  text-decoration: none;
  color: #000000;
}
.menu-navigation ul.menu-level1 {
  width: 350px;
}
@media (max-width: 992px) {
  .menu-navigation ul.menu-level1 {
    width: 100%;
  }
}
.menu-navigation ul.menu-level1 li.menu-level1-item {
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #ffeb99;
  cursor: pointer;
}
@media (max-width: 992px) {
  .menu-navigation ul.menu-level1 li.menu-level1-item {
    border-right: none;
  }
}
.menu-navigation ul.menu-level1 li.menu-level1-item.no-border-bottom {
  border-bottom: none;
}
.menu-navigation ul.menu-level1 li.menu-level1-item.has-submenu .dropdown-toggler {
  display: none;
}
.menu-navigation ul.menu-level1 li.menu-level1-item.has-submenu > a {
  position: relative;
}
@media (max-width: 992px) {
  .menu-navigation ul.menu-level1 li.menu-level1-item.has-submenu > a:after {
    content: '\f078';
    font-family: FontAwesome;
    position: absolute;
    right: 30px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
}
@media (max-width: 992px) {
  .menu-navigation ul.menu-level1 li.menu-level1-item.has-submenu.active > a.submenu-closed:after {
    content: '\f078';
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
}
@media (max-width: 992px) {
  .menu-navigation ul.menu-level1 li.menu-level1-item.has-submenu.active > a.submenu-open:after {
    content: '\f078';
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
}
.menu-navigation ul.menu-level1 li.menu-level1-item.active {
  border-right: none;
  border-top: 1px solid #ffeb99;
  border-bottom: 1px solid #ffeb99;
}
@media (max-width: 992px) {
  .menu-navigation ul.menu-level1 li.menu-level1-item.active {
    border-top: none;
    border-bottom: 1px solid #eeeeee;
  }
}
.menu-navigation ul.menu-level1 li.menu-level1-item.active:first-child {
  border-top: none;
}
.menu-navigation ul.menu-level1 li.menu-level1-item.active > a {
  font-weight: bold;
}
.menu-navigation ul.menu-level1 li.menu-level1-item > a {
  display: block;
  padding: 10px 15px;
}
.menu-navigation div.menu-level2 {
  position: absolute;
  top: 0;
  left: 350px;
  padding: 30px;
  padding-top: 0;
  cursor: auto;
  display: none;
}
@media (max-width: 992px) {
  .menu-navigation div.menu-level2 {
    position: static;
    padding: 0;
  }
}
.menu-navigation div.menu-level2 li.menu-level2-item {
  float: left;
  margin-right: 60px;
  margin-top: 30px;
  width: 250px;
  line-height: 20px;
}
@media (max-width: 992px) {
  .menu-navigation div.menu-level2 li.menu-level2-item {
    float: none;
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
.menu-navigation div.menu-level2 li.menu-level2-item > a {
  color: #e95d0f;
}
@media (max-width: 992px) {
  .menu-navigation div.menu-level2 li.menu-level2-item > a {
    display: block;
    padding: 0 15px;
  }
}
.menu-navigation div.menu-level2 li.menu-level2-item > a:hover {
  text-decoration: underline;
}
.menu-navigation ul.menu-level3 {
  margin-top: 5px;
}
.menu-navigation ul.menu-level3 li.menu-level3-item {
  margin-bottom: 6px;
}
.menu-navigation ul.menu-level3 li.menu-level3-item > a {
  font-size: 14px;
}
@media (max-width: 992px) {
  .menu-navigation ul.menu-level3 li.menu-level3-item > a {
    display: block;
    padding: 0 15px;
    font-size: 18px;
  }
}
.menu-navigation ul.menu-level3 li.menu-level3-item > a:hover {
  text-decoration: underline;
}
.menu-navigation ul.add-nav {
  width: 350px;
  border-right: 1px solid #ffeb99;
  padding: 40px 0 10px;
}
.menu-navigation ul.add-nav .headline {
  font-size: 18px;
  color: #e95d0f;
  padding: 0px 15px;
}
@media (max-width: 992px) {
  .menu-navigation ul.add-nav {
    width: 100%;
    border: none;
  }
}
.menu-navigation ul.add-nav > li > a {
  font-size: 14px;
  display: block;
  padding: 5px 15px;
}
.menu-navigation .special-submenu .firstrow {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .menu-navigation .special-submenu .firstrow {
    margin-top: 0;
    padding: 0 15px;
    padding-bottom: 10px;
  }
}
.menu-navigation .special-submenu .firstrow .headline {
  font-size: 20px;
  color: #e95d0f;
}
.menu-navigation .special-submenu .firstrow ul {
  width: 180px;
  margin-right: 50px;
  float: left;
  /* &:nth-child(2) {
                     border-right: 1px solid @color_gray;
                 }*/
}
@media (max-width: 992px) {
  .menu-navigation .special-submenu .firstrow ul {
    width: auto;
    margin-right: 0;
    float: none;
  }
  .menu-navigation .special-submenu .firstrow ul:nth-child(2) {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .menu-navigation .special-submenu .firstrow ul > li {
    font-size: 16px;
  }
}
.menu-navigation .special-submenu .firstrow ul > li.active {
  font-weight: bold;
}
.menu-navigation .special-submenu .firstrow ul > li > a {
  font-size: 14px;
}
@media (max-width: 992px) {
  .menu-navigation .special-submenu .firstrow ul > li > a {
    font-size: 18px;
  }
}
.menu-navigation .special-submenu .firstrow ul > li > a:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .menu-navigation .special-submenu .secondrow {
    display: none;
  }
}
.menu-countryselect {
  background-color: #ffffff;
  border: 1px solid #f6a800;
  border-left: 9px solid #f6a800;
  border-top: none;
  -webkit-box-shadow: 0px 5px 2px rgba(37, 35, 32, 0.35);
  -moz-box-shadow: 0px 5px 2px rgba(37, 35, 32, 0.35);
  -o-box-shadow: 0px 5px 2px rgba(37, 35, 32, 0.35);
  box-shadow: 0px 5px 2px rgba(37, 35, 32, 0.35);
  font-size: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
}
.menu-countryselect .menu-countryselect-wrapper {
  padding: 30px;
}
.menu-countryselect a {
  text-decoration: none;
  color: #000000;
}
.menu-countryselect a:hover {
  text-decoration: underline;
}
.menu-countryselect .firstrow .headline {
  font-size: 20px;
  color: #e95d0f;
}
.menu-countryselect .firstrow > div:nth-child(1) {
  float: left;
  margin-right: 80px;
  border-right: 1px solid #eeeeee;
}
@media (max-width: 992px) {
  .menu-countryselect .firstrow > div:nth-child(1) {
    float: none;
    margin-right: 0;
    border-right: none;
  }
}
.menu-countryselect .firstrow > div:nth-child(2) {
  float: left;
}
@media (max-width: 992px) {
  .menu-countryselect .firstrow > div:nth-child(2) {
    float: none;
  }
  .menu-countryselect .firstrow > div:nth-child(2) .headline {
    margin-top: 30px;
  }
}
.menu-countryselect .firstrow .country-linklist {
  float: left;
  margin-right: 80px;
}
@media (max-width: 992px) {
  .menu-countryselect .firstrow .country-linklist {
    float: none;
    margin-right: 0;
  }
}
.menu-countryselect .firstrow li.active {
  font-weight: bold;
}
.menu-countryselect .firstrow a {
  font-size: 14px;
}
@media (max-width: 992px) {
  .menu-countryselect .firstrow a {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .menu-countryselect .secondrow {
    display: none;
  }
}
.menu-countryselect .secondrow .secondrow_left {
  text-align: right;
  padding-top: 13%;
  padding-right: 3%;
}
.menu-countryselect .secondrow .secondrow_left img {
  width: 15%;
}
@media (max-width: 992px) {
  .menu-countryselect .secondrow .secondrow_left {
    display: none;
  }
}
.menu-countryselect .secondrow .secondrow_left,
.menu-countryselect .secondrow .secondrow_right {
  float: left;
  width: 50%;
}
@media (max-width: 992px) {
  .menu-countryselect .secondrow .secondrow_left,
  .menu-countryselect .secondrow .secondrow_right {
    float: none;
    width: auto;
  }
}
.color-countryselect {
  background-color: #f6a800;
}
.countryselect-toggle {
  cursor: pointer;
}
.jvectormap-tip {
  z-index: 1000;
}
.content {
  padding-left: 15px;
  padding-right: 15px;
}
.content a {
  color: #000000;
  text-decoration: underline;
}
.content a:hover,
.content a:focus {
  color: #000000;
  text-decoration: none;
}
.inner-element-to-fullwidth {
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .inner-element-to-fullwidth {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.inner-element-to-fullwidth-both > *:first-child {
  margin-left: -15px;
  margin-right: -15px;
}
.img-element .inner-element-to-fullwidth-both > a {
  display: block;
}
@media (max-width: 992px) and (min-width: 769px) {
  .inner-element-to-fullwidth-left {
    padding-right: 30px;
  }
}
.inner-element-to-fullwidth-left > *:first-child {
  margin-left: -15px;
}
@media (max-width: 768px) {
  .inner-element-to-fullwidth-left > *:first-child {
    margin: 0;
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .inner-element-to-fullwidth-right {
    padding-left: 30px;
  }
}
.inner-element-to-fullwidth-right > *:first-child {
  margin-right: -15px;
}
@media (max-width: 768px) {
  .inner-element-to-fullwidth-right > *:first-child {
    margin: 0;
  }
}
.allscreens-inner-element-to-fullwidth-right > *:first-child {
  margin-right: -15px;
}
@media (min-width: 480px) {
  .row-margin-xs {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.row-margin-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.row-margin-md {
  margin-top: 20px;
  margin-bottom: 20px;
}
.row-margin-lg {
  margin-top: 30px;
  margin-bottom: 30px;
}
.row-margin-bottom {
  margin-bottom: 30px;
}
.small-screen-margin {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .small-screen-margin {
    margin: 0;
  }
}
.small-screen-margin:first-child {
  margin-top: 0;
}
.small-screen-margin:last-child {
  margin-bottom: 0;
}
.full-row .col-full {
  margin: 30px 0;
}
.full-row .col-full:first-child {
  margin-top: 0;
}
.full-row .col-full:last-child {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .no-touch .box-overflow {
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .row-xs {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.row-margin-min-sm {
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 768px) {
  .row-margin-min-sm {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.no-class {
  color: inherit;
}
footer {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 768px) {
  footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
footer ul li {
  margin: 0;
  padding: 0;
  text-indent: 0;
  font-size: 13px;
  line-height: 18px;
  word-wrap: break-word;
}
@media (max-width: 480px) {
  footer ul li {
    font-size: 12px;
    line-height: 15px;
  }
}
footer ul li:before {
  content: none;
  padding: 0;
}
footer ul li span {
  display: block;
}
@media (max-width: 768px) {
  footer ul li span {
    display: inline;
  }
}
footer ul li a {
  color: #000000;
}
footer .footer_top {
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  footer .footer_top {
    margin-bottom: 0;
  }
}
footer .footer_top .footer_top-box {
  height: 150px;
  float: left;
}
@media (max-width: 480px) {
  footer .footer_top .footer_top-box {
    height: 140px;
  }
}
footer .footer_top #footer_top-box1 {
  width: 50%;
  background-color: #fff5cc;
  overflow: hidden;
  padding: 20px;
}
@media (max-width: 480px) {
  footer .footer_top #footer_top-box1 {
    padding: 10px;
  }
}
footer .footer_top #footer_top-box1 .half {
  width: 50%;
  float: left;
}
footer .footer_top #footer_top-box1 .half h6 {
  font-weight: normal;
  word-break: break-word;
}
footer .footer_top #footer_top-box1 .half img.img-responsive.logo-spendenabsetzbarkeit {
  max-height: 116px;
  position: relative;
  bottom: 28px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 480px) {
  footer .footer_top #footer_top-box1 .half img.img-responsive.logo-spendenabsetzbarkeit {
    max-height: 92px;
    position: static;
    bottom: 0;
  }
}
footer .footer_top #footer_top-box1 h6 {
  margin-bottom: 10px;
  font-weight: bold;
}
@media (max-width: 480px) {
  footer .footer_top #footer_top-box1 h6 {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
footer .footer_top #footer_top-box1 p {
  font-size: 14px;
}
@media (max-width: 992px) {
  footer .footer_top #footer_top-box1 {
    float: none;
    width: 100%;
  }
}
footer .footer_top #footer_top-box1.styria-footer .half-left {
  position: relative;
  top: -21px;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 480px) {
  footer .footer_top #footer_top-box1.styria-footer .half-left {
    top: -30px;
  }
}
footer .footer_top #footer_top-box1.styria-footer .half-left img {
  margin: 0 auto;
}
footer .footer_top #footer_top-boxes-right-wrapper {
  width: 50%;
  float: left;
}
footer .footer_top #footer_top-boxes-right-wrapper #footer_top-boxes-fixedwidth-wrapper {
  float: left;
  width: 325px;
}
footer .footer_top #footer_top-boxes-right-wrapper #footer_top-boxes-fixedwidth-wrapper #footer_top-box2 {
  position: relative;
  width: 150px;
  background-color: #ee7f00;
  padding: 20px;
  color: #ffffff;
}
footer .footer_top #footer_top-boxes-right-wrapper #footer_top-boxes-fixedwidth-wrapper #footer_top-box2 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
footer .footer_top #footer_top-boxes-right-wrapper #footer_top-boxes-fixedwidth-wrapper #footer_top-box2 a {
  color: #ffffff;
  text-decoration: none;
}
footer .footer_top #footer_top-boxes-right-wrapper #footer_top-boxes-fixedwidth-wrapper #footer_top-box2 a:hover {
  text-decoration: underline;
}
footer .footer_top #footer_top-boxes-right-wrapper #footer_top-boxes-fixedwidth-wrapper #footer_top-box2 a img {
  margin-top: 5px;
}
@media (max-width: 768px) {
  footer .footer_top #footer_top-boxes-right-wrapper #footer_top-boxes-fixedwidth-wrapper #footer_top-box2 {
    position: relative;
    margin-right: 5%;
  }
}
@media (max-width: 480px) {
  footer .footer_top #footer_top-boxes-right-wrapper #footer_top-boxes-fixedwidth-wrapper #footer_top-box2 {
    width: 140px;
    height: 140px;
  }
}
footer .footer_top #footer_top-boxes-right-wrapper #footer_top-boxes-fixedwidth-wrapper #footer_top-box2 span {
  display: none;
}
footer .footer_top #footer_top-boxes-right-wrapper #footer_top-boxes-fixedwidth-wrapper #footer_top-box2:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 21px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 10px;
  border-color: transparent transparent transparent #ee7f00;
}
footer .footer_top #footer_top-boxes-right-wrapper #footer_top-boxes-fixedwidth-wrapper #footer_top-box3 {
  width: 175px;
  padding: 22px 20px 0;
}
footer .footer_top #footer_top-boxes-right-wrapper #footer_top-boxes-fixedwidth-wrapper #footer_top-box3 h6 {
  margin-bottom: 10px;
}
footer .footer_top #footer_top-boxes-right-wrapper #footer_top-boxes-fixedwidth-wrapper #footer_top-box3 p {
  font-size: 14px;
}
@media (max-width: 768px) {
  footer .footer_top #footer_top-boxes-right-wrapper #footer_top-boxes-fixedwidth-wrapper #footer_top-box3 {
    float: none;
    width: 100%;
    background: none;
  }
}
@media (max-width: 480px) {
  footer .footer_top #footer_top-boxes-right-wrapper #footer_top-boxes-fixedwidth-wrapper #footer_top-box3 {
    padding: 22px 18px 0 20px;
  }
}
@media (max-width: 768px) {
  footer .footer_top #footer_top-boxes-right-wrapper #footer_top-boxes-fixedwidth-wrapper {
    float: none;
    width: 100%;
  }
}
footer .footer_top #footer_top-boxes-right-wrapper #footer_top-box4 {
  overflow: hidden;
  float: none;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
footer .footer_top #footer_top-boxes-right-wrapper #footer_top-box4 iframe {
  height: 150px;
  width: 100%;
}
@media (max-width: 768px) {
  footer .footer_top #footer_top-boxes-right-wrapper #footer_top-box4 {
    display: none;
  }
}
@media (max-width: 480px) {
  footer .footer_top #footer_top-boxes-right-wrapper #footer_top-box4 {
    width: 100%;
  }
}
@media (max-width: 992px) {
  footer .footer_top #footer_top-boxes-right-wrapper {
    float: none;
    width: 100%;
  }
}
footer .footer_bottom ul.list-footer {
  background-color: #595959;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}
footer .footer_bottom ul.list-footer li {
  text-indent: 0;
}
footer .footer_bottom ul.list-footer li:before {
  color: #ffffff;
}
footer .footer_bottom ul.list-footer li:first-child:before {
  content: "";
}
footer .footer_bottom ul.list-footer li a {
  color: #ffffff;
  font-size: 16px;
}
footer .footer_bottom ul.list-footer li a:hover {
  color: #ffffff;
}
@media (max-width: 768px) {
  footer .footer_bottom ul.list-footer li {
    display: block;
    margin-top: 5px;
  }
  footer .footer_bottom ul.list-footer li:before {
    content: "";
  }
  footer .footer_bottom ul.list-footer li a {
    font-size: 16px;
  }
}
footer .footer_bottom ul.social-icons {
  position: absolute;
  top: 0;
  right: 36px;
  padding: 13px 0 0;
}
@media (max-width: 768px) {
  footer .footer_bottom ul.social-icons {
    background-color: #595959;
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    padding: 0 0 10px;
  }
}
footer .footer_bottom ul.social-icons li a {
  color: #ffffff;
  font-size: 20px;
}
.articles_bar {
  margin-left: 15px;
  background-color: #fff5cc;
  height: 150px;
}
@media (max-width: 992px) {
  .articles_bar {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .articles_bar {
    height: 75px;
    overflow: hidden;
  }
}
.articles_bar .box-full-shadow-right {
  position: absolute;
  left: 18px;
  top: -11px;
}
.articles_bar .articles_bar-left {
  float: left;
  height: 150px;
}
@media (max-width: 768px) {
  .articles_bar .articles_bar-left {
    width: 90px;
    height: 75px;
    padding: 0px;
  }
}
.articles_bar .articles_bar-left .icon {
  width: 165px;
  height: 150px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .articles_bar .articles_bar-left .icon {
    width: 90px;
    height: 75px;
  }
}
.articles_bar .articles_bar-left .icon .center-icon {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0px;
}
@media (max-width: 768px) {
  .articles_bar .articles_bar-left .icon .center-icon {
    width: 75px;
    height: 75px;
    float: none;
  }
}
.articles_bar .articles_bar-left .icon .center-icon i {
  right: 0px;
  left: 0px;
  margin: auto;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 768px) {
  .articles_bar .articles_bar-left .icon .center-icon i {
    top: 25%;
    font-size: 40px;
  }
}
.articles_bar .articles_bar-left .icon i {
  position: absolute;
  top: 27%;
  font-size: 70px;
}
@media (max-width: 768px) {
  .articles_bar .articles_bar-left .icon i {
    top: 23%;
    font-size: 45px;
    left: 10%;
  }
}
.articles_bar .articles_bar-left .icon .arrow {
  width: 15px;
  height: 150px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.articles_bar .articles_bar-left .icon .arrow img {
  width: 20px;
  height: 150px;
}
@media (max-width: 768px) {
  .articles_bar .articles_bar-left .icon .arrow img {
    width: 15px;
    height: 75px;
  }
}
.articles_bar .articles_bar-right {
  overflow: hidden;
  height: 150px;
  padding: 15px;
}
@media (max-width: 768px) {
  .articles_bar .articles_bar-right {
    padding: 6px 15px 0px;
    height: auto;
  }
}
.articles_bar .articles_bar-right .headline {
  margin: 0 0 5px 0;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
  height: 20px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .articles_bar .articles_bar-right .headline {
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .articles_bar .articles_bar-right .headline {
    display: none;
    height: auto;
    overflow: visible;
  }
}
.articles_bar .articles_bar-right .articles_bar-articles .article {
  line-height: 1.3;
}
@media (max-width: 768px) {
  .articles_bar .articles_bar-right .articles_bar-articles .article {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .articles_bar .articles_bar-right .articles_bar-articles .article {
    margin-bottom: 10px;
    padding-left: 10px;
  }
  .articles_bar .articles_bar-right .articles_bar-articles .article:nth-child(2),
  .articles_bar .articles_bar-right .articles_bar-articles .article:nth-child(3) {
    display: none;
  }
}
.articles_bar .articles_bar-right .articles_bar-articles .article a {
  color: #000000;
  text-decoration: underline;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.articles_bar .articles_bar-right .articles_bar-articles .article a:hover {
  text-decoration: none;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
@media (max-width: 992px) {
  .articles_bar .articles_bar-right .articles_bar-articles .article a {
    font-size: 16px;
  }
}
.articles_bar .articles_bar-right .articles_bar-articles .article .article-date {
  font-size: 14px;
}
@media (max-width: 768px) {
  .articles_bar .articles_bar-right .articles_bar-articles .article .article-date {
    font-size: 12px;
  }
}
.articles_bar .articles_bar-right .articles_bar-articles .article .article-titlelink {
  font-weight: bold;
}
@media (max-width: 1200px) {
  .articles_bar .articles_bar-right .articles_bar-articles .article .article-titlelink {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .articles_bar .articles_bar-right .articles_bar-articles .article .article-titlelink {
    font-size: 1.6vw;
  }
}
@media (max-width: 480px) {
  .articles_bar .articles_bar-right .articles_bar-articles .article .article-titlelink {
    font-size: 18px;
  }
}
.articles_bar .articles_bar-right .btn-more.articles_bar-colors-news {
  background-color: #ee7f00;
}
.articles_bar .articles_bar-right .btn-more.articles_bar-colors-termine {
  background-color: #ffcc00;
}
.articles_bar .articles_bar-right .btn-more {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 16px;
  padding: 7px 10px 5px;
  color: #000000;
  width: 170px;
  /* quickfix for presentation */
}
@media (max-width: 768px) {
  .articles_bar .articles_bar-right .btn-more {
    width: auto;
    padding: 0px 10px;
    right: 15px;
  }
}
@media (max-width: 768px) {
  .articles_bar .articles_bar-right .btn-more .btn-more-text {
    display: none;
  }
}
.articles_bar .articles_bar-right .btn-more:hover,
.articles_bar .articles_bar-right .btn-more:focus {
  text-decoration: none;
}
.articles_bar .articles_bar-right .btn-more span i {
  font-size: 8px;
  top: -3px;
  position: relative;
}
@media (max-width: 768px) {
  .articles_bar .articles_bar-right .btn-more span i {
    font-size: 22px;
    top: 1px;
    right: -14%;
  }
}
.articles_bar .articles_bar-right .btn-more span .fourth {
  display: none;
}
@media (max-width: 768px) {
  .articles_bar .articles_bar-right .btn-more span .first,
  .articles_bar .articles_bar-right .btn-more span .second,
  .articles_bar .articles_bar-right .btn-more span .third {
    display: none;
  }
  .articles_bar .articles_bar-right .btn-more span .fourth {
    display: inline-block;
  }
}
.articles_grayboxes_headline {
  position: relative;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .articles_grayboxes_headline {
    margin-left: 0;
    overflow: hidden;
  }
}
.articles_grayboxes_headline h2 {
  margin-bottom: 0;
  margin-left: 30px;
}
.articles_grayboxes_headline h2 i {
  position: absolute;
  left: 0;
  color: #ffcc00;
}
a.articles_grayboxes-link {
  color: #000000;
  text-decoration: none;
  /*img.box-img {
      .grayscale (@value: 0%);
       .transition (all, @transition-duration-extra-slow);
    }

    &:hover img.box-img {
      .grayscale (@value: 100%);
       .transition (all, @transition-duration-extra-slow);
    }*/
}
a.articles_grayboxes-link .headline {
  text-decoration: underline;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 768px) {
  a.articles_grayboxes-link .headline {
    padding-left: 0;
    overflow: hidden;
    text-overflow: clip;
    overflow: visible;
    white-space: normal;
    word-wrap: break-word;
  }
}
a.articles_grayboxes-link .headline:hover {
  text-decoration: none;
}
a.articles_grayboxes-link:hover {
  color: #000000;
  text-decoration: none;
}
@media (max-width: 992px) {
  .row_articles > div {
    margin-bottom: 30px;
  }
  .row_articles > div:last-child {
    margin-bottom: 0;
  }
}
.image .clip-svg image {
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
.articles_grayboxes-article {
  background-color: #eeeeee;
}
@media (max-width: 768px) {
  .articles_grayboxes-article {
    background-color: transparent;
  }
}
.articles_grayboxes-article .box_leftside_left {
  background-color: #eeeeee;
}
@media (max-width: 768px) {
  .articles_grayboxes-article .box_leftside_left {
    background-color: transparent;
  }
}
.articles_grayboxes-article .box_rightside_right {
  background-color: #eeeeee;
}
@media (max-width: 768px) {
  .articles_grayboxes-article .box_rightside_right {
    background-color: transparent;
  }
}
.box_leftside_left .box-top,
.box_leftside_right .box-top,
.box_rightside_left .box-top,
.box_rightside_right .box-top,
.multi-rightside-right .box-top,
.multi-rightside-left .box-top {
  height: 35px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .box_leftside_left .box-top,
  .box_leftside_right .box-top,
  .box_rightside_left .box-top,
  .box_rightside_right .box-top,
  .multi-rightside-right .box-top,
  .multi-rightside-left .box-top {
    height: auto;
    overflow: visible;
  }
}
.box_leftside_left .box-top-inputs,
.box_leftside_right .box-top-inputs,
.box_rightside_left .box-top-inputs,
.box_rightside_right .box-top-inputs,
.multi-rightside-right .box-top-inputs,
.multi-rightside-left .box-top-inputs {
  height: 35px;
}
@media (max-width: 768px) {
  .box_leftside_left .box-top-inputs,
  .box_leftside_right .box-top-inputs,
  .box_rightside_left .box-top-inputs,
  .box_rightside_right .box-top-inputs,
  .multi-rightside-right .box-top-inputs,
  .multi-rightside-left .box-top-inputs {
    height: 22px;
    overflow: hidden;
  }
}
.box_leftside_left .box-sub,
.box_leftside_right .box-sub,
.box_rightside_left .box-sub,
.box_rightside_right .box-sub,
.multi-rightside-right .box-sub,
.multi-rightside-left .box-sub {
  height: 55px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .box_leftside_left .box-sub,
  .box_leftside_right .box-sub,
  .box_rightside_left .box-sub,
  .box_rightside_right .box-sub,
  .multi-rightside-right .box-sub,
  .multi-rightside-left .box-sub {
    height: auto;
    overflow: visible;
    margin-bottom: 0;
  }
}
.box_leftside_left .headline,
.box_leftside_right .headline,
.box_rightside_left .headline,
.box_rightside_right .headline,
.multi-rightside-right .headline,
.multi-rightside-left .headline {
  margin: 0 0 5px 0;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
  color: #000000;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .box_leftside_left .headline,
  .box_leftside_right .headline,
  .box_rightside_left .headline,
  .box_rightside_right .headline,
  .multi-rightside-right .headline,
  .multi-rightside-left .headline {
    font-size: 16px;
  }
}
.box_leftside_left .function,
.box_leftside_right .function,
.box_rightside_left .function,
.box_rightside_right .function,
.multi-rightside-right .function,
.multi-rightside-left .function {
  font-size: 15px;
  line-height: 1.35;
}
@media (max-width: 768px) {
  .box_leftside_left .function,
  .box_leftside_right .function,
  .box_rightside_left .function,
  .box_rightside_right .function,
  .multi-rightside-right .function,
  .multi-rightside-left .function {
    font-size: 14px;
  }
}
.box_leftside_left .details,
.box_leftside_right .details,
.box_rightside_left .details,
.box_rightside_right .details,
.multi-rightside-right .details,
.multi-rightside-left .details,
.box_leftside_left .links,
.box_leftside_right .links,
.box_rightside_left .links,
.box_rightside_right .links,
.multi-rightside-right .links,
.multi-rightside-left .links,
.box_leftside_left .description,
.box_leftside_right .description,
.box_rightside_left .description,
.box_rightside_right .description,
.multi-rightside-right .description,
.multi-rightside-left .description {
  font-size: 13px;
  height: 82.2px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .box_leftside_left .details,
  .box_leftside_right .details,
  .box_rightside_left .details,
  .box_rightside_right .details,
  .multi-rightside-right .details,
  .multi-rightside-left .details,
  .box_leftside_left .links,
  .box_leftside_right .links,
  .box_rightside_left .links,
  .box_rightside_right .links,
  .multi-rightside-right .links,
  .multi-rightside-left .links,
  .box_leftside_left .description,
  .box_leftside_right .description,
  .box_rightside_left .description,
  .box_rightside_right .description,
  .multi-rightside-right .description,
  .multi-rightside-left .description {
    font-size: 13px;
    line-height: 1.35;
    height: auto;
    overflow: visible;
  }
}
@media (max-width: 768px) {
  .box_leftside_left .details ul li,
  .box_leftside_right .details ul li,
  .box_rightside_left .details ul li,
  .box_rightside_right .details ul li,
  .multi-rightside-right .details ul li,
  .multi-rightside-left .details ul li {
    font-size: 13px;
  }
}
.box_leftside_left li,
.box_leftside_right li,
.box_rightside_left li,
.box_rightside_right li,
.multi-rightside-right li,
.multi-rightside-left li {
  margin: 0;
  padding: 0;
  text-indent: 0;
  height: 22px;
}
@media (max-width: 768px) {
  .box_leftside_left li,
  .box_leftside_right li,
  .box_rightside_left li,
  .box_rightside_right li,
  .multi-rightside-right li,
  .multi-rightside-left li {
    height: auto;
  }
}
.box_leftside_left li:before,
.box_leftside_right li:before,
.box_rightside_left li:before,
.box_rightside_right li:before,
.multi-rightside-right li:before,
.multi-rightside-left li:before {
  content: none;
}
.box_leftside_left ul.list-items li,
.box_leftside_right ul.list-items li,
.box_rightside_left ul.list-items li,
.box_rightside_right ul.list-items li,
.multi-rightside-right ul.list-items li,
.multi-rightside-left ul.list-items li {
  position: relative;
  height: 20px;
  text-indent: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .box_leftside_left ul.list-items li,
  .box_leftside_right ul.list-items li,
  .box_rightside_left ul.list-items li,
  .box_rightside_right ul.list-items li,
  .multi-rightside-right ul.list-items li,
  .multi-rightside-left ul.list-items li {
    height: auto;
    padding-left: 15px;
    line-height: 1.35;
    white-space: normal;
  }
}
.box_leftside_left ul.list-items li i,
.box_leftside_right ul.list-items li i,
.box_rightside_left ul.list-items li i,
.box_rightside_right ul.list-items li i,
.multi-rightside-right ul.list-items li i,
.multi-rightside-left ul.list-items li i {
  padding-left: 1px;
}
@media (max-width: 768px) {
  .box_leftside_left ul.list-items li i,
  .box_leftside_right ul.list-items li i,
  .box_rightside_left ul.list-items li i,
  .box_rightside_right ul.list-items li i,
  .multi-rightside-right ul.list-items li i,
  .multi-rightside-left ul.list-items li i {
    margin-right: 0;
    margin-top: 3px;
    text-align: left;
    left: 0;
    position: absolute;
    padding-left: 0;
    line-height: 0.9;
  }
}
.box_leftside_left ul.list-items li.mobile,
.box_leftside_right ul.list-items li.mobile,
.box_rightside_left ul.list-items li.mobile,
.box_rightside_right ul.list-items li.mobile,
.multi-rightside-right ul.list-items li.mobile,
.multi-rightside-left ul.list-items li.mobile {
  padding-left: 0;
  display: inline;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .box_leftside_left ul.list-items li.mobile,
  .box_leftside_right ul.list-items li.mobile,
  .box_rightside_left ul.list-items li.mobile,
  .box_rightside_right ul.list-items li.mobile,
  .multi-rightside-right ul.list-items li.mobile,
  .multi-rightside-left ul.list-items li.mobile {
    display: inline-block;
  }
}
.box_leftside_left ul.list-items li.mobile i.fa-mobile,
.box_leftside_right ul.list-items li.mobile i.fa-mobile,
.box_rightside_left ul.list-items li.mobile i.fa-mobile,
.box_rightside_right ul.list-items li.mobile i.fa-mobile,
.multi-rightside-right ul.list-items li.mobile i.fa-mobile,
.multi-rightside-left ul.list-items li.mobile i.fa-mobile {
  font-size: 16px;
  width: auto;
  position: relative;
}
@media (max-width: 480px) {
  .box_leftside_left ul.list-items li.mobile i.fa-mobile,
  .box_leftside_right ul.list-items li.mobile i.fa-mobile,
  .box_rightside_left ul.list-items li.mobile i.fa-mobile,
  .box_rightside_right ul.list-items li.mobile i.fa-mobile,
  .multi-rightside-right ul.list-items li.mobile i.fa-mobile,
  .multi-rightside-left ul.list-items li.mobile i.fa-mobile {
    padding-right: 5px;
  }
}
.box_leftside_left ul.list-items li.phones,
.box_leftside_right ul.list-items li.phones,
.box_rightside_left ul.list-items li.phones,
.box_rightside_right ul.list-items li.phones,
.multi-rightside-right ul.list-items li.phones,
.multi-rightside-left ul.list-items li.phones {
  display: inline;
  white-space: nowrap;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .box_leftside_left ul.list-items li.phones,
  .box_leftside_right ul.list-items li.phones,
  .box_rightside_left ul.list-items li.phones,
  .box_rightside_right ul.list-items li.phones,
  .multi-rightside-right ul.list-items li.phones,
  .multi-rightside-left ul.list-items li.phones {
    display: inline-block;
  }
}
.multi-rightside-right > .details {
  height: auto;
  font-size: 13px;
  overflow: visible;
}
@media (max-width: 768px) {
  .multi-rightside-right > .details {
    font-size: 13px;
    line-height: 1.35;
    height: auto;
    overflow: visible;
  }
}
.box_leftside_right,
.box_rightside_left {
  position: relative;
}
.box_leftside_right .icon,
.box_rightside_left .icon,
.multi-rightside-left .icon,
.box_leftside_right .image,
.box_rightside_left .image,
.multi-rightside-left .image,
.box_leftside_right .map,
.box_rightside_left .map,
.multi-rightside-left .map,
.box_leftside_right .input,
.box_rightside_left .input,
.multi-rightside-left .input {
  width: 165px;
  /* 15px for the arrow-overlay */
  height: 150px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .box_leftside_right .icon,
  .box_rightside_left .icon,
  .multi-rightside-left .icon,
  .box_leftside_right .image,
  .box_rightside_left .image,
  .multi-rightside-left .image,
  .box_leftside_right .map,
  .box_rightside_left .map,
  .multi-rightside-left .map,
  .box_leftside_right .input,
  .box_rightside_left .input,
  .multi-rightside-left .input {
    position: relative;
    width: 100%;
    height: 75px;
    top: 0;
  }
}
.box_leftside_right .icon .multi-arrow,
.box_rightside_left .icon .multi-arrow,
.multi-rightside-left .icon .multi-arrow,
.box_leftside_right .image .multi-arrow,
.box_rightside_left .image .multi-arrow,
.multi-rightside-left .image .multi-arrow,
.box_leftside_right .map .multi-arrow,
.box_rightside_left .map .multi-arrow,
.multi-rightside-left .map .multi-arrow,
.box_leftside_right .input .multi-arrow,
.box_rightside_left .input .multi-arrow,
.multi-rightside-left .input .multi-arrow {
  right: 0;
}
.box_leftside_right .icon .arrow,
.box_rightside_left .icon .arrow,
.multi-rightside-left .icon .arrow,
.box_leftside_right .image .arrow,
.box_rightside_left .image .arrow,
.multi-rightside-left .image .arrow,
.box_leftside_right .map .arrow,
.box_rightside_left .map .arrow,
.multi-rightside-left .map .arrow,
.box_leftside_right .input .arrow,
.box_rightside_left .input .arrow,
.multi-rightside-left .input .arrow {
  width: 20px;
  height: 150px;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .box_leftside_right .icon .arrow,
  .box_rightside_left .icon .arrow,
  .multi-rightside-left .icon .arrow,
  .box_leftside_right .image .arrow,
  .box_rightside_left .image .arrow,
  .multi-rightside-left .image .arrow,
  .box_leftside_right .map .arrow,
  .box_rightside_left .map .arrow,
  .multi-rightside-left .map .arrow,
  .box_leftside_right .input .arrow,
  .box_rightside_left .input .arrow,
  .multi-rightside-left .input .arrow {
    width: 15px;
    height: 75px;
  }
}
.box_leftside_right .icon .arrow img,
.box_rightside_left .icon .arrow img,
.multi-rightside-left .icon .arrow img,
.box_leftside_right .image .arrow img,
.box_rightside_left .image .arrow img,
.multi-rightside-left .image .arrow img,
.box_leftside_right .map .arrow img,
.box_rightside_left .map .arrow img,
.multi-rightside-left .map .arrow img,
.box_leftside_right .input .arrow img,
.box_rightside_left .input .arrow img,
.multi-rightside-left .input .arrow img {
  width: 20px;
  height: 150px;
}
@media (max-width: 768px) {
  .box_leftside_right .icon .arrow img,
  .box_rightside_left .icon .arrow img,
  .multi-rightside-left .icon .arrow img,
  .box_leftside_right .image .arrow img,
  .box_rightside_left .image .arrow img,
  .multi-rightside-left .image .arrow img,
  .box_leftside_right .map .arrow img,
  .box_rightside_left .map .arrow img,
  .multi-rightside-left .map .arrow img,
  .box_leftside_right .input .arrow img,
  .box_rightside_left .input .arrow img,
  .multi-rightside-left .input .arrow img {
    width: 15px;
    height: 75px;
  }
}
@media (max-width: 768px) {
  .box_leftside_right .icon .arrow,
  .box_rightside_left .icon .arrow,
  .multi-rightside-left .icon .arrow,
  .box_leftside_right .image .arrow,
  .box_rightside_left .image .arrow,
  .multi-rightside-left .image .arrow,
  .box_leftside_right .map .arrow,
  .box_rightside_left .map .arrow,
  .multi-rightside-left .map .arrow,
  .box_leftside_right .input .arrow,
  .box_rightside_left .input .arrow,
  .multi-rightside-left .input .arrow {
    right: 0;
  }
}
.box_leftside_right .icon,
.box_rightside_left .icon,
.multi-rightside-left .icon {
  color: #ffffff;
}
.box_leftside_right .icon i,
.box_rightside_left .icon i,
.multi-rightside-left .icon i {
  position: absolute;
  top: 26.5%;
  font-size: 70px;
}
@media (max-width: 768px) {
  .box_leftside_right .icon i,
  .box_rightside_left .icon i,
  .multi-rightside-left .icon i {
    font-size: 40px;
  }
}
.box_rightside_left .icon .center-icon {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0;
}
@media (max-width: 768px) {
  .box_rightside_left .icon .center-icon {
    width: 75px;
    height: 75px;
    float: none;
  }
}
.box_rightside_left .icon .center-icon > img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 0;
  bottom: 0;
}
.box_rightside_left .icon .center-icon i {
  right: 0;
  left: 0;
  margin: auto;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 768px) {
  .box_rightside_left .icon .center-icon i {
    top: 25%;
  }
}
.box_rightside_left .arrow {
  right: 0;
}
.box_leftside_right .icon .center-icon {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .box_leftside_right .icon .center-icon {
    width: 75px;
    height: 75px;
    float: none;
    right: auto;
  }
}
.box_leftside_right .icon .center-icon > img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 0;
  bottom: 0;
}
.box_leftside_right .icon .center-icon i {
  right: 0;
  left: 0;
  margin: auto;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 768px) {
  .box_leftside_right .icon .center-icon i {
    top: 25%;
  }
}
.box_leftside_left {
  overflow: hidden;
  padding: 18px 15px;
  padding-left: 23px;
  height: 150px;
  text-align: right;
}
@media (max-width: 768px) {
  .box_leftside_left {
    text-align: left;
    padding: 0 0 0 10px;
    height: auto;
  }
}
.box_leftside_left ul.list-items li.mobile {
  margin-left: 5px;
}
.box_leftside_left ul.list-items li.phones {
  margin-right: 0;
}
.box_leftside_right {
  float: right;
  width: 170px;
  min-width: 150px;
  height: 150px;
}
@media (max-width: 768px) {
  .box_leftside_right {
    min-width: 90px;
    width: 90px;
    height: 75px;
    float: left;
    padding: 0;
  }
}
.box_rightside_left,
.multi-rightside-left {
  float: left;
  width: 170px;
  min-width: 150px;
  height: 150px;
}
@media (max-width: 768px) {
  .box_rightside_left,
  .multi-rightside-left {
    min-width: 90px;
    width: 90px;
    height: 75px;
    float: left;
    padding: 0;
  }
}
.box_rightside_right {
  overflow: hidden;
  padding: 18px 15px;
  padding-right: 23px;
  height: 150px;
}
@media (max-width: 768px) {
  .box_rightside_right {
    padding: 0 0 0 10px;
    height: auto;
  }
}
.box_rightside_right i.fa-mobile {
  text-align: right;
}
@media (max-width: 480px) {
  .box_rightside_right i.fa-mobile {
    padding-right: 5px;
  }
}
.box-shadow-rules {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .box-shadow-rules {
    width: 150px / 2;
    height: 150px / 2;
    right: auto;
  }
}
.right-box {
  margin-left: 0;
}
.right-box.move {
  margin-left: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.right-box .box-shadow {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  z-index: 0;
  -webkit-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .right-box .box-shadow {
    width: 150px / 2;
    height: 150px / 2;
    right: auto;
  }
}
.left-box {
  margin-right: 0;
}
.left-box.move {
  margin-right: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.left-box .box-shadow {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  z-index: 0;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
  right: 0px;
}
@media (max-width: 768px) {
  .left-box .box-shadow {
    width: 150px / 2;
    height: 150px / 2;
    right: auto;
  }
}
@media (max-width: 768px) {
  .left-box .box-shadow {
    -webkit-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.1);
    right: auto;
  }
}
.left-box .box-img {
  position: relative;
  right: -5px;
}
@media (max-width: 768px) {
  .left-box .box-img {
    right: auto;
  }
}
.full-box .box-shadow {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  z-index: 0;
  -webkit-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.1);
  left: 30px;
}
@media (max-width: 768px) {
  .full-box .box-shadow {
    width: 150px / 2;
    height: 150px / 2;
    right: auto;
  }
}
@media (max-width: 768px) {
  .full-box .box-shadow {
    left: auto;
  }
}
.multi-map.full-box .box-shadow,
.multi-contact.full-box .box-shadow {
  left: 15px;
}
a .headline,
.headline-with-underline .headline {
  text-decoration: underline;
}
a .headline:hover,
.headline-with-underline .headline:hover {
  text-decoration: none;
}
.box-contact {
  background-color: #fff5cc;
}
@media (max-width: 768px) {
  .box-contact {
    width: 100%;
    height: auto;
    background-color: transparent;
  }
}
.box-contact .box_leftside_left .headline {
  margin: 0;
}
@media (max-width: 768px) {
  .box-contact .box_leftside_left .headline {
    text-overflow: clip;
    overflow: visible;
    white-space: normal;
    word-wrap: break-word;
  }
}
@media (max-width: 768px) {
  .box-contact .box_rightside_left .image {
    position: relative;
    width: 100%;
    height: 75px;
    top: 0;
  }
}
.box-contact .box_rightside_right .headline {
  margin: 0;
}
@media (max-width: 768px) {
  .box-contact .box_rightside_right .headline {
    text-overflow: clip;
    overflow: visible;
    white-space: normal;
    word-wrap: break-word;
  }
}
.multi-contact .multi-rightside-right {
  padding: 0 10px 10px 15px;
  background-repeat: no-repeat;
  background-position: center left 0px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .multi-contact .multi-rightside-right {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0 0 0 10px;
  }
}
.multi-contact .multi-rightside-right .headline {
  margin: 0;
}
@media (max-width: 768px) {
  .multi-contact .multi-rightside-right .headline {
    text-overflow: clip;
    overflow: visible;
    white-space: normal;
    word-wrap: break-word;
  }
}
.multi-contact .multi-rightside-right .multi-description {
  margin-top: 20px;
}
.multi-contact .multi-rightside-right .multi-description .text-description {
  display: none;
}
.multi-contact .multi-rightside-right .multi-description .text-description p {
  text-overflow: clip;
  overflow: visible;
  white-space: normal;
  word-wrap: break-word;
}
.multi-contact .multi-rightside-right .multi-description .open-description {
  margin-top: 15px;
  text-align: left;
  cursor: pointer;
}
.multi-contact .multi-rightside-right .multi-description .open-description .transform-down {
  transform: rotate(-90deg);
}
.multi-contact .multi-rightside-right .multi-description .open-description .transform-right {
  transform: rotate(0);
}
.multi-contact .multi-rightside-right .multi-description .open-description p {
  margin-bottom: 0;
}
.multi-contact .headline,
.multi-contact .function,
.multi-contact .details p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .multi-contact .headline,
  .multi-contact .function,
  .multi-contact .details p {
    text-overflow: clip;
    overflow: visible;
    white-space: normal;
    word-wrap: break-word;
  }
}
@media (max-width: 768px) {
  .multi-contact {
    height: auto;
  }
}
.multi-contact.box-contact-middle .multi-rightside-right .box-sub.no-function {
  height: auto;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .multi-contact.box-contact-middle .multi-rightside-right .box-sub.no-function {
    margin-bottom: 0;
  }
}
.opened:after {
  content: '';
  width: 100%;
  height: 40%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent;
  opacity: 0 !important;
  z-index: 0;
}
.box-countryselect {
  background-color: #fff5cc;
}
@media (max-width: 768px) {
  .box-countryselect {
    height: 75px;
  }
}
@media (max-width: 768px) {
  .box-countryselect .icon .center-icon > img {
    width: 60px;
  }
}
.box-countryselect .headline {
  text-overflow: clip;
  overflow: visible;
  white-space: normal;
  word-wrap: break-word;
  max-height: 50px;
}
@media (max-width: 768px) {
  .box-countryselect .headline {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
.box-countryselect .details {
  font-size: 18px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .box-countryselect .details {
    margin-top: 10px;
    font-size: 18px;
  }
}
.box-countryselect .details .icon-arrow-down {
  position: relative;
}
.box-countryselect .details .icon-arrow-down:before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 19px;
  top: 0;
  font-size: 20px;
  z-index: 10;
  color: #f6a800;
  pointer-events: none;
}
.box-countryselect .details .box-countryselect-select {
  font-size: 14px;
}
.box-countryselect .details .box-countryselect-select .btn-country {
  width: 300px;
  position: relative;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  text-transform: none;
  text-align: left;
  font-weight: normal;
  margin-bottom: 0;
  padding: 4px 10px 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -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;
  -webkit-transition-property: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition-property: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
@media (max-width: 480px) {
  .box-countryselect .details .box-countryselect-select .btn-country {
    width: 181px;
    font-size: 14px;
  }
}
.box-countryselect .details .box-countryselect-select .btn-country i {
  position: absolute;
  top: 7px;
  right: 7px;
}
@media (max-width: 768px) {
  .box-countryselect .details .box-countryselect-select .btn-country i {
    top: 6px;
  }
}
@media (max-width: 480px) {
  .box-countryselect .details .box-countryselect-select .btn-country i {
    top: 5px;
  }
}
.box-countryselect .details .box-countryselect-select .btn-country:focus {
  outline-width: 0;
}
.box-countryselect .details .box-countryselect-select .dropdown-menu {
  width: 300px;
  top: auto;
  left: auto;
  margin-top: -1px;
  padding-bottom: 10px;
  border-radius: 0;
  z-index: 1000;
}
.box-countryselect .details .box-countryselect-select .dropdown-menu > li {
  margin-bottom: 5px;
  list-style: none;
}
@media (max-width: 768px) {
  .box-countryselect .details .box-countryselect-select .dropdown-menu > li {
    font-size: 18px;
  }
}
.box-countryselect .details .box-countryselect-select .dropdown-menu > li:before {
  position: absolute;
  left: 10px;
  content: "■";
  color: #e95d0f;
  z-index: 1;
}
.box-countryselect .details .box-countryselect-select .dropdown-menu > li > a {
  position: relative;
  font-weight: normal;
  display: block;
  padding: 3px 0 3px 30px;
  clear: both;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  text-indent: 0;
  text-decoration: none;
  cursor: pointer;
  z-index: 0;
}
@media (max-width: 480px) {
  .box-countryselect .details .box-countryselect-select .dropdown-menu > li > a {
    font-size: 14px;
  }
}
.box-countryselect .details .box-countryselect-select .dropdown-menu > li > a.disabled {
  opacity: 0.5;
}
.box-countryselect .details .box-countryselect-select .dropdown-menu > li > a.disabled span {
  display: block;
  font-size: 12px;
}
@media (max-width: 480px) {
  .box-countryselect .details .box-countryselect-select .dropdown-menu {
    width: 181px;
  }
}
.box-countryselect .box_rightside_right .box-countryselect-select {
  float: left;
}
@media (max-width: 768px) {
  .box-countryselect .box_rightside_right .box-countryselect-select {
    float: none;
  }
}
@media (max-width: 768px) {
  .box-countryselect .box_rightside_right {
    padding: 5px 15px 5px 0;
  }
}
.box-countryselect .box_leftside_left .box-countryselect-select {
  float: right;
}
@media (max-width: 768px) {
  .box-countryselect .box_leftside_left .box-countryselect-select {
    float: none;
  }
}
@media (max-width: 768px) {
  .box-countryselect .box_leftside_left,
  .box-countryselect .box_rightside_right {
    padding: 5px 10px;
  }
}
.box-ikdonation {
  background-color: #eeeeee;
}
@media (max-width: 768px) {
  .box-ikdonation {
    height: auto;
    overflow: visible;
    background-color: transparent;
  }
}
.box-ikdonation .box_rightside_left {
  background-color: transparent;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .box-ikdonation .box_rightside_left {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .box-ikdonation .box_rightside_left .icon .center-icon > img {
    width: 150px / 2;
  }
}
.box-ikdonation .box_rightside_left .input {
  padding-right: 15px;
}
@media (max-width: 768px) {
  .box-ikdonation .box_rightside_left .input {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .box-ikdonation .box_rightside_left .input input[type="text"] {
    padding-left: 0;
    border: none;
    font-size: 1.2em;
  }
}
.box-ikdonation .box_rightside_left .input span.tx_ikdonation-btn {
  position: absolute;
  bottom: 5px;
  margin-left: -15px;
  left: 0;
  right: 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .box-ikdonation .box_rightside_left .input span.tx_ikdonation-btn {
    margin-left: 6px;
    bottom: 2px;
    font-size: 14px;
  }
}
.box-ikdonation .box_rightside_left .input_text:hover,
.box-ikdonation .box_rightside_left .input_text_x:hover {
  color: #ffffff;
  background-color: #e95d0f;
}
.box-ikdonation .box_rightside_left .input_text:focus,
.box-ikdonation .box_rightside_left .input_text_x:focus {
  outline: none;
  text-align: center;
}
.box-ikdonation .box_rightside_left input {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 100%;
  padding: 0;
  background-color: #e95d0f;
  color: #ffffff;
  border-color: transparent;
  font-size: 2em;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .box-ikdonation .box_rightside_left input {
    width: 150px / 2;
  }
}
.box-ikdonation .box_rightside_left input:hover {
  color: #ffffff;
  background-color: #e95d0f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.box-ikdonation .box_rightside_left input:focus {
  outline: #e95d0f auto 0px;
  border-color: transparent;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 1px solid black;
}
.box-ikdonation .box_rightside_left ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ffffff;
}
.box-ikdonation .box_rightside_left :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
}
.box-ikdonation .box_rightside_left ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff;
}
.box-ikdonation .box_rightside_left :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}
.box-ikdonation .box_rightside_right .input_text,
.box-ikdonation .box_rightside_right .input_button_submit {
  width: auto;
}
.box-ikdonation .box_rightside_right .headline {
  text-decoration: underline;
}
.box-ikdonation .box_rightside_right .headline:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .box-ikdonation .box_rightside_right .headline {
    text-overflow: clip;
    overflow: visible;
    white-space: normal;
    word-wrap: break-word;
  }
}
.box-ikdonation .box_rightside_right .details {
  float: left;
  width: 90%;
  text-overflow: clip;
  overflow: visible;
  white-space: normal;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  .box-ikdonation .box_rightside_right .details {
    width: 100%;
  }
}
.box-ikdonation .box_rightside_right .box_submit {
  position: absolute;
  right: 20px;
  /* Icon Float Away */
  /* Icon Float Away */
}
@media (max-width: 768px) {
  .box-ikdonation .box_rightside_right .box_submit {
    height: 75px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -3px;
    display: none;
  }
}
.box-ikdonation .box_rightside_right .box_submit input {
  font-family: FontAwesome;
  color: #000000;
  background-color: transparent;
  border: transparent;
  font-size: 59px;
  margin-top: 0;
  padding-top: 0;
  line-height: 0;
}
@media (max-width: 768px) {
  .box-ikdonation .box_rightside_right .box_submit input {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 10px;
  }
}
@-webkit-keyframes icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(23px);
    transform: translateX(23px);
  }
  @media (max-width: 768px) {
    100% {
      -webkit-transform: translateX(20px);
      transform: translateX(20px);
    }
  }
}
@keyframes icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(23px);
    transform: translateX(23px);
  }
  @media (max-width: 768px) {
    100% {
      -webkit-transform: translateX(20px);
      transform: translateX(20px);
    }
  }
}
.box-ikdonation .box_rightside_right .box_submit .icon-float-away {
  position: relative;
  height: 52px;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 768px) {
  .box-ikdonation .box_rightside_right .box_submit .icon-float-away {
    bottom: 12px;
    height: 100%;
    right: 10px;
  }
}
.box-ikdonation .box_rightside_right .box_submit .icon-float-away:after {
  content: "\f105";
  position: absolute;
  right: 9px;
  bottom: -20px;
  padding: 0 1.5px;
  font-family: FontAwesome;
  font-size: 59px;
}
.box-ikdonation .box_rightside_right .box_submit .icon-float-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.box-ikdonation .box_rightside_right .box_submit .icon-float-away:hover:after,
.box-ikdonation .box_rightside_right .box_submit .icon-float-away:focus:after,
.box-ikdonation .box_rightside_right .box_submit .icon-float-away:active:after {
  -webkit-animation-name: icon-float-away;
  animation-name: icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.project-three .box-ikdonation .box_rightside_right {
  cursor: pointer;
}
.project-four .box-ikdonation {
  cursor: pointer;
}
.box-download {
  background-color: #fff5cc;
}
@media (max-width: 768px) {
  .box-download {
    width: 100%;
    height: auto;
    background-color: transparent;
  }
}
.box-download .links ul li {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .box-download .links ul li {
    text-overflow: clip;
    overflow: visible;
    white-space: normal;
    word-wrap: break-word;
  }
}
.box-download .links i {
  margin-right: 5px;
}
.download-items .row-download {
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
}
.download-items .row-download [class*="col-"] {
  padding: 0px;
}
.download-items .row-download [class*="col-"]:nth-of-type(odd) .item-overlay:after {
  content: "";
  width: 5px;
  height: 100%;
  display: block;
  background-color: #ffffff;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
@media (min-width: 992px) {
  .download-items .row-download [class*="col-"]:nth-of-type(odd) .item-overlay:after {
    content: none;
  }
}
.download-items .row-download [class*="col-"]:nth-of-type(even) .item-overlay:before {
  content: "";
  width: 5px;
  height: 100%;
  display: block;
  background-color: #ffffff;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
}
@media (min-width: 992px) {
  .download-items .row-download [class*="col-"]:nth-of-type(even) .item-overlay:before {
    content: none;
  }
}
.download-items .download-item .download-item-img {
  margin-bottom: 15px;
}
.download-items .download-item .download-item-link {
  display: block;
  word-break: break-word;
  word-wrap: break-word;
  border: 5px solid #ffffff;
  font-size: 16px;
  text-decoration: none;
}
.download-items .download-item .download-item-link span {
  text-decoration: underline;
}
.download-items .download-item .download-item-link .download-item-size {
  display: block;
  opacity: 0.3;
}
.download-items .download-item .download-item-link:hover span {
  text-decoration: none;
}
.download-items .download-item .download-item-preview {
  width: 100%;
  position: absolute;
  z-index: -1;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.download-items .download-item .download-item-img-wrap {
  position: relative;
  overflow: hidden;
}
.download-items .download-item .download-item-img-wrap .item-overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  border: none;
  z-index: 10;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
@media (min-width: 992px) {
  .download-items .download-item .download-item-img-wrap .item-overlay {
    border: 5px solid #ffffff;
  }
}
.download-items .download-item .download-item-img-wrap .item-overlay:hover > span.fa-search-plus {
  opacity: 1;
}
.download-items .download-item .download-item-img-wrap .item-overlay span {
  color: #e95d0f;
  font-size: 5vw;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0px);
  -moz-transform: translate3d(-50%, -50%, 0px);
  -ms-transform: translate3d(-50%, -50%, 0px);
  -o-transform: translate3d(-50%, -50%, 0px);
  transform: translate3d(-50%, -50%, 0px);
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
@media (min-width: 768px) {
  .download-items .download-item .download-item-img-wrap .item-overlay span {
    font-size: 2vw;
  }
}
.download-items .download-item .download-item-img-wrap img {
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
.download-items .download-item .download-item-img-wrap:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
.element-download .element-download-right {
  width: calc(100% - 150px);
  padding: 0px 15px;
  display: inline-block;
  float: left;
}
@media (max-width: 768px) {
  .element-download .element-download-right {
    width: calc(100% - 150px / 2);
  }
}
.element-download .element-download-left {
  width: 150px;
  display: inline-block;
  float: left;
}
@media (max-width: 768px) {
  .element-download .element-download-left {
    width: 150px / 2;
  }
}
.element-download .element-download-headline {
  margin-bottom: 15px;
}
.element-download .element-download-link {
  font-size: 16px;
  word-break: break-word;
  word-wrap: break-word;
}
.box-icons {
  background-color: #fff5cc;
  padding: 15px;
  height: auto;
}
@media (max-width: 768px) {
  .box-icons {
    height: auto;
    padding: 0;
  }
}
.box-icons .part {
  float: left;
  width: 33.3%;
  padding-right: 10px;
  font-weight: bold;
  font-size: inherit;
  text-align: center;
  color: #000000;
}
@media (max-width: 768px) {
  .box-icons .part {
    padding-top: 8px;
  }
}
.box-icons .part i {
  margin: 16px 0;
}
@media (max-width: 768px) {
  .box-icons .part i {
    margin: 0px 0;
    font-size: 2em;
  }
}
@media (max-width: 768px) {
  .box-icons .part p {
    font-size: 14px;
    word-break: break-word;
  }
}
@media (max-width: 768px) {
  .box-icons.left {
    padding-left: 0;
  }
}
.box-icons.left li.part {
  margin-bottom: auto;
  padding-left: 0;
  text-indent: 0;
}
@media (max-width: 768px) {
  .box-icons.left li.part {
    width: 50%;
  }
}
.box-icons.left li.part:before {
  content: "";
  padding-right: 0;
}
@media (max-width: 768px) {
  .box-icons.left li.part:nth-child(3) {
    display: none;
  }
}
@media (max-width: 768px) {
  .box-icons.right {
    padding-right: 0;
  }
}
.box-icons.right li.part {
  margin-bottom: auto;
  padding-left: 0;
  text-indent: 0;
}
@media (max-width: 768px) {
  .box-icons.right li.part {
    width: 50%;
  }
}
.box-icons.right li.part:before {
  content: "";
  padding-right: 0;
}
@media (max-width: 768px) {
  .box-icons.right li.part:nth-child(3) {
    display: none;
  }
}
.box-icons.center {
  background-color: transparent;
}
.box-icons.center .part {
  color: #e95d0f;
}
.box-links {
  background-color: #fff5cc;
}
@media (max-width: 768px) {
  .box-links {
    width: 100%;
    height: auto;
    background-color: transparent;
  }
}
@media (max-width: 768px) {
  .box-links .headline {
    text-overflow: clip;
    overflow: visible;
    white-space: normal;
    word-wrap: break-word;
  }
}
.box-links .links ul li {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .box-links .links ul li {
    text-overflow: clip;
    overflow: visible;
    white-space: normal;
    word-wrap: break-word;
  }
}
.box-links .links i {
  margin-right: 5px;
}
.box-map {
  background-color: #fff5cc;
}
@media (max-width: 768px) {
  .box-map {
    width: 100%;
    height: auto;
    background-color: transparent;
  }
}
@media (max-width: 768px) {
  .box-map .headline {
    text-overflow: clip;
    overflow: visible;
    white-space: normal;
    word-wrap: break-word;
  }
}
.multi-map {
  background-color: transparent;
  height: auto;
}
.multi-map .multi-rightside-right {
  padding: 0 10px 10px 15px;
  background-repeat: no-repeat;
  background-position: center left 0px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .multi-map .multi-rightside-right {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0 0 0 10px;
  }
}
@media (max-width: 768px) {
  .multi-map .multi-rightside-right .headline {
    text-overflow: clip;
    overflow: visible;
    white-space: normal;
    word-wrap: break-word;
  }
}
.multi-map .multi-rightside-right .multi-description {
  margin-top: 12px;
}
@media (max-width: 768px) {
  .multi-map .multi-rightside-right .multi-description {
    font-size: 14px;
    margin-top: 5px;
  }
}
.multi-map .multi-rightside-right .multi-description .text-description {
  display: none;
}
.multi-map .multi-rightside-right .multi-description .open-description {
  margin-top: 15px;
  text-align: left;
  cursor: pointer;
}
.multi-map .multi-rightside-right .multi-description .open-description .transform-down {
  transform: rotate(-90deg);
}
.multi-map .multi-rightside-right .multi-description .open-description .transform-right {
  transform: rotate(0);
}
.multi-map .multi-rightside-right .multi-description .open-description p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .multi-map .multi-rightside-right .multi-description .text-description {
    position: relative;
    /*    height:(@grid-gutter-width * 2 + 17);
                        display:block;
                        overflow:hidden;
                        word-break: break-word;
                        word-wrap: break-word;

                        &:after {
                          content: '';
                          width: 100%;
                          height: (@grid-gutter-width - 3);
                          position: absolute;
                          left: 0;
                          bottom: 0;
                          background: white;
                          opacity: 0.5;
                          z-index: 0;
                        }*/
  }
}
@media (max-width: 768px) {
  .multi-map {
    height: auto;
  }
}
.box-news {
  background-color: #fff5cc;
}
@media (max-width: 768px) {
  .box-news {
    background-color: transparent;
  }
}
.box-news .date {
  font-size: 16px;
}
@media (max-width: 768px) {
  .box-news .date {
    font-size: 14px;
  }
}
.articles_grayboxes .news-teaser-date {
  font-weight: bold;
}
.articles_grayboxes .news-teaser-date:after {
  content: ' - ';
  font-weight: normal;
}
.box-quote {
  background-color: #fff5cc;
  padding: 0 15px;
  height: 150px;
  line-height: 150px;
}
@media (max-width: 768px) {
  .box-quote {
    height: auto;
    line-height: inherit;
    padding: 10px;
  }
}
.box-quote.left {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .box-quote.left {
    padding-left: 10px;
  }
}
.box-quote.right {
  padding-right: 30px;
}
@media (max-width: 768px) {
  .box-quote.right {
    padding-right: 10px;
  }
}
.box-quote .quote {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.55;
  font-size: inherit;
}
@media (max-width: 768px) {
  .box-quote .quote {
    font-size: 14px;
    line-height: 1.35;
  }
}
.box-quote .quote .guote-first {
  padding-right: 10px;
}
.box-quote .quote .quote-last {
  padding-left: 10px;
}
.box-quote .quote p:first-child:before {
  content: "\f10e";
  font-family: FontAwesome;
  padding-right: 10px;
}
.box-quote .quote p:first-child:after {
  content: "\f10d";
  font-family: FontAwesome;
  padding-left: 10px;
}
.box-quote .author {
  display: block;
  margin-top: 15px;
  text-align: right;
  font-size: 13px;
}
.box-share {
  background-color: #fff5cc;
}
@media (max-width: 768px) {
  .box-share {
    height: 75px;
  }
}
.box-share .headline {
  text-overflow: clip;
  overflow: visible;
  white-space: normal;
  word-wrap: break-word;
}
.box-share .details {
  font-size: 16px;
}
@media (max-width: 768px) {
  .box-share .details {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .box-share .details button {
    padding: 4px 15px 3px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .box-share .details button {
    width: 181px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .box-share .box_leftside_left,
  .box-share .box_rightside_right {
    padding: 5px 10px;
  }
}
a.free-text-link {
  display: block;
  text-decoration: none;
}
a.free-text-link .headline {
  text-decoration: underline;
}
a.free-text-link .headline:hover {
  text-decoration: none;
}
.box-free-text {
  background-color: #fff5cc;
}
@media (max-width: 768px) {
  .box-free-text {
    width: 100%;
    height: auto;
    background-color: transparent;
  }
}
.box_leftside_small {
  min-width: 90px;
  width: 90px;
  height: auto;
  float: left;
  padding: 0;
  overflow: visible;
}
.box-shadow-small {
  position: absolute;
  top: 0;
  width: 75px;
  height: 75px;
  right: auto;
  -webkit-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 0;
}
.small-box .box_leftside_right,
.small-box .box_rightside_left {
  position: static;
}
.box-share-small .box_rightside_left {
  min-width: 90px;
  width: 90px;
  height: auto;
  float: left;
  padding: 0;
  overflow: visible;
}
.box-share-small .box_rightside_left .icon {
  position: relative;
  width: 100%;
  height: 75px;
  top: 0;
  z-index: 1;
  -webkit-filter: drop-shadow(2px 0 3px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(2px 0 3px rgba(0, 0, 0, 0.1));
}
.box-share-small .box_rightside_left .icon svg.clip-svg {
  width: 90px;
  height: 135px;
}
.box-share-small .box_rightside_left .icon .center-icon {
  width: 75px;
  height: 75px;
  float: none;
  right: auto;
}
.box-share-small .box_rightside_left .icon .center-icon i {
  top: 20%;
  font-size: 45px;
}
.box-share-small .box_rightside_right {
  height: auto;
  padding: 5px 10px;
  overflow: hidden;
}
.box-share-small .headline {
  text-overflow: clip;
  overflow: visible;
  white-space: normal;
  word-wrap: break-word;
}
.box-share-small .details {
  height: auto;
}
.box-share-small .details ul li {
  height: auto;
  cursor: pointer;
  margin-right: 10px;
}
.box-share-small .details ul li i {
  font-size: 20px;
}
.box-download-small {
  background-color: transparent;
}
.box-download-small .box_rightside_left {
  min-width: 90px;
  width: 90px;
  height: auto;
  float: left;
  padding: 0;
  overflow: visible;
}
.box-download-small .box_rightside_left .icon {
  position: relative;
  width: 100%;
  height: 75px;
  top: 0;
  z-index: 1;
  -webkit-filter: drop-shadow(2px 0 3px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(2px 0 3px rgba(0, 0, 0, 0.1));
}
.box-download-small .box_rightside_left .icon svg.clip-svg {
  width: 85px;
  height: 75px;
}
.box-download-small .box_rightside_left .icon .center-icon {
  width: 75px;
  height: 75px;
  float: none;
  right: auto;
}
.box-download-small .box_rightside_left .icon .center-icon i {
  top: 20%;
  font-size: 45px;
}
.box-download-small .box_rightside_right {
  height: auto;
  padding: 5px 10px;
  overflow: hidden;
}
.box-download-small .headline {
  font-size: inherit;
  text-overflow: clip;
  overflow: visible;
  white-space: normal;
  word-wrap: break-word;
}
.box-image-small {
  background-color: transparent;
  width: 100%;
  height: auto;
  overflow: visible;
}
.box-image-small .box_rightside_left {
  min-width: 90px;
  width: 90px;
  height: auto;
  float: left;
  padding: 0;
  overflow: visible;
}
.box-image-small .box_rightside_left .image-small {
  position: relative;
  width: 100%;
  height: 75px;
  top: 0;
  z-index: 1;
  -webkit-filter: drop-shadow(2px 0 3px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(2px 0 3px rgba(0, 0, 0, 0.1));
}
.box-image-small .box_rightside_left .image-small svg.clip-svg {
  width: 85px;
  height: 75px;
}
.box-image-small .box_rightside_right {
  height: auto;
  padding: 5px 10px;
  overflow: hidden;
}
.box-image-small .headline {
  font-size: inherit;
  text-overflow: clip;
  overflow: visible;
  white-space: normal;
  word-wrap: break-word;
}
.box-image-small .details {
  height: auto;
  overflow: visible;
}
.box-image-small .details ul.list-items li {
  padding-left: 0;
}
.box-login {
  background-color: transparent;
  width: 150px / 2 + 15;
  height: 75px;
  overflow: hidden;
}
.box-login .box_rightside_left {
  min-width: 90px;
  width: 90px;
  height: auto;
  float: left;
  padding: 0;
  overflow: visible;
}
.box-login .box_rightside_left .image-small {
  position: relative;
  width: 100%;
  height: 75px;
  top: 0;
  z-index: 1;
  -webkit-filter: drop-shadow(2px 0 3px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(2px 0 3px rgba(0, 0, 0, 0.1));
}
.box-login .box_rightside_left .image-small svg.clip-svg {
  width: 150px / 2 + 10;
  height: 75px;
}
.box-login .box_rightside_right {
  height: auto;
  padding: 5px 10px;
  overflow: hidden;
}
.box-login .headline {
  font-size: inherit;
  text-overflow: clip;
  overflow: visible;
  white-space: normal;
  word-wrap: break-word;
}
.box-comments {
  background-color: transparent;
  width: 100%;
  height: auto;
  overflow: visible;
}
.box-comments .box_rightside_left {
  min-width: 90px;
  width: 90px;
  height: auto;
  float: left;
  padding: 0;
  overflow: visible;
}
.box-comments .box_rightside_left .image-small {
  position: relative;
  width: 100%;
  height: 75px;
  top: 0;
  z-index: 1;
  -webkit-filter: drop-shadow(2px 0 3px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(2px 0 3px rgba(0, 0, 0, 0.1));
}
.box-comments .box_rightside_left .image-small svg.clip-svg {
  width: 150px / 2 + 10;
  height: 75px;
}
.box-comments .box_rightside_right {
  height: auto;
  padding: 0 10px 5px;
  overflow: hidden;
}
.box-comments .headline {
  font-size: inherit;
  line-height: 1em;
  text-overflow: clip;
  overflow: visible;
  white-space: normal;
  word-wrap: break-word;
}
.box-comments .headline a {
  text-decoration: none;
}
.box-comments .details {
  min-height: 50px;
  height: auto;
}
.box-comments .details ul.list-items li {
  white-space: normal;
  height: auto;
  padding-left: 0;
}
.box-events {
  background-color: #eeeeee;
}
@media (max-width: 768px) {
  .box-events {
    width: 100%;
    height: auto;
    background-color: transparent;
  }
}
.box-events .links {
  display: inline-block;
  text-align: left;
  font-size: 15px;
  height: auto;
}
.box-events .links ul li {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  margin-bottom: 10px;
  padding-right: 25px;
}
@media (max-width: 768px) {
  .box-events .links ul li {
    text-overflow: clip;
    overflow: visible;
    white-space: normal;
    word-wrap: break-word;
    padding-right: 0px;
  }
}
.box-events .links ul li .titel-event {
  width: 50px;
  min-width: 56px;
  display: inline-block;
  padding-left: 1px;
}
.box-events .links ul li .icon-events i {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  height: 15px;
  color: #e95d0f;
}
@media (max-width: 768px) {
  .box-events .links ul li .icon-events i {
    position: relative;
    height: auto;
    margin-right: 0px;
    margin-left: 5px;
  }
}
.box-events .links ul li:last-child {
  margin-bottom: 0px;
}
.box-events .links i {
  margin-right: 5px;
}
.box-events .img-mask img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  padding-top: 17px;
}
@media (max-width: 768px) {
  .box-events .img-mask img {
    width: 16px;
    padding-top: 13px;
  }
}
.tx_ikd_toggleIntervalEdit,
.tx_ikd_toggleAmountEdit,
.tx_ikd_toggleItemEdit,
.tx_ikd_toggleNumitemEdit {
  color: #e95d0f;
}
.tx-ikdonation {
  /* Project One */
  /* Project Two */
  /* Product One */
  /* ----------Spendenprozess - Level 2---------- */
  /* Template 'PredefItemDonation' */
  /* Template 'AddressBDay' */
}
.tx-ikdonation .donation-header-img {
  margin-top: -15px;
  margin-bottom: 25px;
}
.tx-ikdonation form {
  margin-bottom: 0;
}
.tx-ikdonation .input_general {
  color: #e95d0f;
  background-color: #ffffff;
  border: 2px solid #e95d0f;
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
  padding: 4px 15px 3px;
  text-align: center;
  outline: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.tx-ikdonation .input_general:hover {
  color: #ffffff;
  background-color: #e95d0f;
}
.tx-ikdonation .input_button {
  color: #e95d0f;
  background-color: #ffffff;
  border: 2px solid #e95d0f;
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
  padding: 4px 15px 3px;
  text-align: center;
  outline: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  height: 44px;
}
.tx-ikdonation .input_button:hover {
  color: #ffffff;
  background-color: #e95d0f;
}
.tx-ikdonation .input_button_submit {
  width: 100%;
  height: 44px;
  outline: none;
}
.tx-ikdonation .input_button_submit:hover {
  color: #e95d0f;
  background-color: #ffffff;
}
.tx-ikdonation .input_button_submit:focus {
  outline: none;
}
.tx-ikdonation .input_text,
.tx-ikdonation .input_text_x {
  color: #e95d0f;
  background-color: #ffffff;
  border: 2px solid #e95d0f;
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
  padding: 4px 15px 3px;
  text-align: center;
  outline: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  height: 44px;
}
.tx-ikdonation .input_text:hover,
.tx-ikdonation .input_text_x:hover {
  color: #ffffff;
  background-color: #e95d0f;
}
.tx-ikdonation .input_text:hover,
.tx-ikdonation .input_text_x:hover {
  color: #e95d0f;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
}
.tx-ikdonation .input_text:focus,
.tx-ikdonation .input_text_x:focus {
  border: 2px solid #000000 !important;
  outline: none;
  text-align: center;
  -webkit-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
}
.tx-ikdonation ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #e95d0f;
}
.tx-ikdonation :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #e95d0f;
}
.tx-ikdonation ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #e95d0f;
}
.tx-ikdonation :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e95d0f;
}
.tx-ikdonation h2.headline,
.tx-ikdonation h4.headline {
  margin-bottom: 20px;
}
.tx-ikdonation .col-input {
  width: 163px;
}
@media only screen and (max-width: 992px) {
  .tx-ikdonation .col-input {
    width: auto;
  }
}
@media (max-width: 992px) {
  .tx-ikdonation .project-one .input_button_submit {
    margin-top: 25px;
  }
}
@media (max-width: 992px) {
  .tx-ikdonation .project-two .col-description {
    margin: 20px auto;
  }
}
.tx-ikdonation .project-two .col-description .headline {
  margin: 0 0 5px 0;
  line-height: 1.1em;
  font-weight: bold;
  color: #000000;
}
@media (min-width: 768px) {
  .tx-ikdonation .project-two .col-description .details {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.tx-ikdonation .product-one .col-three {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 992px) {
  .tx-ikdonation .product-one .col-three {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .tx-ikdonation .product-one .col-three {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tx-ikdonation .product-one .col-three .col-left {
  width: 10%;
  display: inline-block;
}
@media (max-width: 768px) {
  .tx-ikdonation .product-one .col-three .col-left {
    width: 100%;
  }
}
.tx-ikdonation .product-one .col-three .col-right {
  width: 25%;
  display: inline-block;
}
@media (max-width: 768px) {
  .tx-ikdonation .product-one .col-three .col-right {
    width: 100%;
  }
}
.tx-ikdonation .product-one .headline-middle {
  width: auto;
  display: inline-block;
  margin: 0 15px;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .tx-ikdonation .product-one .headline-middle {
    margin: 25px auto;
  }
}
.tx-ikdonation .top-set {
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .tx-ikdonation .bottom-set {
    height: 126px;
  }
}
@media only screen and (max-width: 768px) {
  .tx-ikdonation .top-set,
  .tx-ikdonation .bottom-set {
    text-align: center;
  }
}
.tx-ikdonation .top-set h2,
.tx-ikdonation .bottom-set h2 {
  display: inline-block;
  margin-bottom: 10px;
  text-align: left;
  font-size: 26px;
}
@media only screen and (max-width: 768px) {
  .tx-ikdonation .top-set h2,
  .tx-ikdonation .bottom-set h2 {
    display: block;
    text-align: center;
  }
}
.tx-ikdonation .edit-icon {
  position: absolute;
  top: 2px;
  right: 13px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .tx-ikdonation .edit-icon {
    position: relative;
    top: auto;
    right: auto;
    float: right;
  }
}
.tx-ikdonation .form-headline {
  margin-bottom: 10px;
}
.tx-ikdonation .btn-donation {
  width: auto;
  height: 44px;
  display: inline;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  font-size: 26px;
  font-weight: bold;
  text-transform: none;
  color: #e95d0f;
  background-color: #ffffff;
  border: 2px solid #e95d0f;
  padding: 7px 15px 5px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 480px) {
  .tx-ikdonation .btn-donation {
    max-width: 289px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
.tx-ikdonation .input-donation {
  position: relative;
  display: inline;
  width: auto;
  max-width: 120px;
  text-align: center;
  margin-bottom: 0;
  padding: 0 10px 0 10px;
  font-size: 26px;
  font-weight: bold;
  text-transform: none;
  color: #e95d0f;
  background-color: #ffffff;
  border: 2px solid #e95d0f;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
}
.tx-ikdonation .input-donation:focus {
  color: #ffffff;
  background-color: #e95d0f;
  border: 2px solid #000000 !important;
}
.tx-ikdonation .btn-to-change {
  width: auto;
  display: inline;
  margin-bottom: 0;
  text-align: left;
  cursor: pointer;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.7;
  color: #e95d0f;
  background-color: #ffffff;
  padding: 5px 4px 5px 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
@media only screen and (max-width: 768px) {
  .tx-ikdonation .btn-to-change {
    text-align: center;
    padding: 0px 8px;
  }
}
.tx-ikdonation .input-to-change {
  width: auto;
  max-width: 115px;
  display: inline;
  text-align: left;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: bold;
  color: #e95d0f;
  background-color: #ffffff;
  border: none;
  padding: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.tx-ikdonation .btn-donation.dropdown-toggle {
  padding: 0 11px;
}
.tx-ikdonation .btn-donation.dropdown-toggle:focus {
  color: #ffffff;
  background-color: #e95d0f;
  border: 2px solid #000000;
  outline-width: 0;
}
@media only screen and (max-width: 480px) {
  .tx-ikdonation button#tx_ikd_donationInterval {
    max-width: 160px;
  }
}
.tx-ikdonation .pencil-orange {
  color: #e95d0f;
  border: 2px solid #e95d0f;
  padding: 1px 3px;
  font-size: 27px;
  cursor: pointer;
}
.tx-ikdonation .pencil-gray {
  color: #e1e1e1;
  border: 2px solid #e1e1e1;
  padding: 1px 3px;
  font-size: 27px;
  cursor: pointer;
}
.tx-ikdonation #tx_ikd_predefItemSummary_textMode .pencil-gray {
  color: #e1e1e1;
  border: 2px solid #e1e1e1;
  padding: 1px 3px;
  font-size: 27px;
  cursor: pointer;
}
.tx-ikdonation #tx_ikd_predefItemSummary_textMode #tx_ikd_predefItemSummary_project {
  margin-top: -1px;
}
.tx-ikdonation #tx_ikd_predefItemSummary_textMode #tx_ikd_predefItemSummary_product {
  margin-top: 1px;
}
@media only screen and (max-width: 768px) {
  .tx-ikdonation #tx_ikd_predefItemSummary_textMode #tx_ikd_predefItemSummary_product {
    margin-top: -1px;
  }
}
.tx-ikdonation #tx_ikd_predefItemSummary_textMode .tx_ikd_togglePredefItemEdit .pencil-gray {
  color: #eeeeee;
  border: 2px solid #eeeeee;
  padding: 1px 3px;
  font-size: 27px;
  cursor: pointer;
}
.tx-ikdonation #tx_ikd_predefItemSummary_textMode #tx_ikd_predefItemSummary_project button {
  display: inline-block;
  width: auto;
  margin-bottom: 10px;
  font-size: 26px;
  -webkit-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
}
.tx-ikdonation #tx_ikd_predefItemSummary_editMode ul.dropdown-menu {
  width: 100%;
  margin: -1px 0;
  padding: 5px 0 0 0;
  border-radius: 0;
  min-width: 300px;
}
.tx-ikdonation #tx_ikd_predefItemSummary_editMode ul.dropdown-menu li {
  display: block;
  padding: 3px 0 3px 30px;
  clear: both;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  text-indent: 0;
  cursor: pointer;
}
.tx-ikdonation #tx_ikd_predefItemSummary_editMode ul.dropdown-menu li:before {
  position: absolute;
  left: 12px;
  content: "■";
  padding-right: 12px;
  color: #e95d0f;
}
@media only screen and (max-width: 480px) {
  .tx-ikdonation #tx_ikd_predefItemSummary_editMode ul.dropdown-menu {
    min-width: 289px;
  }
}
.tx-ikdonation #tx_ikd_predefItemSummary_editMode h2 {
  display: inline-block;
  margin-bottom: 10px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .tx-ikdonation #tx_ikd_predefItemSummary_editMode h2 {
    display: block;
    text-align: center;
  }
}
.tx-ikdonation #tx_ikd_predefItemSummary_editMode .tx_ikd_togglePredefItemEdit .pencil-gray {
  color: #e1e1e1;
  border: 2px solid #e1e1e1;
  padding: 1px 3px;
  font-size: 27px;
  cursor: pointer;
}
.tx-ikdonation #tx_ikd_predefItemSummary_editMode .tx_ikd_togglePredefItemEdit .pencil-orange {
  color: #e95d0f;
  border: 2px solid #e95d0f;
  padding: 1px 3px;
  font-size: 27px;
  cursor: pointer;
}
.tx-ikdonation #form-date-bottom .headline-date {
  color: #e95d0f;
}
.tx-ikdonation .form-payment label {
  font-size: 18px;
  cursor: pointer;
}
.tx-ikdonation .form-payment input[type=radio]:not(old) {
  display: block;
}
.tx-ikdonation .value.active {
  color: #ffffff;
  background-color: #e95d0f;
  -webkit-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
}
.tx-ikdonation .value.empty {
  color: #e95d0f;
  background-color: #ffffff;
}
.tx-ikdonation .not-empty.active {
  color: #ffffff;
  background-color: #e95d0f;
  -webkit-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
}
.tx-ikdonation .not-empty.active:hover {
  color: #ffffff;
  background-color: #e95d0f;
  -webkit-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
}
.tx-ikdonation .without-arrow:before {
  visibility: hidden;
}
.tx-ikdonation .form-group-hr {
  margin: 30px 0;
}
/* Confirmation process */
.confirmation-checkbox.agb {
  margin-top: 15px;
}
.confirmation-checkbox.agb .conditions .error.alert-danger {
  display: table;
}
@media (max-width: 992px) {
  #tx_ikd_predefItemSummary_textMode .col-description {
    margin: 20px auto 0;
  }
}
#tx_ikd_predefItemSummary_textMode .col-description .headline {
  margin: 0 0 5px 0;
  line-height: 1.1em;
  font-weight: bold;
  color: #000000;
}
#tx_ikd_predefItemSummary_textMode .col-description .details {
  font-size: 16px;
}
#tx_ikdonation_thx #form-date-bottom .row-margin-lg {
  margin-top: 0;
  margin-bottom: 0;
}
.margin-top {
  margin-top: 15px;
}
@media only screen and (max-width: 1200px) {
  #tx_ikd_predefItemSummary_product .bottom-set h2,
  .tx_ikd_predefItemText_product h2 {
    margin-top: 14px;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #tx_ikd_predefItemSummary_product .top-set .tx_ikd_numItemText {
    top: 2px;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  #tx_ikd_predefItemSummary_product .bottom-set h2 {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 768px) {
  #tx_ikd_predefItemSummary_product .bottom-set .tx_ikd_itemTitleText {
    top: 3px;
    position: relative;
  }
}
.faq-element .headline h5 a {
  display: block;
  position: relative;
  padding: 9px 0 9px 23px;
  color: #e95d0f;
  text-decoration: none;
}
.faq-element .headline h5 a i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 30px;
}
@media (max-width: 768px) {
  .faq-element .headline h5 a i {
    font-size: 24px;
  }
}
.faq-element .panel-body {
  padding: 15px 0 15px 25px;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover {
  outline: none;
}
.flex-slider a:hover {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slides > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
  z-index: 0;
}
.flexslider li:before {
  content: "";
  padding: 0;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides :after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: transparent;
  border: none;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  margin-bottom: 0;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 38px;
  height: 100px;
  margin: 0px 0 0;
  position: absolute;
  top: 42%;
  z-index: 1;
  opacity: 1;
  cursor: pointer;
  color: transparent;
  background-color: transparent;
  font-weight: normal;
}
.flex-direction-nav a:before {
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f104";
  font-size: 85px;
  display: inline-block;
  color: #e95d0f;
  font-weight: normal;
}
.flex-direction-nav a.flex-next:before {
  content: '\f105';
  margin-top: -17px;
  margin-left: 38px;
  font-weight: normal;
}
.flex-direction-nav a.flex-next:hover {
  color: transparent;
}
.flex-direction-nav .flex-next {
  right: -38px;
  text-align: center;
}
.flex-direction-nav a.flex-prev:before {
  margin-top: -17px;
  margin-left: 45px;
  height: 60px;
}
.flex-direction-nav a.flex-prev:hover {
  color: transparent;
}
.flex-direction-nav .flex-prev {
  left: -38px;
  text-align: center;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  padding: 0;
  zoom: 1;
}
@media screen and (max-width: 768px) {
  .flex-control-nav li {
    margin: 0 5px;
  }
}
.flex-control-paging li a:hover {
  background: #333;
  background: #e95d0f;
}
.flex-control-paging a.flex-active {
  background: #000000;
  background: #e95d0f;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * TOP SLIDER
 * ====================================================================================================================*/
.slider-fullwidth {
  margin-bottom: -92px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .slider-fullwidth {
    margin-bottom: 0;
  }
}
#top-slider {
  margin-top: -15px;
}
#top-slider .slides {
  zoom: 1;
}
#top-slider .slides img {
  max-height: 490px;
}
#top-slider .flex-direction-nav {
  display: none;
}
#top-slider .flex-control-nav {
  width: auto;
  position: absolute;
  bottom: -13px;
  right: 43px;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #top-slider .flex-control-nav {
    bottom: -106px;
    right: 10px;
    left: auto;
  }
}
#top-slider .flex-control-nav li a {
  width: 15px;
  height: 15px;
  display: block;
  background: #ffeb99;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ffeb99;
}
#top-slider .flex-control-nav li a.flex-active {
  background: #000000;
  background: #e95d0f;
  cursor: default;
  border: 1px solid #e95d0f;
}
.flex-caption-bg {
  height: 95px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px 0;
  color: #000000;
  font-size: 16px;
  line-height: 18px;
  position: relative;
  bottom: 74px;
  background: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .flex-caption-bg {
    bottom: 17px;
    margin-left: 0;
    margin-right: 0;
  }
}
.flex-caption-bg h1 {
  margin-bottom: 10px;
  padding: 0 30px;
}
.flex-caption-bg p {
  margin-bottom: 0;
  padding: 0 32px;
  color: #000000;
}
#bottom-slider,
#bottom-slider-news {
  height: 95px;
  position: absolute;
  bottom: 75px;
  left: 15px;
  right: 117px;
  background: transparent;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #bottom-slider,
  #bottom-slider-news {
    left: 0;
    right: 0;
    bottom: 17px;
  }
}
#bottom-slider .flex-direction-nav,
#bottom-slider-news .flex-direction-nav {
  display: none;
}
#bottom-slider ul.slides,
#bottom-slider-news ul.slides {
  height: 95px;
}
@media screen and (max-width: 768px) {
  #bottom-slider ul.slides,
  #bottom-slider-news ul.slides {
    margin-left: 0;
  }
}
#bottom-slider ul.slides li,
#bottom-slider-news ul.slides li {
  height: 95px;
  padding: 13px 0 0 14px;
  text-indent: 0;
}
@media screen and (max-width: 768px) {
  #bottom-slider ul.slides li,
  #bottom-slider-news ul.slides li {
    padding: 14px 15px 0 15px;
  }
}
#bottom-slider ul.slides li a,
#bottom-slider-news ul.slides li a {
  text-decoration: none;
}
#bottom-slider ul.slides li h1,
#bottom-slider-news ul.slides li h1 {
  margin-bottom: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  #bottom-slider ul.slides li h1,
  #bottom-slider-news ul.slides li h1 {
    font-size: 20px;
  }
}
#bottom-slider ul.slides li p,
#bottom-slider-news ul.slides li p {
  height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  #bottom-slider ul.slides li p,
  #bottom-slider-news ul.slides li p {
    height: 56%;
    font-size: 14px;
    text-overflow: clip;
    white-space: normal;
    word-wrap: break-word;
    overflow: hidden;
  }
}
#bottom-slider ul.slides li:before,
#bottom-slider-news ul.slides li:before {
  content: "";
  padding-right: 0;
  color: transparent;
}
/* ====================================================================================================================
 * CAROUSEL (Bildergalerie 40 JAHRE HWNOE)
 * ====================================================================================================================*/
.carousel-40 .flex-direction-nav {
  display: none;
}
.carousel-40 ul.slides {
  width: 100% !important;
}
.carousel-40 ul.slides .row {
  margin-left: -5px;
  margin-right: -5px;
}
.carousel-40 ul.slides .row li {
  margin-top: 5px;
  margin-right: 0px;
  width: 12.5% !important;
  cursor: pointer;
  padding-right: 5px;
  padding-left: 5px;
}
.generic-gallery.hwnoe-40-gallery {
  margin-bottom: 42px;
}
@media (max-width: 1200px) {
  .generic-gallery.hwnoe-40-gallery {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .generic-gallery.hwnoe-40-gallery {
    margin-bottom: 55px;
  }
}
@media (max-width: 768px) {
  .generic-gallery.hwnoe-40-gallery {
    margin-bottom: 0px;
  }
}
.generic-gallery.hwnoe-40-gallery .gallery-stage {
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .generic-gallery.hwnoe-40-gallery .hwnoe-40-caption {
    min-height: 94px;
  }
}
@media (max-width: 480px) {
  .generic-gallery.hwnoe-40-gallery .hwnoe-40-caption {
    min-height: 111px;
  }
}
@media (max-width: 992px) {
  .generic-gallery.hwnoe-40-gallery .hwnoe-40-caption .gallery-caption {
    height: 94px;
  }
}
@media (max-width: 480px) {
  .generic-gallery.hwnoe-40-gallery .hwnoe-40-caption .gallery-caption {
    min-height: 111px;
    height: 111px;
  }
}
.generic-gallery.hwnoe-40-slider {
  margin-bottom: 0px;
}
.generic-gallery.hwnoe-40-slider .flex-direction-nav {
  display: none;
  margin-top: -4px;
}
.generic-gallery.hwnoe-40-slider .flex-direction-nav .flex-disabled {
  display: none;
}
.generic-gallery.hwnoe-40-slider .flex-direction-nav .flex-prev {
  left: 0px;
}
@media (max-width: 768px) {
  .generic-gallery.hwnoe-40-slider .flex-direction-nav .flex-prev {
    left: 0;
  }
}
.generic-gallery.hwnoe-40-slider .flex-direction-nav .flex-next {
  right: 0px;
}
@media (max-width: 768px) {
  .generic-gallery.hwnoe-40-slider .flex-direction-nav .flex-next {
    right: 0;
  }
}
.generic-gallery.hwnoe-40-slider .flex-direction-nav a {
  top: 0;
  bottom: 0;
  margin: auto;
}
.generic-gallery.hwnoe-40-slider .flex-direction-nav a:hover,
.generic-gallery.hwnoe-40-slider .flex-direction-nav a:focus {
  color: transparent;
}
.generic-gallery.hwnoe-40-slider .flex-direction-nav a:before {
  color: #e95d0f;
}
.generic-gallery.hwnoe-40-slider .flex-control-nav {
  width: auto;
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
  text-align: center;
  z-index: 2;
}
.generic-gallery.hwnoe-40-slider .flex-control-nav li a {
  width: 15px;
  height: 15px;
  display: block;
  background: #ffffff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ffffff;
}
.generic-gallery.hwnoe-40-slider .flex-control-nav li a.flex-active {
  background: #000000;
  background: #e95d0f;
  cursor: default;
  border: 1px solid #e95d0f;
}
/* ====================================================================================================================
 * LIGHTBOX GALLERY
 * ====================================================================================================================*/
.lightbox-gallery .flex-direction-nav {
  display: none;
}
@media (min-width: 768px) {
  .lightbox-gallery .flex-direction-nav {
    display: block;
  }
}
.lightbox-gallery .flex-direction-nav .flex-disabled {
  display: none;
}
.lightbox-gallery .flex-direction-nav .flex-prev {
  left: 0;
}
@media (min-width: 768px) {
  .lightbox-gallery .flex-direction-nav .flex-prev {
    left: -48px;
  }
}
.lightbox-gallery .flex-direction-nav .flex-next {
  right: 0;
}
@media (min-width: 768px) {
  .lightbox-gallery .flex-direction-nav .flex-next {
    right: -48px;
  }
}
.lightbox-gallery .flex-direction-nav a {
  top: 0;
  bottom: 0;
  margin: auto;
}
.lightbox-gallery .flex-direction-nav a:hover,
.lightbox-gallery .flex-direction-nav a:focus {
  color: transparent;
}
.lightbox-gallery .flex-direction-nav a:before {
  color: #e95d0f;
}
.lightbox-gallery .flex-control-paging {
  position: relative;
  top: 19px;
  left: -6px;
  right: 0;
  margin: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .lightbox-gallery .flex-control-paging {
    display: none;
  }
}
.lightbox-gallery .flex-control-paging li a {
  width: 15px;
  height: 15px;
  display: block;
  background: #666;
  background: #ffeb99;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ffeb99;
}
.lightbox-gallery .flex-control-paging li a.flex-active {
  background: #000000;
  background: #e95d0f;
  cursor: default;
  border: 1px solid #e95d0f;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 992px) {
  .flex-direction-nav a {
    top: 28%;
  }
}
@media screen and (max-width: 768px) {
  .flex-caption h1 {
    font-size: 25px;
    margin-bottom: 0;
  }
}
.generic-gallery {
  position: relative;
  margin-bottom: 27px;
  /***********************************************/
  /*** disabled until possible feature request ***/
  /***********************************************/
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .generic-gallery {
    margin-bottom: 43px;
  }
}
@media (max-width: 768px) {
  .generic-gallery {
    margin-bottom: -20px;
  }
}
.generic-gallery .gallery-stage {
  background-color: #595959;
  border-radius: 0;
}
.generic-gallery .gallery-stage .flex-direction-nav .flex-disabled {
  display: none;
}
.generic-gallery .gallery-stage .flex-direction-nav .flex-prev {
  left: -58px;
}
@media (max-width: 768px) {
  .generic-gallery .gallery-stage .flex-direction-nav .flex-prev {
    left: 0;
  }
}
.generic-gallery .gallery-stage .flex-direction-nav .flex-next {
  right: -58px;
}
@media (max-width: 768px) {
  .generic-gallery .gallery-stage .flex-direction-nav .flex-next {
    right: 0;
  }
}
.generic-gallery .gallery-stage .flex-direction-nav a {
  top: 0;
  bottom: 0;
  margin: auto;
}
.generic-gallery .gallery-stage .flex-direction-nav a:hover,
.generic-gallery .gallery-stage .flex-direction-nav a:focus {
  color: transparent;
}
.generic-gallery .gallery-stage .flex-direction-nav a:before {
  color: #e95d0f;
}
.generic-gallery .gallery-stage img {
  width: auto;
  margin: 0 auto;
}
.generic-gallery .gallery-stage figcaption {
  display: none;
}
.generic-gallery .gallery-caption {
  position: absolute;
  width: 100%;
  height: 111px;
  bottom: -47px;
  padding: 0 30px;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .generic-gallery .gallery-caption {
    height: 113px;
    bottom: -47px;
  }
}
@media (max-width: 768px) {
  .generic-gallery .gallery-caption {
    position: relative;
    top: -4px;
    bottom: 0;
    padding: 0;
  }
}
.generic-gallery .gallery-caption .wrapper {
  height: 100%;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.generic-gallery .gallery-caption .wrapper .caption-inner {
  padding: 13px 14px 0 14px;
}
@media screen and (max-width: 768px) {
  .generic-gallery .gallery-caption .wrapper .caption-inner {
    padding: 14px 15px 0 15px;
  }
}
.generic-gallery .gallery-caption .wrapper .caption-inner h2 {
  margin-bottom: 4px;
  line-height: 1.1;
  color: #e95d0f;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .generic-gallery .gallery-caption .wrapper .caption-inner h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 480px) {
  .generic-gallery .gallery-caption .wrapper .caption-inner h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .generic-gallery .gallery-caption .wrapper .caption-inner h2 {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  .generic-gallery .gallery-caption .wrapper .caption-inner p {
    font-size: 18px;
  }
}
@media (max-width: 1500px) and (min-width: 992px) {
  .generic-gallery .gallery-caption .wrapper .caption-inner p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .generic-gallery .gallery-caption .wrapper .caption-inner p {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .generic-gallery .gallery-caption .wrapper .caption-inner p {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 480px) {
  .generic-gallery .gallery-caption .wrapper .caption-inner p {
    font-size: 14px;
  }
}
.generic-gallery .gallery-caption .wrapper .caption-inner span.copyright {
  position: absolute;
  top: 1px;
  right: 6px;
  font-size: 12px;
}
.generic-gallery .gallery-previews {
  display: none;
  margin-top: 6px;
  border-radius: 0;
}
.generic-gallery .gallery-previews .flex-direction-nav .flex-disabled {
  display: none;
}
.generic-gallery .gallery-previews .flex-direction-nav .flex-prev {
  left: -58px;
}
.generic-gallery .gallery-previews .flex-direction-nav .flex-next {
  right: -58px;
}
.generic-gallery .gallery-previews .flex-direction-nav a {
  top: 17%;
}
.generic-gallery .gallery-previews .flex-direction-nav a:hover,
.generic-gallery .gallery-previews .flex-direction-nav a:focus {
  color: transparent;
}
hr {
  margin: 30px 15px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.hr_special-margin {
  margin: 30px 0;
}
.hr_without-margin {
  margin: 0px;
}
.image_copyright-container {
  font-size: 16px;
  margin-top: 10px;
}
.content .img-full:nth-child(1) {
  margin-top: -15px;
}
a.image-link {
  text-decoration: none;
}
figure.figure figcaption.figure-caption {
  padding-top: 10px;
  font-size: 13px;
  text-decoration: none;
}
.animatedImage {
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
.animatedImage:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.tile:hover .startpage-tile-image-container .animatedImage {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.jobs-list .jobs-headline {
  margin: 10px auto;
  padding-left: 15px;
  padding-right: 15px;
}
.jobs-list .jobs-headline h2 {
  color: #e95d0f;
}
.jobs-list input[type=radio]:not(old) {
  position: absolute;
  margin-left: -20px;
}
.jobs-list label.radio-label {
  cursor: pointer;
  line-height: 1.1;
  padding-left: 25px;
}
.jobs-list #jobs-result hr {
  margin: 30px 0 0;
}
.jobs-list #jobs-result .fa-spin {
  font-size: 44px;
  color: #e95d0f;
}
.jobs-list #jobs-result ul.list-results {
  margin: 0;
}
.jobs-list #jobs-result ul.list-results li.list-results-item {
  padding-left: 26px;
  margin-bottom: 0;
  text-indent: -27px;
}
.jobs-list #jobs-result ul.list-results li.list-results-item a {
  font-size: 18px;
  text-decoration: none;
}
.jobs-list #jobs-result ul.list-results li.list-results-item a.jobs-name {
  text-decoration: underline;
  font-weight: bold;
}
.jobs-list #jobs-result ul.list-results li.list-results-item a.jobs-name:hover {
  text-decoration: none;
}
.jobs-list #jobs-result ul.list-results li.list-results-item-under {
  padding-left: 26px;
  text-indent: -27px;
}
.jobs-list #jobs-result ul.list-results li.list-results-item-under:before {
  color: transparent;
}
.jobs-list #jobs-result ul.list-results li.list-results-item-under a.jobs-description {
  text-decoration: none;
  font-size: 15px;
}
.jobs-list #jobs-result ul.list-results li.list-results-item-under:empty {
  display: none;
}
.jobs-list #jobs-result .page-navigation {
  text-align: center;
}
.jobs-details .details-area {
  margin: 20px auto;
}
.jobs-details .jobs-headline {
  margin-bottom: 10px;
}
.jobs-details .apply-btn {
  float: right;
}
.jobs-details .back-btn {
  float: left;
}
@media (max-width: 768px) {
  .jobs-details .apply-btn,
  .jobs-details .back-btn {
    float: none;
    display: block;
    margin-bottom: 20px;
  }
}
.upload-data {
  font-size: 18px;
}
@media (min-width: 768px) {
  .upload-data {
    width: 610px;
  }
}
.jobs-top-set .form-row {
  margin: 0 0 25px 0;
}
.jobs-tnx {
  margin-top: 50px;
  margin-bottom: 50px;
}
input.f3-form-error,
textarea.f3-form-error {
  background-color: transparent;
}
@media (min-width: 768px) {
  .jobs-list:not(.old) .col-sumoselect {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .jobs-list:not(.old) .bottom-row .col-sumoselect:nth-child(1) {
    margin-bottom: 0;
  }
}
.jobs-list:not(.old) .SumoSelect > .CaptionCont > span.placeholder {
  color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  .sumoselect-sm-right {
    float: right;
  }
}
.sumoselect-delimiter {
  position: relative;
  left: 0;
  right: 0;
  width: 42px;
  margin: auto;
  height: 39px;
  padding: 5px 0;
}
@media (min-width: 768px) {
  .sumoselect-delimiter {
    position: absolute;
  }
}
.sumoselect-fake {
  position: relative;
  border: 1px solid #000000;
  border-bottom: 0;
  min-height: 14px;
  background-color: #ffffff;
  border-radius: 0;
  margin: 0;
  cursor: pointer;
  height: 39px;
}
.sumoselect-fake .SumoSelect {
  width: 141px;
  float: right;
}
.sumoselect-fake .SumoSelect > .CaptionCont {
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}
.sumoselect-fake:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.sumoselect-fake input#plz {
  width: calc(100% - 141px);
  height: 37px;
  padding-left: 10px;
  border: 0 solid transparent;
}
#clear {
  position: absolute;
  float: right;
  height: 2em;
  width: 27px;
  top: 0;
  left: calc(100% - 168px);
  text-align: center;
  cursor: pointer;
  border-radius: 0px 4px 4px 0px;
}
#clear::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  margin-top: -1px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#clear::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  margin-top: -1px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media all and (-ms-high-contrast: none) {
  #clear {
    display: none !important;
  }
  /* IE10 */
  *::-ms-backdrop,
  #clear {
    display: none !important;
  }
  /* IE11 */
}
#plz::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  /* Firefox */
}
#plz:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.6);
}
#plz::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.6);
}
.sumo-inactive.SumoSelect > .CaptionCont,
.sumo-inactive.SumoSelect > .CaptionCont > label > i,
.sumo-inactive.sumoselect-fake {
  border-color: rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
}
.sumo-inactive.sumoselect-fake:before {
  border-color: rgba(0, 0, 0, 0.6);
}
.sumoselect-fake.disabled,
.sumoselect-fake.disabled a {
  opacity: 0.5;
  cursor: not-allowed !important;
}
.sumoselect-fake.disabled:after {
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.organization.disabled:after {
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.organization.disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}
.logo-bar-element {
  display: block;
}
@media (min-width: 480px) {
  .logo-bar-element {
    display: inline-block;
    margin-right: 20px;
  }
}
.logo-bar-element img {
  -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  -o-filter: grayscale(90%);
  -ms-filter: grayscale(90%);
  filter: grayscale(90%);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  margin: auto;
}
@media (min-width: 480px) {
  .logo-bar-element img {
    margin: 0;
  }
}
.logo-bar-element img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}
.page-navigation {
  line-height: 0.7;
}
.page-navigation ul.f3-widget-paginator {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
}
.page-navigation ul.f3-widget-paginator > li {
  display: inline;
  padding-left: 0;
  text-indent: 0;
}
.page-navigation ul.f3-widget-paginator > li:before {
  content: "";
  padding-right: 0;
}
.page-navigation ul.f3-widget-paginator > li > a,
.page-navigation ul.f3-widget-paginator > li > span {
  position: relative;
  float: left;
  padding: 2px 10px;
  line-height: 1.55;
  text-decoration: none;
  color: #ee7f00;
  background-color: #ffffff;
  border: 1px solid transparent;
  margin-left: -1px;
}
@media (max-width: 480px) {
  .page-navigation ul.f3-widget-paginator > li > a,
  .page-navigation ul.f3-widget-paginator > li > span {
    font-size: 16px;
    padding: 0 6px;
  }
}
.page-navigation ul.f3-widget-paginator > li:first-child > a,
.page-navigation ul.f3-widget-paginator > li:first-child > span {
  margin-left: 0;
}
.page-navigation ul.f3-widget-paginator > li > a.pagination-points {
  padding: 2px 0px;
}
.page-navigation ul.f3-widget-paginator > li > a.pagination-points:hover {
  background-color: transparent;
  color: #ee7f00;
}
.page-navigation ul.f3-widget-paginator > li > a:hover,
.page-navigation ul.f3-widget-paginator > li > span:hover,
.page-navigation ul.f3-widget-paginator > li.current:hover,
.page-navigation ul.f3-widget-paginator > li > a:focus,
.page-navigation ul.f3-widget-paginator > li > span:focus,
.page-navigation ul.f3-widget-paginator > li.current:focus,
.page-navigation ul.f3-widget-paginator > li > a a,
.page-navigation ul.f3-widget-paginator > li > span a,
.page-navigation ul.f3-widget-paginator > li.current a {
  z-index: 2;
  color: #ffffff;
  background-color: #ee7f00;
  border-color: transparent;
}
.page-navigation ul.f3-widget-paginator > .active > a,
.page-navigation ul.f3-widget-paginator > .active > span,
.page-navigation ul.f3-widget-paginator > .active > a:hover,
.page-navigation ul.f3-widget-paginator > .active > span:hover,
.page-navigation ul.f3-widget-paginator > .active > a:focus,
.page-navigation ul.f3-widget-paginator > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #ee7f00;
  border-color: transparent;
  cursor: default;
}
.page-navigation ul.f3-widget-paginator > .disabled > span,
.page-navigation ul.f3-widget-paginator > .disabled > span:hover,
.page-navigation ul.f3-widget-paginator > .disabled > span:focus,
.page-navigation ul.f3-widget-paginator > .disabled > a,
.page-navigation ul.f3-widget-paginator > .disabled > a:hover,
.page-navigation ul.f3-widget-paginator > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #eeeeee;
  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;
}
.startpage-tiles {
  padding: 0 15px;
}
@media (max-width: 768px) {
  .startpage-tiles {
    padding: 0;
  }
}
.startpage-tiles .tile {
  position: relative;
  width: 33.3%;
  float: left;
}
@media (max-width: 992px) {
  .startpage-tiles .tile {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .startpage-tiles .tile {
    width: 100%;
  }
}
.startpage-tiles .tile.tile-style-yellow_dark {
  background-color: #ffcc00;
}
.startpage-tiles .tile.tile-style-yellow_light {
  background-color: #f6a800;
}
.startpage-tiles .tile.tile-style-orange_dark {
  background-color: #ee7f00;
}
.startpage-tiles .tile.tile-style-orange_light {
  background-color: #e95d0f;
}
.startpage-tiles .tile .tiles-description {
  position: absolute;
  width: 50%;
  height: 50%;
  bottom: 0;
  padding: 15px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .startpage-tiles .tile .tiles-description {
    padding: 10px;
  }
}
.startpage-tiles .tile .tiles-description .wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .startpage-tiles .tile .tiles-description .wrapper {
    height: 105%;
  }
}
@media (max-width: 480px) {
  .startpage-tiles .tile .tiles-description .wrapper {
    height: 103%;
  }
}
.startpage-tiles .tile .tiles-description .wrapper .headline {
  font-size: 1.39vw;
  line-height: 1.1em;
  font-weight: bold;
  margin-bottom: 10px;
  text-decoration: none;
  word-break: break-word;
  height: 42px;
  overflow: hidden;
}
@media (min-width: 1500px) {
  .startpage-tiles .tile .tiles-description .wrapper .headline {
    font-size: 1em;
    height: 39px;
  }
}
@media (max-width: 1500px) {
  .startpage-tiles .tile .tiles-description .wrapper .headline {
    height: auto;
  }
}
@media (max-width: 1200px) {
  .startpage-tiles .tile .tiles-description .wrapper .headline {
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .startpage-tiles .tile .tiles-description .wrapper .headline {
    font-size: 1.9vw;
  }
}
@media (max-width: 768px) {
  .startpage-tiles .tile .tiles-description .wrapper .headline {
    font-size: 2.5vw;
  }
}
@media (max-width: 480px) {
  .startpage-tiles .tile .tiles-description .wrapper .headline {
    font-size: 4vw;
  }
}
.startpage-tiles .tile .tiles-description .wrapper .details {
  font-size: 1.2vw;
  line-height: 1.42857143;
  word-break: break-word;
  /*-webkit-hyphens: auto;
                    -moz-hyphens: auto;
                    -ms-hyphens: auto;
                    hyphens: auto;
                    TODO line if text breaking
                    */
}
@media (min-width: 1500px) {
  .startpage-tiles .tile .tiles-description .wrapper .details {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .startpage-tiles .tile .tiles-description .wrapper .details {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .startpage-tiles .tile .tiles-description .wrapper .details {
    font-size: 1.8vw;
  }
}
@media (max-width: 480px) {
  .startpage-tiles .tile .tiles-description .wrapper .details {
    font-size: 3.5vw;
  }
}
.startpage-tiles .tile .tiles-description.tile-style-yellow_dark {
  background-color: #f6a800;
}
.startpage-tiles .tile .tiles-description.tile-style-yellow_light {
  background-color: #ffcc00;
}
.startpage-tiles .tile .tiles-description.tile-style-orange_dark {
  background-color: #e95d0f;
}
.startpage-tiles .tile .tiles-description.tile-style-orange_light {
  background-color: #ee7f00;
}
.startpage-tiles .tile a img {
  width: 100%;
}
.startpage-tile-image-container {
  overflow: hidden;
}
.tooltip-inner {
  font-size: 12px;
  border-radius: 0px;
}
@media (max-width: 768px) {
  .sitemap-right {
    margin-top: 25px;
  }
}
.sitemap-list-before {
  content: "";
  padding: 0;
}
.sitemap-list-small {
  font-size: 14px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .sitemap-list-small {
    font-size: 18px;
  }
}
.sitemap-list-small:hover {
  text-decoration: underline;
}
.sitemap-hw ul.ce-menu > li {
  padding-left: 0;
  text-indent: 0;
}
.sitemap-hw ul.ce-menu > li:before {
  content: "";
  padding: 0;
}
.sitemap-hw ul.ce-menu > li > a {
  color: #e95d0f;
  font-size: 20px;
  text-decoration: none;
}
.sitemap-hw ul.ce-menu > li > a:hover {
  text-decoration: underline;
}
.sitemap-hw ul.ce-menu > li > ul .sitemap-dropdown > a {
  position: relative;
  padding-right: 20px;
  font-weight: bold;
}
.sitemap-hw ul.ce-menu > li > ul .sitemap-dropdown > a:after {
  content: '\f078';
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  top: 1px;
  right: 4px;
}
.sitemap-hw ul.ce-menu > li > ul > li {
  padding-left: 0;
  text-indent: 0;
}
.sitemap-hw ul.ce-menu > li > ul > li:before {
  content: "";
  padding: 0;
}
.sitemap-hw ul.ce-menu > li > ul > li > a {
  font-size: 14px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .sitemap-hw ul.ce-menu > li > ul > li > a {
    font-size: 18px;
  }
}
.sitemap-hw ul.ce-menu > li > ul > li > a:hover {
  text-decoration: underline;
}
.sitemap-hw ul.ce-menu > li > ul ul li {
  padding-left: 20px;
  text-indent: 0;
}
.sitemap-hw ul.ce-menu > li > ul ul li:before {
  content: "";
  padding: 0;
}
.sitemap-hw ul.ce-menu > li > ul ul li a {
  font-size: 14px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .sitemap-hw ul.ce-menu > li > ul ul li a {
    font-size: 18px;
  }
}
.sitemap-hw ul.ce-menu > li > ul ul li a:hover {
  text-decoration: underline;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 18px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 12.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.55;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li:hover,
.dropdown-menu > li > a:hover,
.dropdown-menu > li:focus,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #eeeeee;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.55;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.panel {
  margin-bottom: 27px;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 0;
  border-bottom: 1px solid #eeeeee;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 0;
  background-color: transparent;
  border-top: 1px solid transparent;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 27px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border: none;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid transparent;
}
.panel-default .panel-collapse.collapse.in {
  border-bottom: 1px solid #eeeeee;
}
.panel-default {
  border-color: #eeeeee;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: transparent;
  border-color: #eeeeee;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eeeeee;
}
.panel-default > .panel-heading .badge {
  color: transparent;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #eeeeee;
}
.panel-default > .panel-heading {
  color: inherit;
  background-color: transparent;
  border-bottom: 1px solid #eeeeee;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eeeeee;
}
.panel-default > .panel-heading .badge {
  color: transparent;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #eeeeee;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: inherit;
  background-color: #337ab7;
  border-bottom: 1px solid #eeeeee;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #f37e3f;
}
.panel-success > .panel-heading {
  color: #ff9a00;
  background-color: #f69e6f;
  border-color: #f37e3f;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f37e3f;
}
.panel-success > .panel-heading .badge {
  color: #f69e6f;
  background-color: #ff9a00;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f37e3f;
}
.panel-success > .panel-heading {
  color: inherit;
  background-color: #f69e6f;
  border-bottom: 1px solid #eeeeee;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f37e3f;
}
.panel-success > .panel-heading .badge {
  color: #f69e6f;
  background-color: #ff9a00;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f37e3f;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: inherit;
  background-color: #d9edf7;
  border-bottom: 1px solid #eeeeee;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: inherit;
  background-color: #fcf8e3;
  border-bottom: 1px solid #eeeeee;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: transparent;
}
.panel-danger > .panel-heading {
  color: #e95d0f;
  background-color: #ffeb99;
  border-color: transparent;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-danger > .panel-heading .badge {
  color: #ffeb99;
  background-color: #e95d0f;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-danger > .panel-heading {
  color: inherit;
  background-color: #ffeb99;
  border-bottom: 1px solid #eeeeee;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-danger > .panel-heading .badge {
  color: #ffeb99;
  background-color: #e95d0f;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.slider-categorie {
  position: relative;
  width: auto;
  margin-right: 91px;
  margin-left: 91px;
  max-height: 350px;
}
@media (max-width: 768px) {
  .slider-categorie {
    max-height: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.slider-categorie .slider-col {
  float: left;
  position: relative;
  width: 70%;
  padding-bottom: 30%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .slider-categorie .slider-col {
    float: none;
    width: 100%;
    padding-bottom: 0;
    overflow: visible;
  }
}
.slider-categorie .slider-right {
  float: left;
  position: relative;
  width: 30%;
  padding-bottom: 30%;
  /* = width for a 1:1 aspect ratio */
  background-color: #f6a800;
  overflow: hidden;
  /*.bottom-mask {
          position: absolute;
          bottom: 0;
          width: 100%;
          height: 20px;
          background: -webkit-gradient(linear, left top, left bottom, from(rgb(246, 168, 0)), to(#f6a800));
          background: -moz-linear-gradient(top, rgb(246, 168, 0), #f6a800);
          background: -o-linear-gradient(top, rgb(246, 168, 0), #f6a800);
          z-index: 99;
        }*/
}
@media (max-width: 768px) {
  .slider-categorie .slider-right {
    float: none;
    width: 50%;
    height: 50%;
    padding-bottom: 0;
    overflow: visible;
    position: absolute;
    bottom: 0;
  }
}
.slider-categorie .slider-content {
  position: absolute;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .slider-categorie .slider-content {
    position: relative;
    width: 100%;
  }
}
.slider-categorie .slider-content .slider-description {
  height: 100%;
  overflow: hidden;
  padding: 20px;
}
@media (max-width: 480px) {
  .slider-categorie .slider-content .slider-description {
    padding: 10px;
  }
}
.slider-categorie .slider-content .slider-description .headline {
  font-size: 1.1em;
  line-height: 1.1em;
  font-weight: bold;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: underline;
}
.slider-categorie .slider-content .slider-description .details {
  font-size: 16px;
  word-wrap: break-word;
  height: 85%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .slider-categorie .slider-content .slider-description .details {
    height: 76%;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .slider-categorie .slider-content .slider-description .details {
    font-size: 13px;
  }
}
.slider-categorie .slider-content .slider-description .details p {
  text-decoration: none;
  height: 100%;
  overflow: hidden;
}
.slider-categorie .slider-content .slider-description .details p .trim-dots {
  display: inline;
}
.slider-categorie .slider-content .slider-description .details p .trim-charachters-hide {
  display: none;
}
.slider-categorie .slider-stage {
  border-radius: 0;
  height: auto;
}
@media (max-width: 768px) {
  .slider-categorie .slider-stage {
    height: auto;
  }
}
.slider-categorie .slider-stage .flex-viewport {
  max-height: 350px;
}
@media (max-width: 768px) {
  .slider-categorie .slider-stage .flex-viewport {
    max-height: 100%;
  }
}
.slider-categorie .slider-stage .flex-viewport .slides > li {
  max-height: 350px;
}
@media (max-width: 768px) {
  .slider-categorie .slider-stage .flex-viewport .slides > li {
    max-height: 100%;
  }
}
.slider-categorie .slider-stage li {
  text-indent: 0;
  overflow: hidden;
}
.slider-categorie .slider-stage li a {
  text-decoration: none;
}
@media (max-width: 768px) {
  .slider-categorie .slider-stage .flex-direction-nav {
    display: none;
  }
}
.slider-categorie .slider-stage .flex-direction-nav a {
  margin: auto;
  top: 0;
  bottom: 0;
}
.slider-categorie .slider-stage .flex-direction-nav .flex-disabled {
  display: none;
}
.slider-categorie .slider-stage .flex-direction-nav .flex-prev {
  left: -58px;
}
.slider-categorie .slider-stage .flex-direction-nav .flex-prev:before {
  margin-top: -17px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .slider-categorie .slider-stage .flex-direction-nav .flex-prev {
    left: 0;
  }
}
.slider-categorie .slider-stage .flex-direction-nav .flex-next {
  right: -58px;
}
.slider-categorie .slider-stage .flex-direction-nav .flex-next:before {
  margin-top: -17px;
  margin-left: 6px;
}
@media (max-width: 768px) {
  .slider-categorie .slider-stage .flex-direction-nav .flex-next {
    right: 0;
  }
}
.slider-categorie .slider-stage .flex-direction-nav a:hover,
.slider-categorie .slider-stage .flex-direction-nav a:focus {
  color: transparent;
}
.slider-categorie .slider-stage .flex-direction-nav a:before {
  color: #e95d0f;
}
.slider-categorie .slider-stage .flex-control-paging {
  display: none;
}
@media (max-width: 768px) {
  .slider-categorie .slider-stage .flex-control-paging {
    display: inline;
    position: absolute;
    left: 0;
    right: 0;
    margin: 1em 0 0;
    text-align: center;
  }
}
.slider-categorie .slider-stage .flex-control-paging li a {
  width: 15px;
  height: 15px;
  display: block;
  background: #666;
  background: #ffeb99;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ffeb99;
}
.slider-categorie .slider-stage .flex-control-paging li a.flex-active {
  background: #000000;
  background: #e95d0f;
  cursor: default;
  border: 1px solid #e95d0f;
}
.img-invisibles {
  display: none;
}
.right-box .image,
.full-box .image,
.right-box .map,
.full-box .map,
.right-box .icon,
.full-box .icon {
  -webkit-filter: drop-shadow(2px 0 3px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(2px 0 3px rgba(0, 0, 0, 0.1));
}
.box_leftside_right .svg-w-moveable-image {
  clip-path: url(#clip-triangle2);
}
.box_rightside_left .svg-w-moveable-image {
  clip-path: url(#clip-triangle);
}
@media screen \0 {
  .box_leftside_right .svg-w-moveable-image {
    clip-path: none;
  }
  .box_rightside_left .svg-w-moveable-image {
    clip-path: none;
  }
}
@supports (-ms-accelerator:true) {
  .box_leftside_right .svg-w-moveable-image {
    clip-path: none;
  }
  .box_rightside_left .svg-w-moveable-image {
    clip-path: none;
  }
}
@supports (-ms-ime-align:auto) {
  .box_leftside_right .svg-w-moveable-image {
    clip-path: none;
  }
  .box_rightside_left .svg-w-moveable-image {
    clip-path: none;
  }
}
.svg-background,
.svg-image {
  clip-path: url(#clip-triangle);
}
.svg-background2,
.svg-image2 {
  clip-path: url(#clip-triangle2);
}
.svg-background3,
.svg-image3 {
  clip-path: url(#clip-triangle3);
}
.svg-background4,
.svg-image4 {
  clip-path: url(#clip-triangle4);
}
.svg-image,
.svg-image4 {
  opacity: 1;
}
svg.clip-svg {
  width: 165px;
  height: 150px;
}
@media (max-width: 768px) {
  svg.clip-svg {
    width: 90px;
    height: 90px;
  }
}
.clip-svg {
  left: 0;
  top: 0;
}
svg.not-root {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
}
.left-box .image,
.left-box .map,
.left-box .icon,
.left-box image-small {
  float: right;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.1));
}
@media (max-width: 768px) {
  .left-box .image,
  .left-box .map,
  .left-box .icon,
  .left-box image-small {
    -webkit-filter: drop-shadow(2px 0 3px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(2px 0 3px rgba(0, 0, 0, 0.1));
  }
}
.articles_grayboxes-article .image rect {
  fill: #eeeeee;
}
.multi-contact .image rect {
  fill: #ffffff;
}
.box-contact .image rect {
  fill: #fff5cc;
}
/* Filtering style */
/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
/*placeholder style*/
/*Floating styles*/
/*disabled state*/
/*styling for multiple select*/
/*styling for select on popup mode*/
/*styling for only multiple select on popup mode*/
/*disabled state*/
/**Select all button**/
/*styling for optgroups*/
@media (max-width: 768px) {
  div.col-sumoselect {
    margin-bottom: 30px;
  }
  div.col-sumoselect:last-child {
    margin-bottom: 0;
  }
}
.SumoSelect {
  width: 100%;
  display: inline-block;
  position: relative;
  outline: none;
  cursor: pointer;
}
.SumoSelect p {
  margin: 0;
}
@media (max-width: 992px) {
  .SumoSelect {
    width: 100%;
  }
}
.SumoSelect .hidden {
  display: none;
}
.SumoSelect .search-txt {
  display: none;
  outline: none;
}
.SumoSelect .no-match {
  display: none;
  padding: 6px;
  color: #e95d0f;
}
.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  min-width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 5px -1px rgba(136, 84, 5, 0.35);
  -moz-box-shadow: 0px 0px 5px -1px rgba(136, 84, 5, 0.35);
  -o-box-shadow: 0px 0px 5px -1px rgba(136, 84, 5, 0.35);
  box-shadow: 0px 0px 5px -1px rgba(136, 84, 5, 0.35);
  border-radius: 0;
  overflow: auto;
}
@media (max-width: 768px) {
  .SumoSelect > .optWrapper {
    width: 100%;
  }
}
.SumoSelect > .optWrapper > .options {
  border-radius: 0;
  position: relative;
  max-height: 248px;
}
.SumoSelect > .optWrapper > .options li.opt {
  padding: 3px 6px;
  position: relative;
}
.SumoSelect > .optWrapper > .options li.opt label {
  font-size: 16px;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #eeeeee;
}
.SumoSelect > .optWrapper > .options li.group {
  margin-bottom: 4px;
  padding-left: 0;
  text-indent: 0;
}
.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}
.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}
.SumoSelect > .optWrapper > .options li label {
  padding-left: 23px;
  margin-bottom: -2px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  cursor: pointer;
}
@media (max-width: 768px) {
  .SumoSelect > .optWrapper > .options li label {
    padding-left: 33px;
    text-overflow: clip;
    overflow: visible;
    white-space: normal;
    word-wrap: break-word;
  }
}
.SumoSelect > .optWrapper > .options li span {
  display: none;
}
.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 0;
}
.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0;
  border-bottom: none;
}
.SumoSelect > .optWrapper > .options li.opt.sel {
  background-color: #eeeeee;
}
.SumoSelect > .optWrapper > .options li.group > label {
  padding: 8px 6px;
  font-weight: bold;
}
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}
.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}
.SumoSelect > .optWrapper ul li:before {
  content: "";
  padding: 0;
}
.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #ffffff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0;
}
.SumoSelect > .CaptionCont {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  position: relative;
  border: 1px solid #000000;
  min-height: 14px;
  background-color: #ffffff;
  border-radius: 0;
  margin: 0;
  cursor: pointer;
}
.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 37px;
  margin-bottom: 0;
  cursor: pointer;
}
.SumoSelect > .CaptionCont > label > i {
  width: 11px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  z-index: 1;
}
.SumoSelect .select-all {
  border-radius: 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #ffffff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}
.SumoSelect .select-all > label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
}
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  cursor: pointer;
}
.SumoSelect > .optWrapper.okCancelInMulti > .options {
  border-radius: 0;
}
.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
  border-radius: 0;
}
.SumoSelect > .optWrapper.selall > .options {
  border-radius: 0 0 2px 2px;
}
.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
  border-radius: 0;
}
.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
  border-radius: 0;
}
.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 35px;
}
@media (max-width: 768px) {
  .SumoSelect > .optWrapper.multiple > .options li ul li.opt {
    padding-left: 0;
    text-indent: 0px;
  }
}
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .SumoSelect > .optWrapper.multiple > .options li.opt {
    padding-left: 0;
    text-indent: 0px;
  }
}
.SumoSelect > .optWrapper.multiple > .options li.opt span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}
@media (max-width: 768px) {
  .SumoSelect > .optWrapper.multiple > .options li.opt span {
    position: relative;
    width: 25px;
    top: 10px;
    margin-left: 0;
  }
}
.SumoSelect > .optWrapper.multiple > .options li.opt span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #d3d3d3;
  border-radius: 0;
  z-index: 1;
  background-color: #ffffff;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
  background-color: #ffffff;
  z-index: 1;
  content: "\f04d";
  font-family: FontAwesome;
  font-size: 16px;
  text-align: left;
  line-height: 14px;
  color: #ee7f00;
  font-style: normal;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i:before {
  position: absolute;
  margin-top: -1px;
  margin-left: 43px;
  z-index: 1;
  content: "\f04d";
  font-family: FontAwesome;
  font-size: 16px;
  text-align: left;
  line-height: 14px;
  color: #ee7f00;
}
@media (max-width: 768px) {
  .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i:before {
    margin-left: 0;
  }
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0;
}
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}
.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}
.SumoSelect .select-all.sel {
  background-color: #eeeeee;
}
.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}
@media (max-width: 768px) {
  .SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
    padding-left: 0;
  }
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
  outline: none;
  background-color: #eeeeee;
}
.SumoSelect .select-all.selected > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: center center;
}
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ccc;
}
.SumoSelect.open > .CaptionCont > label > i.fa-angle-untransform {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.SelectBox {
  padding: 5px 8px;
}
.sumoStopScroll {
  overflow: hidden;
}
.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}
.SumoSelect.open .search-txt::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0.5;
}
.SumoSelect.open .search-txt::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.5;
}
.SumoSelect.open .search-txt:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.5;
}
.SumoSelect.open .search-txt:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.5;
}
.SumoSelect.open .search-txt:focus {
  border: none;
}
.SumoSelect.open > .CaptionCont > .label > i.fa-angle-untransform {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.SumoSelect.open > .optWrapper {
  top: 39px;
  display: block;
}
.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}
.SelectClass {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: 1;
}
.SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}
.box-lower-austria-search {
  background-color: #fff5cc;
}
@media (max-width: 768px) {
  .box-lower-austria-search {
    height: 75px;
    overflow: hidden;
  }
}
.box-lower-austria-search button {
  position: absolute;
  right: 0;
  width: 46px;
  height: 34px;
  margin: 0;
  background: transparent;
  padding: 0;
  border: transparent;
}
.box-lower-austria-search button:hover,
.box-lower-austria-search button:focus {
  background: transparent;
  border: transparent;
}
@media (max-width: 480px) {
  .box-lower-austria-search button {
    height: 24px;
  }
}
.box-lower-austria-search .box_leftside_right .icon {
  /*&:before {
                font-family: @font-fa;
                content: "\f002";
                margin: auto;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                text-align: center;
                display: table;
                font-size: 80px;
                width: 75px;
                opacity: 0.2;
                padding-left: 10px;

                @media (max-width: @screen-sm) {
                    font-size: 45px;
                    padding-left: 0;
                    padding-right: 10px;
                }
            }*/
}
.box-lower-austria-search .box_leftside_right .icon > img {
  margin-left: 22%;
}
@media (max-width: 768px) {
  .box-lower-austria-search .box_leftside_right .icon > img {
    margin-left: 0;
  }
}
.box-lower-austria-search .box_rightside_left .icon {
  /* &:before {
                 font-family: @font-fa;
                 content: "\f002";
                 margin: auto;
                 position: absolute;
                 top: 0;
                 right: 0;
                 bottom: 0;
                 left: 0;
                 text-align: center;
                 display: table;
                 font-size: 80px;
                 width: 75px;
                 opacity: 0.2;
                 padding-right: 10px;
                 @media (max-width: @screen-sm) {
                     font-size: 45px;
                 }
             }*/
}
.box-lower-austria-search .box_rightside_left .icon > img {
  margin-left: 15%;
}
@media (max-width: 768px) {
  .box-lower-austria-search .box_rightside_left .icon > img {
    margin-left: 0;
  }
}
.box-lower-austria-search .icon > img {
  margin-top: 28%;
}
@media (max-width: 768px) {
  .box-lower-austria-search .icon > img {
    margin-top: 10px;
    width: 50px;
  }
}
.box-lower-austria-search .headline {
  text-overflow: clip;
  overflow: visible;
  white-space: normal;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  .box-lower-austria-search .headline {
    float: left;
    text-overflow: ellipsis;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .box-lower-austria-search .details {
    margin-top: 10px;
  }
}
.box-lower-austria-search .details .form-group {
  width: 300px;
  height: 35px;
}
@media (max-width: 480px) {
  .box-lower-austria-search .details .form-group {
    width: auto;
  }
}
.box-lower-austria-search .details .form-group .hide-label {
  display: block;
}
.box-lower-austria-search .details .form-group .inner-addon i {
  position: absolute;
  padding: 4px 9px;
  font-size: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .box-lower-austria-search .details .form-group .inner-addon i {
    padding: 3px 7px;
  }
}
@media (max-width: 480px) {
  .box-lower-austria-search .details .form-group .inner-addon i {
    font-size: 21px;
    padding: 2px 7px;
  }
}
.box-lower-austria-search .details .form-group .inner-addon input {
  height: 35px;
  color: #000000;
  border-color: #000000;
}
@media (max-width: 768px) {
  .box-lower-austria-search .details .form-group .inner-addon input {
    line-height: 1.34;
    height: auto;
  }
}
@media (max-width: 480px) {
  .box-lower-austria-search .details .form-group .inner-addon input {
    padding-right: 34px;
    font-size: 14px;
  }
}
.box-lower-austria-search .details .form-group .inner-addon input:hover,
.box-lower-austria-search .details .form-group .inner-addon input:focus {
  background-color: #ffffff;
}
.box-lower-austria-search .details .form-group .inner-addon input::-ms-clear {
  display: none;
}
.box-lower-austria-search .box_leftside_left .form-group {
  float: right;
}
@media (max-width: 768px) {
  .box-lower-austria-search .box_leftside_left .form-group {
    float: none;
  }
}
@media (max-width: 768px) {
  .box-lower-austria-search .box_leftside_left {
    padding: 5px 10px;
  }
}
.box-lower-austria-search .box_rightside_right .form-group {
  float: left;
}
@media (max-width: 768px) {
  .box-lower-austria-search .box_rightside_right .form-group {
    float: none;
  }
}
@media (max-width: 768px) {
  .box-lower-austria-search .box_rightside_right {
    padding: 5px 10px;
  }
}
#cookie-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: inline-block;
  text-align: left;
  z-index: 99999;
}
#cookie-bar .container {
  background-color: transparent;
}
#cookie-bar .container .cookies {
  background-color: #595959;
  margin-right: 31px;
  margin-left: 30px;
  padding: 15px 15px 10px;
}
@media (max-width: 768px) {
  #cookie-bar .container .cookies {
    margin-right: 15px;
    margin-left: 15px;
  }
}
#cookie-bar .container .cookies .btn {
  margin: 0;
  float: right;
}
@media (max-width: 768px) {
  #cookie-bar .container .cookies .btn {
    float: none;
    margin: 7px 0 17px;
  }
}
#cookie-bar .container .cookies .col-details {
  text-align: left;
  padding-top: 0;
}
#cookie-bar .container .cookies .col-details .btn-details {
  font-size: 16px;
  color: #ffffff;
}
@media (max-width: 992px) {
  #cookie-bar .container .cookies .col-details .btn-details {
    margin-left: 0;
  }
}
#cookie-bar .container .cookies .col-details p,
#cookie-bar .container .cookies .col-details .btn-details {
  display: inline-block;
}
#cookie-bar .container .cookies .col-details p {
  font-size: 16px;
  color: #ffffff;
}
#data-protection span.cookies-message {
  display: block;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog,
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.modal-backdrop.in,
.modal-backdrop.show {
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.55;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.btn-share .media-share-icon {
  position: absolute;
  right: 15px;
  width: 75px;
  height: 75px;
  color: #ffffff;
  background-color: #e95d0f;
  text-align: center;
  padding-top: 8px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 39px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.btn-share .media-share-icon:hover {
  color: #e95d0f;
  background-color: #ffffff;
}
@media (max-width: 480px) {
  .btn-share .media-share-icon {
    width: 50px;
    height: 50px;
    padding-top: 2px;
    padding-left: 6px;
    padding-right: 8px;
    font-size: 30px;
  }
}
.btn-share .jssocials {
  display: none;
  position: absolute;
  top: 75px;
  right: 15px;
  width: 75px;
  height: auto;
  text-align: center;
  padding: 0px;
  z-index: 2;
  background-color: #e95d0f;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
@media (max-width: 480px) {
  .btn-share .jssocials {
    width: 50px;
    top: 50px;
  }
}
.btn-share .jssocials .jssocials-shares .jssocials-share a {
  display: block;
  color: #ffffff;
  font-size: 30px;
  padding: 14px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.btn-share .jssocials .jssocials-shares .jssocials-share a:hover {
  color: #e95d0f;
  background-color: #ffffff;
}
@media (max-width: 480px) {
  .btn-share .jssocials .jssocials-shares .jssocials-share a {
    padding: 2px;
  }
}
.btn-share .jssocials .jssocials-shares .jssocials-share span.jssocials-share-label {
  display: none;
}
.details.description .quote-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.55;
  font-size: inherit;
}
.details.description .quote-text p:before {
  content: "\f10e";
  font-family: FontAwesome;
  padding-right: 10px;
}
.details.description .quote-text p:after {
  content: "\f10d";
  font-family: FontAwesome;
  padding-left: 10px;
}
.top-year,
.bottom-year {
  width: 80px;
  height: 80px;
  margin: 0px;
  text-align: center;
  background-color: #e95d0f;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .top-year,
  .bottom-year {
    margin: 0px auto;
  }
}
.top-year p,
.bottom-year p {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 41px;
  height: 27px;
  margin: auto;
}
.bottom-year {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .timeline-line-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    width: 80px;
    height: 100%;
    background-color: #ffffff;
    margin: auto;
    z-index: 1;
  }
}
.timeline-line {
  position: absolute;
  top: 0px;
  right: auto;
  left: 53px;
  bottom: 0px;
  width: 5px;
  height: 100%;
  background-color: #e95d0f;
  margin: auto;
}
@media (min-width: 768px) {
  .timeline-line {
    right: 0px;
    left: 0px;
  }
}
.small-timeline {
  width: 100%;
  float: left;
  position: relative;
}
@media (min-width: 768px) {
  .small-timeline {
    margin: 10px 0px;
  }
}
.small-timeline .left-small-timeline {
  width: 100%;
  float: none;
  position: relative;
}
@media (min-width: 768px) {
  .small-timeline .left-small-timeline {
    width: 50%;
    float: left;
  }
}
.small-timeline .left-small-timeline:before {
  content: '';
  position: absolute;
  top: 0px;
  right: auto;
  left: 25px;
  bottom: 0px;
  width: 30px;
  height: 30px;
  background-color: #e95d0f;
  margin: auto;
}
@media (min-width: 768px) {
  .small-timeline .left-small-timeline:before {
    display: none;
  }
}
.small-timeline .left-small-timeline .box-small-timeline {
  min-height: 150px;
  height: auto;
  padding: 18px 15px;
  padding-left: 23px;
  margin-top: 10px;
  margin-left: 82px;
  overflow: hidden;
  background-color: #fff5cc;
}
@media (min-width: 768px) {
  .small-timeline .left-small-timeline .box-small-timeline {
    min-height: 150px;
    height: auto;
    margin-right: 40px;
    margin-left: 0px;
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .small-timeline .left-small-timeline .box-small-timeline:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 52px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 52px solid transparent;
    border-left: 26px solid #fff5cc;
    z-index: 2;
  }
  .small-timeline .left-small-timeline .box-small-timeline:before {
    content: none;
    border: none;
    display: none;
  }
}
.small-timeline .left-small-timeline .box-small-timeline:before {
  content: '';
  position: absolute;
  left: 56px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 52px solid transparent;
  border-right: 26px solid #fff5cc;
  border-bottom: 52px solid transparent;
  border-left: 0 solid transparent;
  z-index: 2;
}
.small-timeline .right-small-timeline {
  width: 100%;
  float: none;
  position: relative;
}
@media (min-width: 768px) {
  .small-timeline .right-small-timeline {
    width: 50%;
    float: right;
  }
}
.small-timeline .right-small-timeline:before {
  content: '';
  position: absolute;
  top: 0px;
  right: auto;
  left: 25px;
  bottom: 0px;
  width: 30px;
  height: 30px;
  background-color: #e95d0f;
  margin: auto;
}
@media (min-width: 768px) {
  .small-timeline .right-small-timeline:before {
    display: none;
  }
}
.small-timeline .right-small-timeline .box-small-timeline {
  min-height: 150px;
  height: auto;
  text-align: left;
  padding: 18px 15px;
  padding-right: 23px;
  margin-top: 10px;
  margin-left: 82px;
  overflow: hidden;
  background-color: #fff5cc;
}
@media (min-width: 768px) {
  .small-timeline .right-small-timeline .box-small-timeline {
    min-height: 150px;
    height: auto;
    text-align: right;
    margin-top: 0px;
    margin-left: 40px;
  }
}
.small-timeline .right-small-timeline .box-small-timeline:before {
  content: '';
  position: absolute;
  left: 56px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 52px solid transparent;
  border-right: 26px solid #fff5cc;
  border-bottom: 52px solid transparent;
  border-left: 0 solid transparent;
  z-index: 2;
}
@media (min-width: 768px) {
  .small-timeline .right-small-timeline .box-small-timeline:before {
    left: 15px;
  }
}
.small-timeline .center-year {
  position: absolute;
  top: 0px;
  right: auto;
  left: 23px;
  bottom: 0px;
  width: 30px;
  height: 30px;
  background-color: #e95d0f;
  margin: auto;
  display: none;
  z-index: 1;
}
@media (min-width: 768px) {
  .small-timeline .center-year {
    right: 0px;
    left: 0px;
    display: block;
  }
}
@media (min-width: 768px) {
  .small-timeline.sm-both {
    background-color: #fff5cc;
    position: relative;
  }
  .small-timeline.sm-both .box-small-timeline {
    background-color: transparent;
  }
  .small-timeline.sm-both .right-small-timeline {
    position: static;
  }
  .small-timeline.sm-both .right-small-timeline .box-small-timeline:before {
    left: 0;
    right: -57px;
  }
  .small-timeline.sm-both .left-small-timeline {
    position: static;
  }
  .small-timeline.sm-both .left-small-timeline .box-small-timeline:after {
    right: 0;
    left: -57px;
  }
}
.row-bt-template {
  margin-top: 0px;
  margin-bottom: 0px;
}
.tx-dce-pi1:last-child .row-bt-template {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .row-gradient {
    /*background-image: linear-gradient(to right, #ffffff, #ffffff 50%, #f2f2f2 50%);*/
  }
}
@media (min-width: 992px) {
  .col-md-offset-40 {
    padding-right: 90px;
    padding-left: 90px;
  }
}
@media (min-width: 1200px) {
  .col-md-offset-40 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.big-timeline {
  /* 2 */
}
.big-timeline .embed-responsive-16by9 {
  padding-bottom: 50%;
}
.big-timeline .embed-responsive-4by3 {
  padding-bottom: 66.4%;
}
.big-timeline .embed-bg {
  display: none;
}
@media (min-width: 768px) {
  .big-timeline .embed-bg {
    display: block;
  }
}
.big-timeline .ie9 img[src$=".svg"] {
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .big-timeline img[src$=".svg"] {
    width: 100%;
  }
}
.big-timeline .row [class*="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}
.big-timeline .row [class*="bt-padding"] {
  padding-left: 15px;
  padding-right: 15px;
}
.big-timeline .row [class*="ower-hide"] {
  background-repeat: no-repeat;
  background-position: top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
@media (min-width: 768px) {
  .big-timeline .row [class*="ower-hide"] {
    overflow: hidden;
    margin-bottom: -100px;
    padding-bottom: 99px;
  }
}
@media (min-width: 768px) {
  .big-timeline .row-ower-hide {
    overflow: hidden;
  }
}
.big-timeline .row-inside {
  margin-right: 0px;
  margin-left: 0px;
}
.big-timeline .col-year {
  max-width: 155px;
}
@media (min-width: 768px) {
  .big-timeline .col-year {
    max-width: none;
  }
}
.big-timeline .bt-img-wrap img {
  width: 100%;
}
.big-timeline .bt-bg-gray {
  background-color: #f1f1f1;
}
.big-timeline .color_yellow-dark {
  background-color: #f6a800;
}
.big-timeline .color_yellow-light {
  background-color: #ffcc00;
}
.big-timeline .color_orange-light {
  background-color: #ee7f00;
}
.big-timeline .color_yellow-light-20 {
  background-color: #fff5cc;
}
@media (min-width: 768px) {
  .big-timeline .bt-full-right {
    margin-left: -1px;
  }
}
.big-timeline .bt-full-quote {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url(/typo3conf/ext/theme/Resources/Public/Images/dce/40Jahre/737x368/quote737x368.svg);
}
@media (min-width: 768px) {
  .big-timeline .bt-full-quote {
    background-image: none;
  }
}
.big-timeline .bt-full-quote .bt-img-wrap {
  display: none;
}
@media (min-width: 768px) {
  .big-timeline .bt-full-quote .bt-img-wrap {
    display: block;
    max-height: 155px;
  }
  .big-timeline .bt-full-quote .bt-img-wrap img {
    max-height: 155px;
  }
}
.big-timeline .bt-full-quote .bt-bgtext-wrap {
  position: relative;
}
@media (min-width: 768px) {
  .big-timeline .bt-full-quote .bt-bgtext-wrap {
    position: absolute;
  }
}
.big-timeline .bt-quote p:first-child:before {
  content: "\f10e";
  font-family: FontAwesome;
  padding-right: 10px;
}
.big-timeline .bt-quote p:first-child:after {
  content: "\f10d";
  font-family: FontAwesome;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 1500px) {
  .big-timeline .bt-quote p {
    margin-bottom: 2px;
  }
}
.big-timeline .bt-quote .author {
  font-weight: normal;
  font-size: 13px;
}
@media (max-width: 480px) {
  .big-timeline .bt-quote .author {
    font-size: 3.2vw;
  }
}
@media (min-width: 768px) {
  .big-timeline .bt-quote .author {
    font-size: 1.3vw;
  }
}
@media (min-width: 992px) {
  .big-timeline .bt-quote .author {
    font-size: 1.2vw;
  }
}
@media (min-width: 1200px) {
  .big-timeline .bt-quote .author {
    font-size: 13px;
  }
}
.big-timeline .bt-top-year {
  background-color: #e95d0f;
  position: relative;
  max-width: 155px;
}
@media (min-width: 768px) {
  .big-timeline .bt-top-year {
    max-width: none;
  }
}
.big-timeline .bt-top-year:after {
  content: '';
  background: url(/typo3conf/ext/theme/Resources/Public/Images/dce/40Jahre/year-arrows/arrow-bottom.svg);
  position: absolute;
  bottom: -15px;
  width: 100%;
  height: 27px;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
@media (min-width: 768px) {
  .big-timeline .bt-top-year:after {
    bottom: -17px;
  }
}
.big-timeline .bt-top-year .bt-top-year-headline {
  width: auto;
  height: 20px;
  font-size: 20px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  text-align: center;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 480px) {
  .big-timeline .bt-top-year .bt-top-year-headline {
    width: 61px;
    height: 24px;
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .big-timeline .bt-top-year .bt-top-year-headline {
    width: 46px;
    height: 20px;
    font-size: 2.2vw;
  }
}
@media (min-width: 1200px) {
  .big-timeline .bt-top-year .bt-top-year-headline {
    width: 64px;
    height: 25px;
    font-size: 27px;
  }
}
.big-timeline .bt-top-year-line {
  position: relative;
  top: 0px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .big-timeline .bt-top-year-line {
    position: relative;
    top: auto;
  }
}
.big-timeline .bt-small-dotted-line img {
  float: right;
  width: 50%;
}
.big-timeline .bt-row-2 .bt-bg-gray .bt-img-wrap {
  display: none;
}
@media (min-width: 768px) {
  .big-timeline .bt-row-2 .bt-bg-gray .bt-img-wrap {
    display: block;
  }
}
.big-timeline .bt-row-2 .bt-bg-gray .bt-text-wrap {
  position: relative;
}
@media (min-width: 768px) {
  .big-timeline .bt-row-2 .bt-bg-gray .bt-text-wrap {
    position: absolute;
    top: 0;
  }
}
.big-timeline .gray-full .bt-img-wrap {
  display: none;
}
@media (min-width: 768px) {
  .big-timeline .gray-full .bt-img-wrap {
    display: block;
  }
}
.big-timeline .gray-full .bt-bgtext-wrap {
  position: relative;
}
@media (min-width: 768px) {
  .big-timeline .gray-full .bt-bgtext-wrap {
    position: absolute;
    top: 0;
  }
}
@media (min-width: 768px) {
  .big-timeline .bt-small .bt-img-wrap img {
    max-height: 155px;
  }
}
.big-timeline .bt-small .bt-bgtext-wrap p {
  margin-bottom: 0px;
}
.big-timeline .bt-small .bt-bgtext-wrap p:last-child {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .big-timeline .bt-popover .bt-img-wrap {
    max-height: 155px;
  }
  .big-timeline .bt-popover .bt-img-wrap img {
    max-height: 155px;
  }
}
.big-timeline .bt-popover .bt-bgtext-wrap {
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
  line-height: 1.1;
}
.big-timeline .bt-popover .bt-bgtext-wrap p {
  margin-bottom: 0px;
}
.big-timeline .bt-popover .bt-bgtext-wrap p:last-child {
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .big-timeline .bt-popover .bt-bgtext-wrap {
    font-size: 4.2vw;
  }
}
@media (min-width: 768px) {
  .big-timeline .bt-popover .bt-bgtext-wrap {
    font-size: 1.6vw;
  }
}
@media (min-width: 992px) {
  .big-timeline .bt-popover .bt-bgtext-wrap {
    font-size: 1.2vw;
  }
}
@media (min-width: 1200px) {
  .big-timeline .bt-popover .bt-bgtext-wrap {
    font-size: 1vw;
  }
}
@media (min-width: 1500px) {
  .big-timeline .bt-popover .bt-bgtext-wrap {
    font-size: 15px;
  }
}
.big-timeline .bt-popover .bt-bgtext-wrap.bt-quote {
  font-weight: normal;
}
.big-timeline .bt-popover .bt-bgtext-wrap.bt-quote .author {
  position: relative;
  top: 10px;
}
.big-timeline .bt-bgtext-wrap {
  position: absolute;
  top: 0px;
  z-index: 1;
  padding: 10px;
  word-break: break-word;
}
@media (min-width: 480px) {
  .big-timeline .bt-bgtext-wrap {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .big-timeline .bt-bgtext-wrap {
    padding: 10px;
  }
}
@media (min-width: 992px) {
  .big-timeline .bt-bgtext-wrap {
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  .big-timeline .bt-bgtext-wrap {
    padding: 10px;
  }
}
.big-timeline .bt-text-wrap {
  padding: 25px 20px 20px;
}
.big-timeline .bt-text-wrap .s1 a {
  color: #e95d0f;
}
.big-timeline .bt-text-wrap a {
  color: #e95d0f;
}
.big-timeline .bt-text-wrap .bt-gray-full-headline {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #000000;
}
@media (min-width: 768px) {
  .big-timeline .bt-text-wrap .bt-gray-full-headline {
    font-size: 2.2vw;
  }
}
@media (min-width: 1200px) {
  .big-timeline .bt-text-wrap .bt-gray-full-headline {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .big-timeline .bt-text-paragraph {
    font-size: 3.7vw;
  }
}
@media (min-width: 768px) {
  .big-timeline .bt-text-paragraph {
    font-size: 1.5vw;
  }
}
@media (min-width: 992px) {
  .big-timeline .bt-text-paragraph {
    font-size: 1.2vw;
  }
}
@media (min-width: 1200px) {
  .big-timeline .bt-text-paragraph {
    font-size: 1vw;
  }
}
@media (min-width: 1500px) {
  .big-timeline .bt-text-paragraph {
    font-size: 14px;
  }
}
.big-timeline .link-popup {
  position: relative;
  top: 4px;
  text-decoration: underline;
  cursor: pointer;
  font-weight: normal;
  font-size: 3.7vw;
}
.big-timeline .link-popup:hover {
  text-decoration: none;
}
@media (min-width: 480px) {
  .big-timeline .link-popup {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .big-timeline .link-popup {
    font-size: 1.4vw;
  }
}
@media (min-width: 992px) {
  .big-timeline .link-popup {
    font-size: 1.1vw;
  }
}
@media (min-width: 1200px) {
  .big-timeline .link-popup {
    font-size: 0.9vw;
  }
}
@media (min-width: 1500px) {
  .big-timeline .link-popup {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .big-timeline .bt-modal.fade {
    text-align: center;
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  .big-timeline .bt-modal.fade:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }
}
.big-timeline .bt-modal.fade .modal-dialog {
  position: absolute;
  top: 10%;
}
@media (min-width: 768px) {
  .big-timeline .bt-modal.fade .modal-dialog {
    position: relative;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    top: auto;
  }
}
.big-timeline .bt-modal.fade .modal-dialog .modal-content {
  border-radius: 0px;
}
.big-timeline .bt-modal.fade .modal-dialog .modal-content .modal-header {
  padding: 0px;
  border: none;
}
.big-timeline .bt-modal.fade .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  top: -19px;
  right: 0;
  width: 20px;
  color: #ffffff;
  text-shadow: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-width: 768px) {
  .big-timeline .bt-modal.fade .modal-dialog .modal-content .modal-header .close {
    right: -20px;
  }
}
.big-timeline .bt-modal.fade .modal-dialog .modal-content .modal-body {
  padding: 30px;
}
.big-timeline .bt-modal.fade .modal-dialog .modal-content .modal-body a {
  color: #e95d0f;
}
.big-timeline.bt-2 .bt-text-wrap {
  padding: 25px 20px 20px 25px;
}
@media (min-width: 768px) {
  .big-timeline.bt-2 .bt-top-year:after {
    background: url(/typo3conf/ext/theme/Resources/Public/Images/dce/40Jahre/year-arrows/arrow-right.svg);
    top: 0px;
    right: -17px;
    bottom: 0px;
    margin: auto;
    width: 20px;
    height: 89px;
  }
}
.border-dotted-top {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  visibility: visible !important;
  transform-style: preserve-3d;
  transform: translate3d(0px, 0px, 0px);
  z-index: 0;
}
@keyframes animate-timeline-border {
  0% {
    top: 0px;
    right: 0px;
    left: 0px;
    animation-timing-function: ease-in;
  }
  50% {
    top: 80%;
    right: 0px;
    left: 0px;
    animation-timing-function: ease-in;
  }
  100% {
    top: 80%;
    left: -100%;
    animation-timing-function: ease-in;
  }
}
.animate-timeline-border {
  animation: animate-timeline-border 1.5s linear 0s 1 normal forwards;
}
@keyframes animate-timeline-2-border {
  0% {
    top: 0px;
    right: 0px;
    left: 0px;
    animation-timing-function: ease-in;
  }
  35% {
    top: 40%;
    right: 0px;
    left: 0px;
    animation-timing-function: ease-in;
  }
  70% {
    top: 40%;
    right: 0px;
    left: -80%;
    animation-timing-function: ease-in;
  }
  100% {
    top: 100%;
    left: -100%;
    animation-timing-function: ease-in;
  }
}
.animate-timeline-2-border {
  animation: animate-timeline-2-border 1.5s linear 0s 1 normal forwards;
}
@keyframes animate-timeline-3-border {
  0% {
    top: 0px;
    right: 0px;
    left: 0px;
    animation-timing-function: ease-in;
  }
  35% {
    top: 40%;
    right: 0px;
    left: 0px;
    animation-timing-function: ease-in;
  }
  70% {
    top: 40%;
    left: 100%;
    animation-timing-function: ease-in;
  }
  100% {
    top: 100%;
    left: 100%;
    animation-timing-function: ease-in;
  }
}
.animate-timeline-3-border {
  animation: animate-timeline-3-border 1.5s linear 0s 1 normal forwards;
}
@keyframes animate-timeline-4-border {
  0% {
    top: 0px;
    right: 0px;
    left: 0px;
    animation-timing-function: ease-in;
  }
  35% {
    top: 40%;
    right: 0px;
    left: 0px;
    animation-timing-function: ease-in;
  }
  70% {
    top: 40%;
    left: 50%;
    animation-timing-function: ease-in;
  }
  100% {
    top: 40%;
    left: 100%;
    animation-timing-function: ease-in;
  }
}
.animate-timeline-4-border {
  animation: animate-timeline-4-border 1.5s linear 0s 1 normal forwards;
}
.map-full-height {
  height: 400px;
}
#map-full {
  height: 400px;
}
#map-full .map-full-content {
  padding: 10px 0px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#map-full .map-full-content .map-full-address {
  display: block;
  margin-top: 10px;
}
.box-full {
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .box-full {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.box-full .box-full-top-link:hover .animatedImage {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.box-full .col-full-bg {
  background-color: #fff5cc;
  height: 100%;
  padding: 0px;
}
.box-full .col-full-bg .headline.details {
  margin-bottom: 10px;
}
.box-full .col-full-bg .headline.details span {
  font-size: 1em;
  margin: 0px;
}
@media (max-width: 992px) and (min-width: 768px) {
  .box-full .col-full-bg .details.description {
    display: none;
  }
}
.box-full .col-full-bg .details.description span {
  font-size: 16px;
}
.box-full .col-full-bg .box-full-link {
  font-size: 13px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .box-full .col-full-bg .box-full-link {
    position: absolute;
    bottom: 20px;
    margin-top: 0px;
  }
}
.box-full .col-full-bg .box-full-link span {
  text-decoration: underline;
}
.box-full .col-full-bg .box-full-link span:hover {
  text-decoration: none;
}
.box-full .col-full-bg .col-full-row {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 768px) {
  .box-full .col-full-bg .col-full-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.box-full .box-full-image-wrap {
  background-color: #fff5cc;
  overflow: hidden;
}
.box-full.img-right .box-full-text-wrap {
  padding: 20px;
  float: none;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .box-full.img-right .box-full-text-wrap {
    float: left;
    width: 50%;
    padding: 20px 20px 20px 0px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .box-full.img-right .box-full-text-wrap {
    padding: 20px 15px 20px 0px;
  }
}
.box-full.img-right .box-full-image-wrap {
  float: none;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .box-full.img-right .box-full-image-wrap {
    float: right;
    width: 50%;
  }
}
.box-full.img-right .box-full-image-wrap img {
  float: none;
}
@media (min-width: 768px) {
  .box-full.img-right .box-full-image-wrap img {
    float: left;
  }
}
.box-full.img-left .box-full-text-wrap {
  float: none;
  width: 100%;
  height: auto;
  padding: 20px;
}
@media (min-width: 768px) {
  .box-full.img-left .box-full-text-wrap {
    float: right;
    width: 50%;
    padding: 20px 0px 20px 20px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .box-full.img-left .box-full-text-wrap {
    padding: 20px 0px 20px 15px;
  }
}
.box-full.img-left .box-full-image-wrap {
  float: none;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .box-full.img-left .box-full-image-wrap {
    float: left;
    width: 50%;
  }
}
.box-full.img-left .box-full-image-wrap img {
  float: none;
}
@media (min-width: 768px) {
  .box-full.img-left .box-full-image-wrap img {
    float: right;
  }
}
.box-quote-img {
  background-color: #fff5cc;
}
@media (max-width: 768px) {
  .box-quote-img {
    background-color: transparent;
  }
}
.box-quote-img .description.quote-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.55;
  font-size: inherit;
}
@media (max-width: 768px) {
  .box-quote-img .description.quote-text {
    font-size: 13px;
    padding: 10px 0px 0px;
  }
}
.box-quote-img .description.quote-text p:before {
  content: "\f10e";
  font-family: FontAwesome;
  padding-right: 10px;
}
.box-quote-img .description.quote-text p:after {
  content: "\f10d";
  font-family: FontAwesome;
  padding-left: 10px;
}
.box-quote-img .quote-name {
  font-size: 13px;
}
.media-view .media-video {
  overflow: visible;
}
.media-icons {
  position: absolute;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 39px;
  z-index: 2;
  right: 15px;
  background-color: #3a585e;
  color: #ffffff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.media-icons a {
  color: #ffffff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
@media (max-width: 992px) {
  .media-icons {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 39px;
  }
}
@media (max-width: 480px) {
  .media-icons {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 30px;
  }
}
.media-icons:hover,
.media-icons:hover > a.media-link {
  background-color: #ffffff;
  color: #3a585e;
}
.media-hover {
  background-color: #ffffff;
  color: #3a585e;
}
/* Preview page */
@media (max-width: 480px) {
  .subcategory {
    width: 100%;
    float: none;
  }
}
.subcategory a.media-box-link {
  text-decoration: none;
}
.subcategory a.media-box-link:hover > .media-box .embed-media .media-icon {
  background-color: #ffffff;
  color: #3a585e;
}
.subcategory a.media-box-link:hover > .media-box .media-box-headline {
  color: #ffffff;
  text-decoration: none;
}
.subcategory a.media-box-link:hover > .media-box .embed-media .img-media {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.subcategory a.media-box-link:hover > .media-box .embed-media .media-overlay {
  opacity: 0.4;
}
.subcategory a.media-box-link .media-box {
  margin-right: 0px;
  margin-left: 0px;
  position: relative;
}
@media (max-width: 480px) {
  .subcategory a.media-box-link .media-box {
    margin-bottom: 20px;
  }
}
.subcategory a.media-box-link .media-box .media-video iframe {
  display: none;
}
.subcategory a.media-box-link .media-box .media-video img {
  margin-top: -43px;
}
.subcategory a.media-box-link .media-box .embed-media {
  background-color: #eae9e7;
}
.subcategory a.media-box-link .media-box .embed-media .media-fallback {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  text-align: center;
  padding: 40px;
}
.subcategory a.media-box-link .media-box .embed-media .media-icon {
  position: absolute;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 39px;
  z-index: 2;
  right: 15px;
  background-color: #3a585e;
  color: #ffffff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.subcategory a.media-box-link .media-box .embed-media .media-icon a {
  color: #ffffff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
@media (max-width: 992px) {
  .subcategory a.media-box-link .media-box .embed-media .media-icon {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 39px;
  }
}
@media (max-width: 480px) {
  .subcategory a.media-box-link .media-box .embed-media .media-icon {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 30px;
  }
}
.subcategory a.media-box-link .media-box .embed-media .media-icon:hover,
.subcategory a.media-box-link .media-box .embed-media .media-icon:hover > a.media-link {
  background-color: #ffffff;
  color: #3a585e;
}
@media (max-width: 768px) {
  .subcategory a.media-box-link .media-box .embed-media .media-icon {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .subcategory a.media-box-link .media-box .embed-media .media-icon {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 30px;
  }
}
.subcategory a.media-box-link .media-box .embed-media .img-media {
  width: 100%;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
.subcategory a.media-box-link .media-box .embed-media .media-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
  z-index: 1;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 1, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 1, 0, 0) 100%);
  background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 1, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 1, 0, 0) 100%);
}
.subcategory a.media-box-link .media-box .media-box-headline {
  position: absolute;
  margin-top: -59px;
  left: 12px;
  margin-right: 28px;
  max-height: 50px;
  overflow: hidden;
  color: #ffffff;
  z-index: 2;
  text-decoration: underline;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.subcategory a.media-box-link .media-box .media-box-headline .headline {
  margin: 0px;
}
@media (max-width: 992px) {
  .subcategory a.media-box-link .media-box .media-box-headline {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .subcategory a.media-box-link .media-box .media-box-headline {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .subcategory a.media-box-link .media-box .media-box-headline {
    font-size: 18px;
  }
}
.subcategory a.media-box-link .media-box .media-box-description {
  position: relative;
  bottom: 0px;
  padding-top: 5px;
  padding-left: 12px;
  text-decoration: none;
  font-size: 15px;
}
.media-preview-details .media-short-text {
  margin-bottom: 20px;
}
.media-preview-details .userinfo li {
  margin-right: 10px;
}
.media-preview-details .date {
  color: #3a585e;
}
.media-preview-details .embed-pdf {
  position: relative;
  border: 1px solid #eeeeee;
}
.media-preview-details .media-view .media-image,
.media-preview-details .media-view .media-pdf,
.media-preview-details .media-view .media-audio {
  position: relative;
}
.media-preview-details .media-view .media-audio {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.media-preview-details .media-view .media-pdf {
  border: 1px solid #eeeeee;
}
.media-preview-details .media-view .media-link.btn-like .media-icon {
  right: 105px;
}
@media (max-width: 480px) {
  .media-preview-details .media-view .media-link.btn-like .media-icon {
    right: 80px;
  }
}
.media-preview-details .media-view .media-link.btn-like .media-icon .media-icon-counter {
  font-size: 13px;
  position: absolute;
  display: inline;
  right: 0px;
  left: 0px;
  bottom: -1px;
}
@media (max-width: 480px) {
  .media-preview-details .media-view .media-link.btn-like .media-icon .media-icon-counter {
    font-size: 10px;
  }
}
.media-preview-details .media-view .media-link {
  cursor: pointer;
}
.media-preview-details .media-view .media-link .media-icon {
  width: 75px;
  height: 75px;
  text-align: center;
  padding-top: 8px;
  position: absolute;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 39px;
  z-index: 2;
  right: 15px;
  background-color: #3a585e;
  color: #ffffff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.media-preview-details .media-view .media-link .media-icon a {
  color: #ffffff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
@media (max-width: 992px) {
  .media-preview-details .media-view .media-link .media-icon {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 39px;
  }
}
@media (max-width: 480px) {
  .media-preview-details .media-view .media-link .media-icon {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 30px;
  }
}
.media-preview-details .media-view .media-link .media-icon:hover,
.media-preview-details .media-view .media-link .media-icon:hover > a.media-link {
  background-color: #ffffff;
  color: #3a585e;
}
@media (max-width: 480px) {
  .media-preview-details .media-view .media-link .media-icon {
    width: 50px;
    height: 50px;
    padding-top: 2px;
    padding-left: 6px;
    padding-right: 8px;
    font-size: 30px;
  }
}
.media-preview-details .media-view .jssocials {
  display: none;
  position: absolute;
  width: 75px;
  height: auto;
  top: 75px;
  right: 15px;
  text-align: center;
  padding: 0px;
  z-index: 1;
  background-color: #3a585e;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
@media (max-width: 480px) {
  .media-preview-details .media-view .jssocials {
    width: 50px;
    top: 50px;
  }
}
.media-preview-details .media-view .jssocials .jssocials-share-count {
  display: none;
}
.media-preview-details .media-view .jssocials .jssocials-shares .jssocials-share a {
  display: block;
  color: #ffffff;
  font-size: 30px;
  padding: 14px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.media-preview-details .media-view .jssocials .jssocials-shares .jssocials-share a:hover {
  color: #3a585e;
  background-color: #ffffff;
}
@media (max-width: 480px) {
  .media-preview-details .media-view .jssocials .jssocials-shares .jssocials-share a {
    padding: 2px;
  }
}
.media-preview-details .media-view .jssocials .jssocials-shares .jssocials-share span.jssocials-share-label {
  display: none;
}
.media-preview-details .media-view .jssocials .jssocials-shares .jssocials-share .jssocials-share-count-box {
  display: none;
}
.media-preview-details .user-box {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .media-preview-details .user-box {
    margin-top: auto;
  }
}
.media-preview-details .btn-media-upload {
  position: absolute;
  margin-top: -21px;
}
.media-preview-details .btn-media-upload a {
  text-decoration: none;
}
.media-preview-details .btn-media-upload a span {
  text-decoration: underline;
}
.media-preview-details .btn-media-upload a:hover > span {
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 992px) {
  .media-preview-details .btn-media-upload {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .media-preview-details .btn-media-upload {
    position: relative;
    margin-top: auto;
  }
}
.col-sm-offset-h {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .col-sm-offset-h {
    right: -1px;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .col-sm-offset-h {
    top: -5px;
  }
}
@media (max-width: 992px) and (min-width: 992px) {
  .col-sm-offset-h {
    top: -5px;
  }
}
@media (max-width: 1200px) and (min-width: 1200px) {
  .col-sm-offset-h {
    top: -5px;
  }
}
.st-tiles-40-bg {
  position: relative;
}
@media (min-width: 768px) {
  .st-tiles-40-bg {
    background-image: url("/typo3conf/ext/theme/Resources/Public/Images/dce/40Jahre/h-background.svg");
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-left: -15px;
    margin-right: -15px;
    padding: 50px 0 0;
    margin-top: -22px;
    overflow-x: hidden;
  }
}
@media (min-width: 768px) {
  .st-tiles-40-bg > .inner-element-to-fullwidth {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.st-tiles-40-bg .h-video-popup {
  display: none;
}
@media (min-width: 768px) {
  .st-tiles-40-bg .h-video-popup {
    display: inline;
  }
}
.st-tiles-40-bg .h-video-popup .h-video-left {
  cursor: pointer;
  position: absolute;
}
.st-tiles-40-bg .h-video-popup .h-video-left .h-video-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  text-align: center;
  margin: auto;
  padding: 15px 0px;
}
.st-tiles-40-bg .h-video-popup .h-video-left .h-video-icon span {
  display: block;
}
.st-tiles-40-bg .h-video-popup .h-video-left .h-video-icon span.play-icon {
  margin: 0 auto;
  text-align: center;
  width: 40px;
  height: 40px;
  border: 4px solid;
  border-radius: 99px;
  vertical-align: middle;
  color: #e95d0f;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.st-tiles-40-bg .h-video-popup .h-video-left .h-video-icon span.play-icon i {
  padding-top: 7px;
  padding-left: 4px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.st-tiles-40-bg .h-video-popup .h-video-left .h-video-icon span.text-icon {
  display: table;
  font-size: 1.4vw;
  padding: 0px 15px;
  text-align: center;
  margin: 10px auto 0px;
  color: #ffffff;
  text-shadow: 0px 2px 2px rgba(29, 21, 21, 0.76);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
@media (min-width: 1200px) {
  .st-tiles-40-bg .h-video-popup .h-video-left .h-video-icon span.text-icon {
    font-size: 16px;
  }
}
.st-tiles-40-bg .h-video-popup .h-video-left .h-video-thumbnail {
  background-repeat: no-repeat;
  background-position: top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.st-tiles-40-bg .popup-top-right,
.st-tiles-40-bg .popup-bottom-right {
  position: absolute;
  margin-left: 34px;
}
.st-tiles-40-bg .popup-top-right .h-video-top-right,
.st-tiles-40-bg .popup-bottom-right .h-video-top-right {
  position: relative;
  top: 50%;
}
.st-tiles-40-bg .popup-top-right .h-video-top-right,
.st-tiles-40-bg .popup-bottom-right .h-video-top-right,
.st-tiles-40-bg .popup-top-right .h-video-bottom-right,
.st-tiles-40-bg .popup-bottom-right .h-video-bottom-right {
  height: 50%;
  cursor: pointer;
}
.st-tiles-40-bg .popup-top-right .h-video-top-right .h-video-icon,
.st-tiles-40-bg .popup-bottom-right .h-video-top-right .h-video-icon,
.st-tiles-40-bg .popup-top-right .h-video-bottom-right .h-video-icon,
.st-tiles-40-bg .popup-bottom-right .h-video-bottom-right .h-video-icon {
  position: relative;
  width: 50%;
  height: 50%;
  float: left;
  display: inline-block;
  padding: 0px;
  color: #e95d0f;
  cursor: pointer;
}
.st-tiles-40-bg .popup-top-right .h-video-top-right .h-video-icon span,
.st-tiles-40-bg .popup-bottom-right .h-video-top-right .h-video-icon span,
.st-tiles-40-bg .popup-top-right .h-video-bottom-right .h-video-icon span,
.st-tiles-40-bg .popup-bottom-right .h-video-bottom-right .h-video-icon span {
  display: block;
}
.st-tiles-40-bg .popup-top-right .h-video-top-right .h-video-icon span.play-icon,
.st-tiles-40-bg .popup-bottom-right .h-video-top-right .h-video-icon span.play-icon,
.st-tiles-40-bg .popup-top-right .h-video-bottom-right .h-video-icon span.play-icon,
.st-tiles-40-bg .popup-bottom-right .h-video-bottom-right .h-video-icon span.play-icon {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 0px;
  right: 0px;
  text-align: center;
  width: 40px;
  height: 40px;
  border: 4px solid;
  border-radius: 99px;
  vertical-align: middle;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.st-tiles-40-bg .popup-top-right .h-video-top-right .h-video-icon span.play-icon i,
.st-tiles-40-bg .popup-bottom-right .h-video-top-right .h-video-icon span.play-icon i,
.st-tiles-40-bg .popup-top-right .h-video-bottom-right .h-video-icon span.play-icon i,
.st-tiles-40-bg .popup-bottom-right .h-video-bottom-right .h-video-icon span.play-icon i {
  padding-top: 7px;
  padding-left: 4px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.st-tiles-40-bg .popup-top-right .h-video-top-right .h-video-icon span.text-icon,
.st-tiles-40-bg .popup-bottom-right .h-video-top-right .h-video-icon span.text-icon,
.st-tiles-40-bg .popup-top-right .h-video-bottom-right .h-video-icon span.text-icon,
.st-tiles-40-bg .popup-bottom-right .h-video-bottom-right .h-video-icon span.text-icon {
  display: table;
  font-size: 13px;
  text-align: center;
  margin: 0 auto;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.st-tiles-40-bg .popup-top-right .h-video-top-right .h-video-thumbnail,
.st-tiles-40-bg .popup-bottom-right .h-video-top-right .h-video-thumbnail,
.st-tiles-40-bg .popup-top-right .h-video-bottom-right .h-video-thumbnail,
.st-tiles-40-bg .popup-bottom-right .h-video-bottom-right .h-video-thumbnail {
  background-repeat: no-repeat;
  background-position: top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0px;
  width: 50%;
  height: 50%;
  float: left;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  cursor: pointer;
}
@media (min-width: 768px) {
  .st-tiles-40-bg .h-modal.fade {
    text-align: center;
    padding: 0px !important;
  }
}
@media (min-width: 768px) {
  .st-tiles-40-bg .h-modal.fade:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }
}
.st-tiles-40-bg .h-modal.fade .modal-dialog {
  position: absolute;
  top: 10%;
}
@media (min-width: 768px) {
  .st-tiles-40-bg .h-modal.fade .modal-dialog {
    position: relative;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    top: auto;
  }
}
.st-tiles-40-bg .h-modal.fade .modal-dialog .modal-content {
  border-radius: 0px;
}
.st-tiles-40-bg .h-modal.fade .modal-dialog .modal-content .modal-header {
  padding: 0px;
  border: none;
}
.st-tiles-40-bg .h-modal.fade .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  top: -19px;
  right: 0;
  width: 20px;
  color: #ffffff;
  text-shadow: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-width: 768px) {
  .st-tiles-40-bg .h-modal.fade .modal-dialog .modal-content .modal-header .close {
    right: -20px;
  }
}
.st-tiles-40-bg .h-modal.fade .modal-dialog .modal-content .modal-body {
  padding: 0px;
}
.st-tiles-40-bg .h-modal.fade .modal-dialog .modal-content .modal-body a {
  color: #e95d0f;
}
.st-tiles-40-bg .st-tiles-40 .st-tile {
  padding: 0px;
  background-color: transparent;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border: none;
}
.st-tiles-40-bg .st-tiles-40 .st-tile.tile-empty {
  background-color: transparent;
  border: none;
}
.st-tiles-40-bg .st-tiles-40 .st-tile:hover .st-tile-content {
  color: #ffffff;
}
.st-tiles-40-bg .st-tiles-40 .st-tile .st-tile-img-wrap .ie9 img[src$=".svg"] {
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .st-tiles-40-bg .st-tiles-40 .st-tile .st-tile-img-wrap img[src$=".svg"] {
    width: 100%;
  }
}
.st-tiles-40-bg .st-tiles-40 .st-tile .st-tile-content {
  color: #e95d0f;
  text-align: center;
  max-width: 100%;
  max-height: 80px;
  margin: auto;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  font-size: 3vw;
  font-weight: bold;
  padding: 10px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .st-tiles-40-bg .st-tiles-40 .st-tile .st-tile-content {
    max-width: 100%;
  }
}
@media (min-width: 480px) {
  .st-tiles-40-bg .st-tiles-40 .st-tile .st-tile-content {
    font-size: 18px;
    max-height: 124px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .st-tiles-40-bg .st-tiles-40 .st-tile .st-tile-content {
    font-size: 1.7vw;
  }
}
@media (min-width: 480px) {
  .st-tiles-40-bg .st-tiles-40 .st-tile .st-tile-content span {
    font-size: 30px;
  }
}
.st-tiles-40-bg .st-tiles-40 .st-tile .st-tile-content span .fa-40:after {
  content: '40';
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.st-tiles-40-bg .st-tiles-40 .st-tile .flip-backface {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: 1s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
.st-tiles-40-bg .st-tiles-40 .st-tile .back {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.st-tiles-40-bg .st-tiles-40 .st-tile .back .st-tile-content {
  color: #ffffff;
  text-shadow: 0px 2px 2px rgba(29, 21, 21, 0.76);
}
.st-tiles-40-bg .st-tiles-40 .st-tile .face,
.st-tiles-40-bg .st-tiles-40 .st-tile:hover .back {
  transform: rotateY(0deg);
}
.st-tiles-40-bg .st-tiles-40 .st-tile:hover .face,
.st-tiles-40-bg .st-tiles-40 .st-tile .back {
  transform: rotateY(180deg);
}
.st-tiles-40-bg .st-tiles-40 .st-tile.tile-top-left:before {
  content: '';
  border-left: 3px solid #000000;
  border-bottom: none;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -3px;
  left: 0px;
  z-index: 4;
}
.st-tiles-40-bg .st-tiles-40 .st-tile.tile-top-left:after {
  z-index: 2;
  content: '';
  border: 3px solid;
  border-bottom: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.st-tiles-40-bg .st-tiles-40 .st-tile.tile-top-right:before {
  z-index: 4;
  content: '';
  border-right: 3px solid #000000;
  border-bottom: none;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -3px;
  left: 0px;
}
.st-tiles-40-bg .st-tiles-40 .st-tile.tile-top-right:after {
  z-index: 2;
  content: '';
  border: 3px solid;
  border-bottom: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.st-tiles-40-bg .st-tiles-40 .st-tile.tile-center-left:before {
  z-index: 1;
  content: '';
  border: 3px solid;
  border-color: #fff;
  border-right-color: #fff;
  border-top: none;
  border-left-color: #000000;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -3px;
  left: 0px;
}
.st-tiles-40-bg .st-tiles-40 .st-tile.tile-center-left:after {
  z-index: 1;
  content: '';
  border: 3px solid;
  border-color: #fff;
  border-left-color: #000000;
  border-bottom: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -3px;
  bottom: -3px;
  left: 0px;
}
.st-tiles-40-bg .st-tiles-40 .st-tile.tile-center-center:before {
  z-index: 2;
  content: '';
  border: 3px solid;
  border-left: none;
  border-right: none;
  border-bottom: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -3px;
  left: 0px;
}
.st-tiles-40-bg .st-tiles-40 .st-tile.tile-center-center .flip-backface {
  border-bottom: none;
}
.st-tiles-40-bg .st-tiles-40 .st-tile.tile-center-right:before {
  z-index: 1;
  content: '';
  border: 3px solid;
  border-color: #fff;
  border-right-color: #000000;
  border-top: none;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -3px;
  left: 0px;
}
.st-tiles-40-bg .st-tiles-40 .st-tile.tile-center-right:after {
  z-index: 1;
  content: '';
  border: 3px solid;
  border-color: #fff;
  border-right-color: #000000;
  border-bottom: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -3px;
  left: 0px;
}
.st-tiles-40-bg .st-tiles-40 .st-tile.tile.bottom-left:before {
  border-top: none;
  z-index: 4;
  content: '';
  border-left: 3px solid;
  border-right: none;
  border-bottom: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -3px;
  left: 0px;
}
.st-tiles-40-bg .st-tiles-40 .st-tile.tile.bottom-left:after {
  z-index: 2;
  content: '';
  border: 3px solid;
  border-top: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.st-tiles-40-bg .st-tiles-40 .st-tile.tile-empty.bottom-empty:after {
  z-index: 2;
  content: '';
  border: 3px solid;
  border-left: none;
  border-right: none;
  border-bottom: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.st-tiles-40-bg .st-tiles-40 .st-tile.tile-empty.bottom-empty .h-arrow-down {
  width: 32px;
  height: 50px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  text-align: center;
  font-size: 50px;
  color: #e95d0f;
  cursor: pointer;
  z-index: 3;
}
@-moz-keyframes bounce-arrow-down {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce-arrow-down {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce-arrow-down {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.st-tiles-40-bg .st-tiles-40 .st-tile.tile-empty.bottom-empty .bounce-arrow-down {
  -moz-animation: bounce-arrow-down 2s infinite;
  -webkit-animation: bounce-arrow-down 2s infinite;
  animation: bounce-arrow-down 2s infinite;
}
.st-tiles-40-bg .st-tiles-40 .st-tile.tile.bottom-right:before {
  z-index: 4;
  content: '';
  border-right: 3px solid #000000;
  border-bottom: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -3px;
  left: 0px;
}
.st-tiles-40-bg .st-tiles-40 .st-tile.tile.bottom-right:after {
  z-index: 2;
  content: '';
  border: 3px solid;
  border-top: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
/* Safari H border hack*/
.safari-page .st-tiles-40 > .row {
  overflow: hidden;
}
.safari-page .st-tiles-40 > .row:nth-child(2) {
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}
.safari-page .st-tiles-40 > .row .st-tile.tile-empty.top-empty:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 0px;
  border-bottom: 3px solid #000000;
}
.safari-page .st-tiles-40 > .row .st-tile.tile-center-center:before {
  border: 3px solid transparent;
}
.safari-page .st-tiles-40:before {
  content: '';
  width: 3px;
  height: 95%;
  position: absolute;
  z-index: 100;
  top: 0px;
  left: 0px;
  background-color: #000000;
}
.safari-page .st-tiles-40:after {
  content: '';
  width: 3px;
  height: 95%;
  position: absolute;
  z-index: 100;
  top: 0px;
  right: 0px;
  background-color: #000000;
}
.anchor-wrapper {
  display: none;
  width: 76px;
  height: auto;
  position: fixed;
  top: 150px;
  left: 0px;
  padding: 10px;
  background-color: #ffffff;
  z-index: 100;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
@media (min-width: 768px) {
  .anchor-wrapper {
    display: block;
  }
}
.anchor-wrapper.anchor-list-open {
  right: 0px;
}
.anchor-wrapper.anchor-list-open .arrow-toogle i {
  ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.anchor-wrapper .wrap-anchor-top,
.anchor-wrapper .wrap-anchor-bottom {
  width: 56px;
  height: 56px;
  background-color: #e95d0f;
}
.anchor-wrapper .wrap-anchor-top {
  position: relative;
}
.anchor-wrapper .wrap-anchor-top img {
  padding: 12px;
}
.anchor-wrapper .wrap-anchor-top .arrow-toogle,
.anchor-wrapper .wrap-anchor-top .anchor-list-open,
.anchor-wrapper .wrap-anchor-top .anchor-list-close {
  width: 27px;
  position: absolute;
  left: -37px;
  bottom: -30px;
  text-align: center;
  font-size: 41px;
  color: #e95d0f;
  background: #ffffff;
  cursor: pointer;
}
@media (min-width: 992px) {
  .anchor-wrapper .wrap-anchor-top .arrow-toogle,
  .anchor-wrapper .wrap-anchor-top .anchor-list-open,
  .anchor-wrapper .wrap-anchor-top .anchor-list-close {
    display: none;
  }
}
.anchor-wrapper .wrap-anchor-top .arrow-toogle i,
.anchor-wrapper .wrap-anchor-top .anchor-list-open i,
.anchor-wrapper .wrap-anchor-top .anchor-list-close i {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.anchor-wrapper .wrap-anchor-bottom {
  position: relative;
  cursor: pointer;
  margin-top: 2px;
}
.anchor-wrapper .wrap-anchor-bottom img {
  max-height: 60px;
  padding: 10px 11px;
}
.anchor-wrapper .wrap-anchor-bottom:after {
  bottom: 0px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.anchor-wrapper .wrap-anchor-bottom.list-anchor-open {
  /*&:after {
                content: url(/typo3conf/ext/theme/Resources/Public/Images/dce/40Jahre/anchor-icons/arrow-down-anchor.svg);
                position: absolute;
                z-index: 10;
                bottom: -( @grid-gutter-width / 2 + 1);
                left: @zero;
                right: @zero;
                height: (@grid-gutter-width - 3);
                text-align: center;
                .transition (all, @transition-duration-fast, ease-in);
            }*/
}
.anchor-wrapper .list-anchor {
  list-style: none;
}
.anchor-wrapper .list-anchor li {
  position: relative;
  list-style: none;
  width: 56px;
  height: auto;
  margin-top: 2px;
  margin-bottom: 0px;
  padding: 0px;
  text-indent: 0px;
  background-color: #ffcc00;
}
.anchor-wrapper .list-anchor li:before {
  content: none;
  padding-right: 0px;
  color: transparent;
}
.anchor-wrapper .list-anchor li a {
  width: 60px;
  height: 30px;
  display: block;
}
.anchor-wrapper .list-anchor li a span {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  text-align: center;
  margin: auto;
  width: 47px;
  height: 25px;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
@keyframes flip-face {
  0% {
    transform: rotateY(180deg);
    animation-timing-function: ease-in;
  }
  50% {
    transform: rotateY(90deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
.flip-face {
  animation: flip-face 1s linear 2s 1 normal forwards;
}
@keyframes flip-back {
  0% {
    transform: rotateY(0deg);
    animation-timing-function: ease-in;
  }
  50% {
    transform: rotateY(90deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}
.flip-back {
  animation: flip-back 1s linear 2s 1 normal forwards;
}
.video-2-col > div:first-child {
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  .video-2-col > div:first-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  .video-2-col > div {
    float: none;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .video-2-col > div:last-child {
    float: none;
    width: 100%;
  }
}
.video-2-col .video-2-col-headline {
  padding: 15px 12px 0px;
  font-weight: bold;
  text-decoration: none;
}
.video-2-col .video-2-col-text {
  padding: 5px 12px 0px;
  font-size: 15px;
}
body.mfp-zoom-out-cur .header-fixed {
  z-index: 1000;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.image-source-link {
  color: #DDD;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
  padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
  padding: 0;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: pointer;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #ffffff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  background-image: url("/typo3conf/ext/theme/Resources/Public/Images/dce/40Jahre/ikiu-icon-close.png");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  color: transparent;
  border: 0;
  font-size: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button.mfp-close:hover,
button.mfp-close:focus {
  background-color: transparent;
  border: none;
  color: transparent;
  font-size: 0;
  outline-style: none !important;
  outline-width: 0 !important;
}
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  color: transparent;
  border: 0;
  font-size: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button.mfp-arrow:hover,
button.mfp-arrow:focus {
  background-color: transparent;
  border: none;
  color: transparent;
  font-size: 0;
  outline-style: none !important;
  outline-width: 0 !important;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 25px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 10px;
  top: 10px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #ffffff;
  font-style: normal;
  font-size: 55px;
  font-family: sans-serif;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: -15px;
  right: 5px;
  bottom: auto;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4), 0px -15px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: auto;
  left: auto;
  top: 0;
  margin-top: -16px;
  border: medium inset transparent;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  content: "\f104";
  font-family: 'FontAwesome';
  font-size: 85px;
  display: inline-block;
  color: #e95d0f;
  font-weight: normal;
  left: 10px;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 85px;
  display: inline-block;
  color: #e95d0f;
  font-weight: normal;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
  visibility: visible;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: none;
  background: transparent;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  width: 100%;
  position: absolute;
  left: 0;
  cursor: auto;
  /*background: rgba(255, 255, 255, 0.63);*/
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #000000;
  word-wrap: break-word;
  padding: 10px;
  text-shadow: none;
  background-color: #ffffff;
  padding-right: 60px;
}
.mfp-title:empty {
  margin-top: 5px;
  background-color: transparent;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.lightbox-gallery .loader {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #ffffff;
  color: #e95d0f;
  margin: 0px;
}
.lightbox-gallery .flex-viewport {
  max-height: 2222.97px;
}
.lightbox-gallery .flex-direction-nav a.flex-prev:before,
.lightbox-gallery .flex-direction-nav a.flex-next:before {
  margin-top: -18px;
}
.lightbox-gallery .item.remove {
  display: none;
}
.lightbox-gallery .items .items-4 {
  padding: 0px;
}
.lightbox-gallery .items .item {
  padding: 0px;
}
.lightbox-gallery .items .item:hover .item-overlay {
  opacity: 1;
}
.lightbox-gallery .items .item .item-img-wrapper {
  position: relative;
  overflow: hidden;
}
.lightbox-gallery .items .item .item-img-wrapper img {
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
.lightbox-gallery .items .item .item-overlay {
  bottom: 0px;
  left: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  border: 5px solid #ffffff;
  z-index: 10;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
.lightbox-gallery .items .item .item-overlay:hover > span.fa-search-plus {
  opacity: 1;
}
.lightbox-gallery .items .item .item-overlay span {
  color: #e95d0f;
  font-size: 5vw;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0px);
  -moz-transform: translate3d(-50%, -50%, 0px);
  -ms-transform: translate3d(-50%, -50%, 0px);
  -o-transform: translate3d(-50%, -50%, 0px);
  transform: translate3d(-50%, -50%, 0px);
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
@media (min-width: 768px) {
  .lightbox-gallery .items .item .item-overlay span {
    font-size: 2vw;
  }
}
.lightbox-gallery .items .item .item-overlay img {
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
.lightbox-gallery .items .item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
.mfp-zoom-out-cur .lightbox-gallery .flex-direction-nav .flex-next,
.mfp-zoom-out-cur .lightbox-gallery .flex-direction-nav .flex-prev {
  opacity: 0;
}
.form-meeting {
  margin-bottom: 0px;
}
.form-meeting .col-form-meeting {
  margin: 15px auto 15px auto;
}
@media (max-width: 768px) {
  .form-meeting .col-form-meeting {
    width: 100%;
    margin: 15px auto;
  }
}
@media (max-width: 480px) {
  .form-meeting .col-form-meeting {
    margin: 15px 0;
  }
}
.form-meeting .col-form-meeting input:not([type="button"]),
.form-meeting .col-form-meeting input:not([type="submit"]),
.form-meeting .col-form-meeting input:not(.btn),
.form-meeting .col-form-meeting textarea {
  width: auto;
  min-width: 100%;
}
.form-meeting .col-form-meeting input:not([type="button"]).btn,
.form-meeting .col-form-meeting input:not([type="submit"]).btn,
.form-meeting .col-form-meeting input:not(.btn).btn,
.form-meeting .col-form-meeting textarea.btn {
  min-width: auto;
  min-width: initial;
  max-width: 375px;
  border: 2px solid #e95d0f;
}
.form-meeting .col-form-meeting input[type="button"],
.form-meeting .col-form-meeting input[type="submit"],
.form-meeting .col-form-meeting input.btn {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
}
.form-meeting .col-form-meeting input[type="text"]:disabled {
  cursor: not-allowed;
  background: #ffffff;
}
.form-meeting .col-form-meeting textarea.counter {
  display: block;
}
.form-meeting ul#meetings-exitscontact-data {
  margin: 30px 0px;
}
.form-meeting .mass {
  display: none;
}
.form-meeting .form-headline {
  margin-top: 20px;
}
.form-meeting #media-upload span.qq-size {
  margin-left: 10px;
}
.form-meeting .meeting-icons {
  display: none;
}
.form-meeting .SumoSelect > .CaptionCont {
  border-color: #e1e1e1;
  padding-left: 10px;
}
.form-meeting .SumoSelect > .CaptionCont:focus {
  border-color: #000000;
}
.form-meeting .SumoSelect.open > .CaptionCont {
  border-color: #000000;
}
.form-meeting .SumoSelect.open > .CaptionCont:focus {
  border-color: #000000;
}
.form-meeting .SumoSelect input.search-txt {
  min-height: unset;
}
.btn-back {
  padding: 4px 15px 3px;
  border: 1px solid #e1e1e1;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.btn-back:hover {
  color: #e95d0f;
  background-color: #ffffff;
  border: 1px solid #e95d0f;
  outline: none;
}
.remaining-characters {
  position: absolute;
  bottom: -18px;
  left: 0px;
  font-size: 12px;
  padding: 0px 5px;
  background-color: #ffeb99;
}
#form-filter .SumoSelect .date-dropdown-menu {
  position: absolute;
  width: 100%;
  display: none;
  left: 0px;
  right: 0px;
  padding: 10px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 5px -1px rgba(136, 84, 5, 0.35);
  -moz-box-shadow: 0px 0px 5px -1px rgba(136, 84, 5, 0.35);
  -o-box-shadow: 0px 0px 5px -1px rgba(136, 84, 5, 0.35);
  box-shadow: 0px 0px 5px -1px rgba(136, 84, 5, 0.35);
  z-index: 1000;
  cursor: default;
}
#form-filter .SumoSelect .date-dropdown-menu .datetimepicker-wrapper {
  margin: 15px 0px;
}
#form-filter .SumoSelect .date-dropdown-menu .datetimepicker-wrapper .input-wrap .filter-datetimepicker.form-control.meetingenddate[disabled] {
  border: 1px solid #e1e1e1;
}
#form-filter .SumoSelect .date-dropdown-menu .datetimepicker-wrapper .input-wrap .filter-datetimepicker.form-control.meetingenddate[disabled]::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
#form-filter .SumoSelect .date-dropdown-menu .datetimepicker-wrapper .input-wrap .filter-datetimepicker.form-control.meetingenddate[disabled]:-moz-placeholder {
  color: #000000;
  opacity: 1;
}
#form-filter .SumoSelect .date-dropdown-menu .datetimepicker-wrapper .input-wrap .filter-datetimepicker.form-control.meetingenddate[disabled]:-ms-input-placeholder {
  color: #000000;
}
#form-filter .SumoSelect .date-dropdown-menu .datetimepicker-wrapper .input-wrap .filter-datetimepicker.form-control.meetingenddate[disabled]::-webkit-input-placeholder {
  color: #000000;
}
#form-filter .SumoSelect .date-dropdown-menu .datetimepicker-wrapper .input-wrap .filter-datetimepicker.form-control::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
#form-filter .SumoSelect .date-dropdown-menu .datetimepicker-wrapper .input-wrap .filter-datetimepicker.form-control:-moz-placeholder {
  color: #000000;
  opacity: 1;
}
#form-filter .SumoSelect .date-dropdown-menu .datetimepicker-wrapper .input-wrap .filter-datetimepicker.form-control:-ms-input-placeholder {
  color: #000000;
}
#form-filter .SumoSelect .date-dropdown-menu .datetimepicker-wrapper .input-wrap .filter-datetimepicker.form-control::-webkit-input-placeholder {
  color: #000000;
}
#form-filter .SumoSelect .date-dropdown-menu .datetimepicker-wrapper .input-wrap i.fa-calendar {
  position: absolute;
  padding: 11px;
  pointer-events: none;
  bottom: 0px;
  right: 15px;
  color: inherit;
}
#form-filter .SumoSelect .date-dropdown-menu .datetimepicker-wrapper .label-wrap {
  height: 40px;
}
#form-filter .SumoSelect .date-dropdown-menu .datetimepicker-wrapper .label-wrap .label {
  color: #000000;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  top: 0px;
  bottom: 0px;
  height: 18px;
  padding: 0px;
  margin: auto;
}
#form-filter .SumoSelect.open .date-dropdown-menu {
  display: block;
}
@media (max-width: 991px) {
  #form-filter .col-sumoselect {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  #form-filter .col-sumoselect:last-child {
    margin-bottom: 0px;
  }
}
#form-filter .btn-group-list .btn-list {
  margin-right: 15px;
}
#form-filter .btn-group-list .btn-list.active .btn-list-name {
  text-decoration: underline;
}
@media (min-width: 767px) {
  .list-articles .box_rightside_right .details {
    position: relative;
  }
}
@media (min-width: 767px) {
  .list-articles .box_rightside_right .details ul.list-date {
    position: absolute;
    left: 0px;
    bottom: -4px;
    background-color: #eeeeee;
  }
}
.list-articles .box_rightside_right .details ul.list-date li:before {
  content: "■";
  padding-right: 5px;
  color: #000000;
  position: relative;
  top: -1px;
}
.list-articles .box_rightside_right .details ul.list-date li:first-child:before {
  content: none;
  display: none;
  padding: 0px;
}
@media (min-width: 767px) {
  .list-articles .box_leftside_left .details {
    position: relative;
  }
}
@media (min-width: 767px) {
  .list-articles .box_leftside_left .details ul.list-date {
    position: absolute;
    right: 0px;
    bottom: -4px;
    background-color: #eeeeee;
  }
}
.list-articles .box_leftside_left .details ul.list-date li:before {
  content: "■";
  padding-right: 5px;
  color: #000000;
  position: relative;
  top: -1px;
}
.list-articles .box_leftside_left .details ul.list-date li:first-child:before {
  content: none;
  display: none;
  padding: 0px;
}
.ck.ck-content {
  min-height: 200px;
  resize: both;
  overflow: auto;
}
li.ck.ck-list__item {
  text-indent: unset;
}
li.ck.ck-list__item:before {
  content: none;
}
ul.typeahead.dropdown-menu {
  margin: 0px;
  border-radius: 0px;
  left: 15px;
  right: 0px;
}
ul.typeahead.dropdown-menu li {
  padding-left: 0px;
}
ul.typeahead.dropdown-menu li.active a {
  color: #e95d0f;
  background-color: #ffffff;
}
ul.typeahead.dropdown-menu li a {
  font-size: 14px;
  padding: 6px 20px;
  text-decoration: none;
}
ul.typeahead.dropdown-menu li a strong {
  color: #e95d0f;
  font-weight: normal;
}
.embed-responsive-item .fa-youtube-play {
  width: 68px;
  height: 60px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  text-align: center;
  font-size: 60px;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
}
.embed-responsive-item .fa-youtube-play:after {
  content: "";
  background-color: #ffffff;
  width: 24px;
  height: 22px;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  z-index: -1;
}
.embed-responsive-item:hover .fa-youtube-play {
  color: #ff0000;
}
.embed-responsive-item img:not(.vimeo-thumbs) {
  width: 100%;
  position: absolute;
  top: -16.82%;
  left: 0px;
  cursor: pointer;
}
.embed-responsive-item img.vimeo-thumbs {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
}
.vimeo-play {
  width: 65px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  background: rgba(23, 35, 34, 0.75);
  border-radius: 0.5em;
  color: #ffffff;
  transition: opacity 250ms ease-out, background-color 40ms, color 40ms;
}
.vimeo-play .fa-play {
  font-size: 20px;
  z-index: 1;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 13px;
  height: 20px;
  margin: auto;
  text-align: center;
}
.vimeo-play:hover,
.vimeo-play:focus {
  background-color: #00adef;
}
.video-modal-opened .modal-video {
  overflow-x: hidden;
  overflow-y: scroll;
}
.modal-video {
  margin: auto;
}
@media (min-width: 768px) {
  .modal-video {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .modal-video {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .modal-video {
    width: 100%;
  }
}
@media (min-width: 1500px) {
  .modal-video {
    width: 1470px;
  }
}
@media (min-width: 768px) {
  .modal-video.fade {
    text-align: center;
    padding: 0px !important;
  }
}
@media (min-width: 768px) {
  .modal-video.fade:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }
}
.modal-video.fade .modal-dialog {
  width: calc(100%);
  position: absolute;
  top: 10%;
  padding: 0px 15px;
  margin: 0px;
}
@media (min-width: 768px) {
  .modal-video.fade .modal-dialog {
    width: 66.66666667%;
    position: relative;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    top: auto;
  }
}
.modal-video.fade .modal-dialog .modal-content {
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0px;
}
.modal-video.fade .modal-dialog .modal-content .modal-header {
  padding: 0px;
  border: none;
}
.modal-video.fade .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  top: -19px;
  right: 0;
  width: 20px;
  color: #ffffff;
  text-shadow: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-width: 768px) {
  .modal-video.fade .modal-dialog .modal-content .modal-header .close {
    right: -20px;
  }
}
.modal-video.fade .modal-dialog .modal-content .modal-body {
  padding: 0px;
}
.modal-video.fade .modal-dialog .modal-content .modal-body a {
  color: #e95d0f;
}
.modal-video .video-loader {
  position: absolute;
  width: 75px;
  height: 75px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  margin: auto;
  text-align: center;
  color: #e95d0f;
  z-index: 0;
}
.whatchado-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1000;
  cursor: pointer;
  display: none;
}
@media (min-width: 768px) {
  .whatchado-overlay {
    display: block;
  }
}
.embed-overlay,
.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.embed-overlay .fa-youtube-play,
.modal-overlay .fa-youtube-play {
  width: 68px;
  height: 60px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  text-align: center;
  font-size: 60px;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
}
.embed-overlay .fa-youtube-play:after,
.modal-overlay .fa-youtube-play:after {
  content: "";
  background-color: #ffffff;
  width: 24px;
  height: 22px;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  z-index: -1;
}
.embed-overlay:hover .fa-youtube-play,
.modal-overlay:hover .fa-youtube-play {
  color: #ff0000;
}
.embed-overlay .vimeo-play,
.modal-overlay .vimeo-play {
  width: 65px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  background: rgba(23, 35, 34, 0.75);
  border-radius: 0.5em;
  color: #ffffff;
  transition: opacity 250ms ease-out, background-color 40ms, color 40ms;
}
.embed-overlay .vimeo-play .fa-play,
.modal-overlay .vimeo-play .fa-play {
  font-size: 20px;
  z-index: 1;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 13px;
  height: 20px;
  margin: auto;
  text-align: center;
}
.embed-overlay .vimeo-play:hover,
.modal-overlay .vimeo-play:hover,
.embed-overlay .vimeo-play:focus,
.modal-overlay .vimeo-play:focus {
  background-color: #00adef;
}
.embed-overlay {
  display: block;
}
@media (min-width: 768px) {
  .embed-overlay {
    display: none;
  }
}
.embed-overlay.without-modal {
  display: block;
}
@media (min-width: 768px) {
  .embed-overlay.without-modal.display-modal {
    display: none;
  }
}
.modal-overlay {
  display: none;
}
@media (min-width: 768px) {
  .modal-overlay {
    display: block;
  }
}
.modal-overlay.without-modal {
  display: none;
}
@media (min-width: 768px) {
  .modal-overlay.without-modal.display-modal {
    display: block;
  }
}
/*! Pink Flag Skin for jPlayer 2.9.2 ~ (c) 2009-2014 Happyworm Ltd ~ MIT License */
/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Pink Flag
 *
 * Copyright (c) 2012 - 2014 Happyworm Ltd
 * Licensed under the MIT license.
 *  - http://www.opensource.org/licenses/mit-license.php
 *
 * Author: Silvia Benvenuti
 * Skin Version: 2.1 (jPlayer 2.8.0)
 * Date: 13th November 2014
 */
.button-hover {
  border: 3px solid #595959;
  background: #595959;
  color: #ffffff;
}
.button-after {
  font-family: FontAwesome;
  font-size: 27px;
  text-align: center;
}
.jp-audio *:focus,
.jp-audio-stream *:focus,
.jp-video *:focus {
  /* Disable the browser focus highlighting. */
  outline: none;
}
.jp-audio button::-moz-focus-inner,
.jp-audio-stream button::-moz-focus-inner,
.jp-video button::-moz-focus-inner {
  /* Disable the browser CSS3 focus highlighting. */
  border: 0px;
}
.jp-audio,
.jp-audio-stream,
.jp-video {
  font-size: 14px;
  font-family: inherit;
  line-height: 1.6;
  color: #ffffff;
  border: none;
  background-color: #ffffff;
}
.jp-audio {
  width: 100%;
  padding: 20px 0px;
}
.jp-audio-stream {
  width: 101px;
  padding: 40px 40px 10px 40px;
}
.jp-video-270p {
  width: 480px;
}
.jp-video-360p {
  width: 340px;
}
.jp-video-full {
  /* Rules for IE6 (full-screen) */
  width: 480px;
  height: 270px;
  /* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
  position: static !important;
  position: relative;
}
/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
.jp-video-full div div {
  z-index: 1000;
}
.jp-video-full .jp-jplayer {
  top: 0px;
  left: 0px;
  position: fixed !important;
  position: relative;
  /* Rules for IE6 (full-screen) */
  overflow: hidden;
}
.jp-video-full .jp-gui {
  position: fixed !important;
  position: static;
  /* Rules for IE6 (full-screen) */
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1001;
  /* 1 layer above the others. */
}
.jp-video-full .jp-interface {
  position: absolute !important;
  position: relative;
  /* Rules for IE6 (full-screen) */
  bottom: 0px;
  left: 0px;
}
.jp-interface {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  /* Required for the full screen */
}
/* @group CONTROLS */
.jp-video .jp-controls-holder {
  clear: both;
  width: 440px;
  margin: 0px auto 10px auto;
  position: relative;
  overflow: hidden;
}
.jp-audio .jp-controls-holder {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .jp-audio .jp-controls-holder {
    margin-top: 0px;
  }
}
.jp-audio-stream .jp-controls-holder {
  height: 50px;
}
.jp-controls {
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") 0px 0px no-repeat;
  width: 37%;
}
@media (max-width: 768px) {
  .jp-controls {
    width: 100%;
  }
}
.jp-audio-stream .jp-controls {
  width: 100px;
}
.jp-video .jp-controls {
  margin: 0px 0px 0px 105px;
  float: left;
  display: inline;
  /* need this to fix IE6 double margin */
}
.jp-controls button {
  display: block;
  float: left;
  overflow: hidden;
  margin: 0px 1px 2px 0px;
  padding: 0px;
  border: none;
  cursor: pointer;
}
.jp-controls button:focus {
  outline: none;
}
@media (max-width: 768px) {
  .jp-controls button {
    padding-left: 2px;
    margin-bottom: 15px;
  }
}
/* @group single player controls */
.jp-type-single .jp-controls button {
  width: 50px;
  height: 50px;
  border-radius: 99em;
}
.jp-type-single .jp-play {
  border: 3px solid #595959;
  background: transparent;
  color: #595959;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  margin-right: 10px;
}
.jp-type-single .jp-play:hover {
  border: 3px solid #595959;
  background: #595959;
  color: #ffffff;
}
.jp-type-single .jp-play::after {
  content: "\f04b";
  font-family: FontAwesome;
  font-size: 27px;
  text-align: center;
  padding-left: 4px;
}
.jp-type-single .jp-play:focus {
  border: 3px solid #595959;
  background: transparent;
  color: #595959;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  outline: none !important;
  outline-style: none;
  outline-width: 0px;
}
.jp-type-single .jp-play:focus:hover {
  border: 3px solid #595959;
  background: #595959;
  color: #ffffff;
}
.jp-state-playing .jp-type-single .jp-play {
  border: 3px solid #595959;
  background: transparent;
  color: #595959;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.jp-state-playing .jp-type-single .jp-play:hover {
  border: 3px solid #595959;
  background: #595959;
  color: #ffffff;
}
.jp-state-playing .jp-type-single .jp-play:focus,
.btn-pause {
  border: 3px solid #595959;
  background: transparent;
  color: #595959;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  outline: none;
  outline-style: none;
  outline-width: 0px;
}
.jp-state-playing .jp-type-single .jp-play:focus:hover,
.btn-pause:hover {
  border: 3px solid #595959;
  background: #595959;
  color: #ffffff;
}
.jp-repeat {
  border: none;
  cursor: pointer;
  z-index: 0px;
  color: #595959;
  background: transparent;
  padding: 0px;
  position: absolute;
  left: 10px;
  line-height: 1;
}
button.jp-repeat:after {
  content: "\f01e";
  font-family: FontAwesome;
  font-size: 27px;
  text-align: center;
  cursor: pointer;
  padding-left: 1px;
}
.btn-repeat-active {
  color: #ffcc00;
}
.jp-state-playing .jp-type-single .jp-play:focus::after,
.btn-pause::after {
  content: "\f04c" !important;
  font-family: FontAwesome;
  font-size: 27px;
  text-align: center;
  padding-left: 0px !important;
}
button.jp-play:focus {
  outline: none;
  outline-style: none;
  outline-width: 0px;
}
/* The right border is normally in the ul background image. */
.jp-audio-stream .jp-play,
.jp-audio-stream .jp-pause {
  border-right: 1px solid #180920;
}
.jp-type-single .jp-stop {
  border: 3px solid #595959;
  background: transparent;
  color: #595959;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.jp-type-single .jp-stop:hover {
  border: 3px solid #595959;
  background: #595959;
  color: #ffffff;
}
.jp-type-single .jp-stop::after {
  content: "\f04d";
  font-family: FontAwesome;
  font-size: 27px;
  text-align: center;
  padding-left: 0px;
}
.jp-type-single .jp-stop:focus {
  border: 3px solid #595959;
  background: transparent;
  color: #595959;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  outline: none !important;
  outline-style: none;
  outline-width: 0px;
}
.jp-type-single .jp-stop:focus:hover {
  border: 3px solid #595959;
  background: #595959;
  color: #ffffff;
}
.jp-type-single .jp-stop:focus::after {
  content: "\f04d";
  font-family: FontAwesome;
  font-size: 27px;
  text-align: center;
}
/* @end */
/* @group playlist player controls */
.jp-type-playlist .jp-controls button {
  width: 19px;
}
.jp-type-playlist .jp-play {
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") -24px -40px no-repeat;
}
.jp-type-playlist .jp-play:focus {
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") -124px -40px no-repeat;
}
.jp-state-playing div.jp-type-playlist .jp-play {
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") -24px -120px no-repeat;
}
.jp-state-playing div.jp-type-playlist .jp-play:focus {
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") -124px -120px no-repeat;
}
.jp-type-playlist .jp-stop {
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") -24px -80px no-repeat;
}
.jp-type-playlist .jp-stop:focus {
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") -124px -80px no-repeat;
}
.jp-type-playlist .jp-previous {
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") -24px -160px no-repeat;
}
.jp-type-playlist .jp-previous:focus {
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") -124px -160px no-repeat;
}
.jp-type-playlist .jp-next {
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") -24px -160px no-repeat;
}
.jp-type-playlist .jp-next:focus {
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") -124px -160px no-repeat;
}
/* @end */
/* @group TOGGLES */
.jp-toggles {
  padding: 0px;
}
.jp-video .jp-toggles {
  float: left;
  width: 105px;
  margin: 10px 0px 0px 15px;
}
.jp-full-screen {
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") 0px -420px no-repeat;
  margin-left: 15px;
}
.jp-full-screen:focus {
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") -30px -420px no-repeat;
}
.jp-state-full-screen .jp-full-screen {
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") -60px -420px no-repeat;
}
.jp-state-full-screen .jp-full-screen:focus {
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") -90px -420px no-repeat;
}
.jp-state-looped .jp-repeat {
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") -60px -440px no-repeat;
}
.jp-state-looped .jp-repeat:focus {
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") -90px -440px no-repeat;
}
.jp-shuffle {
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") 0px -460px no-repeat;
  margin-left: 15px;
}
.jp-shuffle:focus {
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") -30px -460px no-repeat;
}
.jp-state-shuffled .jp-shuffle {
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") -60px -460px no-repeat;
}
.jp-state-shuffled .jp-shuffle:focus {
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") -90px -460px no-repeat;
}
.jp-audio .jp-shuffle {
  margin-left: 5px;
}
/* @end */
/* @group progress bar */
/* The seeking class is added/removed inside jPlayer */
.jp-progress {
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") 0px -240px no-repeat;
  height: 13px;
  margin-top: 20px;
  padding-left: 0px;
  position: absolute;
  left: 123px;
}
@media (max-width: 768px) {
  .jp-progress {
    position: relative;
    display: block;
    left: auto;
    margin-top: 65px;
    padding-left: 15px;
  }
}
div.jp-video .jp-progress {
  border-top: 1px solid #180a1f;
  border-bottom: 1px solid #554560;
  width: 100%;
  background-image: none;
  padding: 0px;
}
.jp-seek-bar {
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") 0px -260px repeat-x #595959;
  width: 0px;
  height: 100%;
  cursor: pointer;
}
.jp-play-bar {
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") 0px -280px repeat-x;
  width: 0px;
  height: 100%;
  overflow: hidden;
}
/* @end */
/* @group volume controls */
.js-top-col {
  margin-left: 0px;
}
.jp-audio .jp-volume-controls,
.jp-audio-stream .jp-volume-controls {
  position: relative;
  width: 200px;
  height: 30px;
}
@media (max-width: 480px) {
  .jp-audio .jp-volume-controls,
  .jp-audio-stream .jp-volume-controls {
    width: 108px;
  }
}
.jp-volume-controls button {
  position: absolute;
  display: block !important;
  overflow: hidden;
  text-indent: -9999px;
  margin: 0px;
  padding: 0px;
  width: 16px;
  height: 11px;
  border: none;
  cursor: pointer;
}
.jp-audio .jp-volume-controls .jp-mute,
.jp-audio-stream .jp-volume-controls .jp-mute {
  top: -6px;
  left: 0px;
}
.jp-audio .jp-volume-controls .jp-volume-max,
.jp-audio-stream .jp-volume-controls .jp-volume-max {
  top: -6px;
  right: 0px;
}
.jp-video .jp-volume-controls .jp-mute,
.jp-video .jp-volume-controls .jp-unmute {
  left: 0px;
  top: 14px;
}
.jp-video .jp-volume-controls .jp-volume-max {
  left: 84px;
  top: 14px;
}
.jp-volume-controls .jp-mute {
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") 0px -330px no-repeat;
}
.jp-volume-controls .jp-mute:focus {
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") -25px -330px no-repeat;
}
.jp-state-muted .jp-volume-controls .jp-mute {
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") -60px -330px no-repeat;
}
.jp-state-muted .jp-volume-controls .jp-mute:focus {
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") -85px -330px no-repeat;
}
.jp-volume-controls .jp-volume-max {
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") 0px -350px no-repeat;
}
.jp-volume-controls .jp-volume-max:focus {
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") -25px -350px no-repeat;
}
.jp-volume-bar {
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") 0px -300px repeat #595959;
  position: absolute;
  width: 200px;
  height: 4px;
  padding: 0px;
  overflow: hidden;
  cursor: pointer;
  display: block !important;
}
@media (max-width: 480px) {
  .jp-volume-bar {
    width: 108px;
  }
}
.jp-audio .jp-interface .jp-volume-bar,
.jp-audio-stream .jp-interface .jp-volume-bar {
  top: 10px;
  left: 0px;
}
.jp-audio-stream .jp-interface .jp-volume-bar {
  width: 97px;
  border-right: 1px solid #180920;
  padding-right: 1px;
}
.jp-video .jp-volume-bar {
  top: 0px;
  left: 0px;
  width: 95px;
  border-right: 1px solid #180920;
  padding-right: 1px;
  margin-top: 30px;
}
.jp-volume-bar-value {
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") 0px -320px repeat-x;
  height: 4px;
  display: block !important;
}
/* @end */
/* @group current time and duration */
.jp-current-time,
.jp-duration {
  width: 70px;
  font-size: 11px;
  color: #000000;
  line-height: 1.9;
}
@media (max-width: 768px) {
  .jp-current-time,
  .jp-duration {
    position: absolute;
  }
}
.jp-current-time {
  float: left;
  cursor: default;
}
.jp-duration {
  float: right;
  text-align: right;
  cursor: pointer;
}
@media (max-width: 768px) {
  .jp-duration {
    right: 15px;
  }
}
.jp-video .jp-current-time {
  padding-left: 20px;
}
.jp-video .jp-duration {
  padding-right: 20px;
}
/* @end */
/* @group playlist */
.jp-details {
  font-size: 0.7em;
  margin: 0px;
  padding: 0px;
}
.jp-details .jp-title {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  text-align: center;
  cursor: default;
}
.jp-video .jp-details {
  margin: 0px 90px 10px;
}
.jp-playlist ul {
  list-style-type: none;
  font-size: 0.7em;
  margin: 0px;
  padding: 0px;
}
.jp-video .jp-playlist ul {
  margin: 0px 20px;
}
.jp-playlist li {
  position: relative;
  padding: 2px 0px;
  border-top: 1px solid #554461;
  border-bottom: 1px solid #180a1f;
  overflow: hidden;
}
/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
div.jp-type-playlist div.jp-playlist li:first-child {
  border-top: none;
  padding-top: 3px;
}
div.jp-type-playlist div.jp-playlist li:last-child {
  border-bottom: none;
  padding-bottom: 3px;
}
div.jp-type-playlist div.jp-playlist a {
  color: #ffffff;
  text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
  color: #e892e9;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
  background-color: #26102e;
  margin: 0px -20px;
  padding: 2px 20px;
  border-top: 1px solid #26102e;
  border-bottom: 1px solid #26102e;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current a {
  color: #e892e9;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
  float: right;
  display: inline;
  text-align: right;
  margin-left: 10px;
  font-weight: bold;
  color: #8C7A99;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
  color: #E892E9;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
  float: right;
  display: inline;
  text-align: right;
  color: #8C7A99;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a {
  color: #8C7A99;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
  color: #E892E9;
}
span.jp-artist {
  font-size: 0.8em;
  color: #8C7A99;
}
/* @end */
.jp-video .jp-video-play {
  width: 100%;
  overflow: hidden;
  /* Important for nested negative margins to work in modern browsers */
}
.jp-video-270p .jp-video-play {
  margin-top: -270px;
  height: 270px;
}
.jp-video-360p .jp-video-play {
  margin-top: -360px;
  height: 360px;
}
.jp-video-full .jp-video-play {
  height: 100%;
}
.jp-video-play-icon {
  position: relative;
  display: block;
  width: 112px;
  height: 100px;
  margin-left: -56px;
  margin-top: -50px;
  left: 50%;
  top: 50%;
  border: none;
  cursor: pointer;
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") 0px 0px no-repeat;
  text-indent: -9999px;
}
.jp-video-play-icon:focus {
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Frontend/DummyImages/jplayer-hilfswerk-style.png") 0px -100px no-repeat;
}
.jp-jplayer audio,
.jp-jplayer {
  width: 0px;
  height: 0px;
}
.jp-jplayer {
  background-color: #000000;
}
/* @group NO SOLUTION error feedback */
.jp-no-solution {
  padding: 5px;
  font-size: 0.8em;
  background-color: #ffffff;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  border-right: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  color: #ffffff;
  display: none;
}
.jp-no-solution a {
  color: #ffffff;
}
.jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: bold;
}
/* @end */
.jp-icon-text .top-wrap.has-text {
  margin-bottom: 30px;
}
.jp-icon-text .top-wrap .icon-circle {
  border-radius: 60px;
  color: #ffcc00;
  margin-right: 10px;
  height: 36px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: -5px;
}
.jp-icon-text .top-wrap .icon-circle i {
  font-size: 26px;
  padding: 0.2em 0;
}
.jp-icon-text .top-wrap .headline {
  padding-left: 40px;
  color: #000000;
  display: inherit;
}
@media (max-width: 768px) {
  .jp-icon-text [class*="col-"]:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .jp-btn .row:first-child [class*="col-"] {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .jp-btn .row [class*="col-"]:empty {
    display: none;
  }
}
.jp-btn .row:nth-child(2) [class*="col-"] {
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .jp-btn .row:nth-child(2) [class*="col-"] {
    margin-top: 0px;
  }
}
.jp-btn .btn {
  position: relative;
}
.jp-btn i {
  position: absolute;
  right: 6px;
  height: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from,
  11.1%,
  to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 50%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
@keyframes fromBigToSmall {
  0% {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
.fromBigToSmall {
  -webkit-animation-name: fromBigToSmall;
  -moz-animation-name: fromBigToSmall;
  -o-animation-name: fromBigToSmall;
  animation-name: fromBigToSmall;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
}
@keyframes fromBigToSmall-2 {
  0% {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
.fromBigToSmall-2 {
  -webkit-animation-name: fromBigToSmall-2;
  -moz-animation-name: fromBigToSmall-2;
  -o-animation-name: fromBigToSmall-2;
  animation-name: fromBigToSmall-2;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
}
@keyframes fromSmallToBigger {
  0% {
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }
  100% {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
.fromSmallToBigger {
  -webkit-animation-name: fromSmallToBigger;
  -moz-animation-name: fromSmallToBigger;
  -o-animation-name: fromSmallToBigger;
  animation-name: fromSmallToBigger;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
}
.no-touch .right-box {
  position: relative;
}
@media (min-width: 769px) {
  .no-touch .right-box {
    right: -50px;
  }
}
.no-touch .right-box.move {
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media (min-width: 769px) {
  .no-touch .right-box.move {
    right: 0;
  }
}
.no-touch .left-box {
  position: relative;
}
@media (min-width: 769px) {
  .no-touch .left-box {
    left: -50px;
  }
}
.no-touch .left-box.move {
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media (min-width: 769px) {
  .no-touch .left-box.move {
    left: 0;
  }
}
.articles_grayboxes-article:hover .box_leftside_right .image .clip-svg image {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.articles_grayboxes-article:hover .box_rightside_left .image .clip-svg image {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.box-free-text:hover .box_leftside_right .image .clip-svg image {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.box-free-text:hover .box_rightside_left .image .clip-svg image {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.box-news:hover .box_leftside_right .image .clip-svg image {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.box-news:hover .box_rightside_left .image .clip-svg image {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
body #SgCookieOptin {
  display: flex;
  justify-content: center;
  align-items: baseline;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  outline: 0;
  background: rgba(0, 0, 0, 0.6);
}
body #SgCookieOptin .sg-cookie-optin-box {
  position: absolute;
  top: 50%;
  right: 15px;
  left: 15px;
  max-width: calc(100% - 30px);
  max-height: 95%;
  margin: auto;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-color: transparent;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 0;
}
@media (min-width: 580px) {
  body #SgCookieOptin .sg-cookie-optin-box {
    width: 550px;
    right: 0;
    left: 0;
  }
}
body #SgCookieOptin .sg-cookie-optin-box::-webkit-scrollbar {
  display: none;
}
body #SgCookieOptin .sg-cookie-optin-box .container {
  max-width: 550px;
  padding-left: 15px;
  padding-right: 15px;
  background: transparent;
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-col {
  background-color: #ffffff;
  padding: 20px;
  margin: auto;
  float: none;
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-header {
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  line-height: 26px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
body #SgCookieOptin .sg-cookie-optin-box .ik-optin-box-cookie-detail {
  min-height: 40px;
}
body #SgCookieOptin .sg-cookie-optin-box .ik-optin-box-cookie-detail .sg-cookie-optin-box-cookie-detail-list {
  padding: 40px 0 0 0;
}
body #SgCookieOptin .sg-cookie-optin-box .ik-optin-box-cookie-detail .sg-cookie-optin-box-cookie-detail-list:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  min-height: 40px;
  background-color: #ffffff;
}
body #SgCookieOptin .sg-cookie-optin-box .ik-optin-box-cookie-detail .sg-cookie-optin-box-open-more {
  position: absolute;
  top: 0;
  min-height: 40px;
  background-color: #ffffff;
}
body #SgCookieOptin .sg-cookie-optin-box .ik-optin-box-cookie-detail .sg-cookie-optin-box-open-more.arrow-rotate .arrow-down span:first-of-type {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body #SgCookieOptin .sg-cookie-optin-box .ik-optin-box-cookie-detail .sg-cookie-optin-box-open-more.arrow-rotate .arrow-down span:last-of-type {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body #SgCookieOptin .sg-cookie-optin-box .ik-optin-box-cookie-detail .sg-cookie-optin-box-open-more:after {
  position: absolute;
  right: -100%;
  width: 100%;
  min-height: 40px;
  background-color: #ffffff;
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-open-more {
  position: relative;
  display: inline-block;
  padding-right: 30px;
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-open-more .sg-cookie-optin-box-open-more-link {
  display: block;
  position: relative;
  padding-right: 30px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-open-more .sg-cookie-optin-box-open-more-link:before,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-open-more .sg-cookie-optin-box-open-more-link:after {
  content: "";
  top: 9px;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #000000;
  display: inline-block;
  border-radius: 3px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 1.7, 0.35, 0.8);
  transition-timing-function: cubic-bezier(0.25, 1.7, 0.35, 0.8);
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-open-more .sg-cookie-optin-box-open-more-link:before {
  right: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-open-more .sg-cookie-optin-box-open-more-link:after {
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-open-more.arrow-rotate .sg-cookie-optin-box-open-more-link:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-open-more.arrow-rotate .sg-cookie-optin-box-open-more-link:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button {
  margin: auto;
}
@media (min-width: 480px) {
  body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button {
    width: 326px;
  }
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button button {
  margin-left: auto;
  margin-right: auto;
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-all,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-specific,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-essential {
  display: block;
  width: 100%;
  cursor: pointer;
  color: #000000;
  background-color: #ffcc00;
  border: 2px solid #ffcc00;
  outline: none;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 7px 15px 5px;
  border-radius: 0px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-all:hover,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-specific:hover,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-essential:hover,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-all:focus,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-specific:focus,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-essential:focus,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-all:hover,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-specific:hover,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-essential:hover,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-all:not(:disabled):not(.disabled):active,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-specific:not(:disabled):not(.disabled):active,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-essential:not(:disabled):not(.disabled):active,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-all:not(:disabled):not(.disabled).active,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-specific:not(:disabled):not(.disabled).active,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-essential:not(:disabled):not(.disabled).active,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-all.sortbutton-active,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-specific.sortbutton-active,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-essential.sortbutton-active {
  background-color: transparent;
  color: #000000;
  border-color: #ffcc00;
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-all:not(:disabled):not(.disabled):active,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-specific:not(:disabled):not(.disabled):active,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-essential:not(:disabled):not(.disabled):active {
  background-color: transparent;
  color: #000000;
  border: 2px solid #ffcc00;
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-specific,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-essential {
  background-color: transparent;
  color: #000000;
  border: 0;
  text-transform: none;
  font-weight: normal;
  text-decoration: underline;
  width: auto;
  text-align: center;
  margin: auto;
  display: block;
  padding: 0;
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-specific:hover,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-essential:hover,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-specific:focus,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-essential:focus,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-specific:hover,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-essential:hover,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-specific:not(:disabled):not(.disabled):active,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-essential:not(:disabled):not(.disabled):active,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-specific:not(:disabled):not(.disabled).active,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-essential:not(:disabled):not(.disabled).active,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-specific.sortbutton-active,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-essential.sortbutton-active {
  color: #000000;
  background-color: transparent;
  border-color: transparent;
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-close-button {
  padding: 0;
  position: absolute;
  top: 5px;
  right: 5px;
  font-weight: 800;
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  color: #000000;
  background-color: transparent;
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-close-button:hover,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-close-button:focus {
  background-color: #ffffff;
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-footer .sg-cookie-optin-box-footer-links .sg-cookie-optin-box-footer-link {
  font-size: 14px;
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-footer .sg-cookie-optin-box-copyright {
  display: none;
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list .sg-cookie-optin-box-cookie-list-item {
  display: block;
  float: none;
  margin-right: 15px;
  text-indent: 0;
}
@media (min-width: 480px) {
  body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list .sg-cookie-optin-box-cookie-list-item {
    display: inline-block;
    float: none;
  }
}
@media (min-width: 768px) {
  body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list .sg-cookie-optin-box-cookie-list-item {
    flex: auto;
    margin-right: 15px;
  }
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list .sg-cookie-optin-box-cookie-list-item:not(:last-of-type) {
  margin-bottom: 1.25rem;
}
@media (min-width: 480px) {
  body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list .sg-cookie-optin-box-cookie-list-item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list .sg-cookie-optin-box-cookie-list-item:before {
  content: none;
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list .sg-cookie-optin-box-cookie-list-item .sg-cookie-optin-checkbox {
  display: none;
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list .sg-cookie-optin-box-cookie-list-item .sg-cookie-optin-checkbox:disabled + .sg-cookie-optin-checkbox-label:before {
  position: absolute;
  width: 15px;
  height: 15px;
  padding: 0 3px 0 2.6px;
  margin-top: 1px;
  margin-left: 0;
  border: 1px solid #d3d3d3;
  text-align: left;
  line-height: 14px;
  background-color: #ffcc00;
  z-index: 1;
  border-radius: 0;
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list .sg-cookie-optin-box-cookie-list-item .sg-cookie-optin-checkbox + .sg-cookie-optin-checkbox-label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 17px 6px -33px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  margin-top: 1px;
  margin-left: 0;
  border: 1px solid #d3d3d3;
  z-index: 1;
  background-color: transparent;
  border-radius: 0;
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list .sg-cookie-optin-box-cookie-list-item .sg-cookie-optin-checkbox:checked + .sg-cookie-optin-checkbox-label:before {
  box-shadow: none;
  background-color: #ffcc00;
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list .sg-cookie-optin-checkbox-label {
  color: #000000;
  display: inline-block;
  width: 100%;
  line-height: 18px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 769px) {
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list .sg-cookie-optin-checkbox-label span {
  vertical-align: middle;
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-footer {
  line-height: 1;
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list {
  max-height: 0;
  font-size: 14px;
  overflow: hidden;
  list-style: none;
  -webkit-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  -webkit-transition-property: max-height 0.3s ease-in-out;
  transition-property: max-height 0.3s ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  will-change: max-height;
  background-color: transparent;
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list.sg-cookie-optin-visible {
  margin-bottom: 20px;
  max-height: 10000px;
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list table,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list tbody,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list tr,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list th,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list td,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list strong,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list p,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list a,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list ul,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list li,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list button {
  color: #000000;
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list li:not(:last-of-type) {
  margin-bottom: 2.25rem;
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list li.sg-cookie-optin-box-cookie-detail-list-item .sg-cookie-optin-box-cookie-detail-sublist {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  -webkit-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  -webkit-transition-property: max-height 0.5s ease-in-out;
  transition-property: max-height 0.5s ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list li.sg-cookie-optin-box-cookie-detail-list-item .sg-cookie-optin-box-cookie-detail-sublist.sg-cookie-optin-visible {
  height: auto !important;
  max-height: 5000px;
  margin-bottom: 20px;
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list li.sg-cookie-optin-box-cookie-detail-list-item .sg-cookie-optin-box-cookie-detail-sublist table {
  margin: 0 0 10px 0;
  width: 100%;
  background-color: transparent;
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list li.sg-cookie-optin-box-cookie-detail-list-item .sg-cookie-optin-box-cookie-detail-sublist table tr:not(:last-of-type) th,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list li.sg-cookie-optin-box-cookie-detail-list-item .sg-cookie-optin-box-cookie-detail-sublist table tr:not(:last-of-type) td {
  border-bottom: 0;
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list li.sg-cookie-optin-box-cookie-detail-list-item .sg-cookie-optin-box-cookie-detail-sublist table th,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list li.sg-cookie-optin-box-cookie-detail-list-item .sg-cookie-optin-box-cookie-detail-sublist table td {
  color: #000000;
  padding: 10px;
  vertical-align: middle;
  font-size: 12px;
  line-height: 18px;
}
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list .sg-cookie-optin-box-sublist-open-more-link {
  font-weight: bold;
  font-size: 14px;
}
body #SgCookieOptin .sg-cookie-optin-banner-content .sg-cookie-optin-banner-button-settings,
body #SgCookieOptin .sg-cookie-optin-banner-content .sg-cookie-optin-banner-button-accept {
  background-color: transparent;
}
body #SgCookieOptin .sg-cookie-optin-banner-content .sg-cookie-optin-banner-button-settings:focus,
body #SgCookieOptin .sg-cookie-optin-banner-content .sg-cookie-optin-banner-button-accept:focus,
body #SgCookieOptin .sg-cookie-optin-banner-content .sg-cookie-optin-banner-button-settings:hover,
body #SgCookieOptin .sg-cookie-optin-banner-content .sg-cookie-optin-banner-button-accept:hover,
body #SgCookieOptin .sg-cookie-optin-banner-content .sg-cookie-optin-banner-button-settings:not(:disabled):not(.disabled):active,
body #SgCookieOptin .sg-cookie-optin-banner-content .sg-cookie-optin-banner-button-accept:not(:disabled):not(.disabled):active,
body #SgCookieOptin .sg-cookie-optin-banner-content .sg-cookie-optin-banner-button-settings:not(:disabled):not(.disabled).active,
body #SgCookieOptin .sg-cookie-optin-banner-content .sg-cookie-optin-banner-button-accept:not(:disabled):not(.disabled).active,
body #SgCookieOptin .sg-cookie-optin-banner-content .sg-cookie-optin-banner-button-settings.sortbutton-active,
body #SgCookieOptin .sg-cookie-optin-banner-content .sg-cookie-optin-banner-button-accept.sortbutton-active {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
body #SgCookieOptin .sg-cookie-optin-banner-content .sg-cookie-optin-banner-button-settings:not(:disabled):not(.disabled):active,
body #SgCookieOptin .sg-cookie-optin-banner-content .sg-cookie-optin-banner-button-accept:not(:disabled):not(.disabled):active {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
body #SgCookieOptin * table,
body #SgCookieOptin * tbody,
body #SgCookieOptin * tr,
body #SgCookieOptin * th,
body #SgCookieOptin * td,
body #SgCookieOptin * strong,
body #SgCookieOptin * p,
body #SgCookieOptin * ul,
body #SgCookieOptin * li,
body #SgCookieOptin * button,
body #SgCookieOptin * input,
body #SgCookieOptin * label {
  color: #000000;
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: none;
  text-indent: 0;
}
@media (min-width: 480px) {
  body #SgCookieOptin * ul.sg-cookie-optin-box-cookie-list {
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
body #SgCookieOptin * li:before {
  content: none;
}
body #SgCookieOptin * a {
  color: #000000;
}
body #SgCookieOptin .mb-1 {
  margin-bottom: 10px;
}
body #SgCookieOptin .mb-2 {
  margin-bottom: 15px;
}
body #SgCookieOptin .mb-3 {
  margin-bottom: 20px;
}
body #SgCookieOptin .mb-4 {
  margin-bottom: 40px;
}
body #SgCookieOptin .mb-5 {
  margin-bottom: 30px;
}
body #SgCookieOptin .mb-6 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  body #SgCookieOptin .mb-sm-0 {
    margin-bottom: 0;
  }
}
body #SgCookieOptin .arrow-wrapper .arrow-down {
  width: 19px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 3px;
  cursor: pointer;
}
@media (max-width: 768px) {
}
body #SgCookieOptin .arrow-wrapper .arrow-down span {
  top: 9px;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #000000;
  display: inline-block;
  border-radius: 3px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 1.7, 0.35, 0.8);
  transition-timing-function: cubic-bezier(0.25, 1.7, 0.35, 0.8);
}
body #SgCookieOptin .arrow-wrapper .arrow-down span:first-of-type {
  left: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body #SgCookieOptin .arrow-wrapper .arrow-down span:last-of-type {
  right: 0px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body #SgCookieOptin .description-item p {
  display: flex;
  flex-direction: column;
}
body #SgCookieOptin .description-item .description-item-more {
  order: 1;
  display: none;
}
body #SgCookieOptin .description-item .description-item-more.description-more-show {
  display: inline;
}
body #SgCookieOptin .description-item .description-more {
  position: relative;
  order: 2;
  text-decoration: underline;
  cursor: pointer;
}
body #SgCookieOptin .description-item .description-more:before {
  content: "...";
}
body #SgCookieOptin .description-item .description-more:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 25%;
  background-color: #ffffff;
}
body #SgCookieOptin .description-item .description-more.description-more-true:before,
body #SgCookieOptin .description-item .description-more.description-more-true:after {
  content: none;
}
.box-map.map-cookie .map:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background: #BFBFBF;
  z-index: 1;
}
.video-cookie-accept,
.map-cookie-accept,
.footer-cookie-accept,
.issuu-cookie-accept {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: rgba(191, 191, 191, 0.72);
  z-index: 11;
}
.video-cookie-accept.multi-map-accept,
.map-cookie-accept.multi-map-accept,
.footer-cookie-accept.multi-map-accept,
.issuu-cookie-accept.multi-map-accept {
  width: 100%;
}
.video-cookie-accept.map-full-accept,
.map-cookie-accept.map-full-accept,
.footer-cookie-accept.map-full-accept,
.issuu-cookie-accept.map-full-accept {
  width: 100%;
  height: 400px;
}
.video-cookie-accept .video-cookie-accept-text,
.map-cookie-accept .video-cookie-accept-text,
.footer-cookie-accept .video-cookie-accept-text,
.issuu-cookie-accept .video-cookie-accept-text,
.video-cookie-accept .map-cookie-accept-text,
.map-cookie-accept .map-cookie-accept-text,
.footer-cookie-accept .map-cookie-accept-text,
.issuu-cookie-accept .map-cookie-accept-text,
.video-cookie-accept .map-full-cookie-accept-text,
.map-cookie-accept .map-full-cookie-accept-text,
.footer-cookie-accept .map-full-cookie-accept-text,
.issuu-cookie-accept .map-full-cookie-accept-text,
.video-cookie-accept .footer-cookie-accept-text,
.map-cookie-accept .footer-cookie-accept-text,
.footer-cookie-accept .footer-cookie-accept-text,
.issuu-cookie-accept .footer-cookie-accept-text,
.video-cookie-accept .issuu-cookie-accept-text,
.map-cookie-accept .issuu-cookie-accept-text,
.footer-cookie-accept .issuu-cookie-accept-text,
.issuu-cookie-accept .issuu-cookie-accept-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  width: 100%;
}
.video-cookie-accept .video-cookie-accept-text .cookie-accept-btn,
.map-cookie-accept .video-cookie-accept-text .cookie-accept-btn,
.footer-cookie-accept .video-cookie-accept-text .cookie-accept-btn,
.issuu-cookie-accept .video-cookie-accept-text .cookie-accept-btn,
.video-cookie-accept .map-cookie-accept-text .cookie-accept-btn,
.map-cookie-accept .map-cookie-accept-text .cookie-accept-btn,
.footer-cookie-accept .map-cookie-accept-text .cookie-accept-btn,
.issuu-cookie-accept .map-cookie-accept-text .cookie-accept-btn,
.video-cookie-accept .map-full-cookie-accept-text .cookie-accept-btn,
.map-cookie-accept .map-full-cookie-accept-text .cookie-accept-btn,
.footer-cookie-accept .map-full-cookie-accept-text .cookie-accept-btn,
.issuu-cookie-accept .map-full-cookie-accept-text .cookie-accept-btn,
.video-cookie-accept .footer-cookie-accept-text .cookie-accept-btn,
.map-cookie-accept .footer-cookie-accept-text .cookie-accept-btn,
.footer-cookie-accept .footer-cookie-accept-text .cookie-accept-btn,
.issuu-cookie-accept .footer-cookie-accept-text .cookie-accept-btn,
.video-cookie-accept .issuu-cookie-accept-text .cookie-accept-btn,
.map-cookie-accept .issuu-cookie-accept-text .cookie-accept-btn,
.footer-cookie-accept .issuu-cookie-accept-text .cookie-accept-btn,
.issuu-cookie-accept .issuu-cookie-accept-text .cookie-accept-btn {
  color: #000000;
}
.video-cookie-accept .map-cookie-accept-text,
.map-cookie-accept .map-cookie-accept-text,
.footer-cookie-accept .map-cookie-accept-text,
.issuu-cookie-accept .map-cookie-accept-text {
  padding: 0;
  font-size: 13px;
  line-height: 1.55;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 768px) {
  .video-cookie-accept .map-cookie-accept-text p,
  .map-cookie-accept .map-cookie-accept-text p,
  .footer-cookie-accept .map-cookie-accept-text p,
  .issuu-cookie-accept .map-cookie-accept-text p {
    display: none;
  }
}
.video-cookie-accept span.cookie-accept-btn,
.map-cookie-accept span.cookie-accept-btn,
.footer-cookie-accept span.cookie-accept-btn,
.issuu-cookie-accept span.cookie-accept-btn {
  cursor: pointer;
  text-decoration: underline;
}
.video-cookie-accept span.cookie-accept-btn:hover,
.map-cookie-accept span.cookie-accept-btn:hover,
.footer-cookie-accept span.cookie-accept-btn:hover,
.issuu-cookie-accept span.cookie-accept-btn:hover {
  text-decoration: none;
}
footer.ik-footer .footer-map-cookie,
footer.ik-footer-19 .footer-map-cookie {
  position: relative;
  overflow: hidden;
}
footer.ik-footer .footer-map-cookie:after,
footer.ik-footer-19 .footer-map-cookie:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background: #BFBFBF;
  z-index: 1;
}
footer.ik-footer .footer-map-cookie .footer-cookie-accept,
footer.ik-footer-19 .footer-map-cookie .footer-cookie-accept {
  width: 100%;
}
.embed-logo {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  margin: auto;
}
.cp-video-overlay {
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 12;
  cursor: pointer;
}
/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2016 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
.btn-social {
  position: relative;
  padding-left: 51px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-social > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 39px;
  line-height: 41px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social.btn-lg {
  padding-left: 67px;
}
.btn-social.btn-lg > :first-child {
  line-height: 51px;
  width: 51px;
  font-size: 1.8em;
}
.btn-social.btn-sm {
  padding-left: 41px;
}
.btn-social.btn-sm > :first-child {
  line-height: 31px;
  width: 31px;
  font-size: 1.4em;
}
.btn-social.btn-xs {
  padding-left: 32px;
}
.btn-social.btn-xs > :first-child {
  line-height: 22px;
  width: 22px;
  font-size: 1.2em;
}
.btn-social-icon {
  position: relative;
  padding-left: 51px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 41px;
  width: 41px;
  padding: 0;
}
.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 39px;
  line-height: 41px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social-icon.btn-lg {
  padding-left: 67px;
}
.btn-social-icon.btn-lg > :first-child {
  line-height: 51px;
  width: 51px;
  font-size: 1.8em;
}
.btn-social-icon.btn-sm {
  padding-left: 41px;
}
.btn-social-icon.btn-sm > :first-child {
  line-height: 31px;
  width: 31px;
  font-size: 1.4em;
}
.btn-social-icon.btn-xs {
  padding-left: 32px;
}
.btn-social-icon.btn-xs > :first-child {
  line-height: 22px;
  width: 22px;
  font-size: 1.2em;
}
.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100% !important;
}
.btn-social-icon.btn-lg {
  height: 51px;
  width: 51px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-sm {
  height: 33px;
  width: 33px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-xs {
  height: 24px;
  width: 24px;
  padding-left: 0;
  padding-right: 0;
}
.btn-adn {
  color: #fff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:active:hover,
.btn-adn.active:hover,
.open > .dropdown-toggle.btn-adn:hover,
.btn-adn:active:focus,
.btn-adn.active:focus,
.open > .dropdown-toggle.btn-adn:focus,
.btn-adn:active.focus,
.btn-adn.active.focus,
.open > .dropdown-toggle.btn-adn.focus {
  color: #fff;
  background-color: #b94630;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
  background-image: none;
}
.btn-adn.disabled:hover,
.btn-adn[disabled]:hover,
fieldset[disabled] .btn-adn:hover,
.btn-adn.disabled:focus,
.btn-adn[disabled]:focus,
fieldset[disabled] .btn-adn:focus,
.btn-adn.disabled.focus,
.btn-adn[disabled].focus,
fieldset[disabled] .btn-adn.focus {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn .badge {
  color: #d87a68;
  background-color: #fff;
}
.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active:hover,
.btn-bitbucket.active:hover,
.open > .dropdown-toggle.btn-bitbucket:hover,
.btn-bitbucket:active:focus,
.btn-bitbucket.active:focus,
.open > .dropdown-toggle.btn-bitbucket:focus,
.btn-bitbucket:active.focus,
.btn-bitbucket.active.focus,
.open > .dropdown-toggle.btn-bitbucket.focus {
  color: #fff;
  background-color: #0f253c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
  background-image: none;
}
.btn-bitbucket.disabled:hover,
.btn-bitbucket[disabled]:hover,
fieldset[disabled] .btn-bitbucket:hover,
.btn-bitbucket.disabled:focus,
.btn-bitbucket[disabled]:focus,
fieldset[disabled] .btn-bitbucket:focus,
.btn-bitbucket.disabled.focus,
.btn-bitbucket[disabled].focus,
fieldset[disabled] .btn-bitbucket.focus {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff;
}
.btn-dropbox {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active:hover,
.btn-dropbox.active:hover,
.open > .dropdown-toggle.btn-dropbox:hover,
.btn-dropbox:active:focus,
.btn-dropbox.active:focus,
.open > .dropdown-toggle.btn-dropbox:focus,
.btn-dropbox:active.focus,
.btn-dropbox.active.focus,
.open > .dropdown-toggle.btn-dropbox.focus {
  color: #fff;
  background-color: #0a568c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  background-image: none;
}
.btn-dropbox.disabled:hover,
.btn-dropbox[disabled]:hover,
fieldset[disabled] .btn-dropbox:hover,
.btn-dropbox.disabled:focus,
.btn-dropbox[disabled]:focus,
fieldset[disabled] .btn-dropbox:focus,
.btn-dropbox.disabled.focus,
.btn-dropbox[disabled].focus,
fieldset[disabled] .btn-dropbox.focus {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff;
}
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active:hover,
.btn-facebook.active:hover,
.open > .dropdown-toggle.btn-facebook:hover,
.btn-facebook:active:focus,
.btn-facebook.active:focus,
.open > .dropdown-toggle.btn-facebook:focus,
.btn-facebook:active.focus,
.btn-facebook.active.focus,
.open > .dropdown-toggle.btn-facebook.focus {
  color: #fff;
  background-color: #23345a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled.focus,
.btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook.focus {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff;
}
.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active:hover,
.btn-flickr.active:hover,
.open > .dropdown-toggle.btn-flickr:hover,
.btn-flickr:active:focus,
.btn-flickr.active:focus,
.open > .dropdown-toggle.btn-flickr:focus,
.btn-flickr:active.focus,
.btn-flickr.active.focus,
.open > .dropdown-toggle.btn-flickr.focus {
  color: #fff;
  background-color: #a80057;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  background-image: none;
}
.btn-flickr.disabled:hover,
.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-flickr:hover,
.btn-flickr.disabled:focus,
.btn-flickr[disabled]:focus,
fieldset[disabled] .btn-flickr:focus,
.btn-flickr.disabled.focus,
.btn-flickr[disabled].focus,
fieldset[disabled] .btn-flickr.focus {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff;
}
.btn-foursquare {
  color: #fff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active:hover,
.btn-foursquare.active:hover,
.open > .dropdown-toggle.btn-foursquare:hover,
.btn-foursquare:active:focus,
.btn-foursquare.active:focus,
.open > .dropdown-toggle.btn-foursquare:focus,
.btn-foursquare:active.focus,
.btn-foursquare.active.focus,
.open > .dropdown-toggle.btn-foursquare.focus {
  color: #fff;
  background-color: #e30742;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
  background-image: none;
}
.btn-foursquare.disabled:hover,
.btn-foursquare[disabled]:hover,
fieldset[disabled] .btn-foursquare:hover,
.btn-foursquare.disabled:focus,
.btn-foursquare[disabled]:focus,
fieldset[disabled] .btn-foursquare:focus,
.btn-foursquare.disabled.focus,
.btn-foursquare[disabled].focus,
fieldset[disabled] .btn-foursquare.focus {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare .badge {
  color: #f94877;
  background-color: #fff;
}
.btn-github {
  color: #fff;
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active:hover,
.btn-github.active:hover,
.open > .dropdown-toggle.btn-github:hover,
.btn-github:active:focus,
.btn-github.active:focus,
.open > .dropdown-toggle.btn-github:focus,
.btn-github:active.focus,
.btn-github.active.focus,
.open > .dropdown-toggle.btn-github.focus {
  color: #fff;
  background-color: #191919;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
  background-image: none;
}
.btn-github.disabled:hover,
.btn-github[disabled]:hover,
fieldset[disabled] .btn-github:hover,
.btn-github.disabled:focus,
.btn-github[disabled]:focus,
fieldset[disabled] .btn-github:focus,
.btn-github.disabled.focus,
.btn-github[disabled].focus,
fieldset[disabled] .btn-github.focus {
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github .badge {
  color: #444444;
  background-color: #fff;
}
.btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:active:hover,
.btn-google.active:hover,
.open > .dropdown-toggle.btn-google:hover,
.btn-google:active:focus,
.btn-google.active:focus,
.open > .dropdown-toggle.btn-google:focus,
.btn-google:active.focus,
.btn-google.active.focus,
.open > .dropdown-toggle.btn-google.focus {
  color: #fff;
  background-color: #a32b1c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  background-image: none;
}
.btn-google.disabled:hover,
.btn-google[disabled]:hover,
fieldset[disabled] .btn-google:hover,
.btn-google.disabled:focus,
.btn-google[disabled]:focus,
fieldset[disabled] .btn-google:focus,
.btn-google.disabled.focus,
.btn-google[disabled].focus,
fieldset[disabled] .btn-google.focus {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google .badge {
  color: #dd4b39;
  background-color: #fff;
}
.btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active:hover,
.btn-instagram.active:hover,
.open > .dropdown-toggle.btn-instagram:hover,
.btn-instagram:active:focus,
.btn-instagram.active:focus,
.open > .dropdown-toggle.btn-instagram:focus,
.btn-instagram:active.focus,
.btn-instagram.active.focus,
.open > .dropdown-toggle.btn-instagram.focus {
  color: #fff;
  background-color: #26455d;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  background-image: none;
}
.btn-instagram.disabled:hover,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram:hover,
.btn-instagram.disabled:focus,
.btn-instagram[disabled]:focus,
fieldset[disabled] .btn-instagram:focus,
.btn-instagram.disabled.focus,
.btn-instagram[disabled].focus,
fieldset[disabled] .btn-instagram.focus {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff;
}
.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active:hover,
.btn-linkedin.active:hover,
.open > .dropdown-toggle.btn-linkedin:hover,
.btn-linkedin:active:focus,
.btn-linkedin.active:focus,
.open > .dropdown-toggle.btn-linkedin:focus,
.btn-linkedin:active.focus,
.btn-linkedin.active.focus,
.open > .dropdown-toggle.btn-linkedin.focus {
  color: #fff;
  background-color: #00405f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  background-image: none;
}
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled.focus,
.btn-linkedin[disabled].focus,
fieldset[disabled] .btn-linkedin.focus {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff;
}
.btn-microsoft {
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:active:hover,
.btn-microsoft.active:hover,
.open > .dropdown-toggle.btn-microsoft:hover,
.btn-microsoft:active:focus,
.btn-microsoft.active:focus,
.open > .dropdown-toggle.btn-microsoft:focus,
.btn-microsoft:active.focus,
.btn-microsoft.active.focus,
.open > .dropdown-toggle.btn-microsoft.focus {
  color: #fff;
  background-color: #0f4bac;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
  background-image: none;
}
.btn-microsoft.disabled:hover,
.btn-microsoft[disabled]:hover,
fieldset[disabled] .btn-microsoft:hover,
.btn-microsoft.disabled:focus,
.btn-microsoft[disabled]:focus,
fieldset[disabled] .btn-microsoft:focus,
.btn-microsoft.disabled.focus,
.btn-microsoft[disabled].focus,
fieldset[disabled] .btn-microsoft.focus {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff;
}
.btn-odnoklassniki {
  color: #fff;
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki:active,
.btn-odnoklassniki.active,
.open > .dropdown-toggle.btn-odnoklassniki {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki:active:hover,
.btn-odnoklassniki.active:hover,
.open > .dropdown-toggle.btn-odnoklassniki:hover,
.btn-odnoklassniki:active:focus,
.btn-odnoklassniki.active:focus,
.open > .dropdown-toggle.btn-odnoklassniki:focus,
.btn-odnoklassniki:active.focus,
.btn-odnoklassniki.active.focus,
.open > .dropdown-toggle.btn-odnoklassniki.focus {
  color: #fff;
  background-color: #b14c09;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki:active,
.btn-odnoklassniki.active,
.open > .dropdown-toggle.btn-odnoklassniki {
  background-image: none;
}
.btn-odnoklassniki.disabled:hover,
.btn-odnoklassniki[disabled]:hover,
fieldset[disabled] .btn-odnoklassniki:hover,
.btn-odnoklassniki.disabled:focus,
.btn-odnoklassniki[disabled]:focus,
fieldset[disabled] .btn-odnoklassniki:focus,
.btn-odnoklassniki.disabled.focus,
.btn-odnoklassniki[disabled].focus,
fieldset[disabled] .btn-odnoklassniki.focus {
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki .badge {
  color: #f4731c;
  background-color: #fff;
}
.btn-openid {
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:active:hover,
.btn-openid.active:hover,
.open > .dropdown-toggle.btn-openid:hover,
.btn-openid:active:focus,
.btn-openid.active:focus,
.open > .dropdown-toggle.btn-openid:focus,
.btn-openid:active.focus,
.btn-openid.active.focus,
.open > .dropdown-toggle.btn-openid.focus {
  color: #fff;
  background-color: #b86607;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  background-image: none;
}
.btn-openid.disabled:hover,
.btn-openid[disabled]:hover,
fieldset[disabled] .btn-openid:hover,
.btn-openid.disabled:focus,
.btn-openid[disabled]:focus,
fieldset[disabled] .btn-openid:focus,
.btn-openid.disabled.focus,
.btn-openid[disabled].focus,
fieldset[disabled] .btn-openid.focus {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid .badge {
  color: #f7931e;
  background-color: #fff;
}
.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:active:hover,
.btn-pinterest.active:hover,
.open > .dropdown-toggle.btn-pinterest:hover,
.btn-pinterest:active:focus,
.btn-pinterest.active:focus,
.open > .dropdown-toggle.btn-pinterest:focus,
.btn-pinterest:active.focus,
.btn-pinterest.active.focus,
.open > .dropdown-toggle.btn-pinterest.focus {
  color: #fff;
  background-color: #801419;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  background-image: none;
}
.btn-pinterest.disabled:hover,
.btn-pinterest[disabled]:hover,
fieldset[disabled] .btn-pinterest:hover,
.btn-pinterest.disabled:focus,
.btn-pinterest[disabled]:focus,
fieldset[disabled] .btn-pinterest:focus,
.btn-pinterest.disabled.focus,
.btn-pinterest[disabled].focus,
fieldset[disabled] .btn-pinterest.focus {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff;
}
.btn-reddit {
  color: #000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:active:hover,
.btn-reddit.active:hover,
.open > .dropdown-toggle.btn-reddit:hover,
.btn-reddit:active:focus,
.btn-reddit.active:focus,
.open > .dropdown-toggle.btn-reddit:focus,
.btn-reddit:active.focus,
.btn-reddit.active.focus,
.open > .dropdown-toggle.btn-reddit.focus {
  color: #000;
  background-color: #98ccff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
  background-image: none;
}
.btn-reddit.disabled:hover,
.btn-reddit[disabled]:hover,
fieldset[disabled] .btn-reddit:hover,
.btn-reddit.disabled:focus,
.btn-reddit[disabled]:focus,
fieldset[disabled] .btn-reddit:focus,
.btn-reddit.disabled.focus,
.btn-reddit[disabled].focus,
fieldset[disabled] .btn-reddit.focus {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000;
}
.btn-soundcloud {
  color: #fff;
  background-color: #ff5500;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
  color: #fff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:active:hover,
.btn-soundcloud.active:hover,
.open > .dropdown-toggle.btn-soundcloud:hover,
.btn-soundcloud:active:focus,
.btn-soundcloud.active:focus,
.open > .dropdown-toggle.btn-soundcloud:focus,
.btn-soundcloud:active.focus,
.btn-soundcloud.active.focus,
.open > .dropdown-toggle.btn-soundcloud.focus {
  color: #fff;
  background-color: #a83800;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
  background-image: none;
}
.btn-soundcloud.disabled:hover,
.btn-soundcloud[disabled]:hover,
fieldset[disabled] .btn-soundcloud:hover,
.btn-soundcloud.disabled:focus,
.btn-soundcloud[disabled]:focus,
fieldset[disabled] .btn-soundcloud:focus,
.btn-soundcloud.disabled.focus,
.btn-soundcloud[disabled].focus,
fieldset[disabled] .btn-soundcloud.focus {
  background-color: #ff5500;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud .badge {
  color: #ff5500;
  background-color: #fff;
}
.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active:hover,
.btn-tumblr.active:hover,
.open > .dropdown-toggle.btn-tumblr:hover,
.btn-tumblr:active:focus,
.btn-tumblr.active:focus,
.open > .dropdown-toggle.btn-tumblr:focus,
.btn-tumblr:active.focus,
.btn-tumblr.active.focus,
.open > .dropdown-toggle.btn-tumblr.focus {
  color: #fff;
  background-color: #111c26;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  background-image: none;
}
.btn-tumblr.disabled:hover,
.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-tumblr:hover,
.btn-tumblr.disabled:focus,
.btn-tumblr[disabled]:focus,
fieldset[disabled] .btn-tumblr:focus,
.btn-tumblr.disabled.focus,
.btn-tumblr[disabled].focus,
fieldset[disabled] .btn-tumblr.focus {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff;
}
.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active:hover,
.btn-twitter.active:hover,
.open > .dropdown-toggle.btn-twitter:hover,
.btn-twitter:active:focus,
.btn-twitter.active:focus,
.open > .dropdown-toggle.btn-twitter:focus,
.btn-twitter:active.focus,
.btn-twitter.active.focus,
.open > .dropdown-toggle.btn-twitter.focus {
  color: #fff;
  background-color: #1583d7;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled.focus,
.btn-twitter[disabled].focus,
fieldset[disabled] .btn-twitter.focus {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter .badge {
  color: #55acee;
  background-color: #fff;
}
.btn-vimeo {
  color: #fff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:active:hover,
.btn-vimeo.active:hover,
.open > .dropdown-toggle.btn-vimeo:hover,
.btn-vimeo:active:focus,
.btn-vimeo.active:focus,
.open > .dropdown-toggle.btn-vimeo:focus,
.btn-vimeo:active.focus,
.btn-vimeo.active.focus,
.open > .dropdown-toggle.btn-vimeo.focus {
  color: #fff;
  background-color: #0f7b9f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  background-image: none;
}
.btn-vimeo.disabled:hover,
.btn-vimeo[disabled]:hover,
fieldset[disabled] .btn-vimeo:hover,
.btn-vimeo.disabled:focus,
.btn-vimeo[disabled]:focus,
fieldset[disabled] .btn-vimeo:focus,
.btn-vimeo.disabled.focus,
.btn-vimeo[disabled].focus,
fieldset[disabled] .btn-vimeo.focus {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff;
}
.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active:hover,
.btn-vk.active:hover,
.open > .dropdown-toggle.btn-vk:hover,
.btn-vk:active:focus,
.btn-vk.active:focus,
.open > .dropdown-toggle.btn-vk:focus,
.btn-vk:active.focus,
.btn-vk.active.focus,
.open > .dropdown-toggle.btn-vk.focus {
  color: #fff;
  background-color: #3a526b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  background-image: none;
}
.btn-vk.disabled:hover,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk:hover,
.btn-vk.disabled:focus,
.btn-vk[disabled]:focus,
fieldset[disabled] .btn-vk:focus,
.btn-vk.disabled.focus,
.btn-vk[disabled].focus,
fieldset[disabled] .btn-vk.focus {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk .badge {
  color: #587ea3;
  background-color: #fff;
}
.btn-yahoo {
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:active:hover,
.btn-yahoo.active:hover,
.open > .dropdown-toggle.btn-yahoo:hover,
.btn-yahoo:active:focus,
.btn-yahoo.active:focus,
.open > .dropdown-toggle.btn-yahoo:focus,
.btn-yahoo:active.focus,
.btn-yahoo.active.focus,
.open > .dropdown-toggle.btn-yahoo.focus {
  color: #fff;
  background-color: #39074e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  background-image: none;
}
.btn-yahoo.disabled:hover,
.btn-yahoo[disabled]:hover,
fieldset[disabled] .btn-yahoo:hover,
.btn-yahoo.disabled:focus,
.btn-yahoo[disabled]:focus,
fieldset[disabled] .btn-yahoo:focus,
.btn-yahoo.disabled.focus,
.btn-yahoo[disabled].focus,
fieldset[disabled] .btn-yahoo.focus {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff;
}
@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    height: 100%;
    vertical-align: top;
    float: none;
  }
  .col-top {
    vertical-align: top;
  }
}
.login-line {
  position: relative;
}
.inside-full-height {
  height: 100%;
}
.login-devider {
  background-color: #000;
  bottom: 20px;
  left: 50%;
  position: absolute;
  top: 20px;
  width: 1px;
}
.login-devider span {
  background-color: #fff;
  font-size: 24px;
  height: 60px;
  left: 50%;
  line-height: 60px;
  margin: -30px 0 0 -40px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 80px;
}
.userprofile-status img {
  margin: -13px 0 0 1px;
  height: 62px !important;
}
body .typo3-feedit-element {
  outline: 3px solid rgba(51, 122, 183, 0.5) !important;
}
body .typo3-feedit-element:hover {
  outline: 3px solid #337ab7 !important;
}
.typo3-editPanel {
  background-color: #eaeaea !important;
  color: #333333;
  padding: 0px 5px;
  line-height: 2em;
  margin-bottom: 27px;
}
.typo3-editPanel:before,
.typo3-editPanel:after {
  content: " ";
  display: table;
}
.typo3-editPanel:after {
  clear: both;
}
.typo3-editPanel:before,
.typo3-editPanel:after {
  content: " ";
  display: table;
}
.typo3-editPanel:after {
  clear: both;
}
body .typo3-feedit-element-hidden {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
body .typo3-feedit-element-hidden:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.t3-icon {
  vertical-align: middle;
}
.typo3-feedit-page:before,
.typo3-feedit-page:after {
  content: " ";
  display: table;
}
.typo3-feedit-page:after {
  clear: both;
}
.typo3-feedit-page:before,
.typo3-feedit-page:after {
  content: " ";
  display: table;
}
.typo3-feedit-page:after {
  clear: both;
}
.typo3-feedit-page .typo3-feedit-element {
  outline: none !important;
  border-bottom: 3px solid #337ab7;
}
.typo3-feedit-page .typo3-editPanel {
  margin-bottom: 0;
}
.csc-form-element .form-group:before,
.csc-form-element .form-group:after {
  content: " ";
  display: table;
}
.csc-form-element .form-group:after {
  clear: both;
}
.csc-form-element .form-group:before,
.csc-form-element .form-group:after {
  content: " ";
  display: table;
}
.csc-form-element .form-group:after {
  clear: both;
}
.csc-form-element .control-label {
  text-align: left;
}
.csc-form-element .control-label legend {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  border: none;
}
.csc-form-element .help-block.text-danger {
  color: #e95d0f;
  font-weight: normal;
}
a.csc-form-element .help-block.text-danger:hover,
a.csc-form-element .help-block.text-danger:focus {
  color: #b94a0c;
}
.csc-form-element-radio .radio input[type="radio"],
.csc-form-element-checkbox .checkbox input[type="checkbox"] {
  margin-left: 0;
}
.csc-form-confirmation ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.csc-form-confirmation ol li {
  display: inline-block;
}
.csc-form-confirmation-false input,
.csc-form-confirmation-true input {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  border-radius: 0;
  transition: 0.4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.csc-form-confirmation-false input:focus,
.csc-form-confirmation-true input:focus,
.csc-form-confirmation-false input:active:focus,
.csc-form-confirmation-true input:active:focus,
.csc-form-confirmation-false input.active:focus,
.csc-form-confirmation-true input.active:focus,
.csc-form-confirmation-false input.focus,
.csc-form-confirmation-true input.focus,
.csc-form-confirmation-false input:active.focus,
.csc-form-confirmation-true input:active.focus,
.csc-form-confirmation-false input.active.focus,
.csc-form-confirmation-true input.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.csc-form-confirmation-false input:hover,
.csc-form-confirmation-true input:hover,
.csc-form-confirmation-false input:focus,
.csc-form-confirmation-true input:focus,
.csc-form-confirmation-false input.focus,
.csc-form-confirmation-true input.focus {
  color: #ffffff;
  text-decoration: none;
}
.csc-form-confirmation-false input:active,
.csc-form-confirmation-true input:active,
.csc-form-confirmation-false input.active,
.csc-form-confirmation-true input.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.csc-form-confirmation-false input.disabled,
.csc-form-confirmation-true input.disabled,
.csc-form-confirmation-false input[disabled],
.csc-form-confirmation-true input[disabled],
fieldset[disabled] .csc-form-confirmation-false input,
fieldset[disabled] .csc-form-confirmation-true input {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
a.csc-form-confirmation-false input.disabled,
a.csc-form-confirmation-true input.disabled,
fieldset[disabled] a.csc-form-confirmation-false input,
fieldset[disabled] a.csc-form-confirmation-true input {
  pointer-events: none;
}
.csc-form-confirmation-true input {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.csc-form-confirmation-true input:active,
.csc-form-confirmation-true input.active,
.open > .dropdown-toggle.csc-form-confirmation-true input {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.csc-form-confirmation-true input:active:hover,
.csc-form-confirmation-true input.active:hover,
.open > .dropdown-toggle.csc-form-confirmation-true input:hover,
.csc-form-confirmation-true input:active:focus,
.csc-form-confirmation-true input.active:focus,
.open > .dropdown-toggle.csc-form-confirmation-true input:focus,
.csc-form-confirmation-true input:active.focus,
.csc-form-confirmation-true input.active.focus,
.open > .dropdown-toggle.csc-form-confirmation-true input.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.csc-form-confirmation-true input:active,
.csc-form-confirmation-true input.active,
.open > .dropdown-toggle.csc-form-confirmation-true input {
  background-image: none;
}
.csc-form-confirmation-true input.disabled:hover,
.csc-form-confirmation-true input[disabled]:hover,
fieldset[disabled] .csc-form-confirmation-true input:hover,
.csc-form-confirmation-true input.disabled:focus,
.csc-form-confirmation-true input[disabled]:focus,
fieldset[disabled] .csc-form-confirmation-true input:focus,
.csc-form-confirmation-true input.disabled.focus,
.csc-form-confirmation-true input[disabled].focus,
fieldset[disabled] .csc-form-confirmation-true input.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.csc-form-confirmation-true input .badge {
  color: #337ab7;
  background-color: #fff;
}
.csc-form-confirmation-false input {
  border: 2px solid #e95d0f;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 7px 15px 5px;
  margin-bottom: 5px;
  border-radius: 0px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  color: #ffffff;
  background-color: #e95d0f;
  border-color: #e95d0f;
}
.csc-form-confirmation-false input:hover,
.csc-form-confirmation-false input:focus {
  color: #e95d0f;
  background-color: #ffffff;
  border: 2px solid #e95d0f;
  outline: none;
}
.csc-form-confirmation-false input:active,
.csc-form-confirmation-false input.active,
.open > .dropdown-toggle.csc-form-confirmation-false input {
  color: #ffffff;
  background-color: #b94a0c;
  border-color: #b0460b;
}
.csc-form-confirmation-false input:active:hover,
.csc-form-confirmation-false input.active:hover,
.open > .dropdown-toggle.csc-form-confirmation-false input:hover,
.csc-form-confirmation-false input:active:focus,
.csc-form-confirmation-false input.active:focus,
.open > .dropdown-toggle.csc-form-confirmation-false input:focus,
.csc-form-confirmation-false input:active.focus,
.csc-form-confirmation-false input.active.focus,
.open > .dropdown-toggle.csc-form-confirmation-false input.focus {
  color: #ffffff;
  background-color: #983c0a;
  border-color: #712d07;
}
.csc-form-confirmation-false input:active,
.csc-form-confirmation-false input.active,
.open > .dropdown-toggle.csc-form-confirmation-false input {
  background-image: none;
}
.csc-form-confirmation-false input.disabled:hover,
.csc-form-confirmation-false input[disabled]:hover,
fieldset[disabled] .csc-form-confirmation-false input:hover,
.csc-form-confirmation-false input.disabled:focus,
.csc-form-confirmation-false input[disabled]:focus,
fieldset[disabled] .csc-form-confirmation-false input:focus,
.csc-form-confirmation-false input.disabled.focus,
.csc-form-confirmation-false input[disabled].focus,
fieldset[disabled] .csc-form-confirmation-false input.focus {
  background-color: #e95d0f;
  border-color: #e95d0f;
}
.csc-form-confirmation-false input .badge {
  color: #e95d0f;
  background-color: #ffffff;
}
html.site-678 .navbar-header-icons {
  display: none;
}
html.site-678 footer .footer_top .footer_top-box .half img.logo-spendenabsetzbarkeit {
  margin: 0 auto;
}
html.site-678 #footer_top-box2 {
  padding: 0;
  padding-top: 20px;
  text-align: center;
}
#hw-40 .row_topnav .topnav_left > div:nth-child(2) {
  position: relative;
  width: auto;
  height: 75px;
  padding: 0;
  background: transparent;
}
#hw-40 .row_topnav .topnav_left > div:nth-child(2):after {
  content: none;
}
#hw-40 .row_topnav .topnav_left > div:nth-child(2) img {
  width: auto;
  height: 75px;
}
@media (max-width: 768px) {
  #hw-40 .row_topnav .topnav_left > div:nth-child(3) .country-titel {
    font-size: 11px;
  }
}
#hw-40 .row_topnav .topnav_left > div:nth-child(3) .country-titel a {
  color: #000000;
}
@media (max-width: 768px) {
  #hw-40 .row_topnav .topnav_left > div:nth-child(3) .country-name {
    font-size: 11px;
  }
}
#hw-40 .row_topnav .topnav_left > div:nth-child(3) .country-name a {
  color: #000000;
}
#hw-40 .row_topnav .topnav_right .topnav_right_text {
  display: none;
  position: absolute;
  top: 18px;
  right: 90px;
  width: 185px;
  line-height: 1.45;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
}
#hw-40 .row_topnav .topnav_right .topnav_right_text span {
  display: block;
}
@media (min-width: 992px) {
  #hw-40 .row_topnav .topnav_right .topnav_right_text {
    display: block;
  }
}
#hw-40 .navbar-header {
  background-color: #eeeeee;
}
#hw-40 .menu-navigation {
  border: 1px solid #eeeeee;
  border-left: 9px solid #eeeeee;
}
#hw-40 .menu-navigation ul.add-nav {
  border-right: 1px solid #eeeeee;
}
#hw-40 .menu-navigation ul.menu-level1 li.menu-level1-item {
  border-right: 1px solid #eeeeee;
}
#hw-40 .menu-navigation ul.menu-level1 li.menu-level1-item.active {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
#hw-40 .menu-navigation ul.add-nav {
  display: none;
}
#hw-40 .big-timeline .animated {
  animation-fill-mode: none;
}
#hw-40 .big-timeline .border-dotted-top.animated {
  animation-fill-mode: both;
}
/*# sourceMappingURL=hwnoe-40.css.map */