/* ==========================================================================
   $CONTENTS
   ========================================================================== */
/** * $OVERRIDE * $FONT-FACE
 * $MODULE & $INFINITE * FORM ELEMENTS
 * $INTRO
 * $IMG-RESIZE
 * $NAVIGATION
 * $SEARCH
 * $BAHN-LOGO
 * $JS
 * PLUGINS:
 * $GLDATEPICKER
 */

/* ==========================================================================
   $OVERRIDE
   ========================================================================== */
body {
    background-color: #fff;
}

/* ==========================================================================
   $FONT-FACE
   ========================================================================== */
@font-face {
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/icomoon.eot');
    src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.woff') format('woff'),
    url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.svg#icomoon') format('svg');
}

/**
 * Use the following CSS code if you want to use data attributes for inserting
 * your icons
 */
[data-icon]:before {
    content: attr(data-icon);
    font-family: 'icomoon', sans-serif;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
   $MODULE & $INFINITE
   ========================================================================== */
.module,
.infinite,
.module_list {
    background-color: #e5ebf0;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
    box-shadow: 0 1px 1px 0 rgba(0, 60, 110, 0.1);
}

.module,
.module_list {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 1150px) {
    .module,
    .module_list {
        overflow: hidden;
    }

    .module.overflow,
    .module_list.overflow {
        overflow: visible;
    }
}

.lt-ie9 .module,
.lt-ie9 .module_list {
    overflow: hidden;
}

.lt-ie9 .module.overflow,
.lt-ie9 .module_list.overflow {
    overflow: visible;
}

.module--offset {
    padding: 0;
    position: relative;
}

.infinite {
    margin: 0 5px 10px;
    position: static;
}

.infinite + .row {
    margin-top: 20px;
}

.infinite--topbar {
    background-color: transparent;
    margin: 20px 0;
    padding: 0;
    box-shadow: none;
}

.module h2,
.module h3,
.module h4,
.module_list h2,
.module_list h3,
.module_list h4 {
    color: #003c6e;
    line-height: 1;
    margin: 0;
}

.module .white h2,
.module .white h3,
.module .white h4 {
    color: #FFF;
}

.module h2, .module_list h2 {
    font-size: 20px;
    line-height: 22px;
}

.module h3, .module_list h3 {
    font-size: 15px;
    line-height: 18px;
}

.module .contact-headline {
    margin-top: 30px;
}

.module_list h3 + p {
    margin-top: 10px;
}

.module h4, .module_list h4 {
    font-size: 15px;
    line-height: 18px;
    margin-top: 15px;
}

.module ul {
    list-style: url("../images/basics/smg-bullet.png");
    margin: 15px 0 0 10px;
    padding: 0;
}

.module ul ul {
    margin: 16px 0 16px 10px;
}

.module ul span[data-icon] {
    padding-right: 10px;
}

.module li {
    color: #003c6e;
    font-size: 12px;
    line-height: 16px;
}

.module p,
.module table,
.module_list p,
.module_list table {
    color: #003c6e;
    font-size: 12px;
    line-height: 16px;
    margin: 15px 0 0;
}

.module_list p + .btn {
    margin-top: 15px;
}

.module .white p {
    color: #FFF;
}

.module td,
.module_list td {
    vertical-align: top;
}

.module td + td,
.module_list td + td {
    padding-left: 10px;
}

.description {
    left: 20px;
    position: absolute;
    top: 20px;
}

.headline-pos, .subheadline-pos {
    color: #003c6e;
    width: 320px;
}

.module .headline-neg, .module .subheadline-neg {
    color: #ffffff;
    width: 320px;
}

@media only screen and (min-width: 1150px) {
    .infinite--1st, .infinite--2nd, .infinite--3rd {
        margin: 0;
        padding: 0;
        box-shadow: none;
    }

    .infinite--1st {
        background-color: #265984;
    }

    .infinite--2nd {
        background-color: #b2c5d3;
        height: 30px;
        box-shadow: 0 1px 1px 0 rgba(0, 60, 110, 0.3);
    }

    .infinite--3rd {
        background-color: transparent;
    }

    .infinite--3rd.active {
        height: 30px;
    }
}

.lt-ie9 .infinite--1st, .lt-ie9 .infinite--2nd, .lt-ie9 .infinite--3rd {
    margin: 0;
    padding: 0;
    box-shadow: none;
}

.lt-ie9 .infinite--1st {
    background-color: #265984;
}

.lt-ie9 .infinite--2nd {
    background-color: #b2c5d3;
    height: 30px;
    box-shadow: 0 1px 1px 0 rgba(0, 60, 110, 0.3);
}

.lt-ie9 .infinite--3rd {
    background-color: transparent;
}

/* ==========================================================================
   $FORM ELEMENTS
   ========================================================================== */
.legend {
    border-bottom: 1px solid #4d586e;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 0 0 10px;
}

.label {
    color: #003c6e;
    display: block;
    font-size: 12px;
    line-height: 20px;
    padding: 3px 0;
}

.label-colored {
    background-color: #d3ebf8;
}

.label-regular {
    padding-right: 5px;
    text-align: right;
}

.module select, .module input, .module textarea {
    background-color: #fff;
    border: 1px inset;
    color: #003c6e;
    font-size: 12px;
    line-height: 20px;
    padding: 2px 4px;
}

.module input[type="checkbox"],
.module input[type="radio"],
.module input[type="file"] {
    background-color: transparent;
    border-width: 0;
}

.module input, .module textarea {
    padding: 2px 8px;
}

.module .checkbox {
    background-color: #f7f7f7;
    margin-bottom: 1px;
    padding: 2px 0 0;
}

.module label small {
    color: #003c6e;
    font-size: 60%;
    line-height: inherit;
    padding: 0 10px;
    text-transform: uppercase;
}

/* ==========================================================================
   $Foundation Abide
   ========================================================================== */
[data-abide] .error small.error,
[data-abide] span.error,
[data-abide] small.error {
    background: #265984;
    color: #ffffff;
    display: block;
    font-size: 12px;
    line-height: 20px;
    margin-top: 1px;
    padding: 2px 8px;
}

[data-abide] span.error,
[data-abide] small.error {
    display: none;
}

/* ==========================================================================
   $Widths
   ========================================================================== */
.s100 {
    width: 100%;
}

.s050 {
    width: 50%;
}

.s010 {
    width: 10%;
}

@media only screen and (min-width: 1150px) {
    .w100 {
        width: 100%;
    }

    .w050 {
        width: 50%;
    }

    .w010 {
        width: 10%;
    }
}

/* ==========================================================================
   $Recaptcha
   ========================================================================== */
.recaptcha-image-02 {
    height: auto !important;
    max-width: 100% !important;
    width: 100% !important;
}

@media only screen and (min-width: 1150px) {
    .recaptcha-image-02 {
        height: auto !important;
        max-width: 50% !important;
        width: 50% !important;
    }
}

.lt-ie9 recaptcha-image-02 {
    height: auto !important;
    max-width: 50% !important;
    width: 50% !important;
}

.recaptcha-image-02 img {
    display: inline-block !important;
    height: auto !important;
    max-width: 100% !important;
    padding-top: 20px;
    width: 100% !important;
}

/* ==========================================================================
   $SMG-LOGO
   ========================================================================== */
.smg-logo {
    background: url("../images/smg-logo.png") 0 0 no-repeat;
    display: block;
    height: 43px;
    margin-left: 10px;
    width: 160px;
}

@media only screen and (min-width: 1150px) {
    .smg-logo {
        margin-left: 0;
    }
}

.lt-ie9 .smg-logo {
    margin-left: 0;
}

/* ==========================================================================
   $INTRO
   ========================================================================== */
.intro-box {
    padding: 10px;
}

.intro, .intro--keyvisual {
    padding: 10px;
}

.intro p, .intro li {
    font-size: 15px;
    line-height: 17px;
}

@media only screen and (min-width: 1150px) {
    .intro--keyvisual {
        padding-left: 0;
    }
}

.lt-ie9 .intro--keyvisual {
    padding-left: 0;
}

/* ==========================================================================
   $IMG-RESIZE
   ========================================================================== */
.img-resize {
    max-width: 100%;
    height: auto;
    width: 100%;
}

/* ==========================================================================
   $NAVIGATION
   ========================================================================== */
.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav--1st,
.nav--3rd {
    margin: 0 -5px;
}

/* ==========================================================================
   $NAVIGATION -- 2ND
   ========================================================================== */
.nav--2nd .cell-lvl-2, .nav--2nd .cell-lvl-2 .item-lvl-2 {
    display: block;
}

.nav--2nd .cell-lvl-2 .item-lvl-2 > span {
    display: block;
    padding: 6px 10px;
}

.nav--2nd {
    background-color: #f7f9fa;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 0 1px 1px 0 rgba(0, 60, 110, 0.3);
}

.nav--2nd .item-lvl-1 {
    display: none;
}

.nav--2nd .item-lvl-2 {
    background-color: #99b1c5;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
    margin-bottom: 1px;
    padding: 0 10px;
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .nav--2nd {
        background-color: transparent;
        margin-top: 10px;
        padding: 0;
        box-shadow: none;
    }

    .nav--2nd .cell-lvl-2 {
        float: left;
        position: static;
    }

    .nav--2nd .item-lvl-2 {
        background-color: transparent;
        display: inline-block;
        color: #003c6e;
        font-size: 12px;
        line-height: 12px;
        margin: 0 0 0 20px;
        padding: 0;
    }

    .nav--2nd .item-lvl-2:hover {
        color: #fff;
    }
}

/* ==========================================================================
   $NAVIGATION -- 3RD
   ========================================================================== */
.row-lvl-2 .cell-lvl-2 .third-nav.row-lvl-2 .item-lvl-2 {
    background: transparent;
}

@media only screen and (min-width: 1150px) {
    .row-lvl-2 .cell-lvl-2.current .third-nav.row-lvl-2 {
        display: block;
    }

    .row-lvl-2 .cell-lvl-2 .third-nav.row-lvl-2 {
        display: none;
    }
}

@media only screen and (max-width: 1150px) {
    .third-nav.row-lvl-2 .item-lvl-2 {
        color: #000000;
    }

    .third-nav.row-lvl-2 .item-lvl-2:hover {
        color: #265984;
    }
}

/* ==========================================================================
   $NAVIGATION -- 4TH
   ========================================================================== */
.nav--4th {
    background-color: #f7f9fa;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 0 1px 1px 0 rgba(0, 60, 110, 0.3);
}

.nav--4th .item-lvl-2 {
    background-color: #99b1c5;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
    margin-bottom: 1px;
    padding: 0 10px;
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .nav--4th {
        background-color: transparent;
        margin-top: 10px;
        padding: 0;
        box-shadow: none;
    }

    .nav--4th .cell-lvl-2 {
        float: left;
        position: static;
    }

    .nav--4th .item-lvl-2 {
        background-color: transparent;
        display: inline-block;
        color: #003c6e;
        font-size: 12px;
        line-height: 12px;
        margin: 0 20px 0 0;
        padding: 0;
    }

    .nav--4th .item-lvl-2:hover {
        color: #fff;
    }
}

/* IE8 Tweaks */
.lt-ie9 .nav--4th {
    background-color: transparent;
    margin-top: 10px;
    padding: 0;
    box-shadow: none;
}

.lt-ie9 .nav--4th .cell-lvl-2 {
    float: left;
    position: static;
}

.lt-ie9 .nav--4th .item-lvl-2 {
    background-color: transparent;
    display: inline-block;
    color: #003c6e;
    font-size: 12px;
    line-height: 12px;
    margin: 0 20px 0 0;
    padding: 0;
}

.lt-ie9 .nav--4th .item-lvl-2:hover {
    color: #fff;
}

.nav--1st .row-lvl-1,
.nav--1st .row-lvl-2 {
    display: none;
}

.nav--1st .row-lvl-1 {
    margin: 10px 0 0;
}

.nav--1st .cell-lvl-1, .nav--1st .cell-lvl-2 {
    position: relative;
}

.nav--1st a, .nav--3rd a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
    margin-bottom: 1px;
    padding: 0 10px;
    text-decoration: none;
}

