@charset "UTF-8";
/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* HTML element (SMACSS base) rules */
@import url(icomoon/style.css);
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block; }

/* Correct `inline-block` display not defined in IE 8/9. */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/* Address styling not present in IE 8/9. */
[hidden] {
  display: none; }

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
html {
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  /* 1 */
  /* Delete all but one of the following font-size declarations: */
  /* Use a 12px base font size. 16px x 75% = 12px */
  font-size: 75%;
  /* 3 */
  /* Use a 14px base font size. 16px x .875 = 14px */
  font-size: 87.5%;
  /* 3 */
  /* Use a 16px base font size. */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  /* Establish a vertical rhythm. */
  line-height: 1.5em; }

/* Address `font-family` inconsistency between `textarea` and other form elements. */
button,
input,
select,
textarea {
  /**
   * The following font family declarations are available on most computers.
   *
   * A user's web browser will look at the comma-separated list and will
   * attempt to use each font in turn until it finds one that is available
   * on the user's computer. The final "generic" font (sans-serif, serif or
   * monospace) hints at what type of font to use if the web browser doesn't
   * find any of the fonts in the list.
   *
   * font-family: "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
   * font-family: Times, "Times New Roman", Georgia, "DejaVu Serif", serif;
   * font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
   *
   * font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
   * font-family: Tahoma, Verdana, "DejaVu Sans", sans-serif;
   * font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
   * font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
   *
   * font-family: "Courier New", "DejaVu Sans Mono", monospace;
   */
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif; }

/* Remove default margin. */
body {
  margin: 0;
  padding: 0; }

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
a:focus {
  outline: thin dotted; }

/* Improve readability when focused and also mouse hovered in all browsers. */
a:active,
a:hover {
  outline: 0; }

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
p,
pre {
  margin: 1.5em 0; }

blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.5em 30px; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* 3rem / 2em = 1.5em */
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  /* 1.5rem / 2em = .75em */
  margin-bottom: 0.75em; }

h2 {
  font-size: 1.5em;
  line-height: 2em;
  /* 3rem / 1.5em = 2em */
  margin-top: 1em;
  /* 1.5rem / 1.5em = 1em */
  margin-bottom: 1em; }

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  /* 1.5rem / 1.17em = 1.28205em */
  margin-top: 1.28205em;
  margin-bottom: 1.28205em; }

h4 {
  font-size: 1em;
  line-height: 1.5em;
  /* 1.5rem / 1em = 1.5em */
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  /* 1.5rem / 0.83em = 1.80723em */
  margin-top: 1.80723em;
  margin-bottom: 1.80723em; }

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  /* 1.5rem / 0.67em = 2.23881em */
  margin-top: 2.23881em;
  margin-bottom: 2.23881em; }

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted; }

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b,
strong {
  font-weight: bold; }

/* Address styling not present in Safari 5 and Chrome. */
dfn {
  font-style: italic; }

/* Address differences between Firefox and other browsers. */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.5em 0; }

/* Address styling not present in IE 8/9. */
mark {
  background: #ff0;
  color: #000; }

/* Correct font family set oddly in Safari 5 and Chrome. */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
  line-height: 1.5em; }

/* Improve readability of pre-formatted text in all browsers. */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/* Set consistent quote types. */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/* Address inconsistent and variable font size in all browsers. */
small {
  font-size: 80%; }

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/**
 * Lists
 */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.5em 0; }

ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0; }

dd {
  margin: 0 0 0 30px;
  /* LTR */ }

/* Address paddings set differently in IE 6/7. */
menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */ }

/* Correct list images handled incorrectly in IE 7. */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
  /* Correct IE 8 not scaling image height when resized. */
  width: auto; }

/* Correct overflow displayed oddly in IE 9. */
svg:not(:root) {
  overflow: hidden; }

/* Address margin not present in IE 8/9 and Safari 5. */
figure {
  margin: 0; }

/**
 * Forms
 */
/* Correct margin displayed oddly in IE 6/7. */
form {
  margin: 0; }

/* Define consistent border, margin, and padding. */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.5em 0.625em 1em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
  /* LTR */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 4 */
  *vertical-align: middle;
  /* 4 */
  max-width: 100%;
  /* 5 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* Drupal-style form labels. */
label {
  display: block;
  font-weight: bold; }

/**
 * Tables
 */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

body {
  background-image: url("../images/sbb-background.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Open Sans", sans-serif;
  color: white; }
  body.section-node-add, body.section-node-edit {
    color: #333333; }
  body.front #content {
    position: initial;
    max-width: none;
    margin: 0;
    padding: 0;
    background: none; }
    body.front #content .content-wrapper {
      margin: 0 auto;
      background: none; }
  body.page-node-edit #highlighted {
    display: none; }
  body input, body textarea {
    color: #4d4d4d; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif; }

#main {
  background: none; }

#page {
  position: relative;
  z-index: 2; }

#content .content-wrapper {
  max-width: 1400px; }

#footer .region-inner-footer {
  max-width: 1400px; }

.breadcrumb {
  max-width: 1420px;
  background: none; }

ul.tabs-primary {
  max-width: 1400px;
  background: none; }

