@charset "UTF-8";
/* -------------------------------------------- */
/* ThemeTastic Drupal Theme - Custom Styles (Subtheme) */
/* -------------------------------------------- */
/**
 *
 * Diese SASS-Datei stellt die Basis für alle weiteren Exporte dar.
 *
 * Diese Datei folgt dem Grundsatz von "mobile first". Zunächst werden alle Styles definiert, die auch auf mobilen Geräten sichtbar sind.
 * Danach werden die Styles für größere Geräte hinzugefügt. Diese befinden sich in externen Dateien, die importiert werden, um die Übersicht
 * behalten zu können.
 *
 * @package  ALKO Theme
 * @author   Knut Holst <info@knutholst.de>
 * @version  1.0
 * @see      
 */
body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, 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: 0 0; }

a:active, a:hover {
  outline: 0; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  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[type=checkbox], input[type=radio] {
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img, tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  h2, h3, p {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .table td, .table th {
    background-color: #fff !important; }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important; } }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*!
 *  Font Awesome 3.1.0
 *  the iconic font designed for Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fontawesome.io
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 License -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=3.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=3.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=3.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=3.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0") format("svg");
  font-weight: normal;
  font-style: normal; }

/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em; }

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"],
a [class^="icon-"]:before,
a [class*=" icon-"]:before {
  display: inline; }

/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.2857142857142858em;
  text-align: center; }

[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.5714285714285714em; }

ul.icons-ul {
  list-style-type: none;
  text-indent: -0.7142857142857143em;
  margin-left: 2.142857142857143em; }

ul.icons-ul > li .icon-li {
  width: 0.7142857142857143em;
  display: inline-block;
  text-align: center; }

[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none; }

.icon-muted {
  color: #eeeeee; }

.icon-light {
  color: #ffffff; }

.icon-dark {
  color: #333333; }

.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.icon-2x {
  font-size: 2em; }

.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.icon-3x {
  font-size: 3em; }

.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.icon-4x {
  font-size: 4em; }

.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.icon-5x {
  font-size: 5em; }

.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em; }

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em; }

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0; }

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none; }

/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block; }

.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em; }

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em; }

.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em; }

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0; }

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em; }

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em; }

.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em; }

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%; }

.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em; }

.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em; }

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

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

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

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

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

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

/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000"; }

.icon-music:before {
  content: "\f001"; }

.icon-search:before {
  content: "\f002"; }

.icon-envelope:before {
  content: "\f003"; }

.icon-heart:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-empty:before {
  content: "\f006"; }

.icon-user:before {
  content: "\f007"; }