.nav--1st .cell-lvl-1 > a,
.nav--3rd .cell-lvl-1 > a {
    background-color: #265984;
}

.nav--1st .cell-lvl-2 > a {
    background-color: #b2c5d3;
}

@media only screen and (min-width: 1150px) {
    .nav--1st,
    .nav--2nd,
    .nav--3rd {
        margin: 0;
    }

    .nav--2nd {
        height: 43px;
        position: relative;
    }

    .nav--2nd > ul {
        bottom: 0;
        position: absolute;
        right: 0;
    }

    .nav--1st .current > .row-lvl-2 {
        width: 1100px;
    }

    .nav--1st .row-lvl-1 {
        display: block;
        margin: 0;
        position: relative;
    }

    .nav--1st .row-lvl-2 {
        left: 0;
        position: absolute;
    }

    .nav--1st .current .row-lvl-2 {
        display: block;
    }

    .nav--1st .cell-lvl-1,
    .nav--1st .cell-lvl-2,
    .nav--3rd .cell-lvl-1 {
        float: left;
        position: static;
    }

    .nav--1st a,
    .nav--3rd a {
        display: inline-block;
        font-size: 14px;
        line-height: 14px;
        margin: 0 18px 0 0;
        padding: 0;
        position: relative;
        text-decoration: none;
    }

    .nav--1st .cell-lvl-1 a {
        line-height: 32px;
    }

    .nav--1st .row-lvl-1 .cell-lvl-1:last-child > a {
        margin: 0;
    }

    .nav--1st .cell-lvl-2 a,
    .nav--3rd .cell-lvl-1 a {
        line-height: 30px;
    }

    .nav--1st .cell-lvl-1.current > a,
    .nav--1st .cell-lvl-2.current > a,
    .nav--3rd .cell-lvl-1.current a {
        font-weight: bold;
        padding-left: 10px;
    }

    .nav--1st .current > a:before,
    .nav--3rd .current > a:before {
        border-left: 1px solid;
        content: " ";
        height: 20px;
        left: 0;
        margin-top: -10px;
        position: absolute;
        top: 50%;
        z-index: 999;
    }

    .nav--1st .cell-lvl-1.current > a:before {
        border-left-color: #f7f9fa;
    }

    .nav--1st .cell-lvl-2.current > a:before {
        border-left-color: #003c6e;
    }

    .nav--3rd .cell-lvl-1.current > a:before {
        border-left-color: #003c6e;
    }

    .nav--1st .current > a:after {
        border-bottom: 8px solid;
        border-left: 8px solid;
        border-right: 8px solid;
        content: " ";
        left: 50%;
        height: 0;
        margin-left: -6px;
        margin-top: -6px;
        position: absolute;
        top: 100%;
        width: 0;
        z-index: 999;
    }

    .nav--1st .third-nav .current > a:after {
	display: none;
    }

    .nav--1st .current[data-label="Deutsche Bahn"] > a:after {
        top: 128%;
    }

    .nav--1st .current > a:after {
        border-left-color: rgba(255, 255, 255, 0);
        border-right-color: rgba(255, 255, 255, 0);
    }

    .nav--1st .cell-lvl-1.current > a:after {
        border-bottom-color: #b2c5d3;
    }

    .nav--1st .cell-lvl-2.current > a:after {
        border-bottom-color: #fff;
        margin-top: -5px;
    }

    .nav--1st .cell-lvl-2 a {
        color: #003c6e;
    }

    .nav--2nd .cell-lvl-2 a, .nav--3rd .cell-lvl-1 a {
        color: #003c6e;
        background-color: transparent;
    }

    .nav--1st .cell-lvl-1 a:hover {
        color: #b2c5d3;
    }

    .nav--2nd .cell-lvl-2 a:hover {
        color: #00006e;
    }

    .nav--1st .cell-lvl-2 a:hover {
        color: #ffffff;
    }

    .nav--3rd .cell-lvl-1 a:hover {
        color: rgba(0, 60, 110, 0.5);
    }

    .nav--1st .cell-lvl-1.current a:hover {
        color: #ffffff;
    }

    .nav--1st .cell-lvl-2.current a:hover,
    .nav--3rd .cell-lvl-1.current a:hover {
        color: #003c6e;
    }
}