#main-content #page-title {
  margin: 20px 0 40px 0; }
  #main-content #page-title .title {
    display: inline-block;
    position: relative;
    padding: 0 0.3em;
    color: white;
    font-size: 2em;
    line-height: 1.25em;
    font-weight: 400;
    text-transform: uppercase; }
    #main-content #page-title .title:before, #main-content #page-title .title:after {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 0.3em;
      display: block;
      content: "";
      border: 0.1em solid #f41426; }
    #main-content #page-title .title:before {
      left: 0;
      border-right-width: 0;
      border-radius: 0.075em 0 0 0.075em; }
    #main-content #page-title .title:after {
      right: 0;
      border-left-width: 0;
      border-radius: 0 0.075em 0.075em 0; }

.pane-title {
  display: inline-block;
  position: relative;
  padding: 0 0.3em;
  color: white;
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 400;
  text-transform: uppercase;
  margin: 3em 0 1em 0; }
  .pane-title:before, .pane-title:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0.3em;
    display: block;
    content: "";
    border: 0.1em solid #f41426; }
  .pane-title:before {
    left: 0;
    border-right-width: 0;
    border-radius: 0.075em 0 0 0.075em; }
  .pane-title:after {
    right: 0;
    border-left-width: 0;
    border-radius: 0 0.075em 0.075em 0; }
  .pane-title.reduced-margin {
    margin: 1em 0; }

#highlighted {
  background: rgba(62, 71, 72, 0.5);
  border-bottom: 1px solid #272f31; }
  #highlighted .region-highlighted {
    max-width: 1920px;
    margin: 0 auto; }

body.front #highlighted .region-highlighted {
  max-width: none; }

#messages {
  color: initial; }
  #messages .messages {
    max-width: 1400px; }

.loading-overlay {
  background-color: #272f31;
  background-image: url("../images/sbb-background.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover; }
  .loading-overlay .spinner {
    height: 40px;
    border-radius: 20px;
    border: 10px solid #272f31; }

.expand-box {
  background: rgba(0, 0, 0, 0.5); }
  .expand-box .expand-box-container {
    background: rgba(255, 255, 255, 0.05); }

.pane-menu-menu-mediacenter ul.menu li.menu__item.taxonomy-term-5, .pane-menu-menu-mediacenter ul.menu li.menu__item.taxonomy-term-6, .pane-menu-menu-mediacenter ul.menu li.menu__item.taxonomy-term-7 {
  display: none; }
.pane-menu-menu-mediacenter ul.menu li.menu__item.taxonomy-term-92, .pane-menu-menu-mediacenter ul.menu li.menu__item.taxonomy-term-101, .pane-menu-menu-mediacenter ul.menu li.menu__item.taxonomy-term-105, .pane-menu-menu-mediacenter ul.menu li.menu__item.taxonomy-term-108 {
  display: block; }

body.i18n-en .pane-menu-menu-mediacenter ul.menu li.menu__item.taxonomy-term-105 {
  display: none; }

#contact-site-form .form-submit {
  border: none;
  color: #000;
  text-shadow: none; }
  #contact-site-form .form-submit:hover {
    color: white; }

.map-links {
  margin: -4px; }
  .map-links:after {
    content: "";
    display: table;
    clear: both; }
  .map-links > .map-link {
    -moz-transition: border-color 0.2s;
    -webkit-transition: border-color 0.2s;
    -o-transition: border-color 0.2s;
    -ms-transition: border-color 0.2s;
    transition: border-color 0.2s;
    display: block;
    float: left;
    width: 34px;
    height: 34px;
    margin: 4px;
    border: 2px solid #272f31;
    border-radius: 2px;
    line-height: 32px;
    overflow: hidden; }
    .map-links > .map-link.gmap-icon {
      background-image: url("../images/gmapsicon.png");
      background-position: center;
      background-repeat: no-repeat; }
    .map-links > .map-link:hover {
      border-color: white; }

.bx-wrapper .bx-controls .bx-pager {
  bottom: 0;
  top: auto;
  right: 0;
  left: auto; }

.geolocation-map-wrapper {
  border: 2px solid #272f31; }

.search-results ol.search-results li.search-result,
.search-api-page-results ol.search-results li.search-result {
  border-color: #272f31; }

#search-api-page-search-form {
  background: rgba(0, 0, 0, 0.25); }
  #search-api-page-search-form .form-item.form-type-textfield > label {
    background: white;
    padding: 1px 6px; }
  #search-api-page-search-form .form-item.form-type-textfield > .form-text {
    border: none;
    background: rgba(0, 0, 0, 0.25);
    color: white; }
  #search-api-page-search-form .form-submit {
    background-color: transparent; }
    #search-api-page-search-form .form-submit:hover {
      background-color: #272f31; }

#header {
  background: none; }
  #header .header-sub,
  #header .region-header {
    background: #272f31; }
  #header #header-aside {
    background: rgba(39, 47, 49, 0.75);
    border: none; }
    #header #header-aside .region-header-aside #block-block-1 {
      margin: 20px 0; }
  #header .region-header {
    max-width: 1400px; }
  #header .block.headband-info {
    border-color: #4d4d4d; }
  #header #block-search-api-page-search {
    border-color: #4d4d4d; }
  #header #block-block-9 {
    border-color: #4d4d4d; }
    #header #block-block-9 ul > li a {
      border-color: #272f31; }
      #header #block-block-9 ul > li a:hover {
        border-color: #3e4a4d; }
  #header #block-block-6 ul.social-buttons li {
    border-color: #4d4d4d; }