.icon-film:before {
  content: "\f008"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-th:before {
  content: "\f00a"; }

.icon-th-list:before {
  content: "\f00b"; }

.icon-ok:before {
  content: "\f00c"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-zoom-in:before {
  content: "\f00e"; }

.icon-zoom-out:before {
  content: "\f010"; }

.icon-off:before {
  content: "\f011"; }

.icon-signal:before {
  content: "\f012"; }

.icon-cog:before {
  content: "\f013"; }

.icon-trash:before {
  content: "\f014"; }

.icon-home:before {
  content: "\f015"; }

.icon-file:before {
  content: "\f016"; }

.icon-time:before {
  content: "\f017"; }

.icon-road:before {
  content: "\f018"; }

.icon-download-alt:before {
  content: "\f019"; }

.icon-download:before {
  content: "\f01a"; }

.icon-upload:before {
  content: "\f01b"; }

.icon-inbox:before {
  content: "\f01c"; }

.icon-play-circle:before {
  content: "\f01d"; }

.icon-repeat:before,
.icon-rotate-right:before {
  content: "\f01e"; }

/* F020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021"; }

.icon-list-alt:before {
  content: "\f022"; }

.icon-lock:before {
  content: "\f023"; }

.icon-flag:before {
  content: "\f024"; }

.icon-headphones:before {
  content: "\f025"; }

.icon-volume-off:before {
  content: "\f026"; }

.icon-volume-down:before {
  content: "\f027"; }

.icon-volume-up:before {
  content: "\f028"; }

.icon-qrcode:before {
  content: "\f029"; }

.icon-barcode:before {
  content: "\f02a"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-tags:before {
  content: "\f02c"; }

.icon-book:before {
  content: "\f02d"; }

.icon-bookmark:before {
  content: "\f02e"; }

.icon-print:before {
  content: "\f02f"; }

.icon-camera:before {
  content: "\f030"; }

.icon-font:before {
  content: "\f031"; }

.icon-bold:before {
  content: "\f032"; }

.icon-italic:before {
  content: "\f033"; }

.icon-text-height:before {
  content: "\f034"; }

.icon-text-width:before {
  content: "\f035"; }

.icon-align-left:before {
  content: "\f036"; }

.icon-align-center:before {
  content: "\f037"; }

.icon-align-right:before {
  content: "\f038"; }

.icon-align-justify:before {
  content: "\f039"; }

.icon-list:before {
  content: "\f03a"; }

.icon-indent-left:before {
  content: "\f03b"; }

.icon-indent-right:before {
  content: "\f03c"; }

.icon-facetime-video:before {
  content: "\f03d"; }

.icon-picture:before {
  content: "\f03e"; }

.icon-pencil:before {
  content: "\f040"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-adjust:before {
  content: "\f042"; }

.icon-tint:before {
  content: "\f043"; }

.icon-edit:before {
  content: "\f044"; }

.icon-share:before {
  content: "\f045"; }

.icon-check:before {
  content: "\f046"; }

.icon-move:before {
  content: "\f047"; }

.icon-step-backward:before {
  content: "\f048"; }

.icon-fast-backward:before {
  content: "\f049"; }

.icon-backward:before {
  content: "\f04a"; }

.icon-play:before {
  content: "\f04b"; }

.icon-pause:before {
  content: "\f04c"; }

.icon-stop:before {
  content: "\f04d"; }

.icon-forward:before {
  content: "\f04e"; }

.icon-fast-forward:before {
  content: "\f050"; }

.icon-step-forward:before {
  content: "\f051"; }

.icon-eject:before {
  content: "\f052"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-plus-sign:before {
  content: "\f055"; }

.icon-minus-sign:before {
  content: "\f056"; }

.icon-remove-sign:before {
  content: "\f057"; }

.icon-ok-sign:before {
  content: "\f058"; }

.icon-question-sign:before {
  content: "\f059"; }

.icon-info-sign:before {
  content: "\f05a"; }

.icon-screenshot:before {
  content: "\f05b"; }

.icon-remove-circle:before {
  content: "\f05c"; }

.icon-ok-circle:before {
  content: "\f05d"; }

.icon-ban-circle:before {
  content: "\f05e"; }

.icon-arrow-left:before {
  content: "\f060"; }

.icon-arrow-right:before {
  content: "\f061"; }

.icon-arrow-up:before {
  content: "\f062"; }

.icon-arrow-down:before {
  content: "\f063"; }

.icon-share-alt:before,
.icon-mail-forward:before {
  content: "\f064"; }

.icon-resize-full:before {
  content: "\f065"; }

.icon-resize-small:before {
  content: "\f066"; }

.icon-plus:before {
  content: "\2b"; }

.icon-minus:before {
  content: "\f068"; }

.icon-asterisk:before {
  content: "\f069"; }

.icon-exclamation-sign:before {
  content: "\f06a"; }

.icon-gift:before {
  content: "\f06b"; }

.icon-leaf:before {
  content: "\f06c"; }

.icon-fire:before {
  content: "\f06d"; }

.icon-eye-open:before {
  content: "\f06e"; }

.icon-eye-close:before {
  content: "\f070"; }

.icon-warning-sign:before {
  content: "\f071"; }

.icon-plane:before {
  content: "\f072"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-random:before {
  content: "\f074"; }

.icon-comment:before {
  content: "\f075"; }

.icon-magnet:before {
  content: "\f076"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-retweet:before {
  content: "\f079"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-folder-close:before {
  content: "\f07b"; }

.icon-folder-open:before {
  content: "\f07c"; }

.icon-resize-vertical:before {
  content: "\f07d"; }

.icon-resize-horizontal:before {
  content: "\f07e"; }

.icon-bar-chart:before {
  content: "\f080"; }

.icon-twitter-sign:before {
  content: "\f081"; }

.icon-facebook-sign:before {
  content: "\f082"; }

.icon-camera-retro:before {
  content: "\f083"; }

.icon-key:before {
  content: "\f084"; }

.icon-cogs:before {
  content: "\f085"; }

.icon-comments:before {
  content: "\f086"; }

.icon-thumbs-up:before {
  content: "\f087"; }

.icon-thumbs-down:before {
  content: "\f088"; }

.icon-star-half:before {
  content: "\f089"; }

.icon-heart-empty:before {
  content: "\f08a"; }

.icon-signout:before {
  content: "\f08b"; }

.icon-linkedin-sign:before {
  content: "\f08c"; }

.icon-pushpin:before {
  content: "\f08d"; }

.icon-external-link:before {
  content: "\f08e"; }

.icon-signin:before {
  content: "\f090"; }

.icon-trophy:before {
  content: "\f091"; }

.icon-github-sign:before {
  content: "\f092"; }

.icon-upload-alt:before {
  content: "\f093"; }

.icon-lemon:before {
  content: "\f094"; }

.icon-phone:before {
  content: "\f095"; }

.icon-check-empty:before {
  content: "\f096"; }

.icon-bookmark-empty:before {
  content: "\f097"; }

.icon-phone-sign:before {
  content: "\f098"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-github:before {
  content: "\f09b"; }

.icon-unlock:before {
  content: "\f09c"; }

.icon-credit-card:before {
  content: "\f09d"; }

.icon-rss:before {
  content: "\f09e"; }

.icon-hdd:before {
  content: "\f0a0"; }

.icon-bullhorn:before {
  content: "\f0a1"; }

.icon-bell:before {
  content: "\f0a2"; }

.icon-certificate:before {
  content: "\f0a3"; }

.icon-hand-right:before {
  content: "\f0a4"; }

.icon-hand-left:before {
  content: "\f0a5"; }

.icon-hand-up:before {
  content: "\f0a6"; }

.icon-hand-down:before {
  content: "\f0a7"; }

.icon-circle-arrow-left:before {
  content: "\f0a8"; }

.icon-circle-arrow-right:before {
  content: "\f0a9"; }

.icon-circle-arrow-up:before {
  content: "\f0aa"; }

.icon-circle-arrow-down:before {
  content: "\f0ab"; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-wrench:before {
  content: "\f0ad"; }

.icon-tasks:before {
  content: "\f0ae"; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-briefcase:before {
  content: "\f0b1"; }

.icon-fullscreen:before {
  content: "\f0b2"; }

.icon-group:before {
  content: "\f0c0"; }

.icon-link:before {
  content: "\f0c1"; }

.icon-cloud:before {
  content: "\f0c2"; }

.icon-beaker:before {
  content: "\f0c3"; }

.icon-cut:before {
  content: "\f0c4"; }

.icon-copy:before {
  content: "\f0c5"; }

.icon-paper-clip:before {
  content: "\f0c6"; }

.icon-save:before {
  content: "\f0c7"; }

.icon-sign-blank:before {
  content: "\f0c8"; }

.icon-reorder:before {
  content: "\f0c9"; }

.icon-list-ul:before {
  content: "\f0ca"; }

.icon-list-ol:before {
  content: "\f0cb"; }

.icon-strikethrough:before {
  content: "\f0cc"; }

.icon-underline:before {
  content: "\f0cd"; }

.icon-table:before {
  content: "\f0ce"; }

.icon-magic:before {
  content: "\f0d0"; }

.icon-truck:before {
  content: "\f0d1"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest-sign:before {
  content: "\f0d3"; }

.icon-google-plus-sign:before {
  content: "\f0d4"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-money:before {
  content: "\f0d6"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-columns:before {
  content: "\f0db"; }

.icon-sort:before {
  content: "\f0dc"; }

.icon-sort-down:before {
  content: "\f0dd"; }

.icon-sort-up:before {
  content: "\f0de"; }

.icon-envelope-alt:before {
  content: "\f0e0"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-undo:before,
.icon-rotate-left:before {
  content: "\f0e2"; }

.icon-legal:before {
  content: "\f0e3"; }

.icon-dashboard:before {
  content: "\f0e4"; }

.icon-comment-alt:before {
  content: "\f0e5"; }

.icon-comments-alt:before {
  content: "\f0e6"; }

.icon-bolt:before {
  content: "\f0e7"; }

.icon-sitemap:before {
  content: "\f0e8"; }

.icon-umbrella:before {
  content: "\f0e9"; }

.icon-paste:before {
  content: "\f0ea"; }

.icon-lightbulb:before {
  content: "\f0eb"; }

.icon-exchange:before {
  content: "\f0ec"; }

.icon-cloud-download:before {
  content: "\f0ed"; }

.icon-cloud-upload:before {
  content: "\f0ee"; }

.icon-user-md:before {
  content: "\f0f0"; }

.icon-stethoscope:before {
  content: "\f0f1"; }

.icon-suitcase:before {
  content: "\f0f2"; }

.icon-bell-alt:before {
  content: "\f0f3"; }

.icon-coffee:before {
  content: "\f0f4"; }

.icon-food:before {
  content: "\f0f5"; }

.icon-file-alt:before {
  content: "\f0f6"; }

.icon-building:before {
  content: "\f0f7"; }

.icon-hospital:before {
  content: "\f0f8"; }

.icon-ambulance:before {
  content: "\f0f9"; }

.icon-medkit:before {
  content: "\f0fa"; }

.icon-fighter-jet:before {
  content: "\f0fb"; }

.icon-beer:before {
  content: "\f0fc"; }

.icon-h-sign:before {
  content: "\f0fd"; }

.icon-plus-sign-alt:before {
  content: "\f0fe"; }

.icon-double-angle-left:before {
  content: "\f100"; }

.icon-double-angle-right:before {
  content: "\f101"; }

.icon-double-angle-up:before {
  content: "\f102"; }

.icon-double-angle-down:before {
  content: "\f103"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-desktop:before {
  content: "\f108"; }

.icon-laptop:before {
  content: "\f109"; }

.icon-tablet:before {
  content: "\f10a"; }

.icon-mobile-phone:before {
  content: "\f10b"; }

.icon-circle-blank:before {
  content: "\f10c"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-spinner:before {
  content: "\f110"; }

.icon-circle:before {
  content: "\f111"; }

.icon-reply:before,
.icon-mail-reply:before {
  content: "\f112"; }

.icon-folder-close-alt:before {
  content: "\f114"; }

.icon-folder-open-alt:before {
  content: "\f115"; }

.icon-expand-alt:before {
  content: "\f116"; }

.icon-collapse-alt:before {
  content: "\f117"; }

.icon-smile:before {
  content: "\f118"; }

.icon-frown:before {
  content: "\f119"; }

.icon-meh:before {
  content: "\f11a"; }

.icon-gamepad:before {
  content: "\f11b"; }

.icon-keyboard:before {
  content: "\f11c"; }

.icon-flag-alt:before {
  content: "\f11d"; }

.icon-flag-checkered:before {
  content: "\f11e"; }

.icon-terminal:before {
  content: "\f120"; }

.icon-code:before {
  content: "\f121"; }

.icon-reply-all:before {
  content: "\f122"; }

.icon-mail-reply-all:before {
  content: "\f122"; }

.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123"; }

.icon-location-arrow:before {
  content: "\f124"; }

.icon-crop:before {
  content: "\f125"; }

.icon-code-fork:before {
  content: "\f126"; }

.icon-unlink:before {
  content: "\f127"; }

.icon-question:before {
  content: "\f128"; }

.icon-info:before {
  content: "\f129"; }

.icon-exclamation:before {
  content: "\f12a"; }

.icon-superscript:before {
  content: "\f12b"; }

.icon-subscript:before {
  content: "\f12c"; }

.icon-eraser:before {
  content: "\f12d"; }

.icon-puzzle-piece:before {
  content: "\f12e"; }

.icon-microphone:before {
  content: "\f130"; }

.icon-microphone-off:before {
  content: "\f131"; }

.icon-shield:before {
  content: "\f132"; }

.icon-calendar-empty:before {
  content: "\f133"; }

.icon-fire-extinguisher:before {
  content: "\f134"; }

.icon-rocket:before {
  content: "\f135"; }

.icon-maxcdn:before {
  content: "\f136"; }

.icon-chevron-sign-left:before {
  content: "\f137"; }

.icon-chevron-sign-right:before {
  content: "\f138"; }

.icon-chevron-sign-up:before {
  content: "\f139"; }

.icon-chevron-sign-down:before {
  content: "\f13a"; }

.icon-html5:before {
  content: "\f13b"; }

.icon-css3:before {
  content: "\f13c"; }

.icon-anchor:before {
  content: "\f13d"; }

.icon-unlock-alt:before {
  content: "\f13e"; }

.icon-bullseye:before {
  content: "\f140"; }

.icon-ellipsis-horizontal:before {
  content: "\f141"; }

.icon-ellipsis-vertical:before {
  content: "\f142"; }

.icon-rss-sign:before {
  content: "\f143"; }

.icon-play-sign:before {
  content: "\f144"; }

.icon-ticket:before {
  content: "\f145"; }

.icon-minus-sign-alt:before {
  content: "\f146"; }

.icon-check-minus:before {
  content: "\f147"; }

.icon-level-up:before {
  content: "\f148"; }

.icon-level-down:before {
  content: "\f149"; }

.icon-check-sign:before {
  content: "\f14a"; }

.icon-edit-sign:before {
  content: "\f14b"; }

.icon-external-link-sign:before {
  content: "\f14c"; }

.icon-share-sign:before {
  content: "\f14d"; }

.tb-megamenu {
  background-color: #fff;
  width: auto; }

.tb-megamenu:before,
.tb-megamenu:after {
  content: "";
  display: table;
  line-height: 0; }

.tb-megamenu:after {
  clear: both; }

.tb-megamenu .nav {
  margin: 0; }

.tb-megamenu .nav > li {
  float: left;
  margin-left: 0; }

.tb-megamenu .nav > li > a {
  border: none;
  font-weight: bold;
  padding: 15px 18px;
  text-shadow: none; }

.tb-megamenu .nav > li > a:focus,
.tb-megamenu .nav > li > a:hover {
  background-color: #fff;
  color: #e30613;
  text-decoration: none;
  text-shadow: none;
  outline: none; }

.tb-megamenu .nav > .active > a,
.tb-megamenu .nav > .active > a:hover,
.tb-megamenu .nav > .active > a:focus {
  background-color: inherit;
  color: #e30613;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none; }

.tb-megamenu .btn {
  font-size: 13px; }

.tb-megamenu .btn-navbar {
  display: none;
  float: left;
  padding: 10px;
  margin: 0;
  color: #fff;
  text-shadow: none;
  background-color: #4e5255;
  background-image: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.tb-megamenu .btn-navbar:hover,
.tb-megamenu .btn-navbar:focus,
.tb-megamenu .btn-navbar:active,
.tb-megamenu .btn-navbar.active,
.tb-megamenu .btn-navbar.disabled,
.tb-megamenu .btn-navbar[disabled] {
  color: #fff;
  text-shadow: none;
  background-color: #4e5255;
  background-image: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.tb-megamenu .btn-navbar:active,
.tb-megamenu .btn-navbar.active {
  background-color: #4e5255 \9; }

.tb-megamenu .btn-navbar [class^="icon-"],
.tb-megamenu .btn-navbar [class^=" icon-"] {
  color: #ffffff;
  text-shadow: none; }

.tb-megamenu .dropdown .caret {
  margin-left: 5px;
  margin-top: 9px; }

.tb-megamenu .dropdown-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.tb-megamenu .dropdown-menu li > a {
  border-top: 1px solid #eee;
  padding: 5px 20px;
  text-shadow: none; }

.tb-megamenu .dropdown-menu li:first-child > a {
  border-top: 0; }

.tb-megamenu .mega-nav > li:first-child > a,
.tb-megamenu .dropdown-menu .mega-nav > li:first-child > a {
  margin-top: 0;
  padding-top: 0; }

.tb-megamenu .nav > li > .dropdown-menu:before {
  display: none; }

.tb-megamenu .nav > li > .dropdown-menu:after {
  display: none; }

.tb-megamenu .dropdown-menu .disabled > a,
.tb-megamenu .dropdown-menu .disabled > a:hover {
  color: #999; }

.tb-megamenu .dropdown-menu .disabled > a:hover {
  background-color: transparent; }

.tb-megamenu .mega-inner {
  padding: 10px; }

.tb-megamenu-column {
  padding: 0; }

.tb-megamenu .row-fluid + .row-fluid {
  border-top: 1px solid #ddd; }

.tb-megamenu .mega-nav > li a,
.tb-megamenu .dropdown-menu .mega-nav > li a {
  padding: 5px 0; }

.tb-megamenu .dropdown-menu .active,
.tb-megamenu .dropdown-menu .active > a,
.tb-megamenu .dropdown-menu .active:hover,
.tb-megamenu .dropdown-menu .active > a:hover {
  background: none;
  background-image: none; }

.tb-megamenu .mega-nav .dropdown-submenu > a::after {
  margin-right: 0; }

.tb-megamenu .tb-block .block-title {
  font-size: 12px;
  color: #333;
  display: block;
  line-height: 20px;
  margin: 0 0 15px;
  text-transform: uppercase; }

.tb-megamenu .tb-block ul,
.tb-megamenu .tb-block .nav {
  margin: 0; }

.tb-megamenu .tb-block ul li,
.tb-megamenu .tb-block .nav li {
  background: none;
  list-style: disc;
  display: list-item;
  float: none;
  margin: 0;
  padding: 0;
  border: 0; }

.tb-megamenu .tb-block ul li a,
.tb-megamenu .tb-block .nav li a {
  display: inline;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 100%;
  background: none;
  font: inherit;
  white-space: normal; }

.tb-megamenu .tb-block ul li a:hover,
.tb-megamenu .tb-block ul li a:focus,
.tb-megamenu .tb-block ul li a:active,
.tb-megamenu .tb-block .nav li a:hover,
.tb-megamenu .tb-block .nav li a:focus,
.tb-megamenu .tb-block .nav li a:active {
  background: none;
  font: inherit; }

.tb-megamenu .mega-caption {
  color: #999;
  font-size: 12px;
  margin-top: 3px;
  font-weight: normal; }

.tb-megamenu .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: ""; }

.tb-megamenu .dropdown .caret {
  margin-top: 8px;
  margin-left: 2px; }

.tb-megamenu .dropdown-menu {
  position: absolute;
  top: 42px;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #f2f2f2;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none; }

.tb-megamenu .dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.tb-megamenu .dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #f2f2f2;
  border-bottom: 1px solid #fff; }

.tb-megamenu .dropdown-menu li > a {
  clear: both;
  display: block;
  line-height: 20px;
  font-weight: normal;
  padding: 3px 20px;
  text-shadow: none;
  white-space: nowrap; }

.tb-megamenu .dropdown-menu li > a:hover,
.tb-megamenu .dropdown-menu li > a:focus,
.tb-megamenu .dropdown-submenu:hover > a {
  background-color: inherit;
  background-image: none;
  color: #e30613;
  text-decoration: none; }

.tb-megamenu .mega-nav .dropdown-submenu > a:after {
  margin-right: -5px; }

.tb-megamenu li.active {
  background: inherit;
  color: #E30613; }

.tb-megamenu-subnav {
  background-color: #f2f2f2; }

@media (max-width: 767px) {
  .tb-megamenu-subnav li.active {
    background: transparent !important; } }

.tb-megamenu-subnav li.active {
  color: #e30613 !important; }

nav.mainmenu .tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
  background-color: #f2f2f2;
  color: #4b565d;
  height: 17px;
  border-bottom: 2px solid #e30613;
  bottom: -2px;
  padding-bottom: 12.5px;
  padding-top: 11.5px;
  position: relative;
  z-index: 1001; }

@media (max-width: 767px) {
  nav.mainmenu .tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
    background-color: #f2f2f2;
    color: #4b565d;
    height: 16px;
    border-bottom: none; } }

.tb-megamenu li.level-1 .tb-megamenu-item a:visited,
.tb-megamenu li.level-1 .tb-megamenu-item a:link {
  background-color: #f2f2f2;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  box-shadow: none;
  color: #4b565d;
  font-family: 'Arial',Helvetica,"Helvetica Neue",sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.8;
  white-space: nowrap; }

.tb-megamenu li.level-1 .tb-megamenu-item a:before {
  content: "\f105";
  font-family: 'FontAwesome',sans-serif !important;
  font-style: normal !important;
  font-size: 12px;
  font-weight: normal;
  vertical-align: bottom;
  position: relative;
  left: 0;
  padding-right: 3px; }

.tb-megamenu li.level-3 .tb-megamenu-item a:before {
  content: "\f105";
  font-family: 'FontAwesome',sans-serif !important;
  font-style: normal !important;
  font-size: 12px;
  font-weight: normal;
  vertical-align: bottom;
  /*transition: left 400ms;
  -webkit-transition: left 400ms;
  -ms-transition: left 400ms;
  -o-transition: left 400ms;*/
  position: relative;
  left: 0;
  padding-right: 3px; }

.tb-megamenu li.level-3.tb-megamenu-item:hover a:before {
  left: 3px;
  transition: left 200ms;
  -webkit-transition: left 200ms;
  -ms-transition: left 200ms;
  -o-transition: left 200ms; }

.tb-megamenu li.level-3.tb-megamenu-item.megamenu-subheadline {
  padding-top: 20px; }
  .tb-megamenu li.level-3.tb-megamenu-item.megamenu-subheadline a {
    font-weight: 700;
    cursor: default; }
    .tb-megamenu li.level-3.tb-megamenu-item.megamenu-subheadline a:before {
      content: none; }
    .tb-megamenu li.level-3.tb-megamenu-item.megamenu-subheadline a:hover {
      color: #e30613; }
  .tb-megamenu li.level-3.tb-megamenu-item.megamenu-subheadline:hover {
    color: #e30613; }

.tb-megamenu .mega-nav > li, .tb-megamenu .dropdown-menu .mega-nav > li {
  width: 100%;
  padding-right: 10px; }

.tb-megamenu .mega-nav, .tb-megamenu .dropdown-menu .mega-nav {
  background-color: #f2f2f2; }

.tb-megamenu li.level-1 .tb-megamenu-item.active a,
.tb-megamenu li.level-1 .tb-megamenu-item a:hover {
  background-color: #f2f2f2;
  color: #e30613; }

.tb-megamenu li.level-1 a:visited,
.tb-megamenu li.level-1 a:link,
.tb-megamenu li.level-1 > a:hover {
  box-shadow: none;
  color: #4b565d;
  font-family: Arial,Helvetica,"Helvetica Neue",sans-serif;
  cursor: pointer;
  height: 18px;
  line-height: 17px;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 11.5px;
  padding-top: 13.5px;
  text-shadow: none; }

header .tb-megamenu li.level-1 > a:hover {
  position: relative;
  padding-top: 11.5px;
  bottom: -2px;
  border-bottom: 2px solid #e30613; }

@media (max-width: 767px) {
  header .tb-megamenu li.level-1 > a:hover {
    border-bottom: none; } }

.tb-megamenu li.active a:visited,
.tb-megamenu li.active a:link {
  color: #e30613; }

.tb-megamenu li.level-1 a:before {
  content: none; }

.tb-megamenu li.level-1:first-child > a {
  padding-left: 0; }

.tb-megamenu-block h2 {
  box-shadow: none;
  color: #4b565d;
  font-family: Arial,Helvetica,"Helvetica Neue",sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8; }

.tb-megamenu-block {
  color: #4b565d; }

.tb-megamenu .open {
  *z-index: 16000; }

.tb-megamenu .open > .dropdown-menu {
  display: block; }

nav.mainmenu .tb-megamenu .nav li.dropdown.active > .dropdown-toggle,
nav.mainmenu .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle,
nav.mainmenu .tb-megamenu .nav > li.dropdown.open.active > a:hover {
  background-color: transparent;
  height: 16px;
  border-bottom: none;
  color: #4b565d; }

nav.mainmenu .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle,
nav.mainmenu .tb-megamenu .nav > li.dropdown.open.active > a:hover {
  background-color: #f2f2f2;
  height: 16px;
  border-bottom: 2px solid #e30613; }

@media (max-width: 767px) {
  nav.mainmenu .tb-megamenu .nav li.dropdown.active > .dropdown-toggle,
  .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle,
  nav.mainmenu nav.mainmenu .tb-megamenu .nav > li.dropdown.open.active > a:hover {
    background-color: transparent;
    height: 16px;
    border-bottom: none;
    color: #ffffff; }
  nav.mainmenu .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle,
  nav.mainmenu .tb-megamenu .nav > li.dropdown.open.active > a:hover {
    background-color: transparent;
    height: 16px;
    border-bottom: none; }
  .tb-megamenu .mega-inner {
    padding: 0; } }

.tb-megamenu .nav-collapse .nav li a {
  border-top: none; }

.tb-megamenu .nav li.dropdown > .dropdown-toggle .caret {
  background: url("../img/caret.png") no-repeat scroll left top rgba(0, 0, 0, 0);
  border: medium none;
  display: inline-block;
  height: 0;
  padding: 3px 6px 5px 7px;
  margin: 0px;
  vertical-align: middle;
  width: 0; }

footer a.dropdown-toggle,
.ldsAlko .ddTitle {
  background: #939a9d !important; }

.tb-megamenu .pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.tb-megamenu .dropup .caret,
.tb-megamenu .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid transparent;
  content: ""; }

.tb-megamenu .dropup .dropdown-menu,
.tb-megamenu .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

.tb-megamenu .dropdown-submenu {
  position: relative; }

.tb-megamenu .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.tb-megamenu .dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.tb-megamenu .touch .dropdown-submenu:hover > .dropdown-menu {
  display: none; }

.tb-megamenu .touch .dropdown-submenu.open > .dropdown-menu {
  display: block; }

.tb-megamenu .dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.tb-megamenu .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px; }

.tb-megamenu .dropdown-submenu:hover > a:after {
  border-left-color: #eee; }

.tb-megamenu .dropdown-submenu.pull-left {
  float: none; }

.tb-megamenu .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.tb-megamenu .dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 768px) and (max-width: 979px) {
  nav.mainmenu {
    margin-right: -100%; }
  nav.mainmenu .tb-megamenu li.level-1 a {
    padding-left: 7px;
    padding-right: 7px; }
  nav.mainmenu .tb-megamenu li.level-1:first-child > a {
    padding-left: 0; }
  header .header {
    width: 721px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .tb-megamenu .row {
    margin-left: -40px;
    *zoom: 1; }
  .tb-megamenu .row:before,
  .tb-megamenu .row:after {
    display: table;
    content: "";
    line-height: 0; }
  .tb-megamenu .row:after {
    clear: both; }
  .tb-megamenu [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 40px; }
  .tb-megamenu .container,
  .tb-megamenu .navbar-static-top .container,
  .tb-megamenu .navbar-fixed-top .container,
  .tb-megamenu .navbar-fixed-bottom .container {
    width: 932px; }
  .tb-megamenu .span12 {
    width: 932px; }
  .tb-megamenu .span11 {
    width: 851px; }
  .tb-megamenu .span10 {
    width: 770px; }
  .tb-megamenu .span9 {
    width: 689px; }
  .tb-megamenu .span8 {
    width: 608px; }
  .tb-megamenu .span7 {
    width: 527px; }
  .tb-megamenu .span6 {
    width: 446px; }
  .tb-megamenu .span5 {
    width: 365px; }
  .tb-megamenu .span4 {
    width: 284px; }
  .tb-megamenu .span3 {
    width: 203px; }
  .tb-megamenu .span2 {
    width: 122px; }
  .tb-megamenu .span1 {
    width: 41px; }
  .tb-megamenu .offset12 {
    margin-left: 1012px; }
  .tb-megamenu .offset11 {
    margin-left: 931px; }
  .tb-megamenu .offset10 {
    margin-left: 850px; }
  .tb-megamenu .offset9 {
    margin-left: 769px; }
  .tb-megamenu .offset8 {
    margin-left: 688px; }
  .tb-megamenu .offset7 {
    margin-left: 607px; }
  .tb-megamenu .offset6 {
    margin-left: 526px; }
  .tb-megamenu .offset5 {
    margin-left: 445px; }
  .tb-megamenu .offset4 {
    margin-left: 364px; }
  .tb-megamenu .offset3 {
    margin-left: 283px; }
  .tb-megamenu .offset2 {
    margin-left: 202px; }
  .tb-megamenu .offset1 {
    margin-left: 121px; }
  .tb-megamenu .row-fluid {
    width: 100%;
    *zoom: 1; }
  .tb-megamenu .row-fluid:before,
  .tb-megamenu .row-fluid:after {
    display: table;
    content: "";
    line-height: 0; }
  .tb-megamenu .row-fluid:after {
    clear: both; }
  .tb-megamenu .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 4.2918454935622%;
    *margin-left: 4.2381974248927%; }
  .tb-megamenu .row-fluid [class*="span"]:first-child {
    margin-left: 0; }
  .tb-megamenu .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 4.2918454935622%; }
  .tb-megamenu .row-fluid .span12 {
    width: 100%;
    *width: 99.94635193133%; }
  .tb-megamenu .row-fluid .span11 {
    width: 91.309012875536%;
    *width: 91.255364806867%; }
  .tb-megamenu .row-fluid .span10 {
    width: 82.618025751073%;
    *width: 82.564377682403%; }
  .tb-megamenu .row-fluid .span9 {
    width: 73.927038626609%;
    *width: 73.87339055794%; }
  .tb-megamenu .row-fluid .span8 {
    width: 65.236051502146%;
    *width: 65.182403433476%; }
  .tb-megamenu .row-fluid .span7 {
    width: 56.545064377682%;
    *width: 56.491416309013%; }
  .tb-megamenu .row-fluid .span6 {
    width: 47.854077253219%;
    *width: 47.800429184549%; }
  .tb-megamenu .row-fluid .span5 {
    width: 39.163090128755%;
    *width: 39.109442060086%; }
  .tb-megamenu .row-fluid .span4 {
    width: 30.472103004292%;
    *width: 30.418454935622%; }
  .tb-megamenu .row-fluid .span3 {
    width: 21.781115879828%;
    *width: 21.727467811159%; }
  .tb-megamenu .row-fluid .span2 {
    width: 13.090128755365%;
    *width: 13.036480686695%; }
  .tb-megamenu .row-fluid .span1 {
    width: 4.3991416309013%;
    *width: 4.3454935622318%; }
  .tb-megamenu .row-fluid .offset12 {
    margin-left: 108.58369098712%;
    *margin-left: 108.47639484979%; }
  .tb-megamenu .row-fluid .offset12:first-child {
    margin-left: 104.29184549356%;
    *margin-left: 104.18454935622%; }
  .tb-megamenu .row-fluid .offset11 {
    margin-left: 99.892703862661%;
    *margin-left: 99.785407725322%; }
  .tb-megamenu .row-fluid .offset11:first-child {
    margin-left: 95.600858369099%;
    *margin-left: 95.49356223176%; }
  .tb-megamenu .row-fluid .offset10 {
    margin-left: 91.201716738197%;
    *margin-left: 91.094420600858%; }
  .tb-megamenu .row-fluid .offset10:first-child {
    margin-left: 86.909871244635%;
    *margin-left: 86.802575107296%; }
  .tb-megamenu .row-fluid .offset9 {
    margin-left: 82.510729613734%;
    *margin-left: 82.403433476395%; }
  .tb-megamenu .row-fluid .offset9:first-child {
    margin-left: 78.218884120172%;
    *margin-left: 78.111587982833%; }
  .tb-megamenu .row-fluid .offset8 {
    margin-left: 73.81974248927%;
    *margin-left: 73.712446351931%; }
  .tb-megamenu .row-fluid .offset8:first-child {
    margin-left: 69.527896995708%;
    *margin-left: 69.420600858369%; }
  .tb-megamenu .row-fluid .offset7 {
    margin-left: 65.128755364807%;
    *margin-left: 65.021459227468%; }
  .tb-megamenu .row-fluid .offset7:first-child {
    margin-left: 60.836909871245%;
    *margin-left: 60.729613733906%; }
  .tb-megamenu .row-fluid .offset6 {
    margin-left: 56.437768240343%;
    *margin-left: 56.330472103004%; }
  .tb-megamenu .row-fluid .offset6:first-child {
    margin-left: 52.145922746781%;
    *margin-left: 52.038626609442%; }
  .tb-megamenu .row-fluid .offset5 {
    margin-left: 47.74678111588%;
    *margin-left: 47.639484978541%; }
  .tb-megamenu .row-fluid .offset5:first-child {
    margin-left: 43.454935622318%;
    *margin-left: 43.347639484979%; }
  .tb-megamenu .row-fluid .offset4 {
    margin-left: 39.055793991416%;
    *margin-left: 38.948497854077%; }
  .tb-megamenu .row-fluid .offset4:first-child {
    margin-left: 34.763948497854%;
    *margin-left: 34.656652360515%; }
  .tb-megamenu .row-fluid .offset3 {
    margin-left: 30.364806866953%;
    *margin-left: 30.257510729614%; }
  .tb-megamenu .row-fluid .offset3:first-child {
    margin-left: 26.072961373391%;
    *margin-left: 25.965665236052%; }
  .tb-megamenu .row-fluid .offset2 {
    margin-left: 21.673819742489%;
    *margin-left: 21.56652360515%; }
  .tb-megamenu .row-fluid .offset2:first-child {
    margin-left: 17.381974248927%;
    *margin-left: 17.274678111588%; }
  .tb-megamenu .row-fluid .offset1 {
    margin-left: 12.982832618026%;
    *margin-left: 12.875536480687%; }
  .tb-megamenu .row-fluid .offset1:first-child {
    margin-left: 8.6909871244635%;
    *margin-left: 8.5836909871245%; }
  .tb-megamenu input,
  .tb-megamenu textarea,
  .tb-megamenu .uneditable-input {
    margin-left: 0; }
  .tb-megamenu .controls-row [class*="span"] + [class*="span"] {
    margin-left: 40px; }
  .tb-megamenu input.span12, textarea.span12, .uneditable-input.span12 {
    width: 918px; }
  .tb-megamenu input.span11, textarea.span11, .uneditable-input.span11 {
    width: 837px; }
  .tb-megamenu input.span10, textarea.span10, .uneditable-input.span10 {
    width: 756px; }
  .tb-megamenu input.span9, textarea.span9, .uneditable-input.span9 {
    width: 675px; }
  .tb-megamenu input.span8, textarea.span8, .uneditable-input.span8 {
    width: 594px; }
  .tb-megamenu input.span7, textarea.span7, .uneditable-input.span7 {
    width: 513px; }
  .tb-megamenu input.span6, textarea.span6, .uneditable-input.span6 {
    width: 432px; }
  .tb-megamenu input.span5, textarea.span5, .uneditable-input.span5 {
    width: 351px; }
  .tb-megamenu input.span4, textarea.span4, .uneditable-input.span4 {
    width: 270px; }
  .tb-megamenu input.span3, textarea.span3, .uneditable-input.span3 {
    width: 189px; }
  .tb-megamenu input.span2, textarea.span2, .uneditable-input.span2 {
    width: 108px; }
  .tb-megamenu input.span1, textarea.span1, .uneditable-input.span1 {
    width: 27px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .tb-megamenu .offset-12 {
    margin-left: -932px; }
  .tb-megamenu .offset-11 {
    margin-left: -851px; }
  .tb-megamenu .offset-10 {
    margin-left: -770px; }
  .tb-megamenu .offset-9 {
    margin-left: -689px; }
  .tb-megamenu .offset-8 {
    margin-left: -608px; }
  .tb-megamenu .offset-7 {
    margin-left: -527px; }
  .tb-megamenu .offset-6 {
    margin-left: -446px; }
  .tb-megamenu .offset-5 {
    margin-left: -365px; }
  .tb-megamenu .offset-4 {
    margin-left: -284px; }
  .tb-megamenu .offset-3 {
    margin-left: -203px; }
  .tb-megamenu .offset-2 {
    margin-left: -122px; }
  .tb-megamenu .offset-1 {
    margin-left: -41px; } }

@media (min-width: 1200px) {
  .tb-megamenu .offset-12 {
    margin-left: -1196px; }
  .tb-megamenu .offset-11 {
    margin-left: -1093px; }
  .tb-megamenu .offset-10 {
    margin-left: -990px; }
  .tb-megamenu .offset-9 {
    margin-left: -887px; }
  .tb-megamenu .offset-8 {
    margin-left: -784px; }
  .tb-megamenu .offset-7 {
    margin-left: -681px; }
  .tb-megamenu .offset-6 {
    margin-left: -578px; }
  .tb-megamenu .offset-5 {
    margin-left: -475px; }
  .tb-megamenu .offset-4 {
    margin-left: -372px; }
  .tb-megamenu .offset-3 {
    margin-left: -269px; }
  .tb-megamenu .offset-2 {
    margin-left: -166px; }
  .tb-megamenu .offset-1 {
    margin-left: -63px; } }

@media (min-width: 600px) and (max-width: 767px) {
  .tb-megamenu .row,
  .tb-megamenu .row-fluid {
    width: 100%;
    margin-left: 0;
    *zoom: 1; }
  .tb-megamenu .row:before,
  .tb-megamenu .row:after,
  .tb-megamenu .row-fluid:before,
  .tb-megamenu .row-fluid:after {
    display: table;
    content: "";
    line-height: 0; }
  .tb-megamenu .row:after,
  .tb-megamenu .row-fluid:after {
    clear: both; }
  .tb-megamenu .row [class*="span"],
  .tb-megamenu .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7173913043478%;
    *margin-left: 2.6637432356783%; }
  .row [class*="span"]:first-child:not(.pull-right),
  .row-fluid [class*="span"]:first-child:not(.pull-right) {
    margin-left: 0; }
  .row [class*="span"].pull-right:first-child + [class*="span"]:not(.pull-right),
  .row-fluid [class*="span"].pull-right:first-child + [class*="span"]:not(.pull-right) {
    margin-left: 0; }
  .tb-megamenu .row .span12,
  .tb-megamenu .row-fluid .span12 {
    width: 100%;
    *width: 99.94635193133%; }
  .tb-megamenu .row .span11,
  .tb-megamenu .row-fluid .span11 {
    width: 91.440217391304%;
    *width: 91.386569322635%; }
  .tb-megamenu .row .span10,
  .tb-megamenu .row-fluid .span10 {
    width: 82.880434782609%;
    *width: 82.826786713939%; }
  .tb-megamenu .row .span9,
  .tb-megamenu .row-fluid .span9 {
    width: 74.320652173913%;
    *width: 74.267004105244%; }
  .tb-megamenu .row .span8,
  .tb-megamenu .row-fluid .span8 {
    width: 65.760869565217%;
    *width: 65.707221496548%; }
  .tb-megamenu .row .span7,
  .tb-megamenu .row-fluid .span7 {
    width: 57.201086956522%;
    *width: 57.147438887852%; }
  .tb-megamenu .row .span6,
  .tb-megamenu .row-fluid .span6 {
    width: 48.641304347826%;
    *width: 48.587656279157%; }
  .tb-megamenu .row .span5,
  .tb-megamenu .row-fluid .span5 {
    width: 40.08152173913%;
    *width: 40.027873670461%; }
  .tb-megamenu .row .span4,
  .tb-megamenu .row-fluid .span4 {
    width: 31.521739130435%;
    *width: 31.468091061765%; }
  .tb-megamenu .row .span3,
  .tb-megamenu .row-fluid .span3 {
    width: 22.961956521739%;
    *width: 22.90830845307%; }
  .tb-megamenu .row .span2,
  .tb-megamenu .row-fluid .span2 {
    width: 14.402173913043%;
    *width: 14.348525844374%; }
  .tb-megamenu .row .span1,
  .tb-megamenu .row-fluid .span1 {
    width: 5.8423913043478%;
    *width: 5.7887432356783%; }
  .tb-megamenu .span12 .row [class*="span"] {
    margin-left: 2.7173913043478%;
    *margin-left: 2.6637432356783%; }
  .tb-megamenu .span12 .row [class*="span"]:first-child {
    margin-left: 0; }
  .tb-megamenu .span12 .row .span12 {
    width: 100%;
    *width: 99.94635193133%; }
  .tb-megamenu .span12 .row .span11 {
    width: 91.440217391304%;
    *width: 91.386569322635%; }
  .tb-megamenu .span12 .row .span10 {
    width: 82.880434782609%;
    *width: 82.826786713939%; }
  .tb-megamenu .span12 .row .span9 {
    width: 74.320652173913%;
    *width: 74.267004105244%; }
  .tb-megamenu .span12 .row .span8 {
    width: 65.760869565217%;
    *width: 65.707221496548%; }
  .tb-megamenu .span12 .row .span7 {
    width: 57.201086956522%;
    *width: 57.147438887852%; }
  .tb-megamenu .span12 .row .span6 {
    width: 48.641304347826%;
    *width: 48.587656279157%; }
  .tb-megamenu .span12 .row .span5 {
    width: 40.08152173913%;
    *width: 40.027873670461%; }
  .tb-megamenu .span12 .row .span4 {
    width: 31.521739130435%;
    *width: 31.468091061765%; }
  .tb-megamenu .span12 .row .span3 {
    width: 22.961956521739%;
    *width: 22.90830845307%; }
  .tb-megamenu .span12 .row .span2 {
    width: 14.402173913043%;
    *width: 14.348525844374%; }
  .tb-megamenu .span12 .row .span1 {
    width: 5.8423913043478%;
    *width: 5.7887432356783%; }
  .tb-megamenu .span11 .row [class*="span"] {
    margin-left: 2.9717682020802%;
    *margin-left: 2.9181201334107%; }
  .tb-megamenu .span11 .row [class*="span"]:first-child {
    margin-left: 0; }
  .tb-megamenu .span11 .row .span11 {
    width: 91.440217391304%;
    *width: 91.386569322635%; }
  .tb-megamenu .span11 .row .span10 {
    width: 82.880434782609%;
    *width: 82.826786713939%; }
  .tb-megamenu .span11 .row .span9 {
    width: 74.320652173913%;
    *width: 74.267004105244%; }
  .tb-megamenu .span11 .row .span8 {
    width: 65.760869565217%;
    *width: 65.707221496548%; }
  .tb-megamenu .span11 .row .span7 {
    width: 57.201086956522%;
    *width: 57.147438887852%; }
  .tb-megamenu .span11 .row .span6 {
    width: 48.641304347826%;
    *width: 48.587656279157%; }
  .tb-megamenu .span11 .row .span5 {
    width: 40.08152173913%;
    *width: 40.027873670461%; }
  .tb-megamenu .span11 .row .span4 {
    width: 31.521739130435%;
    *width: 31.468091061765%; }
  .tb-megamenu .span11 .row .span3 {
    width: 22.961956521739%;
    *width: 22.90830845307%; }
  .tb-megamenu .span11 .row .span2 {
    width: 14.402173913043%;
    *width: 14.348525844374%; }
  .tb-megamenu .span11 .row .span1 {
    width: 5.8423913043478%;
    *width: 5.7887432356783%; }
  .tb-megamenu .span10 .row [class*="span"] {
    margin-left: 3.2786885245902%;
    *margin-left: 3.2250404559206%; }
  .tb-megamenu .span10 .row [class*="span"]:first-child {
    margin-left: 0; }
  .tb-megamenu .span10 .row .span10 {
    width: 90.638930163447%;
    *width: 90.585282094778%; }
  .tb-megamenu .span10 .row .span9 {
    width: 81.277860326894%;
    *width: 81.224212258225%; }
  .tb-megamenu .span10 .row .span8 {
    width: 71.916790490342%;
    *width: 71.863142421672%; }
  .tb-megamenu .span10 .row .span7 {
    width: 62.555720653789%;
    *width: 62.502072585119%; }
  .tb-megamenu .span10 .row .span6 {
    width: 53.194650817236%;
    *width: 53.141002748567%; }
  .tb-megamenu .span10 .row .span5 {
    width: 43.833580980684%;
    *width: 43.779932912014%; }
  .tb-megamenu .span10 .row .span4 {
    width: 34.472511144131%;
    *width: 34.418863075461%; }
  .tb-megamenu .span10 .row .span3 {
    width: 25.111441307578%;
    *width: 25.057793238908%; }
  .tb-megamenu .span10 .row .span2 {
    width: 15.750371471025%;
    *width: 15.696723402356%; }
  .tb-megamenu .span10 .row .span1 {
    width: 6.3893016344725%;
    *width: 6.335653565803%; }
  .tb-megamenu .span9 .row [class*="span"] {
    margin-left: 3.6563071297989%;
    *margin-left: 3.6026590611294%; }
  .tb-megamenu .span9 .row [class*="span"]:first-child {
    margin-left: 0; }
  .tb-megamenu .span9 .row .span9 {
    width: 89.672131147541%;
    *width: 89.618483078871%; }
  .tb-megamenu .span9 .row .span8 {
    width: 79.344262295082%;
    *width: 79.290614226412%; }
  .tb-megamenu .span9 .row .span7 {
    width: 69.016393442623%;
    *width: 68.962745373953%; }
  .tb-megamenu .span9 .row .span6 {
    width: 58.688524590164%;
    *width: 58.634876521494%; }
  .tb-megamenu .span9 .row .span5 {
    width: 48.360655737705%;
    *width: 48.307007669035%; }
  .tb-megamenu .span9 .row .span4 {
    width: 38.032786885246%;
    *width: 37.979138816576%; }
  .tb-megamenu .span9 .row .span3 {
    width: 27.704918032787%;
    *width: 27.651269964117%; }
  .tb-megamenu .span9 .row .span2 {
    width: 17.377049180328%;
    *width: 17.323401111658%; }
  .tb-megamenu .span9 .row .span1 {
    width: 7.0491803278689%;
    *width: 6.9955322591993%; }
  .tb-megamenu .span8 .row [class*="span"] {
    margin-left: 4.1322314049587%;
    *margin-left: 4.0785833362892%; }
  .tb-megamenu .span8 .row [class*="span"]:first-child {
    margin-left: 0; }
  .tb-megamenu .span8 .row .span8 {
    width: 88.482632541133%;
    *width: 88.428984472464%; }
  .tb-megamenu .span8 .row .span7 {
    width: 76.965265082267%;
    *width: 76.911617013597%; }
  .tb-megamenu .span8 .row .span6 {
    width: 65.4478976234%;
    *width: 65.394249554731%; }
  .tb-megamenu .span8 .row .span5 {
    width: 53.930530164534%;
    *width: 53.876882095864%; }
  .tb-megamenu .span8 .row .span4 {
    width: 42.413162705667%;
    *width: 42.359514636998%; }
  .tb-megamenu .span8 .row .span3 {
    width: 30.895795246801%;
    *width: 30.842147178131%; }
  .tb-megamenu .span8 .row .span2 {
    width: 19.378427787934%;
    *width: 19.324779719265%; }
  .tb-megamenu .span8 .row .span1 {
    width: 7.8610603290676%;
    *width: 7.8074122603981%; }
  .tb-megamenu .span7 .row [class*="span"] {
    margin-left: 4.750593824228%;
    *margin-left: 4.6969457555585%; }
  .tb-megamenu .span7 .row [class*="span"]:first-child {
    margin-left: 0; }
  .tb-megamenu .span7 .row .span7 {
    width: 86.98347107438%;
    *width: 86.929823005711%; }
  .tb-megamenu .span7 .row .span6 {
    width: 73.96694214876%;
    *width: 73.913294080091%; }
  .tb-megamenu .span7 .row .span5 {
    width: 60.950413223141%;
    *width: 60.896765154471%; }
  .tb-megamenu .span7 .row .span4 {
    width: 47.933884297521%;
    *width: 47.880236228851%; }
  .tb-megamenu .span7 .row .span3 {
    width: 34.917355371901%;
    *width: 34.863707303231%; }
  .tb-megamenu .span7 .row .span2 {
    width: 21.900826446281%;
    *width: 21.847178377611%; }
  .tb-megamenu .span7 .row .span1 {
    width: 8.8842975206612%;
    *width: 8.8306494519916%; }
  .tb-megamenu .span6 .row [class*="span"] {
    margin-left: 5.586592178771%;
    *margin-left: 5.5329441101014%; }
  .tb-megamenu .span6 .row [class*="span"]:first-child {
    margin-left: 0; }
  .tb-megamenu .span6 .row .span6 {
    width: 85.035629453682%;
    *width: 84.981981385012%; }
  .tb-megamenu .span6 .row .span5 {
    width: 70.071258907363%;
    *width: 70.017610838694%; }
  .tb-megamenu .span6 .row .span4 {
    width: 55.106888361045%;
    *width: 55.053240292376%; }
  .tb-megamenu .span6 .row .span3 {
    width: 40.142517814727%;
    *width: 40.088869746057%; }
  .tb-megamenu .span6 .row .span2 {
    width: 25.178147268409%;
    *width: 25.124499199739%; }
  .tb-megamenu .span6 .row .span1 {
    width: 10.21377672209%;
    *width: 10.160128653421%; }
  .tb-megamenu .span5 .row [class*="span"] {
    margin-left: 6.7796610169492%;
    *margin-left: 6.7260129482796%; }
  .tb-megamenu .span5 .row [class*="span"]:first-child {
    margin-left: 0; }
  .tb-megamenu .span5 .row .span5 {
    width: 82.402234636872%;
    *width: 82.348586568202%; }
  .tb-megamenu .span5 .row .span4 {
    width: 64.804469273743%;
    *width: 64.750821205073%; }
  .tb-megamenu .span5 .row .span3 {
    width: 47.206703910615%;
    *width: 47.153055841945%; }
  .tb-megamenu .span5 .row .span2 {
    width: 29.608938547486%;
    *width: 29.555290478817%; }
  .tb-megamenu .span5 .row .span1 {
    width: 12.011173184358%;
    *width: 11.957525115688%; }
  .tb-megamenu .span4 .row [class*="span"] {
    margin-left: 8.6206896551724%;
    *margin-left: 8.5670415865029%; }
  .tb-megamenu .span4 .row [class*="span"]:first-child {
    margin-left: 0; }
  .tb-megamenu .span4 .row .span4 {
    width: 78.64406779661%;
    *width: 78.590419727941%; }
  .tb-megamenu .span4 .row .span3 {
    width: 57.28813559322%;
    *width: 57.234487524551%; }
  .tb-megamenu .span4 .row .span2 {
    width: 35.932203389831%;
    *width: 35.878555321161%; }
  .tb-megamenu .span4 .row .span1 {
    width: 14.576271186441%;
    *width: 14.522623117771%; }
  .tb-megamenu .span3 .row [class*="span"] {
    margin-left: 11.834319526627%;
    *margin-left: 11.780671457958%; }
  .tb-megamenu .span3 .row [class*="span"]:first-child {
    margin-left: 0; }
  .tb-megamenu .span3 .row .span3 {
    width: 72.844827586207%;
    *width: 72.791179517537%; }
  .tb-megamenu .span3 .row .span2 {
    width: 45.689655172414%;
    *width: 45.636007103744%; }
  .tb-megamenu .span3 .row .span1 {
    width: 18.534482758621%;
    *width: 18.480834689951%; }
  .tb-megamenu .span2 .row [class*="span"] {
    margin-left: 18.867924528302%;
    *margin-left: 18.814276459632%; }
  .tb-megamenu .span2 .row [class*="span"]:first-child {
    margin-left: 0; }
  .tb-megamenu .span2 .row .span2 {
    width: 62.721893491124%;
    *width: 62.668245422455%; }
  .tb-megamenu .span2 .row .span1 {
    width: 25.443786982249%;
    *width: 25.390138913579%; }
  .tb-megamenu .span1 .row [class*="span"] {
    margin-left: 46.511627906977%;
    *margin-left: 46.457979838307%; }
  .tb-megamenu .span1 .row [class*="span"]:first-child {
    margin-left: 0; }
  .tb-megamenu .span1 .row .span1 {
    width: 40.566037735849%;
    *width: 40.51238966718%; }
  .tb-megamenu .spanfirst {
    margin-left: 0 !important;
    clear: left; } }

.tb-megamenu .row .span50,
.tb-megamenu .row-fluid .span50 {
  width: 50%;
  float: left; }

.tb-megamenu .row .span33,
.tb-megamenu .row-fluid .span33 {
  width: 33.3333%;
  float: left; }

.tb-megamenu .row .span25,
.tb-megamenu .row-fluid .span25 {
  width: 25%;
  float: left; }

.tb-megamenu .row .span20,
.tb-megamenu .row-fluid .span20 {
  width: 20%;
  float: left; }

.tb-megamenu .row .span16,
.tb-megamenu .row-fluid .span16 {
  width: 16.6666%;
  float: left; }

.tb-megamenu .hidden {
  display: none !important;
  visibility: hidden; }

.tb-megamenu .nav-collapse .nav > li > a {
  margin-bottom: 0 !important; }

@media (max-width: 767px) {
  .tb-megamenu .always-show .tb-megamenu-li > .mega-dropdown-menu,
  .tb-megamenu .always-show .dropdown-menu {
    display: block !important; }
  .tb-megamenu .navbar-collapse-fixed-top,
  .tb-megamenu .navbar-collapse-fixed-bottom {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000; }
  .tb-megamenu .navbar-collapse-fixed-top .nav-collapse.in,
  .tb-megamenu .navbar-collapse-fixed-bottom .nav-collapse.in {
    position: fixed;
    width: 100%;
    overflow-y: auto;
    top: 40px;
    bottom: 0; }
  .tb-megamenu .navbar-collapse-fixed-top .nav-collapse.in > *,
  .tb-megamenu .navbar-collapse-fixed-bottom .nav-collapse.in > * {
    padding-bottom: 50px; }
  .tb-megamenu .navbar-collapse-fixed-bottom {
    bottom: 0;
    top: auto; }
  .tb-megamenu .navbar-collapse-fixed-bottom .nav-collapse.in {
    top: 0;
    bottom: 40px; } }

@media (max-width: 767px) {
  .tb-megamenu {
    background-color: inherit;
    height: auto; }
  .tb-megamenu .btn-navbar {
    display: none; }
  header .tb-megamenu .btn-navbar {
    display: block;
    margin-left: -4px;
    margin-top: -9px; }
  .tb-megamenu .btn-navbar:hover {
    cursor: pointer; }
  .tb-megamenu .nav-collapse {
    background: #4e5255;
    position: fixed;
    top: 0;
    width: 80%;
    left: 0;
    margin-top: 0;
    z-index: 999;
    overflow: auto;
    padding-left: 24px; }
  .tb-megamenu .nav-collapse.collapse {
    overflow: auto; }
  .tb-megamenu .nav-collapse .nav {
    margin: 0;
    position: absolute; }
  .tb-megamenu .nav-collapse .nav > li > a {
    font-size: 15px;
    margin-bottom: 0; }
  .tb-megamenu .nav-collapse .nav > li > a,
  .tb-megamenu .nav-collapse .dropdown-menu a {
    border-bottom: none;
    border-right: none;
    color: #fff;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .tb-megamenu .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 0; }
  .tb-megamenu .nav-collapse .dropdown-menu a {
    border-top: none;
    border-bottom: 0;
    font-weight: normal;
    padding: 10px 20px; }
  .tb-megamenu .nav-collapse .dropdown-menu a:hover,
  .tb-megamenu .nav-collapse .dropdown-menu a:focus {
    background-color: inherit;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
  .tb-megamenu .nav-collapse .dropdown-menu {
    margin: 0;
    padding: 0;
    background-color: #000;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100% !important; }
  .tb-megamenu.navbar-collapse-fixed-top {
    margin-left: 0;
    margin-right: 0; }
  .tb-megamenu .navbar .nav > li > .dropdown-menu:before,
  .tb-megamenu .navbar .nav > li > .dropdown-menu:after,
  .tb-megamenu .navbar .nav > li > .dropdown-menu .divider {
    display: none; }
  .tb-megamenu .customization {
    display: none; }
  .tb-megamenu .tb-block .block-title {
    color: #fff; } }

@media (min-width: 768px) {
  .tb-megamenu.animate .tb-megamenu-li > .mega-dropdown-menu {
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0; }
  .tb-megamenu.animate .tb-megamenu-li.animating > .mega-dropdown-menu {
    display: block !important; }
  .tb-megamenu.animate .tb-megamenu-li.open > .mega-dropdown-menu,
  .tb-megamenu.animate .tb-megamenu-li.animating.open > .mega-dropdown-menu {
    opacity: 1; }
  .tb-megamenu.animate.zoom .tb-megamenu-li > .mega-dropdown-menu {
    transform: scale(0, 0);
    transform-origin: 20% 20%;
    -webkit-transform: scale(0, 0);
    -webkit-transform-origin: 20% 20%;
    -ms-transform: scale(0, 0);
    -ms-transform-origin: 20% 20%;
    -o-transform: scale(0, 0);
    -o-transform-origin: 20% 20%; }
  .tb-megamenu.animate.zoom .tb-megamenu-li.open > .mega-dropdown-menu {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1); }
  .tb-megamenu.animate.elastic .level0 > .tb-megamenu-li > .mega-dropdown-menu {
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0); }
  .tb-megamenu.animate.elastic .tb-megamenu-li > .mega-dropdown-menu {
    transform: scale(0, 1);
    transform-origin: 10% 0;
    -webkit-transform: scale(0, 1);
    -webkit-transform-origin: 10% 0;
    -ms-transform: scale(0, 1);
    -ms-transform-origin: 10% 0;
    -o-transform: scale(0, 1);
    -o-transform-origin: 10% 0; }
  .tb-megamenu.animate.elastic .tb-megamenu-li.open > .mega-dropdown-menu {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1); }
  .tb-megamenu.animate.slide .tb-megamenu-li.animating > .mega-dropdown-menu {
    overflow: hidden; }
  .tb-megamenu.animate.slide .tb-megamenu-li > .mega-dropdown-menu > div {
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: -100%; }
  .tb-megamenu.animate.slide .tb-megamenu-li.open > .mega-dropdown-menu > div {
    margin-top: 0%; }
  .tb-megamenu.animate.slide .tb-megamenu-li .tb-megamenu-li > .mega-dropdown-menu {
    min-width: 0; }
  .tb-megamenu.animate.slide .tb-megamenu-li .tb-megamenu-li > .mega-dropdown-menu > div {
    min-width: 200px;
    margin-top: 0;
    margin-left: -500px; }
  .tb-megamenu.animate.slide .tb-megamenu-li .tb-megamenu-li.open > .mega-dropdown-menu > div {
    margin-left: 0; } }

@media (max-width: 767px) {
  .tb-megamenu .mega-inner {
    padding: 0; }
  .tb-megamenu .row-fluid,
  .tb-megamenu .mega-dropdown-menu,
  .tb-megamenu .row-fluid [class*="span"] {
    width: 100% !important;
    min-width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important; }
  .tb-megamenu .row-fluid + .row-fluid {
    padding-top: 10px;
    border-top: 1px solid #222; }
  .tb-megamenu .hidden-collapse,
  .tb-megamenu .always-show .caret,
  .tb-megamenu .sub-hidden-collapse > .nav-child,
  .tb-megamenu .sub-hidden-collapse .caret,
  .tb-megamenu .sub-hidden-collapse > a:after,
  .tb-megamenu .always-show .dropdown-submenu > a:after {
    display: none !important; }
  .tb-megamenu .mega-caption {
    display: none !important; }
  .tb-megamenu .mega-nav > li a,
  .tb-megamenu .dropdown-menu .mega-nav > li a {
    padding: 5px 0;
    margin-left: 20px; }
  .tb-megamenu .tb-block {
    margin-bottom: 0; } }

.block-view-demo .views-field-title a {
  border-top: none !important;
  color: #eee;
  padding: 0 !important; }

.tb-megamenu .block-view-demo .views-field-field-image {
  float: left; }

.tb-megamenu .block-view-demo .views-field-field-image img {
  margin: 0 20px 0 0;
  max-width: none !important;
  padding: 4px;
  width: auto; }

.tb-megamenu .block-view-demo .item-list ul li {
  margin: 0;
  min-height: 60px;
  padding: 10px 0; }

.tb-megamenu .block-view-demo .item-list ul li.views-row-first {
  padding-top: 0; }

.tb-megamenu .block-view-demo a {
  padding: 0 !important; }

.tb-megamenu .block-view-demo .views-field-title a {
  border-top: none;
  color: #aaa;
  padding: 0; }

.tb-megamenu .block-view-demo a:hover,
.tb-megamenu .block-view-demo a:focus {
  background: none !important;
  border: none !important;
  color: #e54e4e;
  text-decoration: none; }

.ddsmoothmenu ul ul {
  border: none;
  box-shadow: none; }

.ddsmoothmenu ul li.active a, .ddsmoothmenu ul li.current-menu-ancestor a {
  border-top: none; }

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
  transition: none !important; }

#block-tb-megamenu-menu-business-portfolio,
#lang-dropdown-select-language {
  visibility: hidden; }

#lang-dropdown-select-second_language_switch_msdd {
  z-index: 25001; }

.selectpicker {
  min-width: 160px; }

.dropdown_language .selectpicker {
  min-width: 180px; }

.dropdown_business_portfolio {
  float: left !important; }

.dropdown_language {
  float: right !important;
  width: 50%; }

.dropdown_business_portfolio > .btn-group,
.dropdown_language > .btn-group {
  display: inline-block;
  float: none;
  margin-bottom: 10px; }

.dropdown_business_portfolio .btn,
.dropdown_business_portfolio .btn:hover,
.dropdown_language .btn,
.dropdown_language .btn:hover {
  background-color: #939a9d !important;
  color: #fff !important;
  background-image: none !important;
  font-size: 10px;
  padding-top: 4px !important;
  padding-bottom: 4px !important; }

.dropdown_business_portfolio .btn:hover,
.dropdown_language .btn:hover {
  background-color: #868D91 !important; }

.dropdown_business_portfolio .dropdown-menu,
.dropdown_language .dropdown-menu {
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.dropdown_business_portfolio .dropdown-menu.inner,
.dropdown_language .dropdown-menu.inner {
  position: static;
  border: none;
  padding: 0;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.dropdown_business_portfolio .dropdown-menu,
.dropdown_business_portfolio .dropdown-menu.inner > li,
.dropdown_business_portfolio .dropdown-menu.inner > li a,
.dropdown_business_portfolio .dropdown-menu.inner > li a span,
.dropdown_language .dropdown-menu,
.dropdown_language .dropdown-menu.inner > li,
.dropdown_language .dropdown-menu.inner > li a,
.dropdown_language .dropdown-menu.inner > li a span {
  color: #4b565d;
  background: #ffffff;
  font-size: 10px;
  cursor: pointer; }

.dropdown_business_portfolio .dropdown-menu.inner > li a:hover,
.dropdown_business_portfolio .dropdown-menu.inner > li a.active,
.dropdown_business_portfolio .dropdown-menu.inner > li a:hover span,
.dropdown_business_portfolio .dropdown-menu.inner > li.active a span,
.dropdown_business_portfolio .dropdown-menu.inner > li.active a,
.dropdown_business_portfolio .dropdown-menu.inner > li.active a:hover span,
.dropdown_business_portfolio .dropdown-menu.inner > li.active a span,
.dropdown_language .dropdown-menu.inner > li a:hover,
.dropdown_language .dropdown-menu.inner > li a.active,
.dropdown_language .dropdown-menu.inner > li a:hover span,
.dropdown_language .dropdown-menu.inner > li.active a span,
.dropdown_language .dropdown-menu.inner > li.active a,
.dropdown_language .dropdown-menu.inner > li.active a:hover span,
.dropdown_language .dropdown-menu.inner > li.active a span {
  background-color: #f8f8f8; }

.dropdown_business_portfolio .dropdown-menu.inner > li a i,
.dropdown_language .dropdown-menu.inner > li a i {
  display: none; }

.dropdown_business_portfolio button.selectpicker > .caret,
.dropdown_language button.selectpicker > .caret {
  background: url("../img/caret_down.png") no-repeat scroll left top rgba(0, 0, 0, 0);
  border: medium none;
  display: inline-block;
  height: 28px;
  top: -8px;
  position: absolute;
  right: 11px;
  width: 20px; }

@media (max-width: 767px) {
  .tb-megamenu .nav-collapse,
  .tb-megamenu .nav-collapse * {
    background-color: #4e5255 !important;
    color: #ffffff !important; } }

/*
 * Handmade-IT: Design des "Unsere Leistungen"-Bereichs im dt. Kundencenter-Menu
 */
li.kundencenter_leistungen div.tb-megamenu-column {
  margin-left: 10px !important;
  margin-right: 5px !important;
  width: 130px !important; }
  li.kundencenter_leistungen div.tb-megamenu-column a {
    padding-left: 0px !important; }

li.kundencenter_leistungen li.tb-megamenu-item a {
  -moz-hyphens: auto !important;
  -ms-hyphens: auto !important;
  -webkit-hyphens: auto !important;
  hyphens: auto !important;
  word-wrap: break-word !important;
  overflow: visible !important; }

li.kundencenter_leistungen div.tb-megamenu-column-inner {
  padding-left: 0px !important;
  padding-right: 0px !important; }

li.kundencenter_leistungen a.mega-group-title {
  background-color: #f2f2f2 !important;
  background: none !important; }

li.kundencenter_leistungen li.image_above {
  background-position: top;
  padding-top: 86px;
  background-repeat: no-repeat !important; }
  li.kundencenter_leistungen li.image_above a, li.kundencenter_leistungen li.image_above a:hover {
    color: #ffffff !important; }
  li.kundencenter_leistungen li.image_above a.mega-group-title {
    cursor: default !important; }

li.kundencenter_leistungen li.image_above_rasen {
  background-image: url(../img/megamenu_header_leistungen_rasentechnik.jpg) !important;
  background-size: 143px 71px !important; }

li.kundencenter_leistungen li.image_above_caravan {
  background-image: url(../img/megamenu_header_leistungen_caravan.jpg) !important;
  background-size: 143px 71px !important; }

li.kundencenter_leistungen li.image_above_reisemobil {
  background-image: url(../img/megamenu_header_leistungen_reisemobil.jpg) !important;
  background-size: 143px 71px !important; }

li.kundencenter_leistungen li.image_above_anhaenger {
  background-image: url(../img/megamenu_header_leistungen_anhaenger.jpg) !important;
  background-size: 143px 71px !important; }

li.kundencenter_leistungen li.image_above_sawiko {
  background-image: url(../img/megamenu_header_leistungen_sawiko.jpg) !important;
  background-size: 143px 71px !important; }

li.kundencenter_leistungen ul.tb-megamenu-subnav {
  background-color: #f2f2f2 !important; }

li.kundencenter_leistungen a.mega-group-title::before {
  color: #f2f2f2 !important; }

li.kundencenter_leistungen #tb-megamenu-column-1 div.tb-megamenu-column-inner, li.kundencenter_leistungen #tb-megamenu-column-8 div.tb-megamenu-column-inner {
  padding-left: 0px !important; }
  li.kundencenter_leistungen #tb-megamenu-column-1 div.tb-megamenu-column-inner ::before, li.kundencenter_leistungen #tb-megamenu-column-8 div.tb-megamenu-column-inner ::before {
    width: 1px !important; }
  li.kundencenter_leistungen #tb-megamenu-column-1 div.tb-megamenu-column-inner a, li.kundencenter_leistungen #tb-megamenu-column-8 div.tb-megamenu-column-inner a {
    padding-left: 0px !important;
    color: #ffffff !important; }

li.kundencenter_leistungen li.subnav_without_elements {
  vertical-align: top !important; }
  li.kundencenter_leistungen li.subnav_without_elements a {
    cursor: auto !important;
    padding: 0 0 0 10px !important;
    font-weight: bold !important;
    margin: 0 !important;
    text-transform: uppercase !important; }
  li.kundencenter_leistungen li.subnav_without_elements a::before {
    color: #f2f2f2 !important; }

@media (min-width: 768px) {
  li.kundencenter_leistungen li.image_above a, li.kundencenter_leistungen li.image_above a:hover {
    color: #4b565d !important; }
  li.kundencenter_leistungen #tb-megamenu-column-1 div.tb-megamenu-column-inner a, li.kundencenter_leistungen #tb-megamenu-column-8 div.tb-megamenu-column-inner a {
    color: #4b565d !important; } }

/*
 * knutholst: Fix für Problem mit Float im #dnav1
 */
#ddm2 a,
#ddm2 a span,
#dnav0 a,
#dnav0 a span,
#dnav01 a,
#dnav01 a span,
#dnav02 a,
#dnav02 a span,
#dnav03 a,
#dnav03 a span,
#dnav1 a,
#dnav1 a span {
  line-height: 1.5; }

/******************************************************************
BODY STYLES
******************************************************************/
body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  color: #4b565d;
  font-size: 12px;
  line-height: 1.42857;
  background-image: none;
  margin: 0; }
  body.wavegrid {
    background-image: none; }

body.fullwidthlayout {
  border-top: none; }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, h2, h3, h4, h5, h6 {
  color: #4b565d;
  font-family: 'Open Sans Condensed';
  margin-bottom: 10px;
  clear: both; }

h2,
.h2,
h2 > a,
.h2 > a {
  font-size: 32px;
  font-weight: normal; }

h2 > a,
.h2 > a {
  color: #4b565d !important; }

h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 300; }

h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300; }

h4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700; }

h5 {
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  font-weight: bold; }

#prescript h2 {
  font-size: 32px; }

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #E30613;
  text-decoration: none; }

/******************************************************************
LINK STYLES
******************************************************************/
div#site-name a {
  color: #777777;
  font-weight: 500;
  font-family: 'Open Sans Condensed';
  font-size: 32px;
  line-height: 1;
  text-rendering: optimizelegibility; }

a {
  color: #e30613; }
  a:hover {
    color: #e30613;
    text-decoration: underline; }

.more a {
  font-size: 12px;
  line-height: 15px;
  font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: bold; }

.more a,
.nav-tabs > .active > a,
.nav-tabs > .open > a,
a:active:link {
  color: #E30613; }

.more a:hover,
.nav-tabs > .open > a:hover,
.nav-tabs > .active > a:hover,
.nav-tabs a:hover {
  text-decoration: underline; }

.sidebar a.active-trail {
  color: #e30613 !important; }

/*********************
LAYOUT & GRID STYLES
*********************/
.container {
  margin-top: 0; }

/*********************
BUTTON STYLES
*********************/
.btn {
  background-color: #4f5456;
  font-weight: normal;
  font-family: 'Arial', sans-serif;
  background-image: none !important;
  border-radius: 0 !important;
  text-shadow: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  color: #ffffff !important;
  padding: 4.5px 12px !important; }

.btn-primary:active,
.btn-warning:active,
.btn-info:active,
.btn-danger:active,
.btn-primary.active,
.btn-warning.active,
.btn-info.active,
.btn-danger.active,
.btn.disabled,
.btn-primary.disabled,
.btn-warning.disabled,
.btn-info.disabled,
.btn-danger.disabled,
.btn-primary[disabled],
.btn-warning[disabled],
.btn-info[disabled],
.btn-danger[disabled],
.btn-primary:hover,
.btn-warning:hover,
.btn-info:hover,
.btn-danger:hover,
.btn-primary,
.btn-warning,
.btn-info,
.btn-danger {
  background-color: #e30613 !important;
  background-image: none !important;
  border-radius: 0 !important;
  text-shadow: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  color: #ffffff !important;
  border: 1px solid #e30613 !important; }
  .btn-primary:active:before,
  .btn-warning:active:before,
  .btn-info:active:before,
  .btn-danger:active:before,
  .btn-primary.active:before,
  .btn-warning.active:before,
  .btn-info.active:before,
  .btn-danger.active:before,
  .btn.disabled:before,
  .btn-primary.disabled:before,
  .btn-warning.disabled:before,
  .btn-info.disabled:before,
  .btn-danger.disabled:before,
  .btn-primary[disabled]:before,
  .btn-warning[disabled]:before,
  .btn-info[disabled]:before,
  .btn-danger[disabled]:before,
  .btn-primary:hover:before,
  .btn-warning:hover:before,
  .btn-info:hover:before,
  .btn-danger:hover:before,
  .btn-primary:before,
  .btn-warning:before,
  .btn-info:before,
  .btn-danger:before {
    content: "\f105";
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    font-family: 'FontAwesome', sans-serif;
    padding-right: 3px;
    position: relative;
    left: -3px;
    float: left;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
    color: #ffffff; }
  .btn-primary:active:hover,
  .btn-warning:active:hover,
  .btn-info:active:hover,
  .btn-danger:active:hover,
  .btn-primary.active:hover,
  .btn-warning.active:hover,
  .btn-info.active:hover,
  .btn-danger.active:hover,
  .btn.disabled:hover,
  .btn-primary.disabled:hover,
  .btn-warning.disabled:hover,
  .btn-info.disabled:hover,
  .btn-danger.disabled:hover,
  .btn-primary[disabled]:hover,
  .btn-warning[disabled]:hover,
  .btn-info[disabled]:hover,
  .btn-danger[disabled]:hover,
  .btn-primary:hover:hover,
  .btn-warning:hover:hover,
  .btn-info:hover:hover,
  .btn-danger:hover:hover,
  .btn-primary:hover,
  .btn-warning:hover,
  .btn-info:hover,
  .btn-danger:hover {
    color: #ffffff; }
  .btn-primary:active:hover:before,
  .btn-warning:active:hover:before,
  .btn-info:active:hover:before,
  .btn-danger:active:hover:before,
  .btn-primary.active:hover:before,
  .btn-warning.active:hover:before,
  .btn-info.active:hover:before,
  .btn-danger.active:hover:before,
  .btn.disabled:hover:before,
  .btn-primary.disabled:hover:before,
  .btn-warning.disabled:hover:before,
  .btn-info.disabled:hover:before,
  .btn-danger.disabled:hover:before,
  .btn-primary[disabled]:hover:before,
  .btn-warning[disabled]:hover:before,
  .btn-info[disabled]:hover:before,
  .btn-danger[disabled]:hover:before,
  .btn-primary:hover:hover:before,
  .btn-warning:hover:hover:before,
  .btn-info:hover:hover:before,
  .btn-danger:hover:hover:before,
  .btn-primary:hover:before,
  .btn-warning:hover:before,
  .btn-info:hover:before,
  .btn-danger:hover:before {
    left: 0;
    color: #ffffff; }
  .btn-primary:active,
  .btn-warning:active,
  .btn-info:active,
  .btn-danger:active,
  .btn-primary.active,
  .btn-warning.active,
  .btn-info.active,
  .btn-danger.active,
  .btn.disabled,
  .btn-primary.disabled,
  .btn-warning.disabled,
  .btn-info.disabled,
  .btn-danger.disabled,
  .btn-primary[disabled],
  .btn-warning[disabled],
  .btn-info[disabled],
  .btn-danger[disabled],
  .btn-primary:hover,
  .btn-warning:hover,
  .btn-info:hover,
  .btn-danger:hover,
  .btn-primary,
  .btn-warning,
  .btn-info,
  .btn-danger {
    float: none; }

.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled],
.btn-inverse:hover,
.btn-inverse {
  background-color: #adafb1 !important;
  background-image: none !important;
  border-radius: 0 !important;
  text-shadow: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  color: #ffffff !important;
  border: 1px solid #adafb1 !important; }
  .btn-inverse:active:before,
  .btn-inverse.active:before,
  .btn-inverse.disabled:before,
  .btn-inverse[disabled]:before,
  .btn-inverse:hover:before,
  .btn-inverse:before {
    content: "\f105";
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    font-family: 'FontAwesome', sans-serif;
    padding-right: 3px;
    position: relative;
    left: -3px;
    float: left;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
    color: #ffffff; }
  .btn-inverse:active:hover,
  .btn-inverse.active:hover,
  .btn-inverse.disabled:hover,
  .btn-inverse[disabled]:hover,
  .btn-inverse:hover:hover,
  .btn-inverse:hover {
    color: #ffffff; }
  .btn-inverse:active:hover:before,
  .btn-inverse.active:hover:before,
  .btn-inverse.disabled:hover:before,
  .btn-inverse[disabled]:hover:before,
  .btn-inverse:hover:hover:before,
  .btn-inverse:hover:before {
    left: 0;
    color: #ffffff; }
  .btn-inverse:active,
  .btn-inverse.active,
  .btn-inverse.disabled,
  .btn-inverse[disabled],
  .btn-inverse:hover,
  .btn-inverse {
    float: none; }

/******************************************************************
GENERAL STYLES
******************************************************************/
*:focus {
  -moz-outline: none !important;
  outline: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

*:active {
  -moz-outline: none !important;
  outline: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/******************************************************************
HEADER STYLES
******************************************************************/
.region.header {
  height: auto;
  z-index: 499; }

.header .logo {
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 0;
  text-align: right;
  position: relative !important; }

#name-and-slogan {
  line-height: 100%;
  max-width: 690px;
  min-width: 100px;
  float: left;
  margin-left: 36px;
  z-index: 1001; }
  #name-and-slogan a {
    text-decoration: none; }
  #name-and-slogan h1 {
    color: #939a9d;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 32px;
    font-weight: normal;
    height: 46px;
    line-height: 1.42857;
    margin-top: 10px;
    margin-bottom: 0; }

.primepulse-logo {
  position: relative;
  margin-left: -3px;
  margin-bottom: 15px;
  z-index: 1001; }
  @media screen and (max-width: 767px) {
    .primepulse-logo {
      clear: both; } }
  @media screen and (min-width: 768px) {
    .primepulse-logo {
      float: right;
      padding-top: 32px;
      margin-left: -27px;
      margin-bottom: 0; } }
  .primepulse-logo img {
    max-width: 150px;
    -ms-interpolation-mode: bicubic; }
    @media screen and (min-width: 768px) {
      .primepulse-logo img {
        max-width: 200px; } }

.page-garden-news .primepulse-logo {
  display: none; }

.headerwrap {
  background-color: #fff;
  margin: 0; }
  .headerwrap.fixed {
    position: inherit; }
  .headerwrap.header.span12 {
    margin-top: 4px; }
  .headerwrap:after {
    content: "";
    display: table;
    clear: both; }

header .header {
  height: auto;
  left: 0;
  float: none;
  margin: 0 auto;
  z-index: 1000 !important; }
  header .header .logo {
    margin: 17px -5px;
    z-index: 1001 !important; }
    header .header .logo img {
      max-height: 61px; }

header .header-top {
  left: 64px; }

.region.header > .block {
  margin-bottom: 0; }

#header-image {
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  @media (min-width: 1770px) {
    #header-image {
      background-size: 100% auto; } }
  #header-image img {
    width: 100%;
    height: auto; }

#second_language_switcher {
  display: none; }

@media screen and (min-width: 768px) {
  #second_language_switcher {
    padding-left: 15px; } }

@media only screen and (max-width: 767px) {
  .region.header > .block {
    position: relative;
    margin-left: -20px;
    margin-right: -20px; }
  #header-image {
    width: calc(100% + 40px);
    left: -20px; } }

#header_special_html {
  float: right; }
  #header_special_html .header_special_html_container_left,
  #header_special_html .header_special_html_container_right {
    display: none; }

/******************************************************************
NAVIGATION STYLES
******************************************************************/
.mobilemenu {
  display: none; }

.main-nav {
  margin-left: 0;
  width: auto; }

.mainmenu {
  float: left;
  clear: both;
  margin-left: -10px; }

.nav-tabs > li > a,
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  background-color: none;
  background-image: none;
  border: 1px solid #dadcdb;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  box-shadow: none;
  color: #4b565d !important;
  cursor: pointer;
  margin: 0;
  padding: 10px 15px 10px;
  font-weight: normal;
  font-size: 12px;
  font-family: 'Arial', sans-serif;
  text-decoration: none; }

.nav-tabs > li > a {
  transition: none;
  border-color: transparent;
  background: none;
  text-decoration: none !important;
  color: #4b565d !important; }

/******************************************************************
CONTENT STYLES
******************************************************************/
.front .prescript-first,
.front .prescript-second,
.front .prescript-third,
.front .prescript-fourth {
  margin-top: 30px;
  margin-bottom: 0; }

.front .fullwidthlayout .allwrapper {
  background-color: #F0F5F7; }

#firstcontentcontainer_dummy {
  clear: both;
  min-height: 32px; }

#firstcontentcontainer {
  margin-top: 32px; }
  #firstcontentcontainer img {
    height: auto !important; }

.page-node .field-name-body p,
.infoBox .gmaps_marker p {
  font-family: 'Arial';
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5; }

.page-node .field-name-body p a:hover {
  text-decoration: underline; }

.page-node .field-name-body p.abstract {
  font-size: 15px;
  line-height: 20px;
  font-weight: normal; }

.page-node .field-name-body ul {
  list-style: none;
  font-weight: normal;
  font-family: 'Arial';
  list-style-image: url("../img/li.gif"); }

#firstcontentcontainer #block-system-main.block ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.page-node .field-name-body .field-items ul li {
  font-size: 12px; }

#firstcontentcontainer #block-system-main.block .field-items ul li {
  padding-left: 9px;
  background: url(../img/list-sprite.gif) 0 4px no-repeat; }

#firstcontentcontainer #block-system-main.block .field-items ul.nav-tabs li {
  padding-left: 0;
  background: none; }

.page-node .field-name-body div.image_left {
  padding-right: 15px;
  padding-bottom: 10px;
  float: left; }

.page-node .field-name-body div.image_right {
  padding-left: 15px;
  padding-bottom: 10px;
  float: right; }

#firstcontentcontainer {
  padding-bottom: 30px; }

.front #firstcontentcontainer {
  min-height: 0; }

#firstcontentcontainer > .row-fluid:first-child {
  padding-top: 60px; }

@media (min-height: 768px) {
  #firstcontentcontainer > .row-fluid:first-child {
    padding-top: 30px; } }

/* Error Page */
.notfounderror {
  color: #4b565d;
  font-size: 60px;
  text-align: center; }

.mediaholder,
.mediaholder .show {
  border-radius: 0 !important; }

.mediaholder .show {
  background-color: transparent;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.foliotextholder {
  background-color: transparent;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  border-radius: 0 !important; }

/******************************************************************
SLIDER STYLES
******************************************************************/
.fullwidthbanner > ul {
  margin: 0;
  font-size: 0px; }

.block-revolution-slider,
.revslider-initialised {
  overflow: hidden; }
  .block-revolution-slider .slidelink,
  .revslider-initialised .slidelink {
    background-color: transparent; }
  .block-revolution-slider .caption.big_text,
  .revslider-initialised .caption.big_text {
    font-family: "Open Sans Condensed", sans-serif;
    color: #fff;
    font-size: 19px;
    line-height: 10px;
    overflow: hidden;
    background-color: #4f5456;
    padding: 11px 19px; }
    .block-revolution-slider .caption.big_text.red_bg,
    .revslider-initialised .caption.big_text.red_bg {
      background-color: #e30613; }

.tp-bullets {
  z-index: 500 !important;
  position: absolute;
  bottom: 0px;
  opacity: 1 !important;
  -moz-opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transform-origin: 0;
  -webkit-transform: translateZ(2000px) !important; }

.tp-bullets.simplebullets {
  bottom: 10px !important; }

h
.tp-bullets.simplebullets.navbar {
  bottom: -20px;
  height: 35px;
  padding: 0px 0px;
  margin-top: -17px; }

.tp-bullets.simplebullets.round .bullet {
  background: none;
  background-color: #939A9D;
  width: 16px !important;
  height: 16px !important;
  border-radius: 10px; }

.tp-bullets.simplebullets .bullet {
  cursor: pointer;
  position: relative !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  background-color: #939A9D;
  width: 16px !important;
  height: 16px !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 14px !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important; }

.tp-bullets.simplebullets .bullet.last {
  margin-right: 0px; }

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 16px !important;
  height: 16px !important;
  background: none;
  background-color: #E30613;
  border-radius: 10px; }

.tparrows:before {
  color: #9AA2A5;
  display: inline-block;
  font-family: 'fontello';
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  margin-right: 0;
  margin-top: 15px;
  text-align: center;
  text-decoration: inherit;
  width: 55px; }

.tparrows {
  z-index: 40000 !important;
  cursor: pointer;
  position: relative;
  background: #F7F7F7 !important;
  opacity: 0.7;
  width: 50px !important;
  height: 50px !important;
  top: auto !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 0;
  -webkit-transform: translateZ(2000px) !important; }

.tparrows:before:hover {
  color: #6E7D84 !important;
  background: #F7F7F7 !important;
  color: black !important; }

.tp-leftarrow:before {
  content: '\e765'; }

.tp-rightarrow:before {
  content: '\e766'; }

.tparrows.tp-rightarrow:before {
  margin-left: 1px; }

/* WEBKIT FIX */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .tparrows {
    padding-top: 1px; } }

.tp-bannertimer {
  width: 100%;
  height: 5px;
  background: url(../img/tiles/bannertimer.png);
  position: absolute;
  z-index: 200; }

.tp-bannertimer.tp-bottom {
  bottom: 0px !important;
  height: 5px; }

.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.tp-simpleresponsive a {
  text-decoration: none; }

.tp-simpleresponsive ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.tp-simpleresponsive > ul > li {
  list-stye: none;
  position: absolute;
  visibility: hidden; }

.caption.slidelink a div {
  width: 10000px;
  height: 10000px; }

.tp-caption.slidelink {
  background: none repeat scroll 0 0 transparent !important; }

/* ALL MOBILE SIZES */
@media only screen and (max-width: 767px) {
  .tp-rightarrow {
    right: 20px !important;
    bottom: 20px !important;
    display: none; }
  .tp-leftarrow {
    right: 65px !important;
    bottom: 20px !important;
    display: none; }
  .tp-bullets {
    display: none; } }

/* THEMETASTIC CAPTIONS */
.tp-caption {
  white-space: nowrap;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #ffffff;
  position: absolute;
  text-shadow: none;
  font-weight: 300;
  margin: 0px;
  border: none;
  background-color: #4f5456;
  font-size: 44px;
  line-height: 48px;
  padding: 0 6px 5px; }

.icons {
  font-size: 50px; }

.front .span8 .tp-caption.fat_medium_white {
  font-size: 34px; }

/******************************************************************
CONTENTTYPE EVENT & VIEW STYLES
******************************************************************/
.node-event .field-name-title-field,
.view-id-eventlist h2,
.view-id-eventlist .views-field-title {
  font-size: 28px;
  font-weight: 300;
  line-height: 40px;
  display: inline-block;
  width: calc(100% - 90px); }

.view-id-eventlist .views-field-title a {
  color: #777777; }

.node-event .field-name-field-subtitle,
.view-id-eventlist .views-field-field-subtitle {
  font-family: 'Arial';
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 15px; }

.node-event .field-name-field-body p,
.view-id-eventlist .views-field-body p {
  font-family: 'Arial';
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px; }

.node-event .field-name-field-date,
.view-id-eventlist .views-field-field-date {
  font-family: 'Open Sans Condensed', sans-serif;
  float: right;
  font-size: 20px;
  padding: 10px;
  background-color: #4f5456;
  color: #e2ebef;
  margin-top: 5px; }

/* view-eventlist - views summery*/
.sidebar .block-view-event-date-monthly ul,
.sidebar #block-views-eventlist-block-3 ul,
.sidebar #block-views-eventlist-block-3--2 ul {
  float: none; }

.block-view-event-date-monthly .view-eventlist ul.views-summary,
#block-views-eventlist-block-3 .view-eventlist ul.views-summary,
#block-views-eventlist-block-3--2 .view-eventlist ul.views-summary {
  list-style: none outside none;
  margin-left: 0; }

#block-views-eventlist-block-3 .view-eventlist ul.views-summary li,
#block-views-eventlist-block-3--2 .view-eventlist ul.views-summary li {
  padding-top: 10px; }

#block-views-eventlist-block-3 .view-eventlist ul.views-summary li span,
#block-views-eventlist-block-3--2 .view-eventlist ul.views-summary li span {
  padding-left: 10px; }

.block-view-event-date-monthly .view-eventlist ul.views-summary li,
#block-views-eventlist-block-3 .view-eventlist ul.views-summary li,
#block-views-eventlist-block-3--2 .view-eventlist ul.views-summary li {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 0;
  padding-top: 5px;
  color: #777777;
  font-weight: bold;
  list-style: none;
  width: 100%; }

.block-view-event-date-monthly .view-eventlist ul.views-summary li span,
#block-views-eventlist-block-3 .view-eventlist ul.views-summary li span,
#block-views-eventlist-block-3--2 .view-eventlist ul.views-summary li span {
  padding-left: 10px; }

