/* FRONTEND LESS
*********************************************/
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
/*@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
*/

/* Variables and colors */
/* raleway-300 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/raleway-v12-latin-300.eot');
  /* IE9 Compat Modes */
  src: local('Raleway Light'), local('Raleway-Light'), url('../fonts/raleway-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/raleway-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/raleway-v12-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/raleway-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/raleway-v12-latin-300.svg#Raleway') format('svg');
  /* Legacy iOS */
}
/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v12-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Raleway'), local('Raleway-Regular'), url('../fonts/raleway-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/raleway-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/raleway-v12-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/raleway-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/raleway-v12-latin-regular.svg#Raleway') format('svg');
  /* Legacy iOS */
}
/* raleway-500 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/raleway-v12-latin-500.eot');
  /* IE9 Compat Modes */
  src: local('Raleway Medium'), local('Raleway-Medium'), url('../fonts/raleway-v12-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/raleway-v12-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/raleway-v12-latin-500.woff') format('woff'), /* Modern Browsers */ url('../fonts/raleway-v12-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/raleway-v12-latin-500.svg#Raleway') format('svg');
  /* Legacy iOS */
}
/* raleway-600 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/raleway-v12-latin-600.eot');
  /* IE9 Compat Modes */
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url('../fonts/raleway-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/raleway-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/raleway-v12-latin-600.woff') format('woff'), /* Modern Browsers */ url('../fonts/raleway-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/raleway-v12-latin-600.svg#Raleway') format('svg');
  /* Legacy iOS */
}
/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/raleway-v12-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Raleway Bold'), local('Raleway-Bold'), url('../fonts/raleway-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/raleway-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/raleway-v12-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/raleway-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/raleway-v12-latin-700.svg#Raleway') format('svg');
  /* Legacy iOS */
}
/* raleway-800 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/raleway-v12-latin-800.eot');
  /* IE9 Compat Modes */
  src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'), url('../fonts/raleway-v12-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/raleway-v12-latin-800.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/raleway-v12-latin-800.woff') format('woff'), /* Modern Browsers */ url('../fonts/raleway-v12-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/raleway-v12-latin-800.svg#Raleway') format('svg');
  /* Legacy iOS */
}
/* IcoMoon *
 ***********************************/