.nav--1st li[data-label="Unternehmen"] > a {
    background-color: #B2245E;
    padding: 0 10px;
}

/* * LT-IE9 */
.lt-ie9 .nav--1st, .lt-ie9 .nav--2nd, .lt-ie9 .nav--3rd {
    margin: 0;
}

.lt-ie9 .nav--2nd {
    height: 43px;
    position: relative;
}

.lt-ie9 .nav--2nd > ul {
    bottom: 0;
    position: absolute;
    right: 0;
}

.lt-ie9 .nav--4th {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    text-align: right;
    box-shadow: none;
}

.lt-ie9 .nav--4th {
    position: absolute;
    right: 0;
}

.lt-ie9 .nav--1st .row-lvl-1 {
    display: block;
    margin: 0;
    position: relative;
}

.lt-ie9 .nav--1st .row-lvl-2 {
    left: 0;
    position: absolute;
}

.lt-ie9 .nav--1st .current .row-lvl-2 {
    display: block;
}

.lt-ie9 .nav--1st .cell-lvl-1,
.lt-ie9 .nav--1st .cell-lvl-2,
.lt-ie9 .nav--2nd .cell-lvl-2,
.lt-ie9 .nav--4th .cell-lvl-2,
.lt-ie9 .nav--3rd .cell-lvl-1 {
    float: left;
    position: static;
}