.block-view-event-date-monthly .view-eventlist ul.views-summary > ul > li,
#block-views-eventlist-block-3 .view-eventlist ul.views-summary > ul > li,
#block-views-eventlist-block-3--2 .view-eventlist ul.views-summary > ul > li {
  border-bottom: none;
  line-height: 15px; }

.block-view-event-date-monthly .view-eventlist ul.views-summary li a:before,
#block-views-eventlist-block-3 .view-eventlist ul.views-summary li a:before,
#block-views-eventlist-block-3--2 .view-eventlist ul.views-summary li a:before {
  content: "\f105";
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  font-family: 'FontAwesome', sans-serif;
  padding-right: 3px;
  position: relative;
  left: -3px;
  float: left;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -ms-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
  color: inherit; }

.block-view-event-date-monthly .view-eventlist ul.views-summary li a:hover:before,
#block-views-eventlist-block-3 .view-eventlist ul.views-summary li a:hover:before,
#block-views-eventlist-block-3--2 .view-eventlist ul.views-summary li a:hover:before {
  left: 0; }

.block-view-event-date-monthly .view-eventlist ul.views-summary li a,
#block-views-eventlist-block-3 .view-eventlist ul.views-summary li a,
#block-views-eventlist-block-3--2 .view-eventlist ul.views-summary li a {
  float: none; }