#block-system-main-menu,
#block-menu-menu-main-menu-en {
  margin-right: 210px; }

#header-aside .region-header-aside {
  max-width: 1400px;
  padding: 0; }

#block-system-main-menu ul.menu.main-menu {
  padding: 24px 0; }
  #block-system-main-menu ul.menu.main-menu > li.menu-item > .menu-item-label a.menu-item-link {
    padding: 8px 16px;
    background: none;
    font-size: 15px;
    font-weight: 400;
    color: white; }

#menu-collapse-btn {
  color: white;
  border-color: white; }
  #menu-collapse-btn .menu-burger span {
    background: white; }

#header .block.headband-info.mobile span {
  color: white; }
#header #block-block-9-mobile ul > li a {
  border-color: #272f31; }

#footer {
  background: rgba(0, 0, 0, 0.25); }
  #footer > .region-inner-footer > .block {
    border-color: gray; }
    #footer > .region-inner-footer > .block .block-title {
      font-weight: 700;
      line-height: 1.25em; }
  #footer .block.footer-menu-logo p {
    color: #b3b3b3; }

.view-home-highlight-slides {
  position: relative;
  overflow: hidden; }
  .view-home-highlight-slides .scroll-down-button {
    -moz-transition: background 0.2s;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    -ms-transition: background 0.2s;
    transition: background 0.2s;
    position: absolute;
    bottom: 32px;
    left: 50%;
    width: 48px;
    height: 48px;
    margin: 0 0 0 -24px;
    padding: 0;
    background: #272f31;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    color: white;
    text-align: center;
    line-height: 44px;
    font-size: 20px;
    z-index: 12; }
    .view-home-highlight-slides .scroll-down-button:hover {
      background: #f41426; }
  .view-home-highlight-slides ul.home-highlight-slider {
    padding: 0;
    margin: 0;
    list-style: none; }
  .view-home-highlight-slides li.highlight-slider-item {
    position: relative; }
    .view-home-highlight-slides li.highlight-slider-item .slide-item-image {
      background-color: #272f31;
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: cover; }
    .view-home-highlight-slides li.highlight-slider-item .slide-item-content-wrapper {
      position: absolute;
      left: 48px;
      right: 48px;
      bottom: 112px;
      max-width: 1360px;
      margin: 0 auto;
      text-shadow: 0 0 16px black; }
      .view-home-highlight-slides li.highlight-slider-item .slide-item-content-wrapper .slide-item-title {
        margin: 0;
        font-size: 64px;
        font-weight: 500;
        line-height: 1;
        text-align: right; }
      .view-home-highlight-slides li.highlight-slider-item .slide-item-content-wrapper .slide-item-slogan {
        -moz-filter: drop-shadow(0 0 1px #000000);
        -webkit-filter: drop-shadow(0 0 1px #000000);
        -o-filter: drop-shadow(0 0 1px #000000);
        -ms-filter: drop-shadow(0 0 1px #000000);
        filter: drop-shadow(0 0 1px #000000);
        margin: 0 0 0 auto;
        width: 75%;
        min-width: 300px;
        max-width: 640px; }
    .view-home-highlight-slides li.highlight-slider-item .slide-item-content {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 600px;
      max-width: 50%;
      padding: 0 2em;
      background: #272f31;
      background-image: url("../images/sbb-background.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
      .view-home-highlight-slides li.highlight-slider-item .slide-item-content:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        top: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.2);
        z-index: 1; }
      .view-home-highlight-slides li.highlight-slider-item .slide-item-content .slide-item-body {
        position: relative;
        z-index: 1; }
    .view-home-highlight-slides li.highlight-slider-item .slide-item-image img {
      width: 100%; }
  .view-home-highlight-slides .bx-wrapper {
    z-index: 11; }
    .view-home-highlight-slides .bx-wrapper .bx-viewport {
      height: auto !important; }

.header-slider-wrapper ul.header-slider-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .header-slider-wrapper ul.header-slider-list li.header-slider-item img {
    width: 100%; }
.header-slider-wrapper.images-loaded .loading-overlay {
  display: none; }

.project-list-wrapper {
  position: relative;
  overflow: hidden; }
  .project-list-wrapper:after {
    content: "";
    display: table;
    clear: both; }
  .project-list-wrapper ul.project-list {
    list-style: none;
    padding: 0;
    font-size: 0;
    overflow: hidden; }
  .project-list-wrapper.horizontal ul.project-list {
    margin: 0 -10px 0 0;
    white-space: nowrap; }
    .project-list-wrapper.horizontal ul.project-list li.project-item {
      display: inline-block;
      padding-right: 10px;
      width: 25%; }
      .project-list-wrapper.horizontal ul.project-list li.project-item.show-all {
        margin-right: 42px; }
        .project-list-wrapper.horizontal ul.project-list li.project-item.show-all a.project-link {
          background: rgba(0, 0, 0, 0.5); }
        .project-list-wrapper.horizontal ul.project-list li.project-item.show-all img.spacer {
          margin-top: 50%;
          height: 0;
          opacity: 0; }
  .project-list-wrapper.vertical {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 260px;
    margin: 0 20px;
    padding: 0;
    z-index: 1; }
    .project-list-wrapper.vertical ul.project-list {
      height: 100%; }
      .project-list-wrapper.vertical ul.project-list li.project-item {
        display: block;
        padding-bottom: 10px;
        width: 100%; }
        .project-list-wrapper.vertical ul.project-list li.project-item:last-child {
          padding-bottom: 0; }

.view-header-gallery-slider {
  position: relative;
  overflow: hidden; }
  .view-header-gallery-slider.view-display-id-block_1 {
    padding-left: 300px;
    width: 100%;
    height: 50%;
    max-height: 810px; }
  .view-header-gallery-slider .view-header {
    position: absolute;
    top: 0;
    left: 0;
    bottom: -30px;
    width: 300px;
    margin: 0;
    padding: 0;
    z-index: 1; }
    .view-header-gallery-slider .view-header a.project-link.show-all {
      margin-bottom: 42px; }
  .view-header-gallery-slider .view-footer {
    display: none;
    margin: 0 !important;
    padding: 20px;
    overflow: hidden; }

a.project-link {
  -moz-transition: border-color 0.2s;
  -webkit-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  -ms-transition: border-color 0.2s;
  transition: border-color 0.2s;
  display: block;
  position: relative;
  border: 2px solid #272f31;
  border-radius: 2px;
  color: white;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase; }
  a.project-link:hover {
    border-color: white; }
  a.project-link.active {
    border-color: #f41426; }
  a.project-link.is-hidden {
    display: none; }
  a.project-link.show-all .project-link-label {
    position: relative;
    text-align: center; }
  a.project-link > img {
    width: 100%; }
  a.project-link .project-link-label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.project-slider-thumbnails-wrapper {
  position: relative;
  overflow: hidden; }
  .project-slider-thumbnails-wrapper .project-slider-thumbnails {
    margin: 0 -10px 0 0;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden; }
    .project-slider-thumbnails-wrapper .project-slider-thumbnails .project-slider-thumbnail {
      display: inline-block;
      padding-right: 10px;
      width: 20%;
      min-width: 140px; }
      .project-slider-thumbnails-wrapper .project-slider-thumbnails .project-slider-thumbnail img {
        width: 100%;
        border: 2px solid transparent; }
      .project-slider-thumbnails-wrapper .project-slider-thumbnails .project-slider-thumbnail.active img {
        border-color: #f41426; }

.view-project-attributes {
  margin-top: 0; }
  .view-project-attributes ul.project-attribute-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0; }
    .view-project-attributes ul.project-attribute-list li.project-attribute-item {
      display: inline-block;
      min-width: 280px;
      width: 50%;
      padding: 0 40px 40px 40px;
      font-size: 16px;
      line-height: 16px;
      vertical-align: top; }
  .view-project-attributes .project-attribute-title {
    position: relative;
    margin: 0;
    padding: 0 8px 4px 8px;
    line-height: 16px;
    font-weight: 700;
    border-bottom: 1px solid #f41426; }
    .view-project-attributes .project-attribute-title .project-attribute-icon {
      position: absolute;
      bottom: 0;
      right: 100%;
      width: 40px;
      height: 40px;
      margin: 0 0 -20px 0;
      padding: 10px;
      background: rgba(0, 0, 0, 0.25);
      border-radius: 20px;
      font-size: 20px;
      line-height: 20px;
      text-align: center;
      color: #f41426; }
  .view-project-attributes .project-attribute-body {
    padding: 4px 8px;
    line-height: 24px; }
    .view-project-attributes .project-attribute-body table {
      border: none;
      margin: 0 -4px; }
      .view-project-attributes .project-attribute-body table tr, .view-project-attributes .project-attribute-body table td {
        border: none; }
      .view-project-attributes .project-attribute-body table td {
        padding: 0 4px; }
    .view-project-attributes .project-attribute-body > :first-child {
      margin-top: 0; }
    .view-project-attributes .project-attribute-body > :last-child {
      margin-bottom: 0; }

.slide-selector {
  position: relative; }
  .slide-selector.no-controls .slide-control {
    display: none; }
  .slide-selector .slide-control {
    -moz-transition: background 0.2s;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    -ms-transition: background 0.2s;
    transition: background 0.2s;
    position: absolute;
    display: block;
    margin: 0;
    background: rgba(244, 20, 38, 0.5);
    border-radius: 2px; }
    .slide-selector .slide-control:hover {
      background: rgba(244, 20, 38, 0.75); }
    .slide-selector .slide-control > span {
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      width: 1em;
      height: 1em;
      margin: -0.5em 0 0 -0.5em;
      color: white;
      font-size: 16px;
      line-height: 1em;
      text-align: center; }
  .slide-selector.horizontal .slide-control {
    top: 0;
    bottom: 0;
    width: 32px; }
    .slide-selector.horizontal .slide-control.slide-prev {
      left: 0; }
    .slide-selector.horizontal .slide-control.slide-next {
      right: 0; }
  .slide-selector.vertical .slide-control {
    left: 0;
    right: 0;
    height: 32px; }
    .slide-selector.vertical .slide-control.slide-prev {
      top: 0; }
    .slide-selector.vertical .slide-control.slide-next {
      bottom: 0; }

.pane-mediacenter ul.media-list {
  margin: 0 0 -5px -5px; }
  .pane-mediacenter ul.media-list li.media-item > a {
    background: rgba(39, 47, 49, 0.33);
    color: white; }
    .pane-mediacenter ul.media-list li.media-item > a:hover {
      background: rgba(39, 47, 49, 0.66); }
    .pane-mediacenter ul.media-list li.media-item > a .file-name {
      padding: 0 0 2px 0; }
    .pane-mediacenter ul.media-list li.media-item > a .file-data .file-date {
      color: #f41426; }

.pane-menu-menu-mediacenter ul.menu li.menu__item > a {
  background: rgba(39, 47, 49, 0.33);
  color: white; }
  .pane-menu-menu-mediacenter ul.menu li.menu__item > a:hover {
    background: rgba(39, 47, 49, 0.66); }

body .view-display-id-block_responsibility ul.news-list,
body .view-display-id-block_news_highlights ul.news-list {
  margin: -10px;
  color: white; }
  body .view-display-id-block_responsibility ul.news-list:after,
  body .view-display-id-block_news_highlights ul.news-list:after {
    content: "";
    display: table;
    clear: both; }
  body .view-display-id-block_responsibility ul.news-list li.news-item,
  body .view-display-id-block_news_highlights ul.news-list li.news-item {
    float: left;
    width: 33.33333%;
    min-width: 280px;
    margin: 0;
    padding: 10px; }
    body .view-display-id-block_responsibility ul.news-list li.news-item > .highlight-link,
    body .view-display-id-block_news_highlights ul.news-list li.news-item > .highlight-link {
      font-size: 14px; }
      body .view-display-id-block_responsibility ul.news-list li.news-item > .highlight-link img,
      body .view-display-id-block_news_highlights ul.news-list li.news-item > .highlight-link img {
        float: left;
        width: 100px;
        margin: 0 20px 20px 0;
        border: 2px solid #272f31; }
      body .view-display-id-block_responsibility ul.news-list li.news-item > .highlight-link .title,
      body .view-display-id-block_news_highlights ul.news-list li.news-item > .highlight-link .title {
        -moz-transition: color 0.1s;
        -webkit-transition: color 0.1s;
        -o-transition: color 0.1s;
        -ms-transition: color 0.1s;
        transition: color 0.1s;
        margin: 0 0 15px;
        color: white;
        font-size: 1em;
        font-weight: 700;
        line-height: 1.5em;
        text-transform: uppercase; }
      body .view-display-id-block_responsibility ul.news-list li.news-item > .highlight-link .description,
      body .view-display-id-block_news_highlights ul.news-list li.news-item > .highlight-link .description {
        color: white;
        font-weight: 300;
        font-size: 1em; }
      body .view-display-id-block_responsibility ul.news-list li.news-item > .highlight-link:hover .title,
      body .view-display-id-block_news_highlights ul.news-list li.news-item > .highlight-link:hover .title {
        color: #f41426; }
body .view-news ul.news-list li.news-item a {
  color: white; }
  body .view-news ul.news-list li.news-item a img {
    margin: 0 20px 20px 0;
    border: 2px solid #272f31; }

.pane-mediacenter.mediacenter-downloads ul.media-list {
  margin: 0; }

.pane-news.news-highlights .pane-title {
  display: inline-block;
  position: relative;
  padding: 0 0.3em;
  color: white;
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 400;
  text-transform: uppercase;
  background: none;
  margin: 3em 0 1em 0; }
  .pane-news.news-highlights .pane-title:before, .pane-news.news-highlights .pane-title:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0.3em;
    display: block;
    content: "";
    border: 0.1em solid #f41426; }
  .pane-news.news-highlights .pane-title:before {
    left: 0;
    border-right-width: 0;
    border-radius: 0.075em 0 0 0.075em; }
  .pane-news.news-highlights .pane-title:after {
    right: 0;
    border-left-width: 0;
    border-radius: 0 0.075em 0.075em 0; }
.pane-news.news-highlights ul.news-list li.news-item {
  padding: 10px;
  border: none; }
  .pane-news.news-highlights ul.news-list li.news-item > a {
    padding: 0; }
    .pane-news.news-highlights ul.news-list li.news-item > a:hover {
      background: none; }

body .view-fairs ul.fair-list li.fair-item {
  background: rgba(0, 0, 0, 0.2); }
  body .view-fairs ul.fair-list li.fair-item .fair-image {
    border: none; }

.block.sbb-home-content .field-name-body {
  color: white; }

#block-views-highlights-block,
#block-views-highlights-block-1 {
  margin-bottom: 100px; }
  #block-views-highlights-block ul.highlights,
  #block-views-highlights-block-1 ul.highlights {
    margin: -10px;
    color: white; }
    #block-views-highlights-block ul.highlights:after,
    #block-views-highlights-block-1 ul.highlights:after {
      content: "";
      display: table;
      clear: both; }
    #block-views-highlights-block ul.highlights li.highlight,
    #block-views-highlights-block-1 ul.highlights li.highlight {
      width: 33.33333%;
      min-width: 280px; }
      #block-views-highlights-block ul.highlights li.highlight > .highlight-link,
      #block-views-highlights-block-1 ul.highlights li.highlight > .highlight-link {
        font-size: 14px; }
        #block-views-highlights-block ul.highlights li.highlight > .highlight-link img,
        #block-views-highlights-block-1 ul.highlights li.highlight > .highlight-link img {
          float: left;
          width: 100px;
          margin: 0 20px 20px 0;
          border: 2px solid #272f31; }
        #block-views-highlights-block ul.highlights li.highlight > .highlight-link .title,
        #block-views-highlights-block-1 ul.highlights li.highlight > .highlight-link .title {
          margin: 0 0 15px;
          color: white;
          font-size: 1em;
          font-weight: 700;
          line-height: 1.5em;
          text-transform: uppercase; }
        #block-views-highlights-block ul.highlights li.highlight > .highlight-link .description,
        #block-views-highlights-block-1 ul.highlights li.highlight > .highlight-link .description {
          color: white;
          font-weight: 300;
          font-size: 1em; }

#block-views-highlights-block .block-title,
#block-views-highlights-block-1 .block-title,
.block.sbb-home-content .block-title {
  display: inline-block;
  position: relative;
  padding: 0 0.3em;
  color: white;
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 400;
  text-transform: uppercase; }
  #block-views-highlights-block .block-title:before, #block-views-highlights-block .block-title:after,
  #block-views-highlights-block-1 .block-title:before,
  #block-views-highlights-block-1 .block-title:after,
  .block.sbb-home-content .block-title:before,
  .block.sbb-home-content .block-title:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0.3em;
    display: block;
    content: "";
    border: 0.1em solid #f41426; }
  #block-views-highlights-block .block-title:before,
  #block-views-highlights-block-1 .block-title:before,
  .block.sbb-home-content .block-title:before {
    left: 0;
    border-right-width: 0;
    border-radius: 0.075em 0 0 0.075em; }
  #block-views-highlights-block .block-title:after,
  #block-views-highlights-block-1 .block-title:after,
  .block.sbb-home-content .block-title:after {
    right: 0;
    border-left-width: 0;
    border-radius: 0 0.075em 0.075em 0; }

.block-search-api-page input {
  color: #4d4d4d; }

.block-current-highlight {
  position: absolute;
  top: 200px;
  right: 64px;
  width: 360px;
  background: #283031 url("../images/highlight-background.jpg");
  background-size: cover;
  box-shadow: 0 0 16px #000, inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  z-index: 99; }
  .block-current-highlight .highlights {
    list-style: none;
    padding: 20px;
    margin: 0; }
    .block-current-highlight .highlights .highlight-link {
      display: block;
      position: relative;
      color: white; }
      .block-current-highlight .highlights .highlight-link:after {
        content: "";
        display: table;
        clear: both; }
      .block-current-highlight .highlights .highlight-link img {
        display: block;
        float: left;
        margin: 0 20px 0 0;
        width: 40%;
        border: 1px solid rgba(0, 0, 0, 0.25); }
      .block-current-highlight .highlights .highlight-link .title {
        margin: 0 0 48px 0;
        font-size: 1em; }
      .block-current-highlight .highlights .highlight-link .button {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 4px 12px;
        background: #f41426;
        border: 1px solid rgba(0, 0, 0, 0.5);
        border-radius: 2px; }
      .block-current-highlight .highlights .highlight-link:hover {
        text-decoration: none; }
        .block-current-highlight .highlights .highlight-link:hover .button {
          background: #cb0a19; }
      .block-current-highlight .highlights .highlight-link:focus {
        text-decoration: none; }
  .block-current-highlight .block-title {
    display: inline-block;
    position: relative;
    padding: 0 0.3em;
    color: white;
    font-size: 2em;
    line-height: 1.25em;
    font-weight: 400;
    text-transform: uppercase;
    margin: 20px 24px 0 20px;
    font-size: 1.5em; }
    .block-current-highlight .block-title:before, .block-current-highlight .block-title:after {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 0.3em;
      display: block;
      content: "";
      border: 0.1em solid #f41426; }
    .block-current-highlight .block-title:before {
      left: 0;
      border-right-width: 0;
      border-radius: 0.075em 0 0 0.075em; }
    .block-current-highlight .block-title:after {
      right: 0;
      border-left-width: 0;
      border-radius: 0 0.075em 0.075em 0; }
  .block-current-highlight .close-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #f41426;
    cursor: pointer; }
    .block-current-highlight .close-button:after {
      content: "×"; }
    .block-current-highlight .close-button:hover {
      color: white; }

@media only screen and (max-width: 768px) {
  .block-current-highlight {
    display: none; } }
body.node-type-project #highlighted {
  margin-top: 0 !important; }
body.node-type-project .field-name-field-link a {
  display: block;
  margin: 8px 0 0 0;
  padding: 4px 8px;
  background: rgba(39, 47, 49, 0.33);
  font-size: 16px;
  line-height: 18px;
  text-align: center; }
  body.node-type-project .field-name-field-link a:hover {
    background: rgba(39, 47, 49, 0.66); }
body.node-type-project .panel-2col-bricks .panel-col-first .field-name-field-image {
  padding: 16px;
  margin-top: 18px;
  background: white;
  border: 2px solid #272f31;
  border-radius: 2px;
  text-align: center; }
  body.node-type-project .panel-2col-bricks .panel-col-first .field-name-field-image img {
    width: 100%;
    height: auto; }
body.node-type-project .panel-2col-bricks .panel-panel {
  float: right; }
body.node-type-project .panel-2col-bricks .panel-col-first {
  width: 20%; }
body.node-type-project .panel-2col-bricks .panel-col-last {
  width: 80%; }

body.page-node-2036 .panel-2col-bricks .pane-node-body,
body.page-node-2036 .panel-2col-bricks .pane-node-field-hints, body.page-node-2038 .panel-2col-bricks .pane-node-body,
body.page-node-2038 .panel-2col-bricks .pane-node-field-hints {
  background: rgba(39, 47, 49, 0.33); }
body.page-node-1904 .pane-news, body.page-node-1905 .pane-news, body.page-node-1906 .pane-news, body.page-node-1907 .pane-news, body.page-node-1908 .pane-news {
  display: none; }
body.page-node-1907 .pane-mediacenter .pane-title, body.page-node-1906 .pane-mediacenter .pane-title {
  display: none; }

.ngdialog .modal-container {
  border-color: #272f31;
  background-image: url("../images/sbb-background.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  .ngdialog .modal-container .modal-overlay {
    background: #272f31; }
.ngdialog.lead-management-dialog .modal-header {
  background: rgba(39, 47, 49, 0.66);
  border: none; }
.ngdialog.lead-management-dialog .modal-footer {
  background: rgba(39, 47, 49, 0.66);
  border: none; }
.ngdialog.lead-management-dialog .file-info {
  color: white; }
  .ngdialog.lead-management-dialog .file-info .file-name {
    padding: 0 0 2px 0; }
.ngdialog.lead-management-dialog .contact-form {
  background: none; }

.bubbles {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1; }
  .bubbles .bubble {
    position: absolute;
    display: none;
    width: 960px; }
    .bubbles .bubble .bubble-image {
      width: 100%;
      padding-top: 66.6666%;
      background-repeat: no-repeat;
      background-size: contain; }

body.page-taxonomy-term .bubbles .bubble.bubble-01, body.front .bubbles .bubble.bubble-01 {
  display: block;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: -380px;
  top: 200px; }
  body.page-taxonomy-term .bubbles .bubble.bubble-01 .bubble-image, body.front .bubbles .bubble.bubble-01 .bubble-image {
    background-image: url("../images/bubble_04.png"); }
body.page-taxonomy-term .bubbles .bubble.bubble-02, body.front .bubbles .bubble.bubble-02 {
  display: block;
  -moz-transform: rotate(-65deg);
  -webkit-transform: rotate(-65deg);
  -o-transform: rotate(-65deg);
  -ms-transform: rotate(-65deg);
  transform: rotate(-65deg);
  right: -480px;
  bottom: -75px; }
  body.page-taxonomy-term .bubbles .bubble.bubble-02 .bubble-image, body.front .bubbles .bubble.bubble-02 .bubble-image {
    background-image: url("../images/bubble_04.png"); }
body.node-type-news .bubbles .bubble.bubble-01, body.node-type-project-group .bubbles .bubble.bubble-01, body.node-type-page .bubbles .bubble.bubble-01 {
  display: block;
  -moz-transform: rotate(75deg) scaleX(-1);
  -webkit-transform: rotate(75deg) scaleX(-1);
  -o-transform: rotate(75deg) scaleX(-1);
  -ms-transform: rotate(75deg) scaleX(-1);
  transform: rotate(75deg) scaleX(-1);
  left: -380px;
  top: 200px; }
  body.node-type-news .bubbles .bubble.bubble-01 .bubble-image, body.node-type-project-group .bubbles .bubble.bubble-01 .bubble-image, body.node-type-page .bubbles .bubble.bubble-01 .bubble-image {
    background-image: url("../images/bubble_04.png"); }
body.node-type-news .bubbles .bubble.bubble-02, body.node-type-project-group .bubbles .bubble.bubble-02, body.node-type-page .bubbles .bubble.bubble-02 {
  display: block;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: -600px;
  top: 190px; }
  body.node-type-news .bubbles .bubble.bubble-02 .bubble-image, body.node-type-project-group .bubbles .bubble.bubble-02 .bubble-image, body.node-type-page .bubbles .bubble.bubble-02 .bubble-image {
    background-image: url("../images/bubble_01.png"); }
body.page-search .bubbles .bubble.bubble-01, body.node-type-project .bubbles .bubble.bubble-01 {
  display: block;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -600px;
  bottom: -190px; }
  body.page-search .bubbles .bubble.bubble-01 .bubble-image, body.node-type-project .bubbles .bubble.bubble-01 .bubble-image {
    background-image: url("../images/bubble_01.png"); }
body.page-search .bubbles .bubble.bubble-02, body.node-type-project .bubbles .bubble.bubble-02 {
  display: block;
  -moz-transform: rotate(-120deg);
  -webkit-transform: rotate(-120deg);
  -o-transform: rotate(-120deg);
  -ms-transform: rotate(-120deg);
  transform: rotate(-120deg);
  right: -550px;
  top: 190px; }
  body.page-search .bubbles .bubble.bubble-02 .bubble-image, body.node-type-project .bubbles .bubble.bubble-02 .bubble-image {
    background-image: url("../images/bubble_04.png"); }

.ck-template.ck-template-image > .image-left,
.ck-template.ck-template-image > .image-right,
.ck-template.ck-template-image > .gallery-left,
.ck-template.ck-template-image > .gallery-right, .ck-template.ck-template-gallery > .image-left,
.ck-template.ck-template-gallery > .image-right,
.ck-template.ck-template-gallery > .gallery-left,
.ck-template.ck-template-gallery > .gallery-right {
  width: 600px;
  border: 2px solid #272f31; }

@media only screen and (max-width: 1270px) {
  #block-system-main-menu ul.menu.main-menu {
    padding: 6px 0;
    max-width: 640px; } }
@media only screen and (max-width: 1050px) and (min-width: 641px) {
  #block-menu-menu-main-menu-en ul.menu.main-menu,
  #block-system-main-menu ul.menu.main-menu {
    margin: 0;
    padding: 6px 0;
    max-width: 640px; }
    #block-menu-menu-main-menu-en ul.menu.main-menu li.menu-item,
    #block-system-main-menu ul.menu.main-menu li.menu-item {
      margin: 0;
      border-bottom: none; }
      #block-menu-menu-main-menu-en ul.menu.main-menu li.menu-item.active-trail,
      #block-system-main-menu ul.menu.main-menu li.menu-item.active-trail {
        margin-bottom: 0; }
        #block-menu-menu-main-menu-en ul.menu.main-menu li.menu-item.active-trail > .menu-item-label a.menu-item-link,
        #block-system-main-menu ul.menu.main-menu li.menu-item.active-trail > .menu-item-label a.menu-item-link {
          padding-bottom: 5px; } }
@media only screen and (max-width: 640px) {
  #header #header-aside {
    background: #272f31; }
    #header #header-aside .region-header-aside #block-block-1 {
      margin: 10px; }

  #block-system-main-menu ul.menu {
    background: #272f31;
    border-color: #000; }
    #block-system-main-menu ul.menu.main-menu {
      padding: 0; }
      #block-system-main-menu ul.menu.main-menu li.menu-item {
        border-color: #000; }

  #block-views-highlights-block ul.highlights li.highlight > a,
  #block-views-highlights-block-1 ul.highlights li.highlight > a {
    text-align: left; }

  body .view-display-id-block_responsibility ul.news-list li.news-item,
  body .view-display-id-block_news_highlights ul.news-list li.news-item {
    width: 100%; }

  #highlighted {
    margin-top: 0 !important;
    min-height: 0 !important; }

  body.node-type-project .panel-2col-bricks .panel-panel {
    display: block; }

  .view-project-attributes ul.project-attribute-list li.project-attribute-item {
    width: 100%; } }
@media only screen and (min-width: 1401px) and (max-width: 1800px) {
  .bubbles {
    opacity: 0.5; } }
@media only screen and (max-width: 1400px) {
  .bubbles {
    opacity: 0.25; } }
@media only screen and (max-width: 900px) {
  #block-views-highlights-block ul.highlights li.highlight,
  #block-views-highlights-block-1 ul.highlights li.highlight {
    width: 100%; } }
@media only screen and (min-width: 641px) and (max-width: 920px) {
  body .view-display-id-block_responsibility ul.news-list li.news-item,
  body .view-display-id-block_news_highlights ul.news-list li.news-item {
    width: 50%; } }
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .project-list-wrapper.horizontal ul.project-list li.project-item {
    width: 33.33333%; } }
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .project-list-wrapper.horizontal ul.project-list li.project-item {
    width: 50%; } }