.lt-ie9 .nav--1st a, .lt-ie9 .nav--2nd a, .lt-ie9 .nav--3rd a, .lt-ie9 .nav--4th a {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    margin: 0 20px 0 0;
    padding: 0;
    position: relative;
    text-decoration: none;
}

.lt-ie9 .nav--1st .cell-lvl-1 a {
    line-height: 32px;
}

.lt-ie9 .nav--1st .cell-lvl-2 a, .lt-ie9 .nav--3rd .cell-lvl-1 a {
    line-height: 30px;
}

.lt-ie9 .nav--2nd a, .lt-ie9 .nav--4th a {
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 0 20px;
}

.lt-ie9 .nav--1st .cell-lvl-1.current > a,
.lt-ie9 .nav--1st .cell-lvl-2.current > a,
.lt-ie9 .nav--3rd .cell-lvl-1.current a {
    font-weight: bold;
    padding-left: 10px;
}

.lt-ie9 .nav--1st .current > a:before, .lt-ie9 .nav--3rd .current > a:before {
    border-left: 1px solid;
    content: " ";
    height: 20px;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    z-index: 999;
}

.lt-ie9 .nav--1st .cell-lvl-1.current > a:before {
    border-left-color: #f7f9fa;
}

.lt-ie9 .nav--1st .cell-lvl-2.current > a:before {
    border-left-color: #003c6e;
}