.block-view-event-date-monthly .view-eventlist .view-header a:visited,
.block-view-event-date-monthly .view-eventlist .view-header a:link,
.block-view-event-date-monthly .view-eventlist ul.views-summary li a:visited,
.block-view-event-date-monthly .view-eventlist ul.views-summary li a:link,
#block-views-eventlist-block-3 .view-eventlist .view-header a:visited,
#block-views-eventlist-block-3 .view-eventlist .view-header a:link,
#block-views-eventlist-block-3 .view-eventlist ul.views-summary li a:visited,
#block-views-eventlist-block-3 .view-eventlist ul.views-summary li a:link,
#block-views-eventlist-block-3--2 .view-eventlist .view-header a:visited,
#block-views-eventlist-block-3--2 .view-eventlist .view-header a:link,
#block-views-eventlist-block-3--2 .view-eventlist ul.views-summary li a:visited,
#block-views-eventlist-block-3--2 .view-eventlist ul.views-summary li a:link {
  color: #777777;
  font-weight: bold; }

.block-view-event-date-monthly .view-eventlist .view-header a:hover,
.block-view-event-date-monthly .view-eventlist .view-header a.active,
.block-view-event-date-monthly .view-eventlist ul.views-summary li a:hover,
.block-view-event-date-monthly .view-eventlist ul.views-summary li a.active,
#block-views-eventlist-block-3 .view-eventlist .view-header a:hover,
#block-views-eventlist-block-3 .view-eventlist .view-header a.active,
#block-views-eventlist-block-3 .view-eventlist ul.views-summary li a:hover,
#block-views-eventlist-block-3 .view-eventlist ul.views-summary li a.active,
#block-views-eventlist-block-3--2 .view-eventlist .view-header a:hover,
#block-views-eventlist-block-3--2 .view-eventlist .view-header a.active,
#block-views-eventlist-block-3--2 .view-eventlist ul.views-summary li a:hover,
#block-views-eventlist-block-3--2 .view-eventlist ul.views-summary li a.active {
  color: #e30613; }

.block-view-event-date-monthly .view-eventlist .view-header,
#block-views-eventlist-block-3 .view-eventlist .view-header,
#block-views-eventlist-block-3--2 .view-eventlist .view-header {
  border-bottom: 1px solid #E5E5E5;
  padding-top: 15px;
  margin-bottom: 15px; }

.event-archiv-link {
  padding-left: 10px; }

#block-system-main .view-eventlist .view-content > div {
  margin-bottom: 20px; }

/******************************************************************
ACTIONBAR STYLES
******************************************************************/
#actionbarbackground {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px; }

.action_bar_item {
  font-size: 12px; }

.action {
  display: inline-block; }

.action_single_line {
  height: 30px !important;
  margin-top: 7px; }

#actionbarbackground {
  background: #4f5456;
  width: 100%;
  clear: both; }

.front #actionbarbackground {
  height: 105px; }

#actionbarcontainer {
  clear: both;
  margin-right: auto;
  margin-left: auto; }

.region.action-bar {
  margin: 0 auto;
  display: block;
  margin-left: 0; }

/* Event Action Bar */
.action_bar_wrapper {
  float: left;
  width: 100%; }

.action_bar_item {
  float: left;
  width: 50%;
  display: block;
  color: #f0f5f7;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  line-height: 1.33;
  height: 43px;
  padding-top: 12px;
  margin: 6px 0 3px; }

.checked {
  background-image: url("../img/band_arrow.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  padding-top: 15px; }

.checked_single_line {
  padding-top: 0px !important; }

/* Events Action Bar */
.page-events .action_bar_wrapper {
  height: 50px; }

.action-bar-events .action_bar_text {
  text-align: center;
  float: left;
  height: 43px;
  padding-top: 12px; }

.action-bar-events .action_bar_text p {
  color: #ffffff;
  margin-bottom: 0; }

.action-bar-events .action_bar_text p.headline {
  font-size: 20px;
  font-family: 'Open Sans Condensed', sans-serif;
  line-height: 1.1;
  font-weight: normal; }

.action-bar-events .action_bar_button {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid #CA0511;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.428571429;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #E30613;
  color: #FFFFFF;
  margin: 20px 0; }

.action-bar-events .action_bar_button a:visited,
.action-bar-events .action_bar_button a:link {
  color: white; }

.action-bar-events .action_bar_button a:focus,
.action-bar-events .action_bar_button a:hover {
  text-decoration: underline; }

.action-bar-events .action_bar_button:before {
  content: "\f105";
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  font-family: 'FontAwesome', sans-serif;
  padding-right: 3px;
  position: relative;
  left: -3px;
  float: left;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -ms-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
  color: inherit;
  font-size: 20px;
  line-height: 16px; }

.action-bar-events .action_bar_button:hover:before {
  left: 0; }

.action-bar-events .action_bar_button {
  float: none; }

.action_bar_button {
  float: right !important;
  color: #fff !important; }

.action-bar-events .action_bar_button,
.action-bar-events .action_bar_button:before,
.action-bar-events .action_bar_button:hover,
.action-bar-events .action_bar_button:hover:before,
.action-bar-events .action_bar_button a,
.action-bar-events .action_bar_button a:hover,
.action-bar-events .action_bar_button a:before,
.action-bar-events .action_bar_button a:hover:before {
  color: #fff !important;
  text-decoration: none; }

.action_bar_6elements span.checked {
  line-height: 44px; }

/******************************************************************
SMOOTH SLIDER STYLES
******************************************************************/
.smooth-slider {
  text-align: center;
  text-decoration: none;
  position: relative;
  display: block;
  margin: 0; }
  .smooth-slider:hover {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07);
    text-decoration: none; }
  .smooth-slider .mask, .smooth-slider .minmask {
    display: none; }
  .smooth-slider .pic {
    display: block;
    overflow: hidden;
    position: relative; }
    .smooth-slider .pic img {
      -webkit-transition: -webkit-transform 1.4s;
      -moz-transition: -moz-transform 1.4s;
      transition: transform 1.4s;
      width: 100%; }
    .smooth-slider .pic .video {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .smooth-slider .pic .video iframe, .smooth-slider .pic .video object, .smooth-slider .pic .video embed {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%; }
  .smooth-slider.video-slide .pic {
    z-index: 1; }
  .smooth-slider .pic-after {
    display: none; }
  .smooth-slider .text-wrapper {
    display: table;
    width: 100%; }
  .smooth-slider .text {
    display: block;
    display: table-cell;
    width: 100%;
    padding: 6%;
    vertical-align: top;
    overflow: hidden;
    height: 100px; }
    .smooth-slider .text .text-inner {
      display: block;
      font-family: 'Arial', sans-serif;
      text-align: left;
      letter-spacing: 0px;
      position: relative; }
    .smooth-slider .text .title {
      color: #4B565D;
      display: block;
      font-family: 'Open Sans Condensed', sans-serif;
      font-size: 15px;
      font-weight: bold;
      line-height: 1.2;
      padding: 0 0 6%;
      text-align: left; }
    .smooth-slider .text .text-text {
      color: #4B565D;
      display: block;
      font-size: 12px;
      min-height: 6em;
      position: relative;
      text-align: left; }

.no-smart .smooth-slider .mask {
  top: 0;
  right: 0; }

.no-smart .smooth-slider .mask, .no-smart .smooth-slider .minmask {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  border: 6px solid rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.no-smart .smooth-slider .minmask {
  width: 0;
  height: 0; }

.no-smart .text {
  -webkit-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s; }
  .no-smart .text .title {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }

.no-smart .smooth-slider:hover .pic img,
.msie10 .smooth-slider:hover .pic img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2); }

.mozilla.no-smart .smooth-slider:hover .pic img {
  -moz-transform: scale(1.2, 1.2) rotate(0.1deg);
  transform: scale(1.2, 1.2) rotate(0.1deg); }

.no-smart .smooth-slider:hover .text,
.no-smart .smooth-slider:hover .text .title,
.no-smart .smooth-slider:hover .text .text-text {
  color: #fff;
  background-color: #898989; }

/******************************************************************
TABLE STYLES
******************************************************************/
.page-node .field-name-body table {
  font-family: 'Arial';
  font-size: 12px;
  line-height: 18px;
  font-weight: normal; }

.page-node .field-name-body th,
.page-node .field-name-body td {
  padding: 5px;
  background-color: none; }

.page-node .field-name-body tr:nth-child(even) {
  background: #fff; }

.page-node .field-name-body tr:nth-child(odd) {
  background: #eee; }

#firstcontentcontainer .mobileTable {
  width: 100%; }
  #firstcontentcontainer .mobileTable td, #firstcontentcontainer .mobileTable th {
    text-align: left;
    padding: 0.75rem; }
  #firstcontentcontainer .mobileTable .odd {
    background-color: #eceded; }
  #firstcontentcontainer .mobileTable .even {
    background-color: #f8f8f8; }
  #firstcontentcontainer .mobileTable .first td, #firstcontentcontainer .mobileTable .first th {
    padding-top: 2rem; }
  #firstcontentcontainer .mobileTable .first:first-of-type td, #firstcontentcontainer .mobileTable .first:first-of-type th {
    padding-top: 0.75rem; }
  #firstcontentcontainer .mobileTable .last {
    border-bottom: 2rem solid #fff; }
    #firstcontentcontainer .mobileTable .last::after {
      content: '';
      display: table-row;
      height: 3rem;
      background-color: #fff; }
    #firstcontentcontainer .mobileTable .last td, #firstcontentcontainer .mobileTable .last th {
      padding-bottom: 2rem; }
    #firstcontentcontainer .mobileTable .last:last-of-type {
      border-bottom: none; }
      #firstcontentcontainer .mobileTable .last:last-of-type td, #firstcontentcontainer .mobileTable .last:last-of-type th {
        padding-top: 0.75rem; }
  #firstcontentcontainer .mobileTable + table {
    display: none; }