@media only screen and (max-width: 480px) {
  .project-list-wrapper.horizontal ul.project-list li.project-item {
    width: 100%; } }
@media only screen and (max-width: 960px) {
  .view-header-gallery-slider .view-header {
    display: none; }
  .view-header-gallery-slider .view-footer {
    display: block; }
  .view-header-gallery-slider.view-display-id-block_1 {
    padding: 0; }

  body.node-type-project .panel-2col-bricks .panel-panel {
    float: none; }
  body.node-type-project .panel-2col-bricks .panel-col-first {
    width: 100%;
    max-width: 300px;
    margin: 0 auto; }
    body.node-type-project .panel-2col-bricks .panel-col-first .field-name-field-image {
      margin: 0; }
  body.node-type-project .panel-2col-bricks .panel-col-last {
    width: 100%; } }
@media only screen and (min-width: 961px) and (max-width: 1280px) {
  body.node-type-project .panel-2col-bricks .panel-col-first {
    width: 25%; }
  body.node-type-project .panel-2col-bricks .panel-col-last {
    width: 75%; } }
@media only screen and (max-width: 1434px) {
  #content,
  #footer .region-inner-footer {
    margin: 0 10px; } } 
.EDGE-363802768 {
	margin-top: -86px;
}       
@media (max-width: 1400px) {
  .EDGE-363802768 {
    margin-top: 0; } }

/*# sourceMappingURL=steuler-sbb.css.map */