.lt-ie9 .nav--3rd .cell-lvl-1.current > a:before {
    border-left-color: #003c6e;
}

.lt-ie9 .nav--1st .current > a:after {
    border-bottom: 8px solid;
    border-left: 8px solid;
    border-right: 8px solid;
    content: " ";
    left: 50%;
    height: 0;
    margin-left: -6px;
    margin-top: -6px;
    position: absolute;
    top: 100%;
    width: 0;
    z-index: 999;
}

.lt-ie9 .nav--1st .current > a:after {
    border-left-color: rgba(255, 255, 255, 0);
    border-right-color: rgba(255, 255, 255, 0);
}

.lt-ie9 .nav--1st .cell-lvl-1.current > a:after {
    border-bottom-color: #b2c5d3;
}

.lt-ie9 .nav--1st .cell-lvl-2.current > a:after {
    border-bottom-color: #d9e2e9;
}

.lt-ie9 .nav--1st .cell-lvl-2 a {
    color: #003c6e;
}

.lt-ie9 .nav--2nd .cell-lvl-2 a, .lt-ie9 .nav--4th .cell-lvl-2 a {
    color: #003c6e;
    background-color: transparent;
}

.lt-ie9 .nav--3rd .cell-lvl-1 a {
    color: #003c6e;
    background-color: transparent;
}

.lt-ie9 .nav--1st .cell-lvl-1 a:hover {
    color: #b2c5d3;
}

.lt-ie9 .nav--2nd .cell-lvl-2 a:hover {
    color: #ffffff;
}

.lt-ie9 .nav--4th .cell-lvl-2 a:hover {
    color: #ffffff;
}

.lt-ie9 .nav--1st .cell-lvl-2 a:hover {
    color: #ffffff;
}

.lt-ie9 .nav--3rd .cell-lvl-1 a:hover {
    color: rgba(0, 60, 110, 0.5);
}