@media (min-width: 680px) {
  #firstcontentcontainer .mobileTable {
    display: none; }
    #firstcontentcontainer .mobileTable + table {
      display: table;
      width: 100% !important;
      border: none; }
      #firstcontentcontainer .mobileTable + table td, #firstcontentcontainer .mobileTable + table th {
        text-align: center;
        padding: 1rem;
        border: none; }
      #firstcontentcontainer .mobileTable + table tr.even {
        background-color: #f8f8f8; }
      #firstcontentcontainer .mobileTable + table tr.odd {
        background-color: #eceded; } }

/******************************************************************
IMAGE GALLERY STYLES
******************************************************************/
.view-id-image_gallery ul {
  float: left;
  width: auto;
  list-style: none;
  margin-bottom: 30px;
  margin-left: 0; }

.view-id-image_gallery ul li {
  float: left;
  width: 24%;
  padding-right: 0;
  padding-bottom: 10px; }

.view-id-image_gallery .gallery-img-title {
  font-family: 'Arial';
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0;
  width: 85%;
  margin-top: 5px; }

.view-id-image_gallery .gallery-img-title strong {
  font-weight: normal; }

/******************************************************************
SIDEBAR STYLES
******************************************************************/
.sidebar {
  font-size: 12px; }

/* menu */
.sidebar_menu {
  font-size: 14px; }

.sidebar_menu ul li a {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }

.sidebar_menu ul {
  list-style: none;
  float: none !important;
  margin-left: 0;
  margin-bottom: 0; }

.sidebar_menu ul li {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 7px;
  padding-top: 7px;
  padding-left: 12px;
  line-height: 1.428571429; }

.sidebar_menu ul li.last {
  border-bottom: none; }

.sidebar_menu ul li a, .sidebar_menu ul li ul li a, .sidebar_menu ul li ul li ul li a {
  display: flex; }

.sidebar_menu ul li a:visited,
.sidebar_menu ul li a:link {
  color: #4b565d;
  font-weight: bold; }

.sidebar_menu ul li a.active,
.sidebar_menu ul li a:hover,
.sidebar_menu ul li a:focus,
.sidebar_menu ul li a:active {
  color: #e30613; }

.sidebar_menu ul li li a {
  font-size: 12px; }

.more span:before,
.sidebar_menu ul li li a:before {
  content: "\f105";
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  font-family: 'FontAwesome', sans-serif;
  padding-right: 3px;
  position: relative;
  left: -3px;
  float: left;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -ms-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
  color: inherit; }

.more span:hover:before,
.sidebar_menu ul li li a:hover:before {
  left: 0; }

.more span,
.sidebar_menu ul li li a {
  float: none; }

.block-sidebar-contact p {
  padding-left: 20px;
  padding-top: 10px;
  /*margin-left: 10px;*/ }

.block-sidebar-contact span.header {
  font-weight: bold; }

.block-sidebar-contact span.address {
  background-image: url("../img/icn_hotspot_black.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-left: -20px;
  padding-left: 20px; }

.block-sidebar-contact span.time {
  background-image: url("../img/icn_time_black.png");
  background-repeat: no-repeat;
  background-position: 1px 2px;
  margin-left: -20px;
  padding-left: 20px; }

.block-sidebar-contact span.phone {
  background-image: url("../img/icn_phone_black.png");
  background-repeat: no-repeat;
  background-position: 1px 2px;
  margin-left: -20px;
  padding-left: 20px; }

.block-sidebar-contact span.fax {
  background-image: url("../img/icn_printer_black.png");
  background-repeat: no-repeat;
  background-position: 1px 2px;
  margin-left: -20px;
  padding-left: 20px; }

.block-sidebar-contact span.mail {
  background-image: url("../img/icn_mail_black.png");
  background-repeat: no-repeat;
  background-position: 1px 2px;
  margin-left: -20px;
  padding-left: 20px; }

.sidebar-first > .block,
.sidebar-first > .full-width-image > .block {
  background-color: #F0F5F7; }

.sidebar-first > .full-width-image > .block .block-sidebar-contact-inner,
.sidebar-first > .block .block-sidebar-full-width-teaser-inner {
  padding-bottom: 12px;
  padding-top: 7px; }
  .sidebar-first > .full-width-image > .block .block-sidebar-contact-inner h3,
  .sidebar-first > .block .block-sidebar-full-width-teaser-inner h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 15px;
    margin-left: -20px; }
  .sidebar-first > .full-width-image > .block .block-sidebar-contact-inner p,
  .sidebar-first > .block .block-sidebar-full-width-teaser-inner p {
    padding: 0 20px 0 0;
    margin-left: -20px; }
  .sidebar-first > .full-width-image > .block .block-sidebar-contact-inner img,
  .sidebar-first > .block .block-sidebar-full-width-teaser-inner img {
    margin-bottom: 14px; }

.sidebar-first > .block .block-sidebar-contact-inner {
  position: relative;
  padding: 10px; }

.sidebar-first > .full-width-image > .block .block-sidebar-contact-inner,
.sidebar-first > .block .block-sidebar-full-width-teaser-inner {
  padding-top: 8px; }
  .sidebar-first > .full-width-image > .block .block-sidebar-contact-inner h3,
  .sidebar-first > .block .block-sidebar-full-width-teaser-inner h3 {
    margin-left: 14px;
    margin-right: 14px; }
  .sidebar-first > .full-width-image > .block .block-sidebar-contact-inner h3 + p,
  .sidebar-first > .block .block-sidebar-full-width-teaser-inner h3 + p {
    padding: 0;
    margin: 0; }
  .sidebar-first > .full-width-image > .block .block-sidebar-contact-inner p,
  .sidebar-first > .block .block-sidebar-full-width-teaser-inner p {
    margin-left: 14px;
    margin-right: 14px; }
  .sidebar-first > .full-width-image > .block .block-sidebar-contact-inner > *:last-child,
  .sidebar-first > .block .block-sidebar-full-width-teaser-inner > *:last-child {
    margin-bottom: 0; }

.sidebar-first > .block-menu-block {
  padding-left: 0; }

.sidebar .footertitle h2,
.block-sidebar--text p {
  padding: 10px; }

.sidebar_menu ul {
  width: 100%; }

.region.sidebar.sidebar-first {
  display: none; }

/******************************************************************
FOOTER STYLES
******************************************************************/
.footerwrap {
  position: initial; }

.footerwrap.wide .footer, .subfooterwrap, .subfooterwrap.wide .subfooter, .headertopwrap.wide .headertop {
  color: #e2ebef; }

.footer-first {
  border-bottom: 2px solid #666666; }

.subfooterwrap.wide {
  left: 0;
  margin: 0 auto;
  background: inherit;
  background-image: url("../img/footer-line.png");
  background-repeat: repeat-x;
  background-position: left top;
  padding-left: 0;
  padding-right: 0; }

.subfooter {
  font-size: 12px; }

.subfooter .lefttext {
  color: #e2ebef; }

.subfooter .span6.lefttext {
  text-align: left; }

.footerwrap.wide {
  background-color: #4f5456;
  padding: 25px 0 30px; }

div.frontpage-footer-left div.block-menu,
#block-menu-menu-help-service,
#block-menu-menu-service-italia {
  width: 100%; }

div.frontpage-footer-left div.block-menu ul li:before,
#block-menu-menu-help-service ul li:before,
#block-menu-menu-service-italia ul li:before {
  content: "\f105";
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  font-family: 'FontAwesome', sans-serif;
  padding-right: 3px;
  position: relative;
  left: -3px;
  float: left;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -ms-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
  color: inherit; }

div.frontpage-footer-left div.block-menu ul li:hover:before,
#block-menu-menu-help-service ul li:hover:before,
#block-menu-menu-service-italia ul li:hover:before {
  left: 0; }

div.frontpage-footer-left div.block-menu ul li,
#block-menu-menu-help-service ul li,
#block-menu-menu-service-italia ul li {
  float: none; }

div.frontpage-footer-left ul,
#block-menu-menu-help-service ul,
#block-menu-menu-service-italia ul {
  width: 100%;
  margin-left: 3px; }

div.frontpage-footer-left div.block-menu ul li,
#block-menu-menu-help-service ul li,
#block-menu-menu-service-italia ul li {
  float: left;
  width: 50%;
  list-style: none; }

.dropdown_business_portfolio,
.dropdown_business_portfolio + div {
  margin-top: 15px; }

#mainmenu {
  visibility: visible; }

.footer .footertitle {
  margin-top: 20px; }

.footer-first {
  border-bottom: none; }

.footer .block {
  color: #E2EBEF;
  margin-bottom: 5px;
  font-size: 12px;
  letter-spacing: 0; }

.footer * {
  font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
  color: #e2ebef; }

.footer h2 {
  color: #e2ebef;
  display: block;
  font-family: 'Open Sans Condensed', sans-serif;
  letter-spacing: 0;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0; }

.footer .footertitle h2 {
  color: #e2ebef;
  float: left;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 20px; }

.footer .footer-third > h2 {
  margin-top: 8px; }

.footer a {
  color: #e2ebef; }

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

.footer-contact-approach .first {
  float: left; }

.footer-contact-approach .last {
  float: right; }

.footer-copyright-text {
  display: inline-block; }

.subfooterwrap.wide .subfooter {
  margin-top: 40px; }

.footerwrap.wide {
  padding-left: 20px;
  padding-right: 20px; }

.subfooter .righttext {
  text-align: left;
  padding-right: 0; }

.subfooter .lefttext {
  padding-left: 0; }

.subfooter .righttext .first {
  float: none; }

.subfooter a,
.subfooter a:link {
  font-size: 10px;
  color: #e2ebef !important; }

.subfooter a:hover {
  text-decoration: underline; }

.subfooter div.footer-fifth.lefttext {
  color: #939a9d;
  font-size: 10px; }

div.footer-sixth.span6 div.block.block-menu {
  display: inline-block;
  float: right;
  width: auto; }

div.footer-sixth.span6 div.block.block-menu ul {
  margin: 0 0 0 0; }

div.footer-sixth.span6 div.block.block-menu ul li {
  display: inline;
  list-style: none;
  border-right: 1px solid #e2ebef;
  line-height: 15px;
  height: 15px;
  margin-right: 3px;
  padding-right: 7px; }

#block-lang-dropdown-language {
  margin-left: 8px; }
  #block-lang-dropdown-language:only-child {
    margin-left: 0; }
  #block-lang-dropdown-language .lang_dropdown_form.language {
    float: right;
    margin: 0px; }

#block-lang-dropdown-business-switch {
  height: 25px; }

#block-lang-dropdown-business-switch, #block-lang-dropdown-language {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-bottom: 10px; }

.footer-social-media {
  text-align: left;
  float: right;
  display: inline-block;
  padding-left: 3px;
  font-size: 10px; }

.footer-social-media a {
  padding-left: 10px; }

.ldsDark .divider {
  border-left: none;
  border-right: none; }

@media (max-width: 480px) {
  .footer-contact-approach .first {
    margin-right: 20px; }
  .footer-contact-approach .last {
    float: left; }
  #block-lang-dropdown-language {
    float: left; }
    #block-lang-dropdown-language .lang_dropdown_form.language {
      float: left; }
  #block-lang-dropdown-language {
    margin-left: 0; }
  .footer-third-blocks .block {
    float: none; } }

@media (max-width: 767px) {
  [class*="span"],
  .footer .row-fluid [class*="span"] {
    float: left; } }

/* footer icons */
.footer-customer-service p {
  background-image: url("../img/icn_telefon_weiss_big.png");
  background-repeat: no-repeat;
  background-position: 0 10px;
  padding-left: 30px;
  line-height: 21px; }

.footer-contact-approach div.contact-approach {
  font-size: 12px;
  padding-left: 15px;
  margin-bottom: 16px; }

.footer-contact-approach div.address {
  background-image: url("../img/icn_hotspot_weiss_big.png");
  background-repeat: no-repeat;
  background-position: 1px 2px;
  margin-left: -18px !important;
  padding-left: 25px; }

.footer-contact-approach span.phone {
  background-image: url("../img/icn_phone_white.png");
  background-repeat: no-repeat;
  background-position: 1px 2px;
  margin-left: -15px;
  padding-left: 25px; }

.footer-contact-approach span.mail {
  background-image: url("../img/icn_mail_white.png");
  background-repeat: no-repeat;
  background-position: 1px 2px;
  margin-left: -15px;
  padding-left: 25px; }

.footer-contact-approach .padding-icon {
  padding-left: 10px; }

section.footer .span6, section.footer .span4, section.footer .span3, div.subfooter .span6, div.subfooter .span4, div.subfooter .span3 {
  width: 100%; }

/******************************************************************
GOOGLE MAPS STYLES
******************************************************************/
.gmaps_marker p {
  padding-left: 20px; }

.gmaps_marker span.address {
  background-image: url("../img/icn_hotspot_white.png");
  background-repeat: no-repeat;
  background-position: 1px 2px;
  margin-left: -22px;
  padding: 0 5px 5px 20px; }

.gmaps_marker span.phone {
  background-image: url("../img/icn_phone_white.png");
  background-repeat: no-repeat;
  background-position: 1px 2px;
  margin-left: -22px;
  padding: 0 5px 5px 20px; }

.gmaps_marker span.open_week {
  background-image: url("../img/icn_time_white.png");
  background-repeat: no-repeat;
  background-position: 1px 2px;
  margin-left: -22px;
  padding: 0 5px 5px 20px; }

.gmaps_marker span.mail {
  background-image: url("../img/icn_mail_white.png");
  background-repeat: no-repeat;
  background-position: 1px 2px;
  margin-left: -22px;
  padding: 0 5px 5px 20px; }

/* infoBox */
.infoBox {
  background-color: #4F5456;
  padding: 5px;
  margin-left: 10px;
  color: white; }

.gmaps_marker {
  padding-left: 25px;
  padding-top: 5px; }

.gmaps_marker p {
  margin-bottom: 5px; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 25px solid #4F5456;
  position: relative;
  left: 72px;
  top: 30px; }

/******************************************************************
PAGINATION STYLES
******************************************************************/
.pagination {
  float: none;
  height: 30px;
  text-align: center; }

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  *zoom: 1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-align: right; }

.pagination ul > li {
  display: inline; }

.pagination ul > li > a, .pagination ul > li > span {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  float: left;
  color: #e30613;
  text-transform: none;
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 12px;
  padding-right: 12px;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 10px; }

.pagination ul > li > a:hover {
  color: #e30613;
  background: #fff; }

.pagination ul > .active > a, .pagination ul > .active > span {
  color: #e30613;
  cursor: default;
  font-weight: 400; }

.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .pager-current > a, .pagination ul > .pager-current > span, .pagination ul > .pager-current > a:hover {
  color: #e30613;
  background: #fff;
  border: none; }

.pagination ul > li:last-child > a:hover,
.pagination ul > li:first-child > a:hover,
.pagination ul > .pager-current > a:hover {
  text-decoration: underline; }

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
  border: none; }

.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
  margin-right: 0;
  border: none; }

.pagination-centered {
  text-align: center; }

.pagination-right {
  text-align: right; }

.span9.left .pagination {
  margin-right: 20px; }

.span9.right .pagination {
  margin-left: 20px; }

.pagenumbers {
  display: none; }

.pagination ul > .pager-current span {
  color: #4b565d; }

/******************************************************************
EU COOKIE COMPLIANCE STYLES
******************************************************************/
#sliding-popup.sliding-popup-top {
  background: none repeat scroll 0 0 #444444;
  min-height: 2.5em !important; }

#sliding-popup .popup-content {
  margin: 0 30px;
  max-width: 100%;
  padding-top: 0.5em; }
  #sliding-popup .popup-content #popup-text {
    font-weight: normal;
    max-width: 90%; }
    #sliding-popup .popup-content #popup-text h2, #sliding-popup .popup-content #popup-text p {
      font-weight: normal;
      color: #FFFFFF !important;
      font-size: 12px; }
    #sliding-popup .popup-content #popup-text p {
      font-family: arial;
      font-size: 11px; }
  #sliding-popup .popup-content #popup-buttons button {
    background: none;
    border: none;
    box-shadow: none;
    color: #FFFFFF;
    text-shadow: none;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    margin-top: 0; }
    #sliding-popup .popup-content #popup-buttons button:hover {
      background: none;
      text-decoration: underline; }
    #sliding-popup .popup-content #popup-buttons button:before {
      content: "> "; }

/******************************************************************
HELPER & MISC STYLES
******************************************************************/
.tparrows:before {
  font-size: 40px;
  height: 54px;
  line-height: .5; }

.tp-leftarrow:hover:before,
.tp-rightarrow:hover:before {
  color: #6E7D84 !important; }

.block-archive ul li a:before,
.block-categories ul li a:before,
#block-menu-menu-elements ul li a:before {
  content: none; }

.block-archive ul li a,
.block-categories ul li a,
#block-menu-menu-elements ul li a {
  float: none;
  padding-left: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #4b565d; }