@font-face {
  font-family: 'IcoMoon';
  src: url('../../../media/jui/fonts/IcoMoon.eot');
  src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'IcoMoon';
  content: attr(data-icon);
  speak: none;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 0.25em;
  line-height: 14px;
}
dd > span[class^="icon-"] + time,
dd > span[class*=" icon-"] + time {
  margin-left: -0.25em;
}
dl.article-info dd.hits span[class^="icon-"],
dl.article-info dd.hits span[class*=" icon-"] {
  margin-right: 0;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'IcoMoon';
  font-style: normal;
  speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
  font-weight: normal;
}
.icon-joomla:before {
  content: "\e200";
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
  content: "\e005";
}
.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
  content: "\e006";
}
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
  content: "\e007";
}
.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
  content: "\e008";
}
.icon-arrow-first:before {
  content: "\e003";
}
.icon-arrow-last:before {
  content: "\e004";
}
.icon-arrow-up-2:before {
  content: "\e009";
}
.icon-arrow-right-2:before {
  content: "\e00a";
}
.icon-arrow-down-2:before {
  content: "\e00b";
}
.icon-arrow-left-2:before {
  content: "\e00c";
}
.icon-arrow-up-3:before {
  content: "\e00f";
}
.icon-arrow-right-3:before {
  content: "\e010";
}
.icon-arrow-down-3:before {
  content: "\e011";
}
.icon-arrow-left-3:before {
  content: "\e012";
}
.icon-menu-2:before {
  content: "\e00e";
}
.icon-arrow-up-4:before {
  content: "\e201";
}
.icon-arrow-right-4:before {
  content: "\e202";
}
.icon-arrow-down-4:before {
  content: "\e203";
}
.icon-arrow-left-4:before {
  content: "\e204";
}
.icon-share:before,
.icon-redo:before {
  content: "\27";
}
.icon-undo:before {
  content: "\28";
}
.icon-forward-2:before {
  content: "\e205";
}
.icon-backward-2:before,
.icon-reply:before {
  content: "\e206";
}
.icon-unblock:before,
.icon-refresh:before,
.icon-redo-2:before {
  content: "\6c";
}
.icon-undo-2:before {
  content: "\e207";
}
.icon-move:before {
  content: "\7a";
}
.icon-expand:before {
  content: "\66";
}
.icon-contract:before {
  content: "\67";
}
.icon-expand-2:before {
  content: "\68";
}
.icon-contract-2:before {
  content: "\69";
}
.icon-play:before {
  content: "\e208";
}
.icon-pause:before {
  content: "\e209";
}
.icon-stop:before {
  content: "\e210";
}
.icon-previous:before,
.icon-backward:before {
  content: "\7c";
}
.icon-next:before,
.icon-forward:before {
  content: "\7b";
}
.icon-first:before {
  content: "\7d";
}
.icon-last:before {
  content: "\e000";
}
.icon-play-circle:before {
  content: "\e00d";
}
.icon-pause-circle:before {
  content: "\e211";
}
.icon-stop-circle:before {
  content: "\e212";
}
.icon-backward-circle:before {
  content: "\e213";
}
.icon-forward-circle:before {
  content: "\e214";
}
.icon-loop:before {
  content: "\e001";
}
.icon-shuffle:before {
  content: "\e002";
}
.icon-search:before {
  content: "\53";
}
.icon-zoom-in:before {
  content: "\64";
}
.icon-zoom-out:before {
  content: "\65";
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
  content: "\2b";
}
.icon-pencil-2:before {
  content: "\2c";
}
.icon-brush:before {
  content: "\3b";
}
.icon-save-new:before,
.icon-plus-2:before {
  content: "\5d";
}
.icon-minus-sign:before,
.icon-minus-2:before {
  content: "\5e";
}
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
  content: "\49";
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
  content: "\47";
}
.icon-new:before,
.icon-plus:before {
  content: "\2a";
}
.icon-plus-circle:before {
  content: "\e215";
}
.icon-minus:before,
.icon-not-ok:before {
  content: "\4b";
}
.icon-ban-circle:before,
.icon-minus-circle:before {
  content: "\e216";
}
.icon-unpublish:before,
.icon-cancel:before {
  content: "\4a";
}
.icon-cancel-circle:before {
  content: "\e217";
}
.icon-checkmark-2:before {
  content: "\e218";
}
.icon-checkmark-circle:before {
  content: "\e219";
}
.icon-info:before {
  content: "\e220";
}
.icon-info-2:before,
.icon-info-circle:before {
  content: "\e221";
}
.icon-question:before,
.icon-question-sign:before,
.icon-help:before {
  content: "\45";
}
.icon-question-2:before,
.icon-question-circle:before {
  content: "\e222";
}
.icon-notification:before {
  content: "\e223";
}
.icon-notification-2:before,
.icon-notification-circle:before {
  content: "\e224";
}
.icon-pending:before,
.icon-warning:before {
  content: "\48";
}
.icon-warning-2:before,
.icon-warning-circle:before {
  content: "\e225";
}
.icon-checkbox-unchecked:before {
  content: "\3d";
}
.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-checked:before {
  content: "\3e";
}
.icon-checkbox-partial:before {
  content: "\3f";
}
.icon-square:before {
  content: "\e226";
}
.icon-radio-unchecked:before {
  content: "\e227";
}
.icon-radio-checked:before,
.icon-generic:before {
  content: "\e228";
}
.icon-circle:before {
  content: "\e229";
}
.icon-signup:before {
  content: "\e230";
}
.icon-grid:before,
.icon-grid-view:before {
  content: "\58";
}
.icon-grid-2:before,
.icon-grid-view-2:before {
  content: "\59";
}
.icon-menu:before {
  content: "\5a";
}
.icon-list:before,
.icon-list-view:before {
  content: "\31";
}
.icon-list-2:before {
  content: "\e231";
}
.icon-menu-3:before {
  content: "\e232";
}
.icon-folder-open:before,
.icon-folder:before {
  content: "\2d";
}
.icon-folder-close:before,
.icon-folder-2:before {
  content: "\2e";
}
.icon-folder-plus:before {
  content: "\e234";
}
.icon-folder-minus:before {
  content: "\e235";
}
.icon-folder-3:before {
  content: "\e236";
}
.icon-folder-plus-2:before {
  content: "\e237";
}
.icon-folder-remove:before {
  content: "\e238";
}
.icon-file:before {
  content: "\e016";
}
.icon-file-2:before {
  content: "\e239";
}
.icon-file-add:before,
.icon-file-plus:before {
  content: "\29";
}
.icon-file-minus:before {
  content: "\e017";
}
.icon-file-check:before {
  content: "\e240";
}
.icon-file-remove:before {
  content: "\e241";
}
.icon-save-copy:before,
.icon-copy:before {
  content: "\e018";
}
.icon-stack:before {
  content: "\e242";
}
.icon-tree:before {
  content: "\e243";
}
.icon-tree-2:before {
  content: "\e244";
}
.icon-paragraph-left:before {
  content: "\e246";
}
.icon-paragraph-center:before {
  content: "\e247";
}
.icon-paragraph-right:before {
  content: "\e248";
}
.icon-paragraph-justify:before {
  content: "\e249";
}
.icon-screen:before {
  content: "\e01c";
}
.icon-tablet:before {
  content: "\e01d";
}
.icon-mobile:before {
  content: "\e01e";
}
.icon-box-add:before {
  content: "\51";
}
.icon-box-remove:before {
  content: "\52";
}
.icon-download:before {
  content: "\e021";
}
.icon-upload:before {
  content: "\e022";
}
.icon-home:before {
  content: "\21";
}
.icon-home-2:before {
  content: "\e250";
}
.icon-out-2:before,
.icon-new-tab:before {
  content: "\e024";
}
.icon-out-3:before,
.icon-new-tab-2:before {
  content: "\e251";
}
.icon-link:before {
  content: "\e252";
}
.icon-picture:before,
.icon-image:before {
  content: "\2f";
}
.icon-pictures:before,
.icon-images:before {
  content: "\30";
}
.icon-palette:before,
.icon-color-palette:before {
  content: "\e014";
}
.icon-camera:before {
  content: "\55";
}
.icon-camera-2:before,
.icon-video:before {
  content: "\e015";
}
.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
  content: "\56";
}
.icon-music:before {
  content: "\57";
}
.icon-user:before {
  content: "\22";
}
.icon-users:before {
  content: "\e01f";
}
.icon-vcard:before {
  content: "\6d";
}
.icon-address:before {
  content: "\70";
}
.icon-share-alt:before,
.icon-out:before {
  content: "\26";
}
.icon-enter:before {
  content: "\e257";
}
.icon-exit:before {
  content: "\e258";
}
.icon-comment:before,
.icon-comments:before {
  content: "\24";
}
.icon-comments-2:before {
  content: "\25";
}
.icon-quote:before,
.icon-quotes-left:before {
  content: "\60";
}
.icon-quote-2:before,
.icon-quotes-right:before {
  content: "\61";
}
.icon-quote-3:before,
.icon-bubble-quote:before {
  content: "\e259";
}
.icon-phone:before {
  content: "\e260";
}
.icon-phone-2:before {
  content: "\e261";
}
.icon-envelope:before,
.icon-mail:before {
  content: "\4d";
}
.icon-envelope-opened:before,
.icon-mail-2:before {
  content: "\4e";
}
.icon-unarchive:before,
.icon-drawer:before {
  content: "\4f";
}
.icon-archive:before,
.icon-drawer-2:before {
  content: "\50";
}
.icon-briefcase:before {
  content: "\e020";
}
.icon-tag:before {
  content: "\e262";
}
.icon-tag-2:before {
  content: "\e263";
}
.icon-tags:before {
  content: "\e264";
}
.icon-tags-2:before {
  content: "\e265";
}
.icon-options:before,
.icon-cog:before {
  content: "\38";
}
.icon-cogs:before {
  content: "\37";
}
.icon-screwdriver:before,
.icon-tools:before {
  content: "\36";
}
.icon-wrench:before {
  content: "\3a";
}
.icon-equalizer:before {
  content: "\39";
}
.icon-dashboard:before {
  content: "\78";
}
.icon-switch:before {
  content: "\e266";
}
.icon-filter:before {
  content: "\54";
}
.icon-purge:before,
.icon-trash:before {
  content: "\4c";
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
  content: "\23";
}
.icon-unlock:before {
  content: "\e267";
}
.icon-key:before {
  content: "\5f";
}
.icon-support:before {
  content: "\46";
}
.icon-database:before {
  content: "\62";
}
.icon-scissors:before {
  content: "\e268";
}
.icon-health:before {
  content: "\6a";
}
.icon-wand:before {
  content: "\6b";
}
.icon-eye-open:before,
.icon-eye:before {
  content: "\3c";
}
.icon-eye-close:before,
.icon-eye-blocked:before,
.icon-eye-2:before {
  content: "\e269";
}
.icon-clock:before {
  content: "\6e";
}
.icon-compass:before {
  content: "\6f";
}
.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
  content: "\e01b";
}
.icon-book:before {
  content: "\e271";
}
.icon-lightning:before,
.icon-flash:before {
  content: "\79";
}
.icon-print:before,
.icon-printer:before {
  content: "\e013";
}
.icon-feed:before {
  content: "\71";
}
.icon-calendar:before {
  content: "\43";
}
.icon-calendar-2:before {
  content: "\44";
}
.icon-calendar-3:before {
  content: "\e273";
}
.icon-pie:before {
  content: "\77";
}
.icon-bars:before {
  content: "\76";
}
.icon-chart:before {
  content: "\75";
}
.icon-power-cord:before {
  content: "\32";
}
.icon-cube:before {
  content: "\33";
}
.icon-puzzle:before {
  content: "\34";
}
.icon-attachment:before,
.icon-paperclip:before,
.icon-flag-2:before {
  content: "\72";
}
.icon-lamp:before {
  content: "\74";
}
.icon-pin:before,
.icon-pushpin:before {
  content: "\73";
}
.icon-location:before {
  content: "\63";
}
.icon-shield:before {
  content: "\e274";
}
.icon-flag:before {
  content: "\35";
}
.icon-flag-3:before {
  content: "\e275";
}
.icon-bookmark:before {
  content: "\e023";
}
.icon-bookmark-2:before {
  content: "\e276";
}
.icon-heart:before {
  content: "\e277";
}
.icon-heart-2:before {
  content: "\e278";
}
.icon-thumbs-up:before {
  content: "\5b";
}
.icon-thumbs-down:before {
  content: "\5c";
}
.icon-unfeatured:before,
.icon-asterisk:before,
.icon-star-empty:before {
  content: "\40";
}
.icon-star-2:before {
  content: "\41";
}
.icon-featured:before,
.icon-default:before,
.icon-star:before {
  content: "\42";
}
.icon-smiley:before,
.icon-smiley-happy:before {
  content: "\e279";
}
.icon-smiley-2:before,
.icon-smiley-happy-2:before {
  content: "\e280";
}
.icon-smiley-sad:before {
  content: "\e281";
}
.icon-smiley-sad-2:before {
  content: "\e282";
}
.icon-smiley-neutral:before {
  content: "\e283";
}
.icon-smiley-neutral-2:before {
  content: "\e284";
}
.icon-cart:before {
  content: "\e019";
}
.icon-basket:before {
  content: "\e01a";
}
.icon-credit:before {
  content: "\e286";
}
.icon-credit-2:before {
  content: "\e287";
}
.icon-expired:before {
  content: "\4b";
}
html {
  overflow-y: scroll;
  /* scrollbar fix (prevent ugly left pull for lower content sites) */
  /*border-bottom: 1px solid @gray3;*/
}
body {
  padding: 0;
  margin: 0;
  color: #6b6b6b;
  background: #fff;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}

.ziffer {  
  font-family: 'Raleway', sans-serif;
  color: #6b6b6b;
   /*font-weight:300;
  font-size: 17px;*/
}
/* Layout
  Grid Positions are declared in Media Queries
*/
.grid-container .header {
  width: 100%;
  /* in Media Queries:
		height: 232px;
		background: url(../images/ascona-desktop-300-2.jpg) 0 0 no-repeat;
		*/
}
.grid-container .logo {
   justify-content:flex-start;

  /* in Media Queries:
		float: left;
		.custom {
			padding-left: 100px;
			img {
				margin-right: 50px;
			}
		}*/
}

.logo img {  
  vertical-align: top;
  
}

.logo {
  flex-basis:30vw;
  flex-grow:0;
  flex-shrink:0; 
  margin-bottom:2vw; 
  padding-right:2vw;
  
  margin-left:0px;
  padding-left:0px;
}

.grid-container .brand {
  /* in Media Queries:
		float: left;
		margin-top: 60px;
		h1 {
			color: @white;
		}
		*/
}
.grid-container .mod-languages li {
  margin-left: 2px;
  margin-right: 2px;
}
.grid-container .mod-languages li a {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.grid-container .mod-languages li a::after {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  margin-left: 2px;
  content: "•";
}
.grid-container .mod-languages li a:hover {
  color: #99d7fc;
  text-shadow: 1px 1px 1px #000;
}
.grid-container .mod-languages li.lang-active a {
  color: #99d7fc;
  text-shadow: 1px 1px 1px #000;
}
.grid-container .mod-languages li.lang-active a:hover {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.grid-container .mod-languages li + li + li a::after {
  margin-left: 0;
  content: "";
}
.grid-container .search input.search-query {
  border: none;
  border-radius: 5px;
  height: 28px;
  padding: 0 10px;
}
.grid-container .search .icon-search {
  width: 10px;
  margin-right: 0px;
  line-height: 16px;
}
.grid-container .menu {
  background-color: #99d7fc; 
}

.grid-container .slider {
  /*background-color: @cremweiss;
		/* new grid to be able the keep the content margin like the main layout */
  /*display: grid;
		grid-template-columns: minmax(10px,1fr) repeat(4, minmax(50px, 350px)) minmax(10px,1fr);
		grid-template-rows: auto;
		.custom {
			grid-column: 2 / 6;
		}*/
}
.grid-container .footer_wrapper {
  /* in media Queries
		background: url(../images/maggiore-2-footer-400.jpg) 0 0 no-repeat;
		min-height: 400px;
		*/
}
.grid-container .custom_svit {
  margin-left: 50px;
  margin-top: -25px;
}
/* HTML basic elements */
img {
  border: 0 none !important;
}
:focus {
  outline: 0 !important;
}
.clr {
  clear: both;
}
strong {
  font-style: normal;
  font-weight: bold;
}

.content ul {
  list-style: none;
  margin:0px;
  padding:0px 0px 0px 15px; 
}

.content ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #81140D; 
  font-weight: 800; 
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; 
  margin-left: -15px; 
}

a,
a:link,
a:visited,
a:focus,
a.btn {
  color: #38618d;
  text-decoration: none;
}
a:hover,
a.btn:hover {
  text-decoration: none;
  color: #81140D;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #81140D;
  font-family: 'Raleway', sans-serif !important;
  font-style: normal;
  font-weight: 300;
}
h1 {
  font-size: 50px;
  line-height: 55px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.page-header {
  margin-bottom: 40px;
}

.page-header h1{
  padding-left:0px;
}

.kontakt .page-header h1{
  padding-left:4px;
}

h2 {
  font-size: 36px;
  line-height: 40px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
h1 + h2 {
  margin-top: -20px;
}
h3 {
  font-size: 35px;
  line-height: 40px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
h4 {
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
h5 {
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 5px;
  margin-bottom: 0px;
}
h6 {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 0px;
  margin-bottom: -2px;
}
.impressum h6 {
  margin-bottom: -15px;
}

.sidebar img {
    max-width:30vw;
}


/* Blog - Content */
img.border_shadow {
  margin: 0 20px 20px 0 !important;
  padding: 5px;
  border: 1px solid #b7b7b7;
  box-shadow: 5px 2px 5px 1px #999999;
  width: 100%;
  max-width: 500px;
  height: auto;
  float: right;
}
img.border_shadow_more {
  margin: 0 20px 20px 20px;
  padding: 5px;
  border: 1px solid #b7b7b7;
  box-shadow: 5px 2px 5px 1px #999999;
  width: 100%;
  height: auto;
}
img.border_shadow_right {
  margin: 0 0 20px 20px !important;
  padding: 5px;
  border: 1px solid #b7b7b7;
  box-shadow: 5px 2px 5px #999999;
  width: 100%;
  max-width: 500px;
  height: auto;
  float: right;
}
.pull-left.item-image img {
  max-width: 500px;
  width: 100%;
  height: auto;
  margin: 20px 20px 20px 0;
  padding: 5px;
  border: 1px solid #b7b7b7;
  box-shadow: 5px 2px 5px 1px #999999;
}
ul.tags.inline {
  padding: 10px 0 15px 0px;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
ul.tags.inline li {
  padding: 7px 15px;
  border-radius: 20px;
  background: #daf3ff;
  margin-right: 10px;
  margin-bottom: 10px;
}
ul.tags.inline li a {
  color: #2F96B4;
  font-weight: 500;
}
ul.tags.inline li a:hover {
  color: #004f74;
}
.footer_wrapper .footer_row_1,
.footer_wrapper .footer_row_2 {
  margin-top: 0vw;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  font-size: 0.85em;
}

.footer_wrapper .footer_row_2 {
  margin-top: 0vw;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  font-size: 1em;
}

.footer_wrapper .footer_row_1 .footer_1,
.footer_wrapper .footer_row_2 .footer_1,
.footer_wrapper .footer_row_1 .footer_2,
.footer_wrapper .footer_row_2 .footer_2,
.footer_wrapper .footer_row_1 .footer_3,
.footer_wrapper .footer_row_2 .footer_3,
.footer_wrapper .footer_row_1 .footer_4,
.footer_wrapper .footer_row_2 .footer_4 {
  
}
.footer_wrapper .footer_row_1 .footer_1 a,
.footer_wrapper .footer_row_2 .footer_1 a,
.footer_wrapper .footer_row_1 .footer_2 a,
.footer_wrapper .footer_row_2 .footer_2 a,
.footer_wrapper .footer_row_1 .footer_3 a,
.footer_wrapper .footer_row_2 .footer_3 a,
.footer_wrapper .footer_row_1 .footer_4 a,
.footer_wrapper .footer_row_2 .footer_4 a {
  
  text-decoration: none;
}
.footer_wrapper .footer_row_1 .footer_1 a:hover,
.footer_wrapper .footer_row_2 .footer_1 a:hover,
.footer_wrapper .footer_row_1 .footer_2 a:hover,
.footer_wrapper .footer_row_2 .footer_2 a:hover,
.footer_wrapper .footer_row_1 .footer_3 a:hover,
.footer_wrapper .footer_row_2 .footer_3 a:hover,
.footer_wrapper .footer_row_1 .footer_4 a:hover,
.footer_wrapper .footer_row_2 .footer_4 a:hover {
  
  text-shadow: none;
  text-decoration: none;
}

div#maximenuck95 ul.maximenuck {
  background-color:transparent !important;
}



.footer_wrapper .footer_row_2 {
  margin-top: 5px;
}
.footer_wrapper .nav.menu {
  list-style: none;
  background-color: transparent;
  display: flex;
  flex-flow: row;
  justify-content: left;
  margin-left: -20px;
}
.footer_wrapper .nav.menu li {
  padding-left: 5px;
}
.footer_wrapper .nav.menu li a {
  color: #000;
  text-decoration: none;
}
.footer_wrapper .nav.menu li a:hover {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  text-decoration: none;
}
.footer_wrapper .nav.menu li a::after {
  margin-left: 5px;
  content: "•";
}
.footer_wrapper .nav.menu li + li > a::after {
  margin-left: 0;
  content: "";
}
.top_description {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
/* suchen */
.search .search-results .result-title {
  padding-top: 20px;
}
.search .search-results .result-title a {
  font-size: 26px;
  line-height: 30px;
}
.searchintro {
  clear: both;
  padding-top: 15px;
}
#search-searchword {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 1.42857;
  padding: 0px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  margin-top: 5px;
}
/* Regular Labs Silder */
.rl_sliders.accordion > .accordion-group {
  border: none;
}
.rl_sliders.accordion > .accordion-group .accordion-heading .accordion-toggle {
  color: #81140D;
  font-weight: 500;
  font-size: 18px;
  border: none;
}
.rl_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle {
  background: none;
  color: #81140D;
  border: none;
}
.rl_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle:hover {
  background: none;
  color: #81140D;
  text-decoration: none;
  border: none;
}
.rl_sliders.accordion > .accordion-group > .accordion-body > .accordion-inner {
  border: none;
}
.rl_sliders.accordion > .accordion-group.active > div > a:focus,
.rl_sliders.accordion > .accordion-group > div > a:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* End of Regular Labs Silder*/
#openestate_listing_pagination_top ul,
#openestate_listing_pagination_bottom ul,
#openestate_expose_menu_top ul,
#openestate_expose_menu_bottom ul,
#openestate_expose_view_menu ul {
  font-weight: normal;
}
#openestate_footer {
  font-size: 12px;
}
#openestate_footer a {
  color: #444444;
}
#openestate_expose_header_image .cboxElement img {
  width: 100%;
  height: auto;
  max-width: 400px;
}
.openestate_listing_entry .image a img {
  width: 100%;
  height: auto;
  max-width: 300px;
}
/* buttons */
/* search module */
.d_search .search button.btn.btn-primary {
  padding: 5px 10px;
  margin: 20px 0;
  background-color: transparent;
  border: none;
  background-image: none;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
}
.d_search .search button.btn.btn-primary:hover {
  background-color: transparent;
  border: none;
  color: #81140D;
}
/* Suche Seite */
button.btn {
  padding: 0 20px;
  margin: 20px 0 0 10px;
  background-color: #99d7fc;
  border: 1px solid #99d7fc;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
}
button.btn .icon-search {
  padding-right: 10px;
}
button.btn:hover {
  background-color: #004f74;
  border: 1px solid #004f74;
  color: #81140D;
}
.readmore {
  margin: 40px 0 80px 0;
}
.readmore a.btn {
  padding: 9px 20px 7px 20px;
  margin: 0;
  background-color: #99d7fc;
  border: 1px solid #99d7fc;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
}
.readmore a.btn:hover {
  background-color: #004f74;
  border: 1px solid #004f74;
  color: #fff;
}
.pager.pagenav {
  list-style: none;
  padding-left: 0;
  margin: 40px 0 40px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.pager.pagenav .next a,
.pager.pagenav .previous a {
  padding: 9px 20px 7px 20px;
  margin: 0;
  background-color: #99d7fc;
  border: 1px solid #99d7fc;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
}
.pager.pagenav .next a:hover,
.pager.pagenav .previous a:hover {
  background-color: #004f74;
  border: 1px solid #004f74;
  color: #81140D;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip-inner {
  max-width: 250px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #81140D;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 5px;
}
/* Breezingforms - breezingforms */
.bfQuickMode #bfPage1 .bfPageIntro h3 {
  margin-top: -40px;
}
.bfQuickMode .bfRequired {
  color: #99d7fc !important;
  float: none;
  font-size: 100%;
  font-weight: normal;
}
.bfQuickMode button.bfSubmitButton {
  float: left;
  margin: 25px 0 15px 4px;
  padding: 6px 20px;
  background-color: #38618d;
  border: 1px solid #38618d;
  color: #fff;
  font-size: 120%;
  border-radius: 20px;
}
.bfQuickMode button.bfSubmitButton:hover {
  background-color: #81140D;
  border: 1px solid #81140D;
  color: #fff;
}
.bfQuickMode input[type="text"],
.bfQuickMode select,
.bfQuickMode textarea {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  font-family: sans-serif;
  display: block;
  font-size: 16px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.bfQuickMode label {
  font-weight: normal;
  margin-left: 3px;
}
.bfQuickMode .bfLabelTop label {
  width: 95% !important
}
.bfQuickMode section.bfElemWrap {
  margin-top: 15px !important;
  padding: 5px;
}
/* DSGVO */
section#bfElemWrap17 {
  padding-top: 15px;
  max-width: 530px;
}
section#bfElemWrap17 label#bfLabel17 {
  width: 95%;
  margin-top: -2px;
}
section#bfElemWrap18 {
  padding: 15px 5px;
  max-width: 530px;
}
section#bfElemWrap18 label#bfLabel18 {
  width: 100%;
  font-style: italic;
}
/* alert */
.bfQuickMode .bfErrorMessage {
  font-weight: bold;
  color: #81140D !important;
}