.lt-ie9 .nav--1st .cell-lvl-1.current a:hover {
    color: #ffffff;
}

.lt-ie9 .nav--1st .cell-lvl-2.current a:hover, .lt-ie9 .nav--3rd .cell-lvl-1.current a:hover {
    color: #003c6e;
}

.lt-ie9 .nav--2nd {
    background-color: transparent;
}

/* ==========================================================================
   $SEARCH
   ========================================================================== */
.searchfield {
    margin: 0 -5px;
}

.searchfield input {
    background-color: #f7f9fa;
    border: 0;
    color: #003c6e;
    font-size: 14px;
    line-height: 32px;
    margin: 0;
    padding: 6px 42px 6px 10px;
    width: 100%;
    box-shadow: 0 0 8px rgba(204, 204, 204, 0.2) inset;
}

.searchfield--icon {
    color: rgb(0, 60, 110);
    display: inline-block;
    font-size: 24px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}

@media only screen and (min-width: 1150px) {
    .searchfield {
        margin: 0;
    }

    .searchfield input {
        font-size: 13px;
        line-height: normal;
        margin: 5px 0;
        padding: 3px 42px 3px 10px;
    }

    .searchfield--icon {
        color: rgb(0, 60, 110);
        display: inline-block;
        font-size: 16px;
        line-height: 16px;
        padding: 0 10px;
        position: absolute;
        right: 5px;
        top: 8px;
        z-index: 999;
    }
}

.lt-ie9 .searchfield {
    margin: 0;
}

.lt-ie9 .searchfield input {
    font-size: 13px;
    line-height: normal;
    margin: 5px 0;
    padding: 3px 42px 3px 10px;
}

.lt-ie9 .searchfield--icon {
    color: rgb(0, 60, 110);
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    padding: 0 10px;
    position: absolute;
    right: 5px;
    top: 8px;
    z-index: 999;
}

/* ==========================================================================
   $copyright
   ========================================================================== */
.copyright {
    color: #003c6e;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
}

.copyright > a {
    color: #003c6e;
    text-decoration: none;
    font-weight: normal;
}

/* ==========================================================================
   $info
   ========================================================================== */
.info {
    position: relative;
}

.info:before, .info:after {
    content: " ";
    display: table;
}

.info:after {
    clear: both;
}

.info--image {
    width: 100px;
}

.info--text {
    position: absolute;
    top: 15%;
    left: 100px;
}

.info--text2 {
    position: absolute;
    top: 0;
    left: 100px;
}

/* ==========================================================================
   $history
   ========================================================================== */
.buttonbar {
    margin-top: 10px;
    text-align: right;
}

@media only screen and (min-width: 1150px) {
    .buttonbar {
        bottom: 10px;
        position: absolute;
        text-align: right;
    }
}

.lt-ie9 .buttonbar {
    bottom: 10px;
    position: absolute;
    text-align: right;
}

.btn--login {
    background-color: rgb(44, 93, 135);
    color: #fff;
    padding: 5px 10px;
}

.btn--newsletter {
    background-color: #B2C5D3;
    color: #2C5D87;
    padding: 5px 10px;
}

.btn:hover,
.btn:focus {
    text-decoration: none;
    transition: background-position 0.1s linear;
}

/* ==========================================================================
   $BAHN-LOGO
   ========================================================================== */
.bahn-logo {
    border-color: #fff;
    border-style: solid;
    border-width: 3px 6px;
    display: inline-block;
    margin-bottom: 3px;
    border-radius: 3px;
}

/* ==========================================================================
   $JS
   ========================================================================== */
.js-pull {
    background-color: #265984;
    color: #fff;
    display: block;
    line-height: 44px;
    padding: 0 10px;
    position: relative;
    margin: 0;
    text-decoration: none;
    width: 100%;
}

.js-pull--icon,
.js-nav-trigger {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 32px;
    line-height: 32px;
    margin: 4px 0;
    padding: 2px 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 52px;
    z-index: 999;
}

.js-nav-trigger {
    border-left: 1px dashed #ffffff;
}

/*	===========================================================================
    Picture overflow
    =========================================================================== */
.picture-header, .picture-container {
    overflow: hidden;
}