.fancybox-skin {
  background-color: #ffffff !important;
  background-image: none !important;
  border-radius: 0 !important;
  text-shadow: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.showicon, .hideicon {
  float: left;
  margin: -2px 12px 0 -5px;
  color: #4b565d; }

.hideicon {
  color: #ffffff; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.transparent-bg {
  background-color: transparent; }

.fca-news-content {
  padding: 0 0 0 124px;
  position: relative; }

.fca-news-thumb {
  position: absolute;
  top: 0;
  left: 0; }

.fca-news-item {
  margin-bottom: 24px; }

.access-unpublished-link {
  margin: 20px 0px;
  background-color: #99e785;
  padding: 10px;
  color: black; }

.node-unpublished {
  background-color: inherit; }

li.leaf.invisible {
  height: 0px; }

/******************************************************************
CKEDITOR STYLES
******************************************************************/
/***********************
STYLES USED IN CKEDITOR FOR THE STYLE SELECTION MENU
***********************/
.introduction {
  font-size: 15px; }

.fa-angle-right {
  font-weight: bold; }
  .fa-angle-right:before {
    content: "\f105";
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    font-family: 'FontAwesome', sans-serif;
    padding-right: 3px;
    position: relative;
    left: -3px;
    float: left;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
    color: inherit; }
  .fa-angle-right:hover:before {
    left: 0; }
  .fa-angle-right {
    float: none; }
  .fa-angle-right:before {
    color: #e30613;
    padding-left: 3px; }

#firstcontentcontainer #block-system-main.block .field-items ul.checkmark-list li,
#firstcontentcontainer #block-system-main.block ul.checkmark-list li {
  background: url("../img/pfeil.png") no-repeat scroll 0 2px transparent;
  padding-left: 30px; }

.btn-alko-red {
  background-color: #e30613;
  color: #fff;
  border-color: #ca0511; }
  .btn-alko-red a {
    color: #fff; }
  .btn-alko-red.fa-angle-right {
    font-weight: normal; }
    .btn-alko-red.fa-angle-right:before {
      color: #fff; }
  .btn-alko-red:hover {
    background-color: #adafb1 !important;
    border-color: #adafb1;
    color: #fff !important; }
    .btn-alko-red:hover.fa-angle-right:before {
      color: #fff; }

.btn-alko-grey {
  background-color: #adafb1;
  color: #fff;
  border-color: #adafb1; }
  .btn-alko-grey a {
    color: #fff; }
  .btn-alko-grey.fa-angle-right {
    font-weight: normal; }
    .btn-alko-grey.fa-angle-right:before {
      color: #fff; }
  .btn-alko-grey:hover {
    background-color: #9b9d9e !important;
    border-color: #ca0511;
    color: #fff !important; }
    .btn-alko-grey:hover.fa-angle-right:before {
      color: #fff; }

/******************************************************************
SPECIAL STYLES FOR basic pages AND Produkt Detailseiten (SEO FOOTER)
******************************************************************/
body.node-type-page #thirdcontentcontainer,
body.node-type-produkt-detailseite #thirdcontentcontainer {
  background-color: #f2f2f2;
  margin-left: -20px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px; }

body.node-type-page .page_seoblock_titel,
body.node-type-produkt-detailseite .page_seoblock_titel {
  font-size: 20px;
  padding-top: 18px;
  padding-bottom: 28px;
  margin-bottom: 0px; }

/******************************************************************
SPECIAL STYLES FOR FRONTPAGES and their custom template file
******************************************************************/
body.node-type-frontpage #firstcontentcontainer > .row-fluid:first-child {
  padding-top: 0px !important; }

body.node-type-frontpage #secondcontentcontainer {
  margin-left: -20px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px; }

body.node-type-frontpage #thirdcontentcontainer {
  background-color: #f2f2f2;
  margin-left: -20px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px; }

#frontpage_geschaeftsbereiche_selected_gb {
  display: none;
  height: 0px;
  width: 0px; }

.frontpage_seoblock_titel {
  font-size: 20px;
  padding-top: 44px;
  padding-bottom: 0px;
  margin-bottom: 0px; }

.frontpage_seoblock_text {
  padding-top: 26px;
  padding-bottom: 44px;
  float: none; }

.frontpage_seoblock_text_first {
  padding-bottom: 26px; }

.frontpage_seoblock_text_second {
  padding-top: 0px; }

.frontpage_presseteaser_container_none, .frontpage_presseteaser_container_dark, .frontpage_presseteaser_container_light {
  width: 100%;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px; }

.frontpage_presseteaser_container_dark {
  background-color: #e0e0e0;
  padding-top: 30px; }

.frontpage_presseteaser_container_light {
  background-color: #ffffff;
  padding-top: 0px; }

.frontpage_presseteaser_2rows, .frontpage_presseteaser_3rows, .frontpage_presseteaser_4rows {
  padding-top: 20px;
  clear: both;
  overflow: hidden; }

@media (min-width: 520px) {
  :not(.frontpage_presseteaser_row_link) > .frontpage_presseteaser_4rows,
  :not(.frontpage_presseteaser_row_link) > .frontpage_presseteaser_2rows {
    width: 49%; }
    :not(.frontpage_presseteaser_row_link) > .frontpage_presseteaser_4rows.frontpage_presseteaser_first, :not(.frontpage_presseteaser_row_link) > .frontpage_presseteaser_4rows.frontpage_presseteaser_third,
    :not(.frontpage_presseteaser_row_link) > .frontpage_presseteaser_2rows.frontpage_presseteaser_first,
    :not(.frontpage_presseteaser_row_link) > .frontpage_presseteaser_2rows.frontpage_presseteaser_third {
      clear: none;
      float: left; }
    :not(.frontpage_presseteaser_row_link) > .frontpage_presseteaser_4rows.frontpage_presseteaser_second, :not(.frontpage_presseteaser_row_link) > .frontpage_presseteaser_4rows.frontpage_presseteaser_fourth,
    :not(.frontpage_presseteaser_row_link) > .frontpage_presseteaser_2rows.frontpage_presseteaser_second,
    :not(.frontpage_presseteaser_row_link) > .frontpage_presseteaser_2rows.frontpage_presseteaser_fourth {
      clear: none;
      float: right; }
  .frontpage_presseteaser_row_link.frontpage_presseteaser_row_link_4rows, .frontpage_presseteaser_row_link.frontpage_presseteaser_row_link_2rows {
    padding-top: 0;
    width: 49%;
    display: block; }
    .frontpage_presseteaser_row_link.frontpage_presseteaser_row_link_4rows:nth-child(odd), .frontpage_presseteaser_row_link.frontpage_presseteaser_row_link_2rows:nth-child(odd) {
      clear: none;
      float: left; }
    .frontpage_presseteaser_row_link.frontpage_presseteaser_row_link_4rows:nth-child(even), .frontpage_presseteaser_row_link.frontpage_presseteaser_row_link_2rows:nth-child(even) {
      clear: none;
      float: right; } }

.frontpage_presseteaser_pic_2rows, .frontpage_presseteaser_pic_3rows, .frontpage_presseteaser_pic_4rows {
  overflow: hidden; }
  .frontpage_presseteaser_pic_2rows img, .frontpage_presseteaser_pic_3rows img, .frontpage_presseteaser_pic_4rows img {
    width: 100%;
    background: none; }

.frontpage_presseteaser_row {
  height: 100%;
  width: 98%;
  display: block;
  overflow: hidden;
  position: relative; }
  .frontpage_presseteaser_row .smooth-slider:hover {
    -webkit-box-shadow: none;
    box-shadow: none; }

.frontpage_presseteaser_row .smooth-slider .text {
  padding: 3%; }

.frontpage_presseteaser_row .smooth-slider .text-inner,
.frontpage_presseteaser_row .smooth-slider .frontpage_presseteaser_text {
  display: block; }

.frontpage_presseteaser_row .title.frontpage_presseteaser_title {
  font-weight: 900;
  margin-bottom: 15px;
  display: block;
  font-size: 15px;
  color: #4b565d;
  font-family: 'Open Sans Condensed';
  padding: 0 0 2%;
  margin-top: 12px; }

.frontpage_presseteaser_text, .frontpage_presseteaser_text a {
  color: #4b565d; }

.frontpage_presseteaser_row_link .frontpage_presseteaser_2rows,
.frontpage_presseteaser_row_link .frontpage_presseteaser_3rows,
.frontpage_presseteaser_row_link .frontpage_presseteaser_4rows {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative; }

.frontpage_geschaeftsbereiche_floating_box {
  float: left;
  margin-bottom: 30px;
  width: 100%; }

.frontpage_geschaeftsbereiche_single_element {
  width: 48%;
  float: left; }

.frontpage_geschaeftsbereiche_single_element_first, .frontpage_geschaeftsbereiche_single_element_third {
  padding-right: 2%; }

.frontpage_geschaeftsbereiche_pic_symbol {
  width: 90%;
  vertical-align: middle;
  text-align: center; }

.frontpage_geschaeftsbereiche_title {
  font-weight: 900;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eceded; }

.frontpage_geschaeftsbereiche_menu, .frontpage_geschaeftsbereiche_aufklapp_menu {
  height: 115px;
  position: relative; }
  .frontpage_geschaeftsbereiche_menu li, .frontpage_geschaeftsbereiche_aufklapp_menu li {
    list-style: none; }
    .frontpage_geschaeftsbereiche_menu li span.nolink, .frontpage_geschaeftsbereiche_aufklapp_menu li span.nolink {
      display: none; }
  .frontpage_geschaeftsbereiche_menu ul, .frontpage_geschaeftsbereiche_aufklapp_menu ul {
    list-style: none;
    margin-left: 0px !important; }
  .frontpage_geschaeftsbereiche_menu ul li, .frontpage_geschaeftsbereiche_aufklapp_menu ul li {
    background-color: #eceded;
    width: 100%;
    text-align: left;
    margin-top: 5px; }
    .frontpage_geschaeftsbereiche_menu ul li a, .frontpage_geschaeftsbereiche_aufklapp_menu ul li a {
      display: block;
      color: #4b565d;
      line-height: 32px;
      margin-left: 30px;
      vertical-align: middle; }
    .frontpage_geschaeftsbereiche_menu ul li a:before, .frontpage_geschaeftsbereiche_aufklapp_menu ul li a:before {
      content: "\f105";
      font-weight: normal;
      font-variant: normal;
      font-style: normal;
      font-family: 'FontAwesome', sans-serif;
      padding-right: 3px;
      position: relative;
      left: -3px;
      float: left;
      -webkit-transition: left 0.3s;
      -moz-transition: left 0.3s;
      -ms-transition: left 0.3s;
      -o-transition: left 0.3s;
      transition: left 0.3s;
      color: inherit; }
    .frontpage_geschaeftsbereiche_menu ul li a:hover, .frontpage_geschaeftsbereiche_aufklapp_menu ul li a:hover {
      color: #e30613; }
    .frontpage_geschaeftsbereiche_menu ul li a:hover:before, .frontpage_geschaeftsbereiche_aufklapp_menu ul li a:hover:before {
      left: 2px;
      color: #e30613; }
    .frontpage_geschaeftsbereiche_menu ul li a:active, .frontpage_geschaeftsbereiche_aufklapp_menu ul li a:active {
      color: #e30613; }

.frontpage_geschaeftsbereiche_menu {
  overflow: hidden; }

.frontpage_geschaeftsbereiche_menu_blendout {
  width: 100%;
  height: 48px;
  background-image: url("../img/blendout.png");
  background-size: 100% 100%;
  background-repeat: repeat;
  position: absolute;
  bottom: 0px;
  z-index: 100;
  cursor: pointer; }

.frontpage_geschaeftsbereiche_mehrerleben, .frontpage_geschaeftsbereiche_mehrerleben_close {
  color: #ffffff;
  text-align: center;
  margin-top: 5px;
  cursor: pointer; }
  .frontpage_geschaeftsbereiche_mehrerleben div, .frontpage_geschaeftsbereiche_mehrerleben_close div {
    display: inline-table; }
  .frontpage_geschaeftsbereiche_mehrerleben h4, .frontpage_geschaeftsbereiche_mehrerleben_close h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 100;
    margin-right: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-bottom: 0px; }
  .frontpage_geschaeftsbereiche_mehrerleben h4:before, .frontpage_geschaeftsbereiche_mehrerleben_close h4:before {
    display: block;
    width: 25px;
    height: 25px;
    float: left;
    margin-top: -2px; }

.frontpage_geschaeftsbereiche_mehrerleben {
  background-color: #5a5a5a; }
  .frontpage_geschaeftsbereiche_mehrerleben h4:before {
    content: url("../img/caret_white.png"); }

.frontpage_geschaeftsbereiche_mehrerleben_close {
  display: none;
  background-image: url("../img/schliessen.png");
  background-repeat: no-repeat;
  height: 90px;
  background-size: 100% 100%;
  z-index: 100;
  position: relative; }
  .frontpage_geschaeftsbereiche_mehrerleben_close h4:before {
    content: url("../img/caret_white_reverse.png"); }

.frontpage_geschaeftsbereiche_aufklapp {
  display: none;
  width: 100%; }

.frontpage_geschaeftsbereiche_aufklappbereich_smallscreens {
  display: block;
  height: auto; }

@media (max-width: 980px) {
  /* Blende für mobile Ansichten das Symbolbild des Aufklappbereiches aus und stelle alles einspaltig dar */
  .frontpage_geschaeftsbereiche_aufklappbereich_smallscreens .frontpage_geschaeftsbereiche_aufklapp_right {
    display: none; }
  .frontpage_geschaeftsbereiche_aufklappbereich_smallscreens .frontpage_geschaeftsbereiche_aufklapp_left {
    width: 100%; }
  /* Stelle für die mobile Ansicht die vier Geschäftsbereichs-Teaser einspaltig und in jeweils voller Breite dar */
  .frontpage_geschaeftsbereiche_single_element {
    width: 100%; } }

#frontpage_geschaeftsbereiche_aufklappbereich_widescreens {
  display: none;
  height: auto; }

.frontpage_geschaeftsbereiche_aufklapp_left {
  clear: both; }

.frontpage_geschaeftsbereiche_aufklapp_left, .frontpage_geschaeftsbereiche_aufklapp_right {
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
  margin-top: -22px;
  z-index: -100; }

.frontpage_geschaeftsbereiche_aufklapp_left {
  width: 44%;
  float: left; }

.frontpage_geschaeftsbereiche_aufklapp_right {
  width: 52%;
  padding-left: 2%;
  margin-right: 2%;
  float: left; }

.frontpage_geschaeftsbereiche_aufklapp_titel h5 {
  font-size: 13px;
  font-weight: 900;
  color: #ffffff;
  background-color: #e30613;
  padding: 5px;
  display: inline-block; }

.frontpage_geschaeftsbereiche_aufklapp_subtitel h2 {
  color: #ffffff;
  background-color: #4f5456;
  padding: 5px 10px 7px 5px;
  display: inline-block; }

.frontpage_geschaeftsbereiche_aufklapp_text {
  margin-top: 10px; }

.frontpage_geschaeftsbereiche_aufklapp_menu ul li {
  background-color: #eceded;
  width: 48%;
  margin-right: 2%;
  margin-top: 10px;
  float: left; }

body.node-type-frontpage .footer-contact-approach {
  font-size: 12px; }

@media (min-width: 481px) {
  .region.footer-third.span6 {
    float: left; }
  .footer-contact-approach .last .contact-approach {
    padding-left: 0px;
    float: right; } }

@media (max-width: 480px) {
  .footer-contact-approach .last .contact-approach {
    margin-top: 12px; } }

/******************************************************************
SPECIAL STYLES FOR PRODUKT-STARTSEITEN and their custom template file
******************************************************************/
#theIsle {
  font-size: 16px;
  width: 960px;
  height: 730px;
  font-family: Arial,Helvetica,"sans serif";
  position: relative; }
  #theIsle h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px; }
    #theIsle h4 a {
      color: #4b565d; }

#theIsle .hidden {
  display: none; }

#theIsle .left {
  float: left; }

#theIsle .unvisible {
  visibility: hidden; }

#theIsle, #theIsle * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  color: #4b565d;
  background: transparent; }

#theIsle body.ms7 .clearer, #theIsle .clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 0;
  outline: 0 none;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }

#theIsle .myContent {
  width: 960px;
  height: 714px;
  z-index: 0;
  position: relative; }
  #theIsle .myContent .techmap {
    position: absolute;
    bottom: 0;
    left: 0; }
  #theIsle .myContent a.coords {
    display: none; }
  #theIsle .myContent a.icon {
    position: absolute;
    width: 18px;
    height: 24px;
    background: transparent url("../img/icon.png") center no-repeat;
    border: none;
    outline: none;
    cursor: pointer; }
    #theIsle .myContent a.icon.mini {
      background: transparent url("../img/icon_mini.png") center no-repeat; }
    #theIsle .myContent a.icon.grey {
      background: transparent url("../img/icon_grey.png") center no-repeat; }

#theIsle #pre_map {
  width: 960px;
  position: absolute;
  top: 0;
  left: 0; }

#theIsle #pre_map {
  background-color: #ffffff; }

#theIsle #tech_map_anchors area {
  background: transparent url("../img/icon.png") center no-repeat; }

.isle_tooltip {
  position: absolute;
  width: 352px;
  padding: 0 !important;
  background-color: #f0f5f7;
  z-index: 100;
  cursor: pointer;
  font-size: 12px;
  font-family: Arial,Helvetica,"sans serif"; }
  .isle_tooltip > h4 {
    padding: 12px 8px 0; }
  .isle_tooltip > a:first-child {
    display: block;
    position: relative;
    width: 352px;
    font-size: 12px;
    height: 136px;
    font-family: Arial,Helvetica,"sans serif"; }
    .isle_tooltip > a:first-child img {
      display: block;
      position: relative;
      width: 352px;
      height: 136px; }
  .isle_tooltip > p {
    padding: 2px 9px;
    line-height: 15px;
    font-size: 12px;
    font-family: Arial,Helvetica,"sans serif"; }
  .isle_tooltip > .more-wrapper {
    background-color: #e5241d;
    padding: 8px 14px 12px 0;
    text-align: right; }
    .isle_tooltip > .more-wrapper a.more {
      color: #ffffff;
      font-size: 15px;
      display: inline-block;
      font-weight: normal; }
      .isle_tooltip > .more-wrapper a.more:before {
        color: #ffffff; }
    .isle_tooltip > .more-wrapper:after {
      content: "";
      background-image: url("../img/tooltip_triangle.png");
      width: 22px;
      height: 11px;
      display: block;
      position: absolute;
      bottom: -11px;
      left: 8px; }

#theIsle .copy h2.loading,
#theIsle .myContent .techmap a.icon.loading {
  visibility: hidden; }

#theIsle .copy h2 span {
  display: block;
  font-weight: 300;
  letter-spacing: 0.12em;
  padding-top: 3px; }

#theIsle .copy {
  position: absolute;
  left: 20px;
  text-align: left;
  width: 320px;
  top: 0;
  z-index: 3; }

#theIsle .copy p {
  font-size: 12px;
  line-height: 15px; }

#theIsle .slideheadline {
  text-transform: uppercase;
  font-family: 'Open Sans Condensed',sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  height: 20px;
  width: 920px;
  margin: 0 20px;
  text-align: left;
  padding-bottom: 7px; }

#theIsle .slideshow {
  height: 102px;
  margin: 0 15px;
  padding: 5px;
  overflow: hidden;
  position: relative;
  width: 920px; }

#theIsle .slidecontent {
  display: block;
  position: absolute;
  height: 112px;
  width: 100000px;
  left: 3px; }

#theIsle .slideitem {
  width: 168px;
  height: 102px;
  float: left;
  margin-right: 20px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 1.5px 1.5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1.5px 1.5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1.5px 1.5px rgba(0, 0, 0, 0.1);
  background: #e6e9eb;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f0f2f4), to(#e6e9eb));
  background: -webkit-linear-gradient(#f0f2f4, #e6e9eb);
  background: -moz-linear-gradient(#f0f2f4, #e6e9eb);
  background: -ms-linear-gradient(#f0f2f4, #e6e9eb);
  background: -o-linear-gradient(#f0f2f4, #e6e9eb);
  background: linear-gradient(#f0f2f4, #e6e9eb);
  behavior: url(js/PIE.php); }

#theIsle .slideitem img {
  width: 168px;
  height: 64px;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  behavior: url(js/PIE.php); }

#theIsle .slideitem h4 {
  text-align: center;
  height: 32px;
  padding-top: 4px; }

#theIsle .slideitem h4 span {
  line-height: 16px;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  padding: 0 10px; }

#theIsle .arrow_left,
#theIsle .arrow_right {
  height: 112px;
  width: 12px;
  background: transparent url("../img/control/arrow_right.png") right center no-repeat;
  right: 1px;
  position: absolute;
  top: 572px;
  cursor: pointer; }

#theIsle .arrow_left {
  background: transparent url("../img/control/arrow_left.png") left center no-repeat;
  right: auto;
  left: -1px; }

#theIsle .control {
  position: absolute;
  left: 50%;
  margin-left: -37px;
  bottom: 10px;
  width: 74px;
  height: 10px;
  background: transparent url("../img/control/control.png") center no-repeat;
  cursor: pointer; }

#theIsle .control .current {
  position: absolute;
  left: 18px;
  width: 7px;
  height: 7px;
  background: #ffffff url("../img/control/current.png") center no-repeat;
  overflow: hidden;
  top: 1px; }

/******************************************************************
SPECIAL STYLES FOR PRODUKT-DETAILSEITEN and their custom template file
******************************************************************/
/**
 *
 * Styles für die Produkt-Detailseite
 *
 * @package  ALKO Theme
 * @author   Knut Holst <info@knutholst.de>
 * @version  1.0
 * @see      
 */
.node-type-produkt-detailseite .product-breadcrumb .your-location {
  font-weight: bold;
  padding-right: 4px; }

.node-type-produkt-detailseite .product-breadcrumb a {
  color: #4b565d; }

.node-type-produkt-detailseite .product-breadcrumb .current-location {
  color: #e30613; }

.node-type-produkt-detailseite h2 {
  line-height: 16px; }
  .node-type-produkt-detailseite h2 > a {
    font-size: 16px;
    font-weight: bold; }

.node-type-produkt-detailseite .field-name-field-product-articlenumber {
  font-weight: bold; }

.node-type-produkt-detailseite .product-description-short {
  overflow: hidden;
  max-width: 300px;
  height: 140px;
  margin-top: 20px; }

.node-type-produkt-detailseite .gradient {
  background: url("../img/description_spacer.png") repeat-x scroll left top transparent !important;
  height: 39px;
  margin-top: -39px;
  position: relative; }

.node-type-produkt-detailseite .read-description {
  margin-top: 10px; }

.node-type-produkt-detailseite .product-thumbnails {
  padding: 20px 0 0 0; }

.node-type-produkt-detailseite a.highslide.thumb {
  text-align: center;
  display: block;
  line-height: 46px;
  width: 48px;
  height: 48px;
  border: 1px solid #dadcdb;
  float: left;
  margin: 5px; }
  .node-type-produkt-detailseite a.highslide.thumb:first-child, .node-type-produkt-detailseite a.highslide.thumb:nth-child(n+6) {
    margin-left: 0; }
  .node-type-produkt-detailseite a.highslide.thumb.youtube_link {
    background-color: #000000; }

.node-type-produkt-detailseite a.highslide img {
  vertical-align: middle;
  border: 0; }

.node-type-produkt-detailseite img.youtube_play {
  position: relative;
  margin-top: -89px; }

.node-type-produkt-detailseite .cta {
  border: 1px solid #dadcdb;
  padding: 16px;
  margin: 20px 0 30px; }
  .node-type-produkt-detailseite .cta p {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 0;
    margin: 0; }

.node-type-produkt-detailseite .cta-button {
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  display: inline-block;
  padding: 8px; }

.node-type-produkt-detailseite .tab-content {
  padding: 20px 0;
  width: 100%; }

.node-type-produkt-detailseite .tab-pane {
  padding: 0 12px; }

.node-type-produkt-detailseite .paragraphs-item-accordion {
  width: 100%; }

.node-type-produkt-detailseite .additional-products-header {
  margin: 36px 0 0; }

.node-type-produkt-detailseite .highslide-wrapper {
  width: calc(100% - 100px) !important; }
  .node-type-produkt-detailseite .highslide-wrapper.undefined {
    width: 0; }

.node-type-produkt-detailseite .highslide-html {
  width: 100% !important; }
  .node-type-produkt-detailseite .highslide-html .highslide-body {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    width: auto;
    height: 0; }
    .node-type-produkt-detailseite .highslide-html .highslide-body iframe {
      left: 0;
      position: absolute;
      top: 0;
      width: 100% !important; }
  .node-type-produkt-detailseite .highslide-html + div {
    left: auto !important;
    right: -120px !important; }
    .node-type-produkt-detailseite .highslide-html + div .text-controls {
      width: 100% !important;
      left: 0 !important; }
      .node-type-produkt-detailseite .highslide-html + div .text-controls li {
        margin-right: 42px; }
    .node-type-produkt-detailseite .highslide-html + div .highslide-thumbstrip-vertical-overlay {
      margin: 0 !important;
      right: -10px !important;
      left: auto !important; }

.node-type-produkt-detailseite .field-name-field-product-documents .file-icon {
  display: none; }

.node-type-produkt-detailseite .field-name-field-product-documents .file a {
  color: #333;
  text-decoration: underline; }
  .node-type-produkt-detailseite .field-name-field-product-documents .file a:hover {
    color: #0d0d0d; }
  .node-type-produkt-detailseite .field-name-field-product-documents .file a:before {
    content: '';
    width: 16px;
    height: 20px;
    display: inline-block;
    background: url("../img/pdf.png") no-repeat 0px 4px;
    padding-right: 8px;
    margin-bottom: -4px; }

.node-type-produkt-detailseite .carousel div.carousel-img-wrapper,
.produkt-startseite.carousel div.carousel-img-wrapper {
  overflow: hidden; }
  .node-type-produkt-detailseite .carousel div.carousel-img-wrapper img,
  .produkt-startseite.carousel div.carousel-img-wrapper img {
    height: 100%;
    width: auto;
    max-width: none;
    position: relative;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%); }

@media (min-width: 768px) {
  .cta p {
    float: left; }
  .cta .cta-button {
    float: right; } }

/**
* @file: highslide.css 
* @version: 4.1.13
*/
.highslide-container div {
  font-family: Verdana, Helvetica;
  font-size: 10pt; }

.highslide-container table {
  background: none; }

.highslide {
  outline: none;
  text-decoration: none; }

.highslide:hover img {
  border-color: gray; }

.highslide-active-anchor img {
  visibility: hidden; }

.highslide-gallery a:hover,
.highslide-gallery a.highslide-active-anchor {
  border: 1px solid #dadcdb;
  visibility: visible;
  cursor: default; }

.highslide-image {
  border-width: 2px;
  border-style: solid;
  border-color: white; }

.highslide-wrapper, .highslide-outline {
  background: white; }

.glossy-dark {
  background: #111; }

.highslide-number {
  font-weight: bold;
  color: gray;
  font-size: .9em; }

.highslide-caption {
  display: none;
  font-size: 1em;
  padding: 5px;
  /*background: white;*/ }

.highslide-heading {
  display: none;
  font-weight: bold;
  margin: 0.4em; }

.highslide-dimming {
  /*position: absolute;*/
  background: black; }

a.highslide-full-expand {
  background: url(../img/highslide/fullexpand.gif) no-repeat;
  display: block;
  margin: 0 10px 10px 0;
  width: 34px;
  height: 34px; }

.highslide-loading {
  display: block;
  color: black;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 3px;
  border: 1px solid white;
  background-color: white;
  padding-left: 22px;
  background-image: url(../img/highslide/loader.white.gif);
  background-repeat: no-repeat;
  background-position: 3px 1px; }

a.highslide-credits,
a.highslide-credits i {
  padding: 2px;
  color: silver;
  text-decoration: none;
  font-size: 10px; }

a.highslide-credits:hover,
a.highslide-credits:hover i {
  color: white;
  background-color: gray; }

.highslide-move, .highslide-move * {
  cursor: move; }

.highslide-viewport {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: none;
  left: 0;
  top: 0; }

.highslide-overlay {
  display: none; }

.hidden-container {
  display: none; }

/* Example of a semitransparent, offset closebutton */
.closebutton {
  position: relative;
  top: -15px;
  left: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(../img/highslide/close.png);
  /* NOTE! For IE6, you also need to update the highslide-ie6.css file. */ }

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.highslide-gallery ul li {
  display: block;
  position: relative;
  float: left;
  width: 106px;
  height: 106px;
  border: 1px solid silver;
  background: #ededed;
  margin: 2px;
  padding: 0;
  line-height: 0;
  overflow: hidden; }

.highslide-gallery ul a {
  position: absolute;
  top: 50%;
  left: 50%; }

.highslide-gallery ul img {
  position: relative;
  top: -50%;
  left: -50%; }

html > body .highslide-gallery ul li {
  display: table;
  text-align: center; }

html > body .highslide-gallery ul li {
  text-align: center; }

html > body .highslide-gallery ul a {
  position: static;
  display: table-cell;
  vertical-align: middle; }

html > body .highslide-gallery ul img {
  position: static; }

/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.highslide-controls {
  width: 195px;
  height: 40px;
  background: url(../img/highslide/controlbar-white.gif) 0 -90px no-repeat;
  margin: 20px 15px 10px 0; }

.highslide-controls ul {
  position: relative;
  left: 15px;
  height: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
  background: url(../img/highslide/controlbar-white.gif) right -90px no-repeat; }

.highslide-controls li {
  float: left;
  padding: 5px 0;
  margin: 0;
  list-style: none; }

.highslide-controls a {
  background-image: url(../img/highslide/controlbar-white.gif);
  display: block;
  float: left;
  height: 30px;
  width: 30px;
  outline: none; }

.highslide-controls a.disabled {
  cursor: default; }

.highslide-controls a.disabled span {
  cursor: default; }

.highslide-controls a span {
  /* hide the text for these graphic buttons */
  display: none;
  cursor: pointer; }

/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
  background-position: 0 0; }

.highslide-controls .highslide-previous a:hover {
  background-position: 0 -30px; }

.highslide-controls .highslide-previous a.disabled {
  background-position: 0 -60px !important; }

.highslide-controls .highslide-play a {
  background-position: -30px 0; }

.highslide-controls .highslide-play a:hover {
  background-position: -30px -30px; }

.highslide-controls .highslide-play a.disabled {
  background-position: -30px -60px !important; }

.highslide-controls .highslide-pause a {
  background-position: -60px 0; }

.highslide-controls .highslide-pause a:hover {
  background-position: -60px -30px; }

.highslide-controls .highslide-next a {
  background-position: -90px 0; }

.highslide-controls .highslide-next a:hover {
  background-position: -90px -30px; }

.highslide-controls .highslide-next a.disabled {
  background-position: -90px -60px !important; }

.highslide-controls .highslide-move a {
  background-position: -120px 0; }

.highslide-controls .highslide-move a:hover {
  background-position: -120px -30px; }

.highslide-controls .highslide-full-expand a {
  background-position: -150px 0; }

.highslide-controls .highslide-full-expand a:hover {
  background-position: -150px -30px; }

.highslide-controls .highslide-full-expand a.disabled {
  background-position: -150px -60px !important; }

.highslide-controls .highslide-close a {
  background-position: -180px 0; }

.highslide-controls .highslide-close a:hover {
  background-position: -180px -30px; }

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
  display: none; }

.highslide-html {
  background-color: white; }

.mobile .highslide-html {
  border: 1px solid silver; }

.highslide-html-content {
  display: none;
  width: 400px;
  padding: 0 5px 5px 5px; }

.highslide-header {
  padding-bottom: 5px; }

.highslide-header ul {
  margin: 0;
  padding: 0;
  text-align: right; }

.highslide-header ul li {
  display: inline;
  padding-left: 1em; }

.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next, .highslide-header ul li.highslide-move, .highslide-header ul li.highslide-close {
  display: none; }

.highslide-header a {
  font-weight: bold;
  color: gray;
  text-transform: uppercase;
  text-decoration: none; }

.highslide-header a:hover {
  color: black; }

.highslide-header .highslide-move a {
  cursor: move; }

.highslide-footer {
  height: 16px; }

.highslide-footer .highslide-resize {
  display: block;
  float: right;
  margin-top: 5px;
  height: 11px;
  width: 11px;
  background: url(../img/highslide/resize.gif) no-repeat; }

.highslide-footer .highslide-resize span {
  display: none; }

.highslide-resize {
  cursor: nw-resize; }

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/
/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
  height: 18px;
  border-bottom: 1px solid #dddddd; }

.draggable-header .highslide-heading {
  position: absolute;
  margin: 2px 0.4em; }

.draggable-header .highslide-header .highslide-move {
  cursor: move;
  display: block;
  height: 16px;
  position: absolute;
  right: 24px;
  top: 0;
  width: 100%;
  z-index: 1; }

.draggable-header .highslide-header .highslide-move * {
  display: none; }

.draggable-header .highslide-header .highslide-close {
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 5;
  padding: 0; }

.draggable-header .highslide-header .highslide-close a {
  display: block;
  height: 16px;
  width: 16px;
  background-image: url(../img/highslide/closeX.png); }

.draggable-header .highslide-header .highslide-close a:hover {
  background-position: 0 16px; }

.draggable-header .highslide-header .highslide-close span {
  display: none; }

.draggable-header .highslide-maincontent {
  padding-top: 1em; }

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
  height: 18px;
  border-bottom: 1px solid #dddddd; }

.titlebar .highslide-heading {
  position: absolute;
  width: 90%;
  margin: 1px 0 1px 5px;
  color: #666666; }

.titlebar .highslide-header .highslide-move {
  cursor: move;
  display: block;
  height: 16px;
  position: absolute;
  right: 24px;
  top: 0;
  width: 100%;
  z-index: 1; }

.titlebar .highslide-header .highslide-move * {
  display: none; }

.titlebar .highslide-header li {
  position: relative;
  top: 3px;
  z-index: 2;
  padding: 0 0 0 1em; }

.titlebar .highslide-maincontent {
  padding-top: 1em; }

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
  display: none; }

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
  background: white; }

.wide-border .highslide-image {
  border-width: 10px; }

.wide-border .highslide-caption {
  padding: 0 10px 10px 10px; }

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
  border: none; }