/* Tags */
.tag-category .category.list-striped {
  list-style: none;
  padding-left: 0;
}
/* Pagination - taken from protostar but mit flex */
.pagination .counter.pull-right {
  margin-top: 5px;
}
.pagination {
  margin: 20px 0;
  padding-bottom: 40px;
  /*border: 1px solid red;*/
}
.pagination ul {
  /*border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin-bottom: 0;*/
  margin-left: -40px;
  /*border: 1px solid lime;*/
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  line-height: 30px;
}
.pagination ul > li > a,
.pagination ul > li > span {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #fff;
  border-color: #ddd;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  line-height: 18px;
  padding: 4px 12px;
  text-decoration: none;
  color: #004f74;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #daf3ff;
  color: #004f74 !important;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #004f74 !important;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  background-color: transparent;
  color: #004f74;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-left-width: 1px;
  border-top-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  font-size: 16.25px;
  padding: 11px 19px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  font-size: 12px;
  padding: 2px 10px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  font-size: 9.75px;
  padding: 0 6px;
}
/* responsive Tables */
/* Variables
================================== */
/* Tables
================================== */
.Rtable {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0;
}
.Rtable-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  padding: 0.8em 1.2em;
  overflow: hidden;
  list-style: none;
  border: solid 3px white;
  background: #daf3ff;
}
.Rtable-cell > h1,
.Rtable-cell > h2,
.Rtable-cell > h3,
.Rtable-cell > h4,
.Rtable-cell > h5,
.Rtable-cell > h6 {
  margin: 0;
}
/* Table column sizing
================================== */
.Rtable--2cols > .Rtable-cell {
  width: 50%;
}
.Rtable--3cols > .Rtable-cell {
  width: 33.33%;
}
.Rtable--4cols > .Rtable-cell {
  width: 25%;
}
.Rtable--5cols > .Rtable-cell {
  width: 20%;
}
.Rtable--6cols > .Rtable-cell {
  width: 16.6%;
}
/* Responsive
==================================== */
@media all and (max-width: 500px) {
  .Rtable--collapse {
    display: block;
  }
  .Rtable--collapse > .Rtable-cell {
    width: 100% !important;
  }
  .Rtable--collapse > .Rtable-cell--foot {
    margin-bottom: 1em;
  }
}
.no-flexbox .Rtable {
  display: block;
}
.no-flexbox .Rtable > .Rtable-cell {
  width: 100%;
}
.no-flexbox .Rtable > .Rtable-cell--foot {
  margin-bottom: 1em;
}
/*.footer {
	float: none;
	border: none;
	margin: 0;
	padding: 50px 0 0 0;
	width: auto;
	font-size: 14px;
	color: darken(@gray3, 10%);
	a {
		color: darken(@gray3, 10%);
	}
}*/
/*@media all and (-ms-high-contrast:none) {
  .grid-container {
    display: -ms-grid;
    -ms-grid-columns: 1fr minmax(50px, 300px) minmax(50px, 300px) minmax(50px, 300px) minmax(50px, 300px) 1fr;
    -ms-grid-rows: 200px 1auto 1auto 1fr;
  }
}*/
/* Sitemap */
.osmap-sitemap ul {
  margin-left: 0px;
  list-style: none;
}