.borderless .highslide-caption {
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  background: silver; }

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
  background: #444; }

.outer-glow .highslide-image {
  border: 5px solid #444444; }

.outer-glow .highslide-caption {
  border: 5px solid #444444;
  border-top: none;
  padding: 5px;
  background-color: gray; }

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
  background: white; }

.colored-border .highslide-image {
  border: 2px solid green; }

.colored-border .highslide-caption {
  border: 2px solid green;
  border-top: none; }

/* hs.wrapperClassName = 'dark' */
.dark {
  background: #111; }

.dark .highslide-image {
  border-color: black black #202020 black;
  background: gray; }

.dark .highslide-caption {
  color: white;
  background: #111; }

.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
  background-image: url(../img/highslide/controlbar-black-border.gif); }

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
  position: absolute;
  padding: 1em 0 0 0;
  background: none;
  color: white;
  border: none;
  font-weight: bold; }

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
  color: gray;
  font-weight: bold;
  height: 20px;
  overflow: hidden;
  cursor: default;
  padding: 0 0 0 22px;
  margin: 0;
  background: url(../img/highslide/icon.gif) no-repeat 0 1px; }

.controls-in-heading .highslide-controls {
  width: 105px;
  height: 20px;
  position: relative;
  margin: 0;
  top: -23px;
  left: 7px;
  background: none; }

.controls-in-heading .highslide-controls ul {
  position: static;
  height: 20px;
  background: none; }

.controls-in-heading .highslide-controls li {
  padding: 0; }

.controls-in-heading .highslide-controls a {
  background-image: url(../img/highslide/controlbar-white-small.gif);
  height: 20px;
  width: 20px; }

.controls-in-heading .highslide-controls .highslide-move {
  display: none; }

.controls-in-heading .highslide-controls .highslide-previous a {
  background-position: 0 0; }

.controls-in-heading .highslide-controls .highslide-previous a:hover {
  background-position: 0 -20px; }

.controls-in-heading .highslide-controls .highslide-previous a.disabled {
  background-position: 0 -40px !important; }

.controls-in-heading .highslide-controls .highslide-play a {
  background-position: -20px 0; }

.controls-in-heading .highslide-controls .highslide-play a:hover {
  background-position: -20px -20px; }

.controls-in-heading .highslide-controls .highslide-play a.disabled {
  background-position: -20px -40px !important; }

.controls-in-heading .highslide-controls .highslide-pause a {
  background-position: -40px 0; }

.controls-in-heading .highslide-controls .highslide-pause a:hover {
  background-position: -40px -20px; }

.controls-in-heading .highslide-controls .highslide-next a {
  background-position: -60px 0; }

.controls-in-heading .highslide-controls .highslide-next a:hover {
  background-position: -60px -20px; }

.controls-in-heading .highslide-controls .highslide-next a.disabled {
  background-position: -60px -40px !important; }

.controls-in-heading .highslide-controls .highslide-full-expand a {
  background-position: -100px 0; }

.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
  background-position: -100px -20px; }

.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
  background-position: -100px -40px !important; }

.controls-in-heading .highslide-controls .highslide-close a {
  background-position: -120px 0; }

.controls-in-heading .highslide-controls .highslide-close a:hover {
  background-position: -120px -20px; }

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/
.text-controls .highslide-controls {
  width: auto;
  height: auto;
  margin: 0;
  text-align: center;
  background: none; }

.text-controls ul {
  position: static;
  background: none;
  height: auto;
  left: 0; }

.text-controls .highslide-move {
  display: none; }

.text-controls li {
  background-image: url(../img/highslide/controlbar-text-buttons.png);
  background-position: right top !important;
  padding: 0;
  margin-right: 55px;
  display: block;
  width: auto;
  float: right; }

.text-controls a {
  background: url(../img/highslide/controlbar-text-buttons.png) no-repeat;
  background-position: left top !important;
  position: relative;
  left: -10px;
  display: block;
  width: auto;
  height: auto;
  text-decoration: none !important; }

.text-controls a span {
  margin: 1px 2px 1px 10px;
  display: block;
  min-width: 4em;
  height: 18px;
  line-height: 18px;
  padding: 1px 0 1px 18px;
  color: #333;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap; }

.text-controls .highslide-next {
  margin-right: 1em; }

.text-controls .highslide-full-expand a span {
  min-width: 0;
  margin: 1px 0;
  padding: 1px 0 1px 10px; }

.text-controls .highslide-close a span {
  min-width: 0; }

.text-controls a:hover span {
  color: black; }

.text-controls a.disabled span {
  color: #999; }

.text-controls .highslide-previous span {
  display: none; }

.text-controls .highslide-previous a.disabled {
  display: none; }

.text-controls .highslide-previous a.disabled span {
  display: none; }

.text-controls .highslide-play span {
  display: none; }

.text-controls .highslide-play a.disabled {
  display: none; }

.text-controls .highslide-play a.disabled span {
  display: none; }

.text-controls .highslide-pause span {
  display: none; }

.text-controls .highslide-next span {
  display: none; }

.text-controls .highslide-next a.disabled {
  display: none; }

.text-controls .highslide-next a.disabled span {
  display: none; }

.text-controls .highslide-full-expand span {
  display: none; }

.text-controls .highslide-full-expand a.disabled {
  display: none; }

.text-controls .highslide-close span {
  color: #4e5255;
  font-weight: bold;
  text-transform: uppercase;
  background: transparent url("../img/close.png") right center no-repeat;
  padding-right: 20px;
  float: right; }

/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/
.highslide-thumbstrip {
  height: 100%;
  direction: ltr; }

.highslide-thumbstrip div {
  overflow: hidden; }

.highslide-thumbstrip table {
  position: relative;
  padding: 0;
  border-collapse: collapse; }

.highslide-thumbstrip td {
  padding: 1px;
  /*text-align: center;*/ }

.highslide-thumbstrip a {
  text-align: center;
  outline: none;
  display: inline-block;
  line-height: 46px;
  width: 48px;
  height: 48px;
  padding: 2px; }

.highslide-thumbstrip img {
  margin: 0 auto; }

.highslide-thumbstrip a:hover,
.highslide-thumbstrip a.highslide-active-anchor {
  border: 2px solid #dadcdb;
  padding: 0; }

.highslide-thumbstrip .highslide-active-anchor img {
  visibility: visible;
  vertical-align: middle; }

.highslide-thumbstrip .highslide-marker {
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  /* change this to actual background color in highslide-ie6.css */ }

.highslide-thumbstrip-horizontal div {
  width: auto;
  /* width: 100% breaks in small strips in IE */ }

.highslide-thumbstrip-horizontal .highslide-scroll-up {
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 25px;
  height: 42px; }

.highslide-thumbstrip-horizontal .highslide-scroll-up div {
  margin-bottom: 10px;
  cursor: pointer;
  background: url(../img/highslide/scrollarrows.png) left center no-repeat;
  height: 42px; }

.highslide-thumbstrip-horizontal .highslide-scroll-down {
  display: none;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 25px;
  height: 42px; }

.highslide-thumbstrip-horizontal .highslide-scroll-down div {
  margin-bottom: 10px;
  cursor: pointer;
  background: url(../img/highslide/scrollarrows.png) center right no-repeat;
  height: 42px; }

.highslide-thumbstrip-horizontal table {
  margin: 2px 0 10px 0; }

.highslide-viewport .highslide-thumbstrip-horizontal table {
  margin-left: 10px; }

.highslide-thumbstrip-horizontal img {
  width: auto;
  height: 40px; }

.highslide-thumbstrip-horizontal .highslide-marker {
  top: 47px;
  border-left-width: 6px;
  border-right-width: 6px;
  border-bottom: 6px solid gray; }

.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
  margin-left: 10px; }

.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
  border-bottom-color: white !important; }

.highslide-thumbstrip-vertical-overlay {
  overflow: hidden !important; }

.highslide-thumbstrip-vertical div {
  height: 100%; }

.highslide-thumbstrip-vertical a {
  display: block; }

.highslide-thumbstrip-vertical .highslide-scroll-up {
  display: none !important; }

.highslide-thumbstrip-vertical .highslide-scroll-down {
  display: none !important; }

.highslide-thumbstrip-vertical table {
  margin: 10px 0 0 10px; }

.highslide-thumbstrip-vertical img {
  max-width: 48px;
  max-height: 48px; }

.highslide-thumbstrip-vertical .highslide-marker {
  display: none; }

.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
  border-left-color: white; }

.highslide-viewport .highslide-thumbstrip-float {
  overflow: auto; }

.highslide-thumbstrip-float ul {
  margin: 2px 0;
  padding: 0; }

.highslide-thumbstrip-float li {
  display: block;
  height: 60px;
  margin: 0 2px;
  list-style: none;
  float: left; }

.highslide-thumbstrip-float img {
  display: inline;
  border-color: silver;
  max-height: 56px; }

.highslide-thumbstrip-float .highslide-active-anchor img {
  border-color: black; }

.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
  display: none; }

.highslide-thumbstrip-float .highslide-marker {
  display: none; }

/******************************************************************
SPECIAL STYLES FOR NEWS-PRESSE-PAGES and their custom template files
******************************************************************/
/**
 *
 * Styles für die News-Presse-Seiten
 *
 * @package  ALKO Theme
 * @author   Thomas Reinhold <info@handmade-it.de>
 * @version  1.0
 * @see
 */
.block-news-presse {
  padding-top: 7px;
  padding-bottom: 12px; }
  .block-news-presse div.menu-block-wrapper > ul > li {
    border-bottom: none; }

.views_news_presse, .node-news-presse, .view-news-und-presse,
div[class*=" view-garten-und-hobby-"] .view-content {
  margin-bottom: 20px; }
  .views_news_presse h2, .node-news-presse h2, .view-news-und-presse h2,
  div[class*=" view-garten-und-hobby-"] .view-content h2 {
    float: left;
    clear: none; }
  .views_news_presse h2, .views_news_presse div.views-field-title, .views_news_presse div.field-name-title-field, .node-news-presse h2, .node-news-presse div.views-field-title, .node-news-presse div.field-name-title-field, .view-news-und-presse h2, .view-news-und-presse div.views-field-title, .view-news-und-presse div.field-name-title-field,
  div[class*=" view-garten-und-hobby-"] .view-content h2,
  div[class*=" view-garten-und-hobby-"] .view-content div.views-field-title,
  div[class*=" view-garten-und-hobby-"] .view-content div.field-name-title-field {
    font-size: 32px;
    font-weight: normal;
    color: #4b565d;
    font-family: 'Open Sans Condensed';
    vertical-align: middle;
    line-height: 44px;
    margin-top: 5px;
    margin-bottom: 0px; }
    .views_news_presse h2 a, .views_news_presse div.views-field-title a, .views_news_presse div.field-name-title-field a, .node-news-presse h2 a, .node-news-presse div.views-field-title a, .node-news-presse div.field-name-title-field a, .view-news-und-presse h2 a, .view-news-und-presse div.views-field-title a, .view-news-und-presse div.field-name-title-field a,
    div[class*=" view-garten-und-hobby-"] .view-content h2 a,
    div[class*=" view-garten-und-hobby-"] .view-content div.views-field-title a,
    div[class*=" view-garten-und-hobby-"] .view-content div.field-name-title-field a {
      color: #4b565d; }
    .views_news_presse h2 a:hover, .views_news_presse div.views-field-title a:hover, .views_news_presse div.field-name-title-field a:hover, .node-news-presse h2 a:hover, .node-news-presse div.views-field-title a:hover, .node-news-presse div.field-name-title-field a:hover, .view-news-und-presse h2 a:hover, .view-news-und-presse div.views-field-title a:hover, .view-news-und-presse div.field-name-title-field a:hover,
    div[class*=" view-garten-und-hobby-"] .view-content h2 a:hover,
    div[class*=" view-garten-und-hobby-"] .view-content div.views-field-title a:hover,
    div[class*=" view-garten-und-hobby-"] .view-content div.field-name-title-field a:hover {
      color: #e30613;
      text-decoration: none; }
  .views_news_presse .views-field-field-subtitle, .views_news_presse .field-name-field-subtitle, .node-news-presse .views-field-field-subtitle, .node-news-presse .field-name-field-subtitle, .view-news-und-presse .views-field-field-subtitle, .view-news-und-presse .field-name-field-subtitle,
  div[class*=" view-garten-und-hobby-"] .view-content .views-field-field-subtitle,
  div[class*=" view-garten-und-hobby-"] .view-content .field-name-field-subtitle {
    clear: both;
    font-weight: 900;
    margin-top: 0px;
    font-family: 'Arial';
    font-weight: normal;
    font-size: 15px;
    line-height: 20px; }
  .views_news_presse .views-field-body, .views_news_presse div.field-name-body, .node-news-presse .views-field-body, .node-news-presse div.field-name-body, .view-news-und-presse .views-field-body, .view-news-und-presse div.field-name-body,
  div[class*=" view-garten-und-hobby-"] .view-content .views-field-body,
  div[class*=" view-garten-und-hobby-"] .view-content div.field-name-body {
    clear: both;
    margin-top: 10px; }
  .views_news_presse .views-field-field-date, .views_news_presse div.field-name-field-date, .node-news-presse .views-field-field-date, .node-news-presse div.field-name-field-date, .view-news-und-presse .views-field-field-date, .view-news-und-presse div.field-name-field-date,
  div[class*=" view-garten-und-hobby-"] .view-content .views-field-field-date,
  div[class*=" view-garten-und-hobby-"] .view-content div.field-name-field-date {
    font-family: 'Open Sans Condensed', sans-serif;
    float: right;
    font-size: 20px;
    padding: 10px;
    background-color: #4f5456;
    color: #e2ebef;
    margin-top: 10px; }
  .views_news_presse .more, .node-news-presse .more, .view-news-und-presse .more,
  div[class*=" view-garten-und-hobby-"] .view-content .more {
    margin-top: -15px; }
  .views_news_presse div.field-name-field-anh-nge .field-items div, .node-news-presse div.field-name-field-anh-nge .field-items div, .view-news-und-presse div.field-name-field-anh-nge .field-items div,
  div[class*=" view-garten-und-hobby-"] .view-content div.field-name-field-anh-nge .field-items div {
    margin-top: 5px;
    margin-bottom: 5px; }
  .views_news_presse h2, .views_news_presse .field-name-title-field, .node-news-presse h2, .node-news-presse .field-name-title-field, .view-news-und-presse h2, .view-news-und-presse .field-name-title-field,
  div[class*=" view-garten-und-hobby-"] .view-content h2,
  div[class*=" view-garten-und-hobby-"] .view-content .field-name-title-field {
    height: inherit !important;
    max-width: 610px; }
  .views_news_presse .social-buttons, .node-news-presse .social-buttons, .view-news-und-presse .social-buttons,
  div[class*=" view-garten-und-hobby-"] .view-content .social-buttons {
    clear: both; }
  .views_news_presse .social-button, .node-news-presse .social-button, .view-news-und-presse .social-button,
  div[class*=" view-garten-und-hobby-"] .view-content .social-button {
    line-height: 1;
    display: inline-block;
    margin-top: 16px; }
  .views_news_presse .fb-like > span, .node-news-presse .fb-like > span, .view-news-und-presse .fb-like > span,
  div[class*=" view-garten-und-hobby-"] .view-content .fb-like > span {
    vertical-align: initial !important; }
  .views_news_presse .twitter-share-button, .node-news-presse .twitter-share-button, .view-news-und-presse .twitter-share-button,
  div[class*=" view-garten-und-hobby-"] .view-content .twitter-share-button {
    margin-right: 28px; }
  .views_news_presse .pocket-btn, .node-news-presse .pocket-btn, .view-news-und-presse .pocket-btn,
  div[class*=" view-garten-und-hobby-"] .view-content .pocket-btn {
    display: inline-block;
    margin-left: -4px; }
    .views_news_presse .pocket-btn > iframe, .node-news-presse .pocket-btn > iframe, .view-news-und-presse .pocket-btn > iframe,
    div[class*=" view-garten-und-hobby-"] .view-content .pocket-btn > iframe {
      margin-bottom: -2px; }

div[class*=" view-garten-und-hobby-"] .view-content .views-row {
  margin-bottom: 20px; }

#firstcontentcontainer #block-system-main.block .field-type-text-with-summary.news-img-alignment-start-left img.news-content-img-even,
#firstcontentcontainer #block-system-main.block .field-type-text-with-summary.news-img-alignment-start-left img.news-content-img-odd,
#firstcontentcontainer #block-system-main.block .field-type-text-with-summary.news-img-alignment-start-right img.news-content-img-even,
#firstcontentcontainer #block-system-main.block .field-type-text-with-summary.news-img-alignment-start-right img.news-content-img-odd {
  width: 100%;
  float: none !important;
  display: block;
  margin-left: 0 !important; }

@media (min-width: 768px) {
  #firstcontentcontainer #block-system-main.block .field-type-text-with-summary.news-img-alignment-start-left img.news-content-img-even {
    float: left !important;
    margin: 0 16px 10px 0 !important;
    display: inline-block;
    width: auto; }
  #firstcontentcontainer #block-system-main.block .field-type-text-with-summary.news-img-alignment-start-left img.news-content-img-odd {
    float: right !important;
    margin: 0 0 10px 16px !important;
    display: inline-block;
    width: auto; }
  #firstcontentcontainer #block-system-main.block .field-type-text-with-summary.news-img-alignment-start-right img.news-content-img-even {
    float: right !important;
    margin: 0 0 10px 16px !important;
    display: inline-block;
    width: auto; }
  #firstcontentcontainer #block-system-main.block .field-type-text-with-summary.news-img-alignment-start-right img.news-content-img-odd {
    float: left !important;
    margin: 0 16px 10px 0 !important;
    display: inline-block;
    width: auto; } }

@media (max-width: 640px) {
  .views_news_presse .social-button, .node-news-presse .social-button, .view-news-und-presse .social-button {
    width: 50%; } }

/******************************************************************
SPECIAL STYLES FOR STELLENANGEBOT and their custom template files
******************************************************************/
/**
 *
 * Styles für die Stellenangebote-Seiten
 *
 * @package  ALKO Theme
 * @author   Thomas Reinhold <info@handmade-it.de>
 * @version  1.0
 * @see
 */
.node-type-stellenangebot .field-name-field-subtitel {
  font-weight: 900; }

.node-type-stellenangebot .field-name-title-field h1 {
  margin-top: 10px; }

.node-type-stellenangebot .file-size {
  display: none; }

.node-type-stellenangebot .field_pdf_download_altes_for {
  padding-top: 10px; }

.node-type-stellenangebot .field-name-field-symbolbild-teasertext {
  top: -310px;
  position: relative;
  text-align: right;
  width: 300px;
  float: right; }
  .node-type-stellenangebot .field-name-field-symbolbild-teasertext h2 {
    color: #000000; }

.node-type-stellenangebot .field-name-field-beschreibung-neu {
  margin-top: 10px; }

.node-type-stellenangebot .field-name-field-kontaktadresse-grauer-bloc {
  width: 60%;
  border: 1px solid #adafb1;
  padding: 15px;
  float: left;
  margin-right: 2%;
  height: 140px;
  position: relative;
  margin-bottom: 10px; }
  .node-type-stellenangebot .field-name-field-kontaktadresse-grauer-bloc p {
    margin-bottom: 10px; }

.node-type-stellenangebot .field-name-field-link-zum-kontaktformular {
  position: absolute;
  bottom: 10px;
  right: 15px; }

.node-type-stellenangebot .field-name-field-alko-unternehmensanschrift {
  width: 28%;
  padding: 15px;
  float: right;
  border: 1px solid #adafb1;
  height: 140px; }
  .node-type-stellenangebot .field-name-field-alko-unternehmensanschrift p {
    margin-bottom: 10px; }

.node-type-stellenangebot .pdf_file_link {
  clear: both; }

.node-type-stellenangebot .access-unpublished-link {
  clear: both; }

.node-type-stellenangebot h4, .node-type-stellenangebot p {
  margin-bottom: 10px; }

@media (max-width: 980px) {
  .node-type-stellenangebot .field-name-field-kontaktadresse-grauer-bloc {
    width: 58%; } }

#jobboerse {
  width: 100%; }

#jobboerse_filter > div {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 10px;
  margin-top: 10px;
  float: left; }

#jobboerse_filter > div.last_filter {
  width: 25% !important;
  margin-right: 0px !important; }

#jobboerse_filter select {
  width: 100%;
  background-color: #F6F6F6; }

.select_highlight {
  background-color: #c6c6c6 !important; }

#jobboerse_reset_filters {
  padding: 10px 20px;
  margin-top: 10px;
  background-color: #c6c6c6;
  width: auto;
  float: left;
  cursor: pointer;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px; }

.jobboerse_row {
  width: 100%;
  clear: both;
  display: table; }
  .jobboerse_row div {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2%; }

.jobboerse_row.odd {
  background-color: #EDEDED !important; }

.jobboerse_row.even {
  background-color: #F8F8F8 !important; }

.jobboerse_row_titel {
  float: left;
  width: 48%; }

.jobboerse_row_bereich, .jobboerse_row_ort, .jobboerse_row_zielgruppe {
  width: 23%;
  float: left; }

#jobboerse_no_results {
  display: none; }
  #jobboerse_no_results div {
    width: 99%; }

.jobboerse_header {
  font-weight: 900; }

/******************************************************************
SPECIAL STYLES FOR LANDINGPAGRES and their custom template file
******************************************************************/
/**
 *
 * Styles für die Landingpage
 *
 * @package  ALKO Theme
 * @author   Knut Holst <info@knutholst.de>
 * @version  1.0
 * @see      #2861
 */
.node-type-landingpage {
  font-size: 14px;
  /*
	 *	Modifying some paragraph styles for the lighter layout of the landing page
	 */ }
  .node-type-landingpage .fa-angle-right {
    color: #e30613; }
    .node-type-landingpage .fa-angle-right:before {
      float: none; }
  .node-type-landingpage :hover > .fa-angle-right {
    left: 0;
    text-decoration: none; }
  .node-type-landingpage #mobile_menu_toogle_button {
    z-index: 500; }
  .node-type-landingpage #firstcontentcontainer {
    width: 100%;
    padding-bottom: 0;
    margin-top: 0; }
    .node-type-landingpage #firstcontentcontainer > .row-fluid:first-child {
      padding-top: 0; }
    .node-type-landingpage #firstcontentcontainer .row {
      max-width: 960px;
      padding: 0 32px;
      margin: 0 auto; }
      .node-type-landingpage #firstcontentcontainer .row.full-width {
        max-width: 100%; }
    .node-type-landingpage #firstcontentcontainer .sidebar-first {
      display: none !important; }
    .node-type-landingpage #firstcontentcontainer .region.content.span12 {
      margin: 0 !important; }
    .node-type-landingpage #firstcontentcontainer h2 {
      color: #4b565d;
      font-family: "Open Sans";
      font-size: 32px;
      font-weight: 700;
      line-height: 32px;
      margin-bottom: 36px; }
    .node-type-landingpage #firstcontentcontainer h3 {
      color: #4b565d;
      font-family: "Open Sans";
      font-size: 18px;
      font-weight: 700;
      line-height: 19px; }
    .node-type-landingpage #firstcontentcontainer ul {
      margin-bottom: 36px !important; }
  .node-type-landingpage .landingpage-nav-placeholder, .node-type-landingpage .landingpage-nav-wrapper, .node-type-landingpage .landingpage-nav {
    min-height: 46px;
    background-color: #e0dfdd;
    width: auto; }
  .node-type-landingpage .landingpage-nav-placeholder {
    width: 100%;
    margin-bottom: 52px;
    padding: 14px 20px 0;
    margin-left: -20px; }
  .node-type-landingpage .landingpage-nav-wrapper.sticky {
    position: fixed;
    top: 0;
    z-index: 5;
    width: calc( 100% - 40px);
    padding: 14px 20px 0;
    margin-left: -20px; }
  .node-type-landingpage .landingpage-nav {
    padding: 0 0 12px 60px; }
    .node-type-landingpage .landingpage-nav a.nav-anchor {
      color: #4b565d;
      font-family: Arial;
      font-size: 12px;
      font-weight: 700;
      line-height: 33px;
      vertical-align: middle;
      text-transform: uppercase;
      margin-right: 32px;
      float: left; }
      .node-type-landingpage .landingpage-nav a.nav-anchor:last-child {
        margin-right: 0; }
    .node-type-landingpage .landingpage-nav:hover .btn {
      left: 0; }
    .node-type-landingpage .landingpage-nav .btn {
      padding: 6px 12px !important;
      margin: 0 .5rem 0 .5rem; }
    .node-type-landingpage .landingpage-nav .c2a-container {
      float: left; }
  .node-type-landingpage .landingpage-testimonial {
    background-color: #f2f2f2;
    padding: 44px 18px; }
    .node-type-landingpage .landingpage-testimonial .field-name-field-landing-page-testimon-pic {
      text-align: center;
      opacity: 0; }
    .node-type-landingpage .landingpage-testimonial .field-name-field-landing-page-testimon-text {
      color: #4f5456;
      font-family: "Open Sans";
      font-size: 17px;
      font-weight: 300;
      font-style: italic;
      line-height: 34px; }
    .node-type-landingpage .landingpage-testimonial .field-name-field-landing-page-testimon-src {
      color: #4f5456;
      font-family: "Open Sans";
      font-size: 16px;
      font-weight: 700;
      line-height: 19px; }
  .node-type-landingpage .field-name-field-paragraphs > .field-items > .field-item {
    width: 100%;
    width: calc(100% + 40px);
    margin-left: -20px !important; }
    .node-type-landingpage .field-name-field-paragraphs > .field-items > .field-item .field-name-field-paragraph-picture {
      margin-bottom: 52px; }
  .node-type-landingpage .landingpage-divider {
    border-top: 1px solid #eceded;
    margin: 2rem 0;
    width: 100%;
    width: calc(100% + 40px);
    margin-left: -20px; }
    .node-type-landingpage .landingpage-divider:after {
      content: '';
      display: block;
      background-image: url("../img/divider-triangle.png");
      background-position: center;
      background-repeat: no-repeat;
      height: 20px;
      margin-top: -2px; }
  .node-type-landingpage .pic-only-text h3 {
    margin-top: 10px;
    margin-bottom: 12px; }
  .node-type-landingpage div.field-item div.paragraphs-item-picture-with-text-only- .pic-only-wrapper {
    height: auto !important; }
  .node-type-landingpage .paragraphs-item-text-single-column .btn-alko-red {
    font-size: 24px;
    font-weight: 700;
    font-family: "Open Sans";
    padding: 12px 25px !important; }