.osmap-sitemap ul li {
  margin-left: -23px;
  padding-bottom: 10px;
}



.osmap-sitemap ul li.osmap-has-children ul {
  margin-top: 3px;
  margin-left: -20px;
}
.osmap-sitemap ul ul {
  margin-left: 0;
}
.osmap-sitemap ul ul li {
  margin-left: 0;
}
.osmap-sitemap a {
  text-decoration: none;
}
/* System message
 ***************************************/
#system-message > div {
  margin: 10px 25px 0 17px;
}
.alert {
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  line-height: 20px;
  position: relative;
  right: -21px;
  top: -2px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-bottom: 14px;
  padding-top: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.alert .close {
  line-height: 20px;
  position: relative;
  right: -21px;
  top: -2px;
}
.close {
  color: #000000;
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  opacity: 0.2;
  text-shadow: 0 1px 0 #ffffff;
}
/* editor *
 ****************************/
.blau {
  color: #81140D;
}
.blau-3 {
  color: #99d7fc;
}
.blau-4 {
  color: #004f74;
}
.rand_blau {
  border: 1px solid #81140D !important;
}
.rand_blau_3,
.rand_blau_2 {
  border: 1px solid #99d7fc !important;
}
.smaller_90 {
  font-size: 90%;
}
.smaller_95 {
  font-size: 95%;
}
.abstand_vor_0 {
  margin-top: 0;
}
.abstand_vor_5 {
  margin-top: 5px;
}
.abstand_vor_10 {
  margin-top: 10px;
}
.abstand_vor_15 {
  margin-top: 15px;
}
.abstand_vor_20 {
  margin-top: 20px;
}
.abstand_vor_30 {
  margin-top: 30px;
}
.abstand_vor_40 {
  margin-top: 40px;
}
.abstand_vor_50 {
  margin-top: 50px;
}
.abstand_vor_60 {
  margin-top: 60px;
}
.abstand_vor_70 {
  margin-top: 70px;
}
.abstand_vor_80 {
  margin-top: 80px;
}
.abstand_vor_90 {
  margin-top: 90px;
}
.abstand_vor_100 {
  margin-top: 100px;
}
.abstand_vor_110 {
  margin-top: 110px;
}
.abstand_vor_120 {
  margin-top: 120px;
}
.abstand_vor_130 {
  margin-top: 130px;
}
.abstand_vor_140 {
  margin-top: 140px;
}
.abstand_vor_150 {
  margin-top: 150px;
}
.abstand_vor_160 {
  margin-top: 160px;
}
.abstand_vor_170 {
  margin-top: 170px;
}
.abstand_vor_180 {
  margin-top: 180px;
}
.abstand_vor_190 {
  margin-top: 190px;
}
.abstand_vor_200 {
  margin-top: 200px;
}
.abstand_vor_220 {
  margin-top: 220px;
}
.abstand_vor_250 {
  margin-top: 250px;
}
.abstand_vor_270 {
  margin-top: 270px;
}
.abstand_vor_300 {
  margin-top: 300px;
}
.abstand_vor_320 {
  margin-top: 320px;
}
.abstand_vor_350 {
  margin-top: 350px;
}
.abstand_vor_minus_5 {
  margin-top: -5px;
}
.abstand_vor_minus_10 {
  margin-top: -10px;
}
.abstand_vor_minus_15 {
  margin-top: -15px;
}
.abstand_vor_minus_20 {
  margin-top: -20px;
}
.abstand_unten_10 {
  margin-bottom: 10px;
}
.abstand_unten_15 {
  margin-bottom: 15px;
}
.abstand_unten_20 {
  margin-bottom: 20px;
}
.abstand_unten_30 {
  margin-bottom: 30px;
}
.mobilebarmaximenuck .mobilebarmenutitleck {
  background: none;
  margin: 10px 0 0 0;
}
.mobilebarmaximenuck {
  background: none;
}
.mobilebarmaximenuck {
  display: none;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  background: #99d7fc;
  width: 100%;
}
.mobilemaximenuck .mobilemaximenucktopbar {
  height: 42px;
  background-image: none;
  background-color: #2f4b6b;
}
.mobilebarmaximenuck .mobilebuttonmaximenuck {
  width: 42px;
  height: 28px;
  background: url(../images/icon_launch_bg_blau.png) left center no-repeat;
  margin: 4px 10px 0 0;
  padding-bottom:0px;
}

.mobilebarmenutitleck {
    padding: 10px 0px 0px 7px;
}

.mobilemaximenuck .mobilemaximenuckclose {
  background: url(../images/close-trans.png) center center no-repeat;
}
.mobilemaximenuck {
  background-color: #99d7fc;
  text-shadow: none;
}
/*.mobilemaximenuck .mobilemaximenucktitle {
    background: @gruen;
		border-bottom: 2px solid darken(@gruen, 10%);
}*/
.mobilemaximenuck div.level1.maximenuck > a {
  padding-left: 10px;
  background: none;
}
.mobilemaximenuck {
  font-size: 18px;
  color: #99d7fc;
}
.mobilemaximenuck div.maximenuck {
  background: none;
  border-bottom: 2px solid #3f648e;
  min-height: 35px;
  line-height: 35px;
  padding: 0 0 3px 0;
  margin: 0;
  position: relative;
}
.mobilemaximenuck div.maximenuck.level1:hover {
  background-color: #004f74;
}
.mobilemaximenuck div.maximenuck.level1.current.active {
  background-color: #004f74;
  border: none;
  border-bottom: 2px solid #3f648e;
}
.mobilemaximenuck div.current > a:after {
  background: none;
}
/* Media Queries */
/*********************************************/


@media (min-width: 769px) and (max-width: 1400px) {
  .grid-container {
    display: grid;
    height: auto;
    grid-template-columns: minmax(10px, 1fr) repeat(4, minmax(50px, 350px)) minmax(10px, 1fr);
    grid-template-rows: 350px auto;
  }
  
  
  .datenservice-siegert .header, .simone-siegert .header, .kontakt .header, .datenschutzerklaerung .header, .sitemap .header  {
    margin-top: 0px;
    grid-column: 1 / -1;
    grid-row: 1 / 1;
    height: 350px;
    background: url(../images/Datenservice-Zinnowitz-2.jpg) 0 0 no-repeat;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    
  }
  
  .datenservice .header {
    margin-top: 0px;
    grid-column: 1 / -1;
    grid-row: 1 / 1;
    height: 350px;
    background: url(../images/Zinnowitz-2.jpg) 0 0 no-repeat;
    background-size:cover;  
    background-position:right bottom;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  
  .datenservice .header {
  background: url(../images/Berlin2.jpg) 0 0 no-repeat !important;
  
 }
 
 .simone-siegert .header {
  background: url(../images/Zinnowitz-2.jpg) 0 0 no-repeat;
  }
  
  .kontakt .header {
  background: url(../images/Berlin-2.jpg) 0 0 no-repeat;
  background-size:cover;  
  background-position:center top;
  }
  
  
  
   .sitemap .header {
  background: url(../images/Zinnowitz-am-Meer-2.jpg) 0 0 no-repeat;
  background-size:cover;  
  background-position:right top;
   }
  
  
  .impressum .header{
    margin-top: 0px;
    grid-column: 1 / -1;
    grid-row: 1 / 1;
    height: 350px;
    background: url(../images/Zinnowitz-Berlin-2.jpg) 0 0 no-repeat;
    background-size:cover;  
    background-position:right bottom;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start; 
  }
  
  .datenschutzerklaerung .header  {
    background: url(../images/Siegert-Datenservice-Berlin-2.jpg) 0 0 no-repeat !important;
    background-size:cover !important;  
    background-position:left bottom !important;
  }
  
  
  
  .logo1, .logo3 {
    display:none; 
  }
  
  .brand {
    width: 400px;
  }
  .brand h1,
  .brand h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
  }
  .brand h1 a,
  .brand h2 a,
  .brand h1 a:hover,
  .brand h2 a:hover {
    color: #fff;
    text-decoration: none;
  }
  .brand h2 {
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 22px;
    line-height: 25px;
  }

  .slider {
    grid-column: 1 / -1;
    grid-row: 3 / 4;
  }
  .container_above {
    display: none;
  }


  .footer_wrapper {
    grid-column: 1 / -1;
    grid-row: 5 / 6;
    background-color: #d7d7d9;
   
  }
  .footer_wrapper .footer_2 .nav.menu.mod-list {
    margin-top: 20px;
  }
  .top_description .block_left {
    padding: 20px 20px 20px 20px;
    width: 25%;
  }
  .top_description .block_right {
    padding: 0px 20px 20px 15px;
    width: 60%;
    min-width: 25%;
  }
}
@media (min-width: 1401px) {
  .grid-container {
    display: grid;
    height: auto;
    grid-template-columns: minmax(10px, 1fr) repeat(4, minmax(50px, 350px)) minmax(10px, 1fr);
    grid-template-rows: 350px auto;
  }
  
  
  .datenservice-siegert .header {
    grid-column: 1 / -1;
    grid-row: 1 / 1;
    height: 360px;
    background: url(../images/Datenservice-Zinnowitz-1.jpg) 0 0 no-repeat;
    background-size:cover;  
    background-position:center bottom;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  
  .datenservice .header, .simone-siegert .header, .kontakt .header, .sitemap .header, .datenschutzerklaerung .header, .impressum .header  {
    grid-column: 1 / -1;
    grid-row: 1 / 1;
    height: 360px;
    background: url(../images/Zinnowitz-1.jpg) 0 0 no-repeat;
    background-size:cover;  
    background-position:right bottom;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  
 .datenservice .header {
   background: url(../images/Berlin2.jpg) 0 0 no-repeat;
   background-size:cover; 
   background-position:85% 100%; 
 }
  
  .simone-siegert .header {
  background: url(../images/Zinnowitz-1.jpg) 0 0 no-repeat;
  background-size:cover;  
    background-position:right bottom;
  }
  
  .kontakt .header {
  background: url(../images/Berlin-1.jpg) 0 0 no-repeat;
  background-size:cover;  
  background-position:right top;
  }

    
  .sitemap .header {
  background: url(../images/Zinnowitz-am-Meer-2.jpg) 0 0 no-repeat;
  background-size:cover;  
  background-position:center top;
   }
   
  
  .impressum .header  {
    background: url(../images/Zinnowitz-Berlin-2.jpg) 0 0 no-repeat;
     background-size:cover;  
    background-position:left bottom;
  }
  
  .datenschutzerklaerung .header  {
    background: url(../images/Siegert-Datenservice-Berlin-2.jpg) 0 0 no-repeat !important;
     background-size:cover !important;  
    background-position:left bottom !important;
  }
  
  
  .logo2, .logo3 {
    display:none; 
  }

  .brand {
    float: left;
  }
  .brand h1,
  .brand h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
  }
  .brand h1 a,
  .brand h2 a,
  .brand h1 a:hover,
  .brand h2 a:hover {
    color: #fff;
    text-decoration: none;
  }
  .brand h2 {
    margin: 0;
    padding: 0;
    font-size: 22px;
  }
  
  /** Menü mittig
  .menu .maximenuckh {
    display: grid;
    grid-template-columns: minmax(10px, 1fr) repeat(4, minmax(50px, 350px)) minmax(10px, 1fr);
    grid-template-rows: auto;
  }
  .menu .maximenuckh ul.maximenuck {
    grid-column: 2 / 6;
    padding-left: 5px;
  }**/
  
  .slider {
    grid-column: 1 / -1;
    grid-row: 3 / 4;
  }

  
  .footer_wrapper {
    grid-column: 1 / -1;
    grid-row: 5 / 6;
    background-color: #d7d7d9;
    min-height: 400px;
  }
  
  .top_description .block_left {
    padding: 20px 20px 20px 20px;
    width: 25%;
  }
  .top_description .block_right {
    padding: 0 20px 20px 15px;
    width: 69%;
  }
}

/**zusammen**/

@media (min-width: 769px) {
  .logo .custom img {
   padding: 2vw 0vw 0vw 4vw;
  }
  .menu {
    grid-column: 1 / -1;
    grid-row: 2 / 2;
    padding-left:0px;
  }
  .grid-container {
    display: grid;
    height: auto;
    grid-template-columns: minmax(10px, 1fr) repeat(4, minmax(50px, 350px)) minmax(10px, 1fr);
    grid-template-rows: 350px auto;
  }
  
  .content {
    grid-column: 2 / 6;
    grid-row: 2 / 3;
  }
  .content .pad_content {
    padding: 3.5vw 6vw 7vw 6vw;
  }

  
  .footer_row_1, .home .footer_row_1, .footer_row_2, .home .footer_row_2 {
    padding: 0vw 6vw 7vw 6vw;
  }

  .content.one-sidebar {
    grid-column: 3 / 7;
    grid-row: 4 / 5;
  }.content .pad_content, 
  .content.one-sidebar .pad_content {
     padding: 36px 5vw 80px 14vw;
  }
  .sidebar {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
    padding: 43px 5vw 2vw 7vw;
  }
  
   .datenservice-siegert .sidebar {
    grid-column: 5 / 5;
    grid-row: 4 / 5;
    padding: 5vw 5vw 2vw 0vw;
  }
  
  .datenservice-siegert .content {
    grid-column: 1 / 5;
    grid-row: 4 / 5;
  }
  
  .datenservice-siegert .content.one-sidebar .pad_content {
   padding: 3.5vw 3vw 7vw 6.5vw;
}

 .datenservice-siegert .sidebar img{
  max-width:100%
}

 .datenservice-siegert .container_below {
    display:none;
  }
  

}

@media (min-width: 1000px){
.sidebar img {
    max-width:25vw;
}
.sidebar {
  padding: 80px 2vw 2vw 7vw;
}

.kontakt .sidebar {
  padding: 60px 2vw 2vw 7vw;
}
 
}
  


@media (min-width: 1401px){
.header {
    background-position:left top;    
 } 
 .logo .custom img {
    padding: 2vw 0vw 0vw 5vw;   
  } 
}

.content {
    grid-column: 1 / 6;
    grid-row: 4 / 5;
}

.content .pad_content {
    padding: 3.5vw 6.5vw 7vw 6.5vw;
  }
.home .content .pad_content {
      padding: 3.5vw 6.5vw 7vw 6.5vw;
  }
  
.footer_row_1, .home .footer_row_1 {
    padding: 0vw 6.5vw 7vw 6.5vw;
  }
  
.footer_row_2, .home .footer_row_2 {
    padding: 0vw 6.5vw 7vw 6.5vw;
  }

@media (min-width: 1440px){
.content.one-sidebar .pad_content {
    padding: 20px 5vw 5vw 12vw;
  }
  
}
  
  
@media (min-width: 1600px){
.content.one-sidebar .pad_content {
    padding: 20px 5vw 5vw 9vw;
  }
}

@media (min-width: 1700px){
.content.one-sidebar .pad_content {
    padding: 20px 5vw 5vw 8vw;
  }
}

@media (min-width: 1800px){
.content.one-sidebar .pad_content {
    padding: 20px 5vw 5vw 7vw;
  }
}

@media (min-width: 1950px){
.content.one-sidebar .pad_content {
    padding: 20px 5vw 5vw 4vw;
  }
}


@media (min-width: 2150px){
.content.one-sidebar .pad_content {
    padding: 20px 5vw 5vw 3vw;
  }
}

@media (min-width: 2200px){
.content.one-sidebar .pad_content {
    padding: 20px 7vw 4vw 0vw;
    margin-left:-2vw;
  }
}

@media (min-width: 2300px){
.content.one-sidebar .pad_content {
    margin-left:-4vw;
  }
}

@media (min-width: 2400px){
.content.one-sidebar .pad_content {
    margin-left:-5vw;
  }
}

@media (min-width: 2500px){
.content.one-sidebar .pad_content {
    margin-left:-6vw;
  }
}

@media (min-width: 2600px){
.content.one-sidebar .pad_content {
    margin-left:-7vw;
  }
}


@media (max-width: 768px) {
  .grid-container {
    display: grid;
    height: auto;
    grid-template-columns: minmax(10px, 1fr) repeat(4, minmax(50px, 350px)) minmax(10px, 1fr);
    grid-template-rows: 300px auto;
  }
 
  
   .datenservice-siegert .header  {
    grid-column: 1 / -1;
    grid-row: 1 / 1;
    height: 300px;
    background: url(../images/Datenservice-Zinnowitz-3.jpg) 0 0 no-repeat;
    background-size:cover;  
    background-position:center top;
    margin-top: -5px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  
  
  .datenservice .header, .simone-siegert .header, .kontakt .header, .datenschutzerklaerung .header, .sitemap .header   {
    grid-column: 1 / -1;
    grid-row: 1 / 1;
    height: 300px;
    background: url(../images/Berlin3.jpg) 0 0 no-repeat;
    background-size:cover;  
    background-position:right bottom;
    margin-top: -5px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  
  .simone-siegert .header {
  background: url(../images/Zinnowitz-3.jpg) 0 0 no-repeat;
  }
  
  .kontakt .header {
  background: url(../images/Berlin-3.jpg) 0 0 no-repeat;
  background-size:cover;  
  background-position:center top;
  }
  
  
 .sitemap .header {
  background: url(../images/Zinnowitz-am-Meer-3.jpg) 0 0 no-repeat;
  background-size:cover;  
  background-position:center top;
   }
  
  .impressum .header  {
    grid-column: 1 / -1;
    grid-row: 1 / 1;
    height: 300px;
    background: url(../images/Zinnowitz-Berlin-3.jpg) 0 0 no-repeat;
    background-size:cover;  
    background-position:right bottom;
    margin-top: -5px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  
  .datenschutzerklaerung .header  {
    background: url(../images/Siegert-Datenservice-Berlin-3.jpg) 0 0 no-repeat !important;
     background-size:cover !important;  
    background-position:left bottom !important;
  }
  
  
  .logo1, .logo2 {
    display:none; 
  }
  
  .logo .custom {  
    padding-left: 0;
  }
  .logo .custom img {
    max-width:90%;
    padding: 4vw 0vw 0vw 4vw;
    margin: 0px 0px 0px 0px;
  }
  .brand {
    width: 170px;
    margin-top: -10px;
    padding: 0 20px;
  }
  .brand h1,
  .brand h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
  }
  .brand h1 a,
  .brand h2 a,
  .brand h1 a:hover,
  .brand h2 a:hover {
    color: #fff;
    text-decoration: none;
  }
  .brand h2 {
    margin: 0;
    padding: 20px 0 0 0;
    font-size: 18px;
    line-height: 20px;
  }
  .mod-languages {
    padding: 0 10px;
  }
  .mod-languages ul.lang-inline li {
    display: block !important;
    margin-bottom: 5px;
  }
  .mod-languages ul.lang-inline li a {
    font-size: 16px;
  }
  .mod-languages ul.lang-inline li a::after {
    content: "";
  }
  .d_search .search {
    margin-left: 110px;
    margin-top: -60px;
  }
  
  .content {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
  }
  
  h1 {
    font-size: 33px;
    line-height: 45px;
  }

  .page-header {
    margin-bottom: 0;
  }
  
  .page-header h1 {
    margin-bottom: 10px;
  }
  
  h2 {
    font-size: 28px;
    line-height: 32px;
  }
 
  h3 {
    font-size: 25px;
    line-height: 30px;
  }
  
  h5 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .slider {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
  }
  
  .content .pad_content {
    padding: 20px 5vw 40px 5vw;
  }
  .home .content .pad_content {
   padding: 20px 5vw 40px 5vw;
  }
  
 
  
   /**.sidebar {
    display: none;
		grid-column: none;
	  grid-row: none;
    /*grid-column: 1 / 7;
    grid-row: 2 / 3;
  }
  
  .sidebar img {
    max-width: 40vw;
}
  .content.one-sidebar {
    grid-column: 1 / 7;
    grid-row: 3 / 4;
  }
  .content.one-sidebar .pad_content {
     padding: 20px 5vw 40px 5vw;
  }
  
 neu**/  
  
  .content.one-sidebar {
    grid-column: 3 / 7;
    grid-row: 3 / 4;
  }
  .content.one-sidebar .pad_content {
      padding: 20px 5vw 80px 12vw;
  }
  .sidebar {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
     padding: 30px 1vw 2vw 5vw;
  }

  .grid-container .menu {
   background-color: transparent;
}
  
  /**neu ende**/  
  
  
  .sidebar .custom p {
    text-align: center;
  }
  .footer_wrapper {
    grid-column: 1 / -1;
    grid-row: 4 / 5;
    background-color: #d7d7d9; 
  }
  /*.container_above {
		background-color: lighten(@orange, 20%);
		padding: 20px 10px;
		h3, h4, label {
			color: @blau;
			font-weight: 500 !important;
		}
		label {
			color: darken(@orange, 10%) !important;
			font-weight: 500 !important;
		}
	}*/
  .top_description .block_left {
    padding: 20px 20px 0 15px;
    width: 100%;
  }
  .top_description .block_right {
    padding: 0 20px 20px 15px;
    width: 100%;
  }
  img.border_shadow {
    margin: 0 20px 20px 0 !important;
  }
  .pagination .counter.pull-right {
    float: none;
  }
  .datenservice-siegert .sidebar
  {
    display:none;
  }
  
  .datenservice-siegert .content.one-sidebar .pad_content {
     padding: 20px 5vw 40px 5vw;
  }
  
  .datenservice-siegert .content.one-sidebar  {
  grid-column: 1 / -1;
  grid-row: 2 / 3;
}
  
  .datenservice-siegert .container_below {
     padding: 10px 6vw 40px 5vw;
  }
  
  .datenservice-siegert .container_below img {
    max-width:90%;
}

.footer_row_1, .home .footer_row_1 {
    padding: 0vw 5vw 40px 5vw;
  }
  
.footer_row_2, .home .footer_row_2 {
    padding: 0px 0px 10vw 0px ;
  }
  
  .footer_wrapper {

}
  
  .footer_wrapper .footer_row_2, .footer_wrapper .footer_4 {
  margin-top: 20px;
  width:100% !important;
}

div#maximenuck95 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck95 ul.maximenuck li.maximenuck.level1 > span.separator {
  padding: 5px 5px !important;
}

 div#maximenuck119 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck119 ul.maximenuck li.maximenuck.level1 > span.separator 
{
  padding: 6px 15px !important;
}
 
  
}

@media (max-width: 640px) {
.sidebar {  
    grid-column: 1 / 7;
    grid-row: 2 / 3;
  padding: 10px 1vw 0px 5vw;
}
  
  .sidebar img {
    max-width: 80vw;
}
  .content.one-sidebar {
    grid-column: 1 / -1;
    grid-row: 3 / 4;
  }
  .content.one-sidebar .pad_content {
     padding: 0px 5vw 20px 5vw;
  }
   .datenservice-siegert .sidebar
  {
    display:none;
  }
  

}

@media (max-width: 460px) {

  
  .sidebar img {
    max-width: 80vw;
}

.sidebar {  
    padding-left:0px;
  }
  
 .datenservice-siegert .container_below img {
    max-width:100%;
}
    


}

 .copyright {
  color:gray !important;
  font-size:10px !important;
  margin-top:0px;
  line-height: 12px;
  overflow: visible;
white-space: nowrap;
  }
  
  
  .kontakt .copyright {
  margin-top:-18px !important;
  }



Element {
    z-index: 10;
}


.footer_4 div#maximenuck119 ul.maximenuck {
padding-right: 0vw !important;
margin-top: 10vw !important;
}