@media (min-width: 480px) {
  .field-name-field-paragraph-picture {
    text-align: right; }
  .span12 > .paragraphs-item-paragraph-picture > .content > .field-name-field-paragraph-picture {
    text-align: center; } }

@media (min-width: 768px) {
  .node-type-landingpage .landingpage-nav-placeholder, .node-type-landingpage .landingpage-nav {
    width: 100%;
    padding: 0;
    margin: 0 auto; }
  .node-type-landingpage .landingpage-nav-placeholder {
    margin-bottom: 52px; }
  .node-type-landingpage .landingpage-nav-wrapper {
    padding: 14px 20px 0px; }
  .node-type-landingpage .landingpage-nav-wrapper.sticky {
    width: 100%;
    margin-left: 0; }
    .node-type-landingpage .landingpage-nav-wrapper.sticky .landingpage-nav {
      padding-right: 52px; }
  .node-type-landingpage .landingpage-nav {
    max-width: 960px;
    width: auto;
    padding: 0 0 12px 60px;
    margin: 0 auto; }
    .node-type-landingpage .landingpage-nav a.nav-anchor {
      float: none; }
    .node-type-landingpage .landingpage-nav .btn {
      padding: 6px 12px !important; }
    .node-type-landingpage .landingpage-nav .c2a-container {
      float: right; }
  .node-type-landingpage .landingpage-testimonial {
    padding: 44px 0; } }

@media (min-width: 980px) {
  .node-type-landingpage .landingpage-nav-placeholder, .node-type-landingpage .landingpage-nav-wrapper, .node-type-landingpage .landingpage-nav {
    height: 50px;
    min-height: auto;
    padding: 0;
    margin: 0 auto; }
  .node-type-landingpage .landingpage-nav-placeholder {
    margin-bottom: 55px; }
  .node-type-landingpage .landingpage-nav-wrapper.sticky {
    width: 100%;
    padding: 0; }
    .node-type-landingpage .landingpage-nav-wrapper.sticky .landingpage-nav {
      padding-right: 0; }
  .node-type-landingpage .landingpage-nav a.nav-anchor {
    line-height: 50px; }
  .node-type-landingpage .landingpage-nav .btn {
    margin-top: 9px; }
  .node-type-landingpage #firstcontentcontainer .row {
    padding: 0 0; }
  .node-type-landingpage .landingpage-divider {
    margin-left: 0; }
  .node-type-landingpage .field-name-field-paragraphs > .field-items > .field-item {
    width: 100%;
    margin-left: 0; } }

/******************************************************************
SPECIAL STYLES for pages that are rendered as iframes
******************************************************************/
section.iframe_page #firstcontentcontainer {
  margin-top: 0; }

section.iframe_page #firstcontentcontainer > .row-fluid:first-child {
  padding-top: 0; }

/******************************************************************
SPECIAL STYLES for pages that are rendered as fullscreen
******************************************************************/
body.fullscreen_page {
  background-color: #fff !important;
  overflow: hidden;
  height: 100vH; }

.allwrapper.fullscreen_page #firstcontentcontainer {
  height: 100vH;
  width: 100%;
  margin-top: 0; }
  .allwrapper.fullscreen_page #firstcontentcontainer > .row-fluid {
    padding-top: 0; }
  .allwrapper.fullscreen_page #firstcontentcontainer .field-type-paragraphs > .field-items > .row {
    display: none; }

.allwrapper.fullscreen_page .node-page > h2 {
  display: none; }

.allwrapper.fullscreen_page #worldmap-container {
  max-height: 90vH;
  width: 90vW;
  margin-left: 5%; }

/******************************************************************
SPECIAL STYLES for jPages galleries und galerie share buttons
******************************************************************/
/******************************************************************
SPECIAL STYLES for jPages galleries und galerie share buttons
******************************************************************/
.fca_gallery_holder {
  margin: 15px 0;
  float: right; }
  .fca_gallery_holder a {
    font-size: 12px;
    cursor: pointer;
    margin: 0 5px;
    color: #333; }

.fca_gallery_holder a:hover {
  background-color: #222;
  color: #fff; }

.fca_gallery_holder a.jp-previous {
  margin-right: 15px; }
  .fca_gallery_holder a.jp-previous:before {
    content: "\f104";
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    font-family: 'FontAwesome', sans-serif; }

.fca_gallery_holder a.jp-next {
  margin-left: 15px; }
  .fca_gallery_holder a.jp-next:after {
    content: " \f105";
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    font-family: 'FontAwesome', sans-serif; }

.fca_gallery_holder a.jp-current, a.jp-current:hover {
  color: #FF4242;
  font-weight: bold; }

.fca_gallery_holder a.jp-disabled, a.jp-disabled:hover {
  color: #bbb; }

.fca_gallery_holder a.jp-current, a.jp-current:hover, .fca_gallery_holder a.jp-disabled, a.jp-disabled:hover {
  cursor: default;
  background: none; }

.fca_gallery_holder span {
  margin: 0 5px; }

#fca_gallery_itemContainer {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 20px 0; }
  #fca_gallery_itemContainer li {
    display: inline-block;
    width: 19%;
    margin-left: 1%;
    margin-bottom: 1%;
    zoom: 1;
    *display: inline; }
    #fca_gallery_itemContainer li img {
      vertical-align: bottom;
      max-width: 100%;
      max-height: 100%; }
  #fca_gallery_itemContainer.gallery-type-2 li {
    width: 31%;
    margin-left: 0; }
    #fca_gallery_itemContainer.gallery-type-2 li:nth-child(3n+2) {
      margin: 0 3.5% 3.5%; }
    #fca_gallery_itemContainer.gallery-type-2 li img {
      width: 100%;
      height: auto; }
  #fca_gallery_itemContainer.gallery-type-2 + .fca_gallery_holder a {
    font-size: 16px; }

.fca_gallery_holder + #disqus_thread {
  margin-top: 10rem; }

#share_buttons {
  height: 25px; }

#gplus_link {
  height: 25px;
  background-image: url("../img/gplus.png");
  background-repeat: no-repeat;
  width: 72px;
  float: left;
  margin-right: 5px; }

#twitter_link {
  height: 25px;
  background-image: url("../img/twitter.png");
  background-repeat: no-repeat;
  width: 68px;
  float: left;
  margin-right: 5px; }

#fb_link {
  height: 25px;
  background-image: url("../img/fb.png");
  background-repeat: no-repeat;
  width: 99px;
  float: left;
  margin-right: 5px; }

@media (max-width: 767px) {
  .hidden-xs, td.hidden-xs, th.hidden-xs, tr.hidden-xs {
    display: none !important; } }

/******************************************************************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
******************************************************************/
@media (min-width: 480px) {
  #block-lang-dropdown-language {
    width: auto; } }

@media (min-width: 480px) and (max-width: 767px) {
  #firstcontentcontainer #prescript .row {
    margin-left: -5%;
    margin-right: -5%;
    padding-left: 5%; }
  #firstcontentcontainer #prescript .row .region {
    margin-right: 5%;
    width: 45%; }
  .action-bar-events .action_bar_button {
    margin: 10px 0 10px 10px; } }

@media (max-width: 980px) {
  body {
    overflow: hidden; } }

/******************************************************************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
******************************************************************/
@media (min-width: 768px) {
  /**
 *
 * Media Query für Browserfenster und Geräte mit einer Breite von mind. 768 px
 *
 * @package  ALKO Theme
 * @author   Knut Holst <info@knutholst.de>
 * @version  1.0
 * @see      
 */
  .row {
    margin-left: 0; }
  .page-node-124 #firstcontentcontainer .row,
  .page-node-110 #firstcontentcontainer .row {
    margin-left: -20px; }
  header .header .logo img {
    max-height: 48px; }
  header .header .logo {
    margin: 7px 0; }
  header .header [class*="span"] {
    margin-left: 0; }
  #second_language_switcher {
    display: block; }
  .region.sidebar.sidebar-first {
    display: block; }
  .action-bar-events .action_bar_button {
    margin: 10px 4px 10px 0; }
  .page-node-110 #firstcontentcontainer p {
    margin-bottom: 0; }
  .page-node-110 #firstcontentcontainer .region.content.span12 {
    display: none; }
  .subfooter .footer-sixth.righttext {
    float: right; }
  section.footer .span6, div.subfooter .span6 {
    width: 47%; }
  section.footer .span4, div.subfooter .span4 {
    width: 33%; }
  section.footer .span3, div.subfooter .span3 {
    width: 23%; }
  section.footer [class*="span"]:first-child, div.subfooter [class*="span"]:first-child {
    margin-left: 0; }
  .dropdown_language {
    width: 48.5%; }
  div.google-map .field-name-field-paragraphs-map-location,
  div.google-map .field-name-field-paragraphs-map-location .field-items,
  div.google-map .field-name-field-paragraphs-map-location .field-items .field-item,
  div.google-map .field-name-field-paragraphs-map-location-2,
  div.google-map .field-name-field-paragraphs-map-location-2 .field-items,
  div.google-map .field-name-field-paragraphs-map-location-2 .field-items .field-item {
    height: 100%; }
  #header_special_html #search_mini_formbar {
    display: block;
    margin-left: 1rem; }
    #header_special_html #search_mini_formbar input {
      background-color: #f6f6f6;
      box-shadow: none;
      border: 0 none !important;
      border-right: 2px solid #fff;
      border-radius: 0;
      font-family: Arial,sans-serif;
      max-width: 152px;
      display: inline-block;
      width: auto;
      vertical-align: middle;
      float: left;
      padding: 6px 12px;
      font-size: 12px;
      line-height: 1.428571429;
      color: #4b565d;
      margin: 0; }
    #header_special_html #search_mini_formbar .input-group-btn {
      display: table-cell;
      position: relative;
      font-size: 0;
      white-space: nowrap; }
      #header_special_html #search_mini_formbar .input-group-btn .btn {
        padding: 6px 14px !important; }
        #header_special_html #search_mini_formbar .input-group-btn .btn:hover {
          background-color: #e30613 !important; }
  #header_special_html .btn-inverse {
    background-color: #4f5456 !important;
    border-color: #4f5456 !important;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif !important;
    letter-spacing: "1px"; }
    #header_special_html .btn-inverse:hover {
      background-color: #e30613 !important;
      border-color: #e30613 !important; }
    #header_special_html .btn-inverse .glyphicon {
      position: relative;
      top: -4px;
      margin-left: 2px;
      display: inline-block; }
  #header_special_html .header_special_html_container_left,
  #header_special_html .header_special_html_container_right {
    display: block;
    padding-top: 13px; }
  #header_special_html .header_special_html_container_left {
    float: left; }
  #header_special_html .header_special_html_container_right {
    float: right;
    margin-right: 16px; }
  /******************************************************************
CKEDITOR STYLES
******************************************************************/
  body.no-sidebars .row .span12 .introduction {
    width: 75%; }
  /******************************************************************
SPECIAL STYLES FOR FRONTPAGES and their custom template file
******************************************************************/
  .frontpage_seoblock_text {
    width: 49%;
    float: left; }
  .frontpage_seoblock_text_first {
    margin-right: 2%; }
  .frontpage_seoblock_text_first, .frontpage_seoblock_text_second {
    padding-top: 26px;
    padding-bottom: 44px; }
  .frontpage_geschaeftsbereiche_floating_box {
    width: 100%; }
  .frontpage_geschaeftsbereiche_menu ul li a {
    margin-left: 50px; }
  .frontpage_geschaeftsbereiche_pic_symbol img {
    width: 80%; }
  .frontpage_geschaeftsbereiche_aufklapp {
    display: none;
    width: 100%; }
  .frontpage_geschaeftsbereiche_aufklappbereich_smallscreens {
    display: block;
    height: auto; }
  #frontpage_geschaeftsbereiche_aufklappbereich_widescreens {
    display: none;
    height: auto; } }

/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media (min-width: 980px) {
  /**
 *
 * Media Query für Browserfenster und Geräte mit einer Breite von mind. 980 px
 *
 * @package  ALKO Theme
 * @author   Knut Holst <info@knutholst.de>
 * @version  1.0
 * @see      
 */
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container,
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container,
  .span12,
  .header,
  .footer-first,
  .footerwrap.wide .footer,
  .subfooterwrap,
  .subfooterwrap.wide,
  .subfooterwrap.wide .subfooter,
  .headertopwrap.wide .headertop {
    width: 960px; }
  [class*="span"] {
    margin-left: 20px; }
  .span3 {
    width: 225px; }
  .footer-first {
    margin-left: 0px; }
  .subfooter .righttext {
    padding-right: 0;
    text-align: left; }
  .subfooter .footer-sixth.righttext {
    margin-right: 14px; }
  .mainmenu {
    width: 690px; }
  .region.header {
    z-index: 1; }
  .row {
    position: relative;
    margin-left: 0; }
  .page-node-124 #firstcontentcontainer .row,
  .page-node-110 #firstcontentcontainer .row {
    margin-left: 0px; }
  div.row div.region.prescript-first.span3.col1 {
    margin-left: 0px; }
  .action_bar_wrapper {
    margin-left: 4px; }
  .footerwrap.wide {
    padding: 25px 0 30px; }
  .dropdown_language {
    width: 57.5%; }
  .front #actionbarbackground {
    height: 55px; }
  .action_bar_item {
    margin: 0; }
  .action_bar_col1,
  .action_bar_col2,
  .action_bar_col3 {
    width: 27%; }
  .action_bar_col4 {
    width: 18%; }
  /*
 * Die Vorteilsleiste auf den Startseiten wird abhängig davon, wieviele Elemente angegeben wurden, unterschiedlich dargestellt. Dazu werden in der template.php die IDs und Klassen
 * dynamisch vergeben und hier per CSS entsprechend die Weite des einzelnen Elements der Vorteilsleiste angepasst
 */
  .action_bar_6elements_col {
    width: 17%; }
  .action_bar_6elements_col6 {
    width: 15%; }
  .action_bar_5elements_col {
    width: 20%; }
  .action_bar_4elements_col {
    width: 27%; }
  .action_bar_4elements_col4 {
    width: 18%; }
  .action_bar_3elements_col {
    width: 35%; }
  .action_bar_3elements_col3 {
    width: 30%; }
  .action_bar_2elements_col {
    width: 50%; }
  .action-bar-events .action_bar_text {
    width: 100%;
    margin-right: -20%; }
  /******************************************************************
SPECIAL STYLES FOR FRONTPAGES and their custom template file
******************************************************************/
  .frontpage_seoblock_text, .frontpage_seoblock_titel {
    margin-left: 0px; }
  .frontpage_presseteaser_row_link.frontpage_presseteaser_row_link_4rows, .frontpage_presseteaser_row_link.frontpage_presseteaser_row_link_2rows {
    padding-top: 0;
    width: auto;
    display: block; }
    .frontpage_presseteaser_row_link.frontpage_presseteaser_row_link_4rows:nth-child(odd), .frontpage_presseteaser_row_link.frontpage_presseteaser_row_link_4rows:nth-child(even), .frontpage_presseteaser_row_link.frontpage_presseteaser_row_link_2rows:nth-child(odd), .frontpage_presseteaser_row_link.frontpage_presseteaser_row_link_2rows:nth-child(even) {
      clear: none;
      float: left; }
  .frontpage_presseteaser_row {
    width: 100%; }
  .frontpage_presseteaser_2rows, .frontpage_presseteaser_3rows, .frontpage_presseteaser_4rows {
    clear: none;
    float: left; }
  :not(.frontpage_presseteaser_row_link).frontpage_presseteaser_2rows, .frontpage_presseteaser_2rows {
    width: 470px; }
  .frontpage_presseteaser_3rows {
    width: 306px; }
  :not(.frontpage_presseteaser_row_link) > .frontpage_presseteaser_4rows, .frontpage_presseteaser_4rows {
    width: 225px; }
  .frontpage_presseteaser_row_link {
    width: 100%;
    display: inline; }
    .frontpage_presseteaser_row_link:nth-child(odd) {
      float: none; }
    .frontpage_presseteaser_row_link:nth-child(even) {
      float: none; }
  .frontpage_presseteaser_row .smooth-slider .text {
    padding: 6%; }
  .frontpage_presseteaser_title {
    padding: 0 0 6%; }
  .frontpage_presseteaser_first {
    padding-top: 0; }
  .frontpage_presseteaser_second, .frontpage_presseteaser_third, .frontpage_presseteaser_fourth {
    padding-top: 0px;
    margin-left: 20px; }
  .frontpage_presseteaser_pic_2rows, .frontpage_presseteaser_pic_3rows, .frontpage_presseteaser_pic_4rows {
    float: none;
    overflow: hidden;
    padding-right: 10px; }
    .frontpage_presseteaser_pic_2rows img, .frontpage_presseteaser_pic_3rows img, .frontpage_presseteaser_pic_4rows img {
      width: 100%;
      overflow: hidden; }
  .frontpage_presseteaser_pic_2rows {
    width: 470px;
    height: 246px; }
  .frontpage_presseteaser_pic_3rows {
    width: 306px;
    height: 142px; }
  .frontpage_presseteaser_pic_4rows {
    width: 225px;
    height: 150px; }
    .frontpage_presseteaser_pic_4rows img {
      height: 100%; }
  .frontpage_presseteaser_title {
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 15px;
    margin-top: 12px; }
  .frontpage_presseteaser_title {
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 15px;
    margin-top: 12px; }
  .frontpage_seoblock_text {
    width: 470px; }
  .frontpage_seoblock_text_first {
    margin-right: 20px; }
  .frontpage_geschaeftsbereiche_row {
    margin-left: 0px;
    width: 100%; }
  .frontpage_geschaeftsbereiche_floating_box {
    width: 470px; }
  .frontpage_geschaeftsbereiche_floating_box:nth-child(1) {
    padding-right: 10px; }
  .frontpage_geschaeftsbereiche_floating_box:nth-child(2) {
    padding-left: 10px; }
  .frontpage_geschaeftsbereiche_single_element {
    width: 225px;
    margin-right: 20px; }
  .frontpage_geschaeftsbereiche_single_element_first, .frontpage_geschaeftsbereiche_single_element_third {
    padding-right: 0px; }
  .frontpage_geschaeftsbereiche_single_element_second, .frontpage_geschaeftsbereiche_single_element_fourth {
    margin-right: 0px !important; }
  .frontpage_geschaeftsbereiche_menu ul li a {
    margin-left: 30px; }
  .footer-contact-approach .last .contact-approach {
    padding-left: 20px; }
  .footer-contact-approach .last {
    margin-left: 20px;
    float: right; }
  #block-lang-dropdown-language {
    padding-left: 0px; }
  .frontpage_geschaeftsbereiche_aufklapp {
    display: none; }
  .frontpage_geschaeftsbereiche_aufklappbereich_smallscreens {
    height: auto;
    display: none; }
  #frontpage_geschaeftsbereiche_aufklappbereich_widescreens {
    display: block;
    height: auto; }
    #frontpage_geschaeftsbereiche_aufklappbereich_widescreens .frontpage_geschaeftsbereiche_aufklapp_left {
      width: 46%; }
    #frontpage_geschaeftsbereiche_aufklappbereich_widescreens .frontpage_geschaeftsbereiche_aufklapp_right {
      margin-right: 0%; }
    #frontpage_geschaeftsbereiche_aufklappbereich_widescreens .frontpage_geschaeftsbereiche_aufklapp_left, #frontpage_geschaeftsbereiche_aufklappbereich_widescreens .frontpage_geschaeftsbereiche_aufklapp_right {
      margin-top: -52px; }
  #lang_dropdown_form_business_switch {
    margin: 0 15px 0 0px !important; }
  /******************************************************************
HEADER STYLES
******************************************************************/
  #second_language_switcher {
    margin-top: 19px; }
  header .header-top {
    left: 0; }
  header .header-line {
    height: 1px;
    margin-top: 7px; } }

@media (min-width: 480px) and (max-width: 767px) {
  .row-fluid {
    width: 100%;
    *zoom: 1; }
  .row-fluid:before, .row-fluid:after {
    display: table;
    line-height: 0;
    content: ""; }
  .row-fluid:after {
    clear: both; }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0; }
  .row-fluid .span12,
  .row-fluid .span11,
  .row-fluid .span10,
  .row-fluid .span9,
  .row-fluid .span8,
  .row-fluid .span7,
  .row-fluid .span5,
  .row-fluid .span4,
  .row-fluid .span9 + .span3,
  .row-fluid .span6 + .span3:last-child,
  .row-fluid .span3 + .span6 + .span3,
  .row-fluid [class*="span"].fullwidth {
    width: 100%;
    *width: 99.94680851063829%;
    margin-left: 0; }
  .row-fluid .span6,
  .row-fluid .span3,
  .row-fluid .span2,
  .row-fluid .span1 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%; }
    .row-fluid .span6:nth-child(odd),
    .row-fluid .span3:nth-child(odd),
    .row-fluid .span2:nth-child(odd),
    .row-fluid .span1:nth-child(odd) {
      margin-left: 0;
      clear: left; }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%; }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%; }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%; }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%; }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%; }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%; }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%; }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%; }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%; }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%; }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%; }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%; }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%; }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%; }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%; }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%; }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%; }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%; }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%; }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%; }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%; }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%; }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%; }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%; } }

/*********************
CUSTOM STYLE FOR LUFTTECHNIK
*********************/
.luft-und-absaugtechnik #block-lang-dropdown-language {
  float: right; }

.luft-und-absaugtechnik h2 {
  color: #e30613 !important; }

.luft-und-absaugtechnik.node-type-landingpage .landingpage-nav a.nav-anchor {
  display: inline-block;
  -webkit-transition: background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  -moz-transition: background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  -ms-transition: background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  transition: background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  padding: 0 8px;
  margin-right: 16px; }
  .luft-und-absaugtechnik.node-type-landingpage .landingpage-nav a.nav-anchor:hover {
    color: #fff;
    background-color: #e30613; }

.luft-und-absaugtechnik.node-type-landingpage .landingpage-divider {
  border: none;
  margin: 3rem 0; }
  .luft-und-absaugtechnik.node-type-landingpage .landingpage-divider::after {
    display: none;
    background-image: none; }

.luft-und-absaugtechnik.node-type-landingpage div.field-item div.paragraphs-item-picture-with-text-only- h4 {
  padding-top: 15px; }

.luft-und-absaugtechnik.node-type-landingpage .paragraphs-item-text-single-column .btn-alko-red {
  font-size: 15px;
  padding: 12px 20px !important;
  -webkit-transition: background-color 0.2s ease-in-out 0s !important;
  -moz-transition: background-color 0.2s ease-in-out 0s !important;
  transition: background-color 0.2s ease-in-out 0s !important; }

.luft-und-absaugtechnik div.field-item div.paragraphs-item-picture-with-text-only- a.pictureonly-link:hover .pic-only-text-wrapper.zoom-in {
  background-color: transparent; }
  .luft-und-absaugtechnik div.field-item div.paragraphs-item-picture-with-text-only- a.pictureonly-link:hover .pic-only-text-wrapper.zoom-in .pic-only-text, .luft-und-absaugtechnik div.field-item div.paragraphs-item-picture-with-text-only- a.pictureonly-link:hover .pic-only-text-wrapper.zoom-in h4 {
    color: #4b565d;
    animation-name: none; }

/*# sourceMappingURL=custom.css.map */