@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,300,700,800,600,400);

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
/*custom for black link*/
.black-text {
    color: black !important;
    font-style: italic !important;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #003161;
}

::selection {
    color: #fff;
    background: #003161;
}
/*-----------------------------------------------------------------------------------*/
/*  Typo
/*-----------------------------------------------------------------------------------*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #2a2a2a;
}

a {
    color: #ff9900;
}

    a:hover,
    a:focus {
        color: #838994;
    }

div.left-menu a,
footer a {
    color: #838994;
}


    div.left-menu a:hover,
    div.left-menu a:focus,
    footer a:hover,
    footer a:focus {
        color: #ff9900;
    }

.main-content-text a, a[href*="mailto"] {
    color: #ff9900;
    cursor: pointer;
}

h1 {
    font-size: 32px;
    margin-bottom: 30px;
    margin-top: 0;
}

h2 {
    font-size: 22px;
    font-weight: 500;
    color: #4c5058;
    margin-bottom: 10px;
}

h3 {
    font-size: 18px;
    font-weight: 700;
    color: #4c5058;
    margin-top: 0px;
    margin-bottom: 10px;
}

/* fallbackstyle for unused titles */
h4, h5, h6, h7 {
    font-size: 16px;
    font-weight: 700;
    color: #595d64;
    margin-bottom: 10px;
}

h2 + h3 {
    margin-top: 20px;
}

p + h2 {
    margin-top: 30px;
}

strong {
    color: #6e737c;
}

.view-filialen--wrapper strong {
    color: #fff;
}

img {
    max-width: 100%;
}

.caption-text {
    font-size: 13px;
    color: #4c5058;
}
/*-----------------------------------------------------------------------------------*/
/*  General
/*-----------------------------------------------------------------------------------*/

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt25 {
    margin-top: 25px;
}

.white {
    color: #fff;
}

.mb15 {
    margin-bottom: 15px;
}

.mb25 {
    margin-bottom: 25px;
}

.invisible_item {
    display: none;
}

.no-padding {
    padding: 0;
}

.img-responsive {
    width: 100%;
}
/*-----------------------------------------------------------------------------------*/
/*  Container
/*-----------------------------------------------------------------------------------*/
/*HTML*/
body {
    position: relative;
    overflow-x: hidden;
}

html,
body {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.container {
    position: relative;
}
/*-----------------------------------------------------------------------------------*/
/*  Header
/*-----------------------------------------------------------------------------------*/

.navbar.container {
    position: absolute;
    top: 0;
    margin-top: 0;
    max-width: 100%;
    width: 100%;
    z-index: 120;
    border-radius: 0;
    border: 0;
    background: rgba(255, 255, 255, 0);
}

    .navbar.container > .container {
        margin: 0;
        padding: 0;
        width: auto;
    }

    .navbar.container > .container {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

.navbar .logo {
    background: rgba(255, 255, 255, 0.85);
    margin-left: 15px;
    padding-left: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 15px;
    border-radius: 0 0 2px 2px;
}

.logo img {
    height: 65px;
    width: auto;
}
/*Navigation*/

.nav > li,
.nav > li > a {
    display: inline-block;
}

.fixed {
    position: fixed;
}

.navbar-nav > * {
    float: left;
}

.navbar-default .navbar-nav li > a {
    color: #4c5058;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.90);
    margin-left: 2px;
    border-radius: 2px;
    font-weight: bold;
}

.navbar-nav li > a:hover {
    background-color: #fff;
}

.navbar-default .navbar-nav li.open > a {
    background: #ff9900;
    color: #ffffff;
}

.open > .dropdown-menu > li > a {
    background: #ff9900;
    color: #ffffff;
    font-weight: 300;
}

.navbar-btn {
    margin-top: 0;
}

.right-nav {
    float: right;
}

.language-switcher {
    position: relative;
    margin-left: 4px;
}

    .language-switcher li {
        text-align: left;
        text-transform: uppercase;
    }

.navbar-default .navbar-nav .language-switcher li > a {
    font-weight: 300;
    font-size: 14px;
}

    .navbar-default .navbar-nav .language-switcher li > a:hover {
        background: #fff;
    }

.language-switcher .open > .dropdown-menu > li > a:hover {
    background-color: #ff9900;
}

.navbar-default .navbar-nav .language-switcher li.open > a {
    background: #ff9900;
    color: #ffffff;
}

.nav-button.btn.btn-default {
    border-left-width: 0;
    margin-left: 6px;
    border-radius: 3px;
    background-color: #ff9900;
    border-color: #ff9900;
    padding: 10px 15px;
    line-height: 22px;
}

    .nav-button.btn.btn-default:hover {
        background-color: #f09000;
        border-color: #f09000;
    }

.open > .dropdown-menu {
    display: block;
    border-radius: 1px;
    border: 0;
    background: #ff9900;
    margin-top: 12px;
    min-width: 45px;
}

@media screen and (min-width: 768px) {
    .dropdown-menu::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #ff9900 transparent;
        position: absolute;
        top: -10px;
        left: 20px;
    }
}
/*Background-image*/

.block {
    display: block;
}

@media screen and (min-width: 1400px) {
    .header-img {
        background-size: 100% auto;
    }
}

.header-img {
    background-position-x: center;
    background-position-y: top;
    height: 165px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
}

.header-map {
    padding-bottom: 60px;
}
/*Google maps*/
#map {
    height: 450px;
    padding-bottom: 30px;
}
/*filialen header*/
.meta__attach {
    position: absolute;
    display: block;
    height: 96px;
    width: 104px;
    background: rgba(255,255,255,.85);
    right: -106px;
    text-align: center;
    padding-top: 20px;
}

    .meta__attach.mapmarker {
        color: #838994;
        bottom: 0;
    }

    .meta__attach.sbb {
        top: 0;
        color: #838994;
    }

        .meta__attach.sbb:hover,
        .meta__attach.mapmarker:hover {
            color: #ff9900;
        }

.over.row {
    margin-top: -254px;
    margin-bottom: 50px;
    width: 40%;
    min-height: 130px;
    position: relative;
}

.meta__attach {
    text-align: center;
}

    .meta__attach span {
        font-size: 13px;
    }

.over span {
    display: block;
}

.over i {
    font-size: 32px;
}

.meta__attach.sbb span {
    margin: 5px 0 0 0;
}

.meta-bg {
    background: rgba(255,255,255,.85);
    padding-top: 15px;
    padding-bottom: 15px;
}

    .meta-bg a {
        color: #838994;
    }

        .meta-bg a:hover {
            color: #ff9900;
        }

.over img {
    max-width: 100%;
}

.over h2 {
    margin-top: 0;
}
/*test mit sbb span 2*/
.sbb span:before {
    content: '';
    display: block;
    width: 47px;
    height: 25px;
    background: url('../img/sbb-icon.png') no-repeat;
    margin: 0 auto;
    margin-top: 10px;
}

.meta__attach.sbb:hover .sbb-icon:before {
    background: url('../img/sbb-icon_orange.png') no-repeat;
}



/*Slider*/

.carousel, .item, .active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.item {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    left: 0 !important;
}

.carousel-inner .item {
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    position: absolute;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    z-index: 3;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    z-index: 3;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0 !important;
    }

.carousel-fade .carousel-inner .item {
    -webkit-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
    transition: opacity 0.8s;
}

.slider-show {
    height: 70%;
    position: relative;
    margin-bottom: 50px;
}

.carousel-control {
    z-index: 110;
}

    .carousel-control.right {
        background: none;
        filter: none;
    }

    .carousel-control.left {
        background: none;
        filter: none;
    }

    .carousel-control span:before {
        font-size: 90px;
    }

.slider-bar {
    width: 100%;
    background: rgba(255,255,255,.8);
    height: 50px;
    position: absolute;
    bottom: 0;
    z-index: 100;
    overflow: hidden;
}

    .slider-bar a {
        line-height: 47px;
    }

.left {
    float: left;
}

.right {
    float: right;
}

.carousel-control img {
    width: 24px;
    height: auto;
    position: absolute;
}

.carousel-control span {
    display: table-cell;
    vertical-align: middle;
}

.carousel-control {
    display: table;
    height: 100%;
    padding-bottom: 100px;
    width: 200px;
}

.chevron-left {
    left: 20px;
}

.chevron-right {
    right: 20px;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .carousel-fade .carousel-inner > .item.next.left,
        .carousel-fade .carousel-inner > .item.prev.right,
        .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}



/* keep full widget on smaller screens */
@media (max-width: 767px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }
}


/*-----------------------------------------------------------------------------------*/
/*  SEARCH-CONTAINER-FRONT
/*-----------------------------------------------------------------------------------*/
.search-container {
    position: absolute;
    width: 100%;
    z-index: 101;
    margin-top: 200px;
}

    .search-container > .container {
        margin-left: auto;
        margin-right: auto;
        width: 780px;
        max-width: 100%;
    }

.search-container-slogan {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    text-shadow: 0px 0px 20px rgba(0,0,0,.9);
    margin-bottom: 15px;
    display: block;
    text-align: left;
    line-height: 55px;
}

.search-container form {
    border: 2px solid #ff9900;
    background-color: #fff;
    width: 85%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.search-container .form-inline .form-control {
    display: inline-block;
    width: 360px;
    vertical-align: middle;
}

div.search-container .bootstrap-select button {
    height: 65px;
    background: transparent;
    border: none;
}



/* Class for select option */
.depth1 {
    padding-left: 30px !important;
}

.search-container input {
    height: 65px;
    background: transparent;
    width: 360px;
    border: none;
}

.search-container .divider {
    height: 50px;
    background-color: #ff9900;
    width: 2px;
    position: absolute;
    top: 10px;
    left: 370px;
}

.wrapper-with-button button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 130px;
    display: inline-block;
    background-color: #ff9900;
    border-color: #ff9900;
    float: right;
}

    .wrapper-with-button button:hover {
        background-color: #ff9900;
        border-color: #ff9900;
    }

.wrapper-with-button {
    background-color: #ff9900;
    position: relative;
}

    .wrapper-with-button button i {
        font-size: 1.75em;
    }

.search-container .form-control {
    height: 65px;
}

/* Dropdown in Frontsearch */
.search-container .open > .dropdown-menu > li > a {
    background: #fff;
    color: #0c0909;
    font-weight: 700;
}

.search-container .open > .dropdown-menu .search-container .open > .dropdown-menu > li > a:hover {
    background-color: #ff9900;
}

.search-container div.dropdown-menu {
    background-color: #fff !important;
    top: 0;
}

div.dropdown-menu li a {
    color: #838994 !important;
    background-color: #fff !important;
}

    div.dropdown-menu li a:hover {
        background-color: #ff9900 !important;
    }

.search-container ~ div.bs-container > .dropdown-menu {
    background: #fff;
    margin-top: 0;
    margin-left: -1px;
}

.search-container ~ div.bs-container > .open > .dropdown-menu {
    background: #fff;
}

.search-container .open > .dropdown-toggle.btn-default:focus,
.search-container .open > .dropdown-toggle.btn-default:active {
    background-color: #fff;
}

.btn:hover,
.btn.dropdown-toggle.btn-default:focus,
.btn.dropdown-toggle.btn-default:active {
    box-shadow: none;
    background-color: #fff;
}

.search-container .btn-group.open .dropdown-toggle {
    box-shadow: none;
}

div.search-container .bootstrap-select.btn-group .dropdown-toggle .caret {
    top: 42%;
    border: none;
    background: url('../img/search-item_down.png');
    background-repeat: no-repeat;
    background-position: -1px 1px;
    width: 24px;
    height: 16px;
}

.search-container .bootstrap-select > .dropdown-toggle.bs-placeholder,
.search-container .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.search-container .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.search-container .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #999;
    outline: 0 !important;
    box-shadow: initial !important;
}

.search-container .bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
    outline-offset: 0;
}

.search-container .btn-default:active:hover {
    background-color: #fff;
    border-color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*  Content
/*-----------------------------------------------------------------------------------*/

.breadcrumbs {
    padding-bottom: 30px;
    font-size: 13px;
    position: relative;
    top: -20px;
    margin-bottom: -20px;
}

/* seitlicher bewerbungs-button */
.job-side-button {
    background: #ff9900;
    position: fixed;
    right: -110px;
    top: 370px;
    width: 260px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px 10px 0 0;
    color: white !important;
    text-decoration: none !important;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.05em;
    -webkit-box-shadow: -1px -1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: -1px -1px 3px rgba(0,0,0,0.3);
    box-shadow: -1px -1px 3px rgba(0,0,0,0.3);
    -webkit-transition: 0.3s background ease;
    transition: 0.3s background ease;
    z-index: 999;
}

a.jobs-side-button:link, a.jobs-side-button:active, a.jobs-side-button:focus {
    color: white;
    text-decoration: none;
}

.job-side-button:hover {
    background: #f09000;
    color: white;
    text-decoration: none;
}

.job-side-close {
    font-size: 0.85em;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    opacity: 0.5;
}

/*Search form / form*/
.add-on .input-group-btn > .btn {
    border-left-width: 0;
    left: -2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #ff9900;
    border-color: #ff9900;
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #ff9900;
}

.form-control {
    border-radius: 2px;
}

div.search-aside .form-control {
    width: 100%;
    border-color: #ff9900;
}

.input-group {
    width: 100%;
}

div.search-form .add-on .input-group-btn > .btn {
    width: 100%;
    left: 0px;
}

.navbar-form {
    padding: 0px 0px;
}

.row.search-main {
    margin-top: -15px;
    margin-bottom: 25px;
}

    .row.search-main .dropdown-menu .open {
        padding-top: 0px;
    }

div.search-form .btn {
    border-radius: 2px;
}

    div.search-form .btn.btn-default:hover {
        background-color: #f09000;
        border-color: #f09000;
    }

div.search-main button {
    border-radius: 2px;
}

div.search-main .open > .dropdown-menu,
div.search-main .open > .dropdown-menu > li > a {
    background-color: #fff;
    color: #2a2a2a;
}

    div.search-main .open > .dropdown-menu > li > a:hover {
        background-color: #ff9900;
        color: #fff;
    }

div.search-main .form-control {
    height: 48px;
}

    div.search-main .form-control:focus {
        box-shadow: none;
        -webkit-box-shadow: none;
        border-color: #ff9900;
    }

div.search-main .form-group {
    display: inline;
}

div.search-main .apply {
    margin-top: 0px;
}

div.search-main .bootstrap-select.btn-group .dropdown-toggle .caret {
    top: 42%;
    border: none;
    background: url('../img/search-item_down.png');
    background-repeat: no-repeat;
    background-position: -1px 1px;
    width: 24px;
    height: 16px;
}

.form-group.geburtsdatum {
    float: left;
    display: inline;
    margin-right: 15px;
}

.datepicker:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

div.form-control textarea {
    width: 100%;
}

div.form-control a {
    color: #ff9900;
}

.text-orange {
    color: #ff9900;
}

.btn.orange {
    background-color: #ff9900;
    border-color: #ff9900;
    color: #fff;
}

.btn.orange:hover {
    background-color: #df7900;
    border-color: #df7900;
    color: #fff;
}

textarea {
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
/*div.filiale-detail .bootstrap-select.btn-group .dropdown-toggle .filter-option{
    width: 55px;
}*/
div.filiale-detail span.bs-caret {
    padding-left: 26px;
}

div.filiale-detail .bootstrap-select.btn-group .dropdown-toggle .caret {
    top: 42%;
    border: none;
    background: url('../img/search-item_down.png');
    background-repeat: no-repeat;
    background-position: -1px 1px;
    width: 24px;
    height: 16px;
    right: 5px;
}




/*Bootstrap General*/

label, .checkbox label {
    font-weight: 300;
}

.form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #ff9900;
}

.panel,
.form-control,
.btn, .btn-default,
.input-group-btn,
.input-group-btn .btn {
    border-radius: 2px;
}

div.checkbox {
    margin-top: 0;
}

.radio-inline, .checkbox-inline {
    font-weight: 300;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 6px 0 0;
}

/*Main Content*/

.main-container li {
    list-style-type: none;
    margin-left: 17px;
}

    .main-container li::before {
        content: "\e250";
        display: inline-block;
        font-family: Glyphicons Halflings;
        font-size: 10px;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        color: #838994;
        margin-right: 5px;
        margin-left: -16px;
    }

.main-container .nav-tabs li {
    margin-left: 0;
}

    .main-container .nav-tabs li::before {
        content: "";
        margin: 0;
    }

#main-container .pager li:before,
#main-container .pager li:after,
#main-container .pagination li:before,
#main-container .pagination li:after {
    content: none;
}

#main-container .pagination li.active a {
    color: #fff;
}

.left-menu {
    position: relative;
    background: #f9f9fa;
    padding: 25px 20px 15px 20px;
    margin-top: 20px;
    transition: 0.3s all ease-in-out;
    top: 0;
}

    .left-menu ul > li {
        display: block;
        margin: 10px 0;
    }

        .left-menu ul > li > a.active {
            color: #ffa03f;
        }

    /*Submenu 1*/
    .left-menu ul ul {
        border-left: 2px solid #ffa03f;
        margin-left: 5px;
        padding-left: 15px;
        font-size: 14px;
    }

        .left-menu ul ul > li {
            margin-bottom: 5px;
            margin-top: 0;
            line-height: 1.35em;
        }

            .left-menu ul ul > li:first-child {
                margin-top: 5px;
            }

            .left-menu ul ul > li a {
            }

.main-container .left-menu li::before {
    content: none;
    display: inline-block;
    font-family: Glyphicons Halflings;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
    margin-left: -16px;
}

.main-container .search-main li::before {
    content: none;
    padding: 3px 20px;
}

.main-container .search-main li {
    margin-left: 0;
}


/*Class fÃ¼r schwebendes Submenu auf Desktop */
.left-menu-float {
    position: fixed;
    z-index: 100;
    top: 10px;
    max-width: 264px;
    transition: 0.3s all ease-in-out;
    width: 100%;
}

ul,
ol {
    padding-left: 0;
}

.node-inhaltsseite li {
    list-style: none;
}

.view-filialen strong {
    color: #2a2a2a;
}

.view-filialen--wrapper {
    background-color: #ff9900;
    padding: 0px 0;
    margin-top: 100px;
}

    .view-filialen--wrapper h2 {
        color: #fff;
    }



.filialen-links a {
    background-color: transparent;
    color: #ff9900;
    display: block;
    padding: 1px 10px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

    .filialen-links a:focus,
    .filialen-links a:hover {
        text-decoration: none;
        font-weight: 700;
    }

.link-white a {
    color: #fff;
}

.social-icons {
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 100%;
    text-align: center;
}

    .social-icons a {
        margin-left: 100px;
    }

        .social-icons a:first-child {
            margin-left: 0;
        }

.newsletter-block {
    height: 80px;
    color: #4c5058;
}

div.newsletter .form-control {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
}

div.newsletter .input-group {
    width: 100%;
}

div.newsletter .input-group-btn {
    width: 30%;
}

div.newsletter .btn.btn-secondary {
    width: 100%;
    font-weight: 500;
    color: #ff9900;
    background-color: #fff;
    border-radius: 2px;
}

div.newsletter p {
    padding-bottom: 30px;
}

div.newsletter .form-control::-webkit-input-placeholder {
    color: white;
}

div.newsletter .form-control:-moz-placeholder {
    color: white;
}

div.newsletter .form-control::-moz-placeholder {
    color: white;
}

div.newsletter .form-control:-ms-input-placeholder {
    color: white;
}
/*Grid Gallery*/
.job-grid-list {
    margin-bottom: 60px;
}

.job-gallery {
    position: relative;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.text-overlay {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    background-color: rgba(256,256,256,0.8);
    color: #000;
    text-align: center;
    vertical-align: middle;
    height: 60px;
    line-height: 56px;
    font-weight: 600;
    font-size: 17px;
}

.job-gallery:hover .text-overlay {
    background-color: rgba(0,0,0,0.3);
    color: #fff;
}

/* video embed */
/*Search Items*/
.search-results-item.sortable {
    padding-bottom: 0;
    height: auto;
}

    .search-results-item.sortable .search-results.type {
        height: auto;
    }

.search-results-item {
    width: 100%;
    display: table;
    border-bottom: 1px solid #e6e7ea;
    margin-bottom: 0px;
    padding-bottom: 20px;
    padding-top: 20px;
    height: 125px;
    position: relative;
}

.search-results.job {
    width: 54%;
    display: table-cell;
    border-left: 1px solid #e6e7ea;
    padding: 0 5px 5px 10px;
}

.search-results.location {
    width: 23%;
    display: table-cell;
    border-left: 1px solid #e6e7ea;
    margin-bottom: 30px;
    padding: 0 5px 5px 10px;
}

.search-results.type {
    width: 23%;
    display: table-cell;
    border-left: 1px solid #e6e7ea;
    padding: 0 5px 5px 10px;
    position: relative;
    height: 125px;
}

div.search-results span.glyphicon {
    font-size: 12px;
    padding-left: 5px;
}

.reverse span.glyphicon {
    -moz--transform: translate(5px, 0px) rotate(180deg);
    -webkit-transform: translate(5px, 0px) rotate(180deg);
    transform: translate(5px, 0px) rotate(180deg);
}

.job-details {
    height: inherit;
    width: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    border-radius: 3px;
    background-color: #e6e7ea;
    background-image: url(../img/search-item.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(0%, -50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.search-results-item:hover .job-details {
    background-color: #ff9900;
    background-image: url(../img/search-item_w.png);
}
/*inserat details*/
.apply {
    border-radius: 2px;
    display: block;
    padding: 10px;
    background: #ff9900;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #ff9900;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    margin-bottom: 10px;
}

.main-content-text .apply {
    color: #fff;
}

.apply:hover {
    color: #ff9900;
    background: #fff;
    text-decoration: none;
}

.send-mail {
    background: #ccc;
    border: 2px solid #ccc;
    border-radius: 2px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

    .send-mail:hover {
        background: white;
        color: #aaa;
    }

.ad-actions {
    margin-top: 0px;
}

.divider-left.padding {
    border-left: 1px solid rgba(131,137,148,.2);
    padding: 20px;
}

.divider-bottom {
    border-bottom: 1px solid rgba(131,137,148,.2);
}

a.search-results-wrap {
    text-decoration: none;
    color: #2a2a2a;
    -webkit-transition: 0.3s background ease;
    transition: 0.3s background ease;
}

    a.search-results-wrap:hover {
        color: #2a2a2a;
        background-color: #f9f9f9;
        display: block;
    }
/*filialen*/
.filialen-item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e7ea;
}

.marker {
    height: 40px;
    width: 100%;
    font-size: 40px;
}

a.routenplaner,
a.fahrplan {
    color: #838994;
    text-decoration: none !important;
}

a:hover.routenplaner,
a:hover.fahrplan {
    color: #ff9900;
}

.sbb-icon {
    height: 0px;
    width: 100%;
}

    .sbb-icon:before {
        content: '';
        display: inline-block;
        width: 47px;
        height: 30px;
        background: url('../img/sbb-icon.png') no-repeat;
        margin: 0 auto;
        margin-top: 10px;
    }

a .fahrplan:hover .sbb-icon:before {
    background: url('../img/sbb-icon_orange.png') no-repeat;
}

.fahrplan {
    padding-top: 30px;
}

.filialen-item h2 {
    margin-top: 0;
}

    .filialen-item h2:hover {
        color: #ff9900;
    }

.filialen .search-form .btn.btn-default:hover {
    background: #df7900;
    border-color: #df7900;
}
/*.personen-row > div {
    height: 170px;
}*/
.phone-number {
    padding-top: 5px;
    line-height: normal;
}

    .phone-number a {
        color: #ff9900;
    }

.address {
    padding-top: 5px;
    line-height: normal;
}

div.tab-content .row {
    margin-top: 15px;
}

.filiale-detail .bootstrap-select > .dropdown-toggle {
    padding-top: 7px;
    padding-bottom: 7px;
}

.person p {
    margin: 0;
}
/*mitarbeiter-grid*/
.l-block {
    width: 40.666%;
    background-color: coral;
}

.r-block {
    display: inline-block;
    width: 58.333%;
    background-color: #B1E5A4;
}
/*blog*/
.bloguebersicht .subtitle {
    font-size: small;
}

.bloguebersicht .kategorie {
    padding-left: 10px;
}

.bloguebersicht hr {
    margin-top: 0px;
}

.blog hr {
    margin-top: 20px;
}

.kategorie {
    padding-right: 5px;
    font-size: small;
}

.command .kategorie {
    padding-left: 0;
    padding-right: 2px;
}

.command li::before {
    content: "\e250";
    display: inline-block;
    font-family: Glyphicons Halflings;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #ff9900;
    margin-right: 5px;
    margin-left: -16px;
}

.blogeintrag a {
    color: #2a2a2a;
}

.blogeintrag {
    padding-top: 15px;
    border-bottom: 1px solid rgba(131,137,148,.2);
}

    .blogeintrag .subtitle {
        font-size: small;
    }

        .blogeintrag .subtitle a {
            font-color: black;
        }

    .blogeintrag:first-of-type {
        padding-top: 0;
    }

    .blogeintrag:last-of-type {
        border-bottom: none;
    }

    .blogeintrag img {
        padding-top: 10px;
        padding-bottom: 20px;
    }

        .blogeintrag img + .caption-text {
            margin-top: -15px;
            max-width: 650px;
        }

.xheight {
    height: 100%;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.blogeintraege {
    height: 100%;
}

.command {
    border-left: 1px solid rgba(131,137,148,.2);
}

    .command .divider-left.padding {
        border-left: none;
    }

.blogeintraege ul.pagination li:before,
.blogeintraege ul.pager li:before {
    content: none;
}

.blogeintraege ul.pager {
    bottom: 0;
}

.blogeintraege ul.pagination li {
    margin-left: 0;
}

.blogeintraege .pagination li > a {
    border-radius: 2px;
}

.blogeintraege .pagination > li > a {
    color: #838994;
}

.blogeintraege .pagination > .active > a {
    background-color: #ff9900;
    border-color: #ff9900;
    color: #fff;
}
/*-----------------------------------------------------------------------------------*/
/*  sharingbuttons
/*-----------------------------------------------------------------------------------*/
.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block;
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 0.2em;
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
}

.resp-sharing-button span {
    padding-left: 0.4em;
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
    stroke: #fff;
    fill: none;
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none;
}

.resp-sharing-button--twitter {
    background-color: #55acee;
}

    .resp-sharing-button--twitter:hover {
        background-color: #2795e9;
    }

.resp-sharing-button--facebook {
    background-color: #3b5998;
}

    .resp-sharing-button--facebook:hover {
        background-color: #2d4373;
    }

.resp-sharing-button--google {
    background-color: #dd4b39;
}

    .resp-sharing-button--google:hover {
        background-color: #c23321;
    }

.resp-sharing-button--linkedin {
    background-color: #0077b5;
}

    .resp-sharing-button--linkedin:hover {
        background-color: #046293;
    }

.resp-sharing-button--email {
    background-color: #777;
}

    .resp-sharing-button--email:hover {
        background-color: #5e5e5e;
    }

.resp-sharing-button--xing {
    background-color: #1a7576;
}

    .resp-sharing-button--xing:hover {
        background-color: #114c4c;
    }

.resp-sharing-button--whatsapp {
    background-color: #25D366;
}

    .resp-sharing-button--whatsapp:hover {
        background-color: #1da851;
    }

.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

    .resp-sharing-button--facebook:hover,
    .resp-sharing-button--facebook:active {
        background-color: #2d4373;
        border-color: #2d4373;
    }

.resp-sharing-button--email {
    background-color: #777777;
    border-color: #777777;
}

    .resp-sharing-button--email:hover,
    .resp-sharing-button--email:active {
        background-color: #5e5e5e;
        border-color: #5e5e5e;
    }

.resp-sharing-button--linkedin {
    background-color: #0077b5;
    border-color: #0077b5;
}

    .resp-sharing-button--linkedin:hover,
    .resp-sharing-button--linkedin:active {
        background-color: #046293;
        border-color: #046293;
    }

.resp-sharing-button--xing {
    background-color: #1a7576;
    border-color: #1a7576;
}

    .resp-sharing-button--xing:hover .resp-sharing-button--xing:active {
        background-color: #114C4C;
        border-color: #114C4C;
    }

.resp-sharing-button--whatsapp {
    background-color: #25D366;
    border-color: #25D366;
}

    .resp-sharing-button--whatsapp:hover,
    .resp-sharing-button--google:active {
        background-color: #1DA851;
        border-color: #1DA851;
    }



/*-----------------------------------------------------------------------------------*/
/*  Footer
/*-----------------------------------------------------------------------------------*/

.region-footer {
    margin-top: 45px;
    padding-top: 35px;
    padding-bottom: 36px;
    border-top: 1px solid #e5e5e5;
    border-top: 0;
}

.footer__one {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

footer ul {
    list-style-type: none;
}

.align-right {
    text-align: right;
}

.footer__two {
    margin-top: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 50px;
}

.footer__three {
    margin-top: 10px;
    font-size: 12px;
}

    .footer__three ul {
        display: inline-block;
    }

        .footer__three ul > li {
            float: left;
            margin-left: 10px;
            border-left: 1px solid #e5e5e5;
            padding-left: 10px;
        }

.zert-logos img {
    width: 110px;
    height: auto;
    display: block;
    margin: 0 auto;
}

    .zert-logos img:nth-of-type(2) {
        width: 140px;
        padding-top: 35px;
        display: block;
        margin: 0 auto;
    }

.footer-img {
    width: 350px;
    height: auto;
}



/*-----------------------------------------------------------------------------------*/
/*  Typeahead
/*-----------------------------------------------------------------------------------*/

.twitter-typeahead {
    width: 100%;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
}

.tt-query, /* UPDATE: newer versions use tt-input instead of tt-query */
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
}

.tt-query { /* UPDATE: newer versions use tt-input instead of tt-query */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
    width: 100%;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

    .tt-suggestion.tt-is-under-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion p {
        margin: 0;
    }


/* Frontpage */
.spacer-icon {
    margin-left: 20px;
    margin-right: 20px;
    line-height: 3;
}

.frontpage-social {
    position: absolute;
    top: 20px;
    right: 0px;
}


.frontpage-tab-link {
    display: block;
    text-align: center;
}

    .frontpage-tab-link .icon {
        display: block;
        font-size: 50px;
        margin-bottom: 20px;
    }

    .frontpage-tab-link a {
        color: #ccc;
        font-size: large;
        font-weight: 400;
        text-transform: uppercase;
    }

        .frontpage-tab-link a:hover {
            color: #ff9900;
            text-decoration: none;
        }

        .frontpage-tab-link a.active {
            color: #ff9900;
            text-decoration: none;
        }

.frontpage-tab-footer {
    margin-top: 60px;
    text-transform: uppercase;
    font-weight: 400;
}

    .frontpage-tab-footer a {
        color: #4c5058;
    }

.frontpage-block {
    width: 100%;
    background-size: cover;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.bg-grey {
    background-color: #F6F7F9;
}

.frontpage-categorylist a {
    margin-left: 10px;
    color: #2a2a2a;
    font-weight: 500;
}

.social-icon-item {
    margin-right: 25px;
}

    .social-icon-item :hover {
        text-decoration: none;
    }

.border-between > [class*='col-']:before {
    background: #e3e3e3;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    width: 1px;
    top: 0;
}

.border-between > [class*='col-']:first-child:before {
    display: none;
}


/*-----------------------------------------------------------------------------------*/
/*  Start Media-Queries
/*-----------------------------------------------------------------------------------*/

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
    div.search-main .apply {
        font-size: 16px;
    }

    .over.row {
        margin-top: -302px;
    }

    .meta__attach {
        height: 120px;
    }

    .divider-left.padding {
        padding: 10px;
    }
    /*.personen-row > div {
        height: 190px;
    }*/
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .logo img {
        height: 40px;
    }

    .header-img {
        height: 115px;
    }

    .navbar-default .navbar-nav li > a {
        font-size: 14px;
        padding: 7px 5px;
    }

    .nav-button.btn.btn-default {
        padding: 7px 12px;
    }

    .left-menu-float {
        max-width: 225px;
    }

    .social-icons a {
        margin-left: 60px;
    }

    .search-main .mb10 {
        margin-bottom: 0;
    }

    div.search-main .apply {
        margin-top: 0;
    }

    .over.row {
        margin-top: -30px;
        margin-bottom: -10px;
        width: 70%;
    }

    .meta__attach {
        position: static;
        display: inline-block;
        padding-top: 0;
    }

        .meta__attach.sbb {
            margin-left: 41.66666667%;
        }
    /*.personen-row > div {
        height: 170px;
    }*/

}

/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {
    [class*="col-"] {
        margin-bottom: 25px;
    }

    .frontpage-social {
        position: center;
        margin-top: 65px;
    }


    h1:not(div.filialen-item) {
        margin-top: 20px;
    }

    .navbar-toggle {
        display: block;
        margin-right: -15px;
    }

    .navbar-default .navbar-toggle {
        background-color: #ddd;
    }

    .btn.btn-default.btn-mobile {
        border-left-width: 0;
        left: 7px;
        border-radius: 3px;
        background-color: #ff9900;
        border-color: #ff9900;
        padding: 5px 15px;
        line-height: 22px;
        float: right;
        margin-top: 25px;
        margin-right: 5px;
    }

    .footer__two .align-right {
        text-align: center;
    }

    .header-img {
        height: 115px;
    }

    .ad-actions {
        margin-top: 15px;
    }

    .breadcrumbs {
        padding-bottom: 0;
        margin-bottom: -20px;
    }

    .job-side-button {
        display: none;
    }

    .navbar-header {
        width: 100% !important;
    }

    .navbar-collapse {
        max-height: 500px !important;
    }

        .navbar-collapse.collapse {
            overflow-y: hidden !important;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px;
        }

    .navbar-collapse {
        background: #fff;
    }

    .navbar-nav {
        width: 100%;
    }

    .nav > li,
    .nav > li > a {
        display: block;
        margin-bottom: 10px;
    }

    .nav.nav-tabs > li > a {
        margin-bottom: -.5px !important;
    }

    .nav.nav-tabs > li, .nav.nav-tabs > li > a {
        margin-bottom: -.5px !important;
    }

    nav .open > .dropdown-menu > li > a {
        background: #fff;
        color: #fff;
        font-weight: 700;
    }

    .dropdown-menu {
        position: relative;
        box-shadow: none;
        border: 0;
        margin-left: 25px;
        margin-bottom: 20px;
        width: 100%;
    }

    .bootstrap-select .dropdown-menu {
        margin-left: 0;
    }

    .navbar-nav > * {
        float: none;
    }

    .right-nav {
        float: none;
    }

    .navbar-form {
        padding: 10px 15px;
    }

    .left-menu {
        margin-top: 0;
    }

    .left-menu-float {
        position: relative;
        z-index: auto;
        top: inherit;
        max-width: 100%;
    }

    .search-container {
        margin-top: 122px;
    }

        .search-container .divider {
            height: 2px;
            background-color: #ff9900;
            width: 100%;
            position: absolute;
            top: 65px;
            left: 0px;
        }

        .search-container form {
            border: 2px solid #ff9900;
            background-color: #fff;
            width: 76%;
            max-width: 100%;
        }

    .search-container-slogan {
        font-size: 18px;
        line-height: 40px;
        width: 100%;
    }

    .carousel-control {
        display: none;
    }

    .search-results.job,
    .search-results.location,
    .search-results.type {
        display: block;
        border-bottom: none;
        border-left: none;
        width: 100%;
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .search-results-item {
        border-bottom: none;
    }

        .search-results-item.sortable .search-results {
            /* background-color: red;*/
            border-bottom: 1px solid #e6e7ea;
            border-left: 1px solid #e6e7ea;
            padding-top: 5px;
            padding-bottom: 5px;
        }

    .search-results.location {
        margin-bottom: 0;
    }

    .search-results.single:before {
        content: ' ';
        width: 1px;
        height: calc(100% - 30px);
        background-color: #e6e7ea;
        position: absolute;
        display: block;
        left: 0px;
        bottom: 15px;
    }

    .search-results.single:after {
        content: ' ';
        height: 1px;
        width: 100%;
        /*border-bottom: 1px solid black;*/
        background-color: #e6e7ea;
        display: block;
        margin-left: -10px;
        position: absolute;
        bottom: 0px;
    }

    .search-results-item.sortable.search-results:after {
        display: none;
    }
    /*    .job-details {
        height: 30px;
        width: 100%;
        display: block;
        bottom: -40px;
    }*/
    div.search-results-wrap:not(:nth-of-type(1)) {
        border-bottom: 5px solid #ff9900;
        padding-bottom: 20px;
    }

    .mobile-hide {
        max-height: 0;
        height: auto;
        margin-left: 23px;
        opacity: 0;
        overflow: hidden;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
    }

    .show + .mobile-hide {
        max-height: 1000px;
        opacity: 1;
    }

    .divider-left.padding {
        border-left: none;
    }

    .click-show::before {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 12px;
        border-color: transparent transparent transparent rgb(204,204,204);
        margin-right: 10px;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
    }

    .click-show.show::before {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .mobile-divider-top {
        border-top: 1px solid rgba(131,137,148,.2);
        margin-top: 20px;
    }

    .mobile-top-margin-10 {
        margin-top: 10px;
    }

    .mobile-top-margin-20 {
        margin-top: 20px;
    }

    .mobile-top-margin-50 {
        margin-top: 50px;
    }

    .divider-left.padding {
        padding: 20px 0;
    }

    div.search-main .-webkit-appearance: none; -moz-appearance: none; appearance: none;-now {
        font-size: 18px;
    }

    a .routenplaner,
    a .fahrplan {
        display: inline-block;
        margin-right: 10px;
        color: #838994;
    }

    .plan-hilfe {
        display: inline-block;
        padding-top: 10px;
    }

    .fahrplan {
        padding-top: 0px;
    }

    .over.row {
        width: 100%;
        margin-top: -60px;
        margin-bottom: -20px;
    }

    .meta__attach.sbb {
        margin-left: 50%;
    }

    .row-eq-height {
        display: block;
    }

    .personen-row > div {
        height: auto;
    }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {

    .border-between > [class*='col-']:before {
        display: none;
    }

    .border-between > [class*='col-']:first-child:before {
        display: none;
    }

    .frontpage-social {
        position: center;
        margin-top: 50px;
    }


    .frontpage-block {
        width: 100%;
        background-size: cover;
        background-color: #fff;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .bg-grey {
        background-color: #F6F7F9;
    }

    .frontpage-tab-link a {
        color: #ccc;
        font-size: small;
        font-weight: 400;
        text-transform: uppercase;
    }

    .frontpage-tab-link .icon {
        display: block;
        font-size: 30px;
        margin-bottom: 10px;
    }

    div.tab-content .row {
        margin-top: 0px;
    }


    .mobile-top-margin-10 {
        margin-top: 10px;
    }

    .mobile-top-margin-20 {
        margin-top: 20px;
    }

    .mobile-top-margin-50 {
        margin-top: 50px;
    }

    .logo img {
        height: 35px;
    }

    .navbar-default .navbar-nav li > a {
        font-size: 16px;
        padding: 10px 15px;
    }

    .wrapper-with-button button {
        width: 65px;
    }

    .search-container form {
        width: 85%;
        max-width: 100%;
    }

    .social-icons a {
        margin-left: 40px;
    }

    a .routenplaner,
    a .fahrplan {
        display: inline-block;
        font-size: 12px;
    }

    .marker {
        font-size: 20px;
    }

    .sbb-icon::before {
        background-size: 50%;
        margin: 27px -16px -7px 10px;
        display: inline-block;
    }

    div.routenplaner span {
        margin-top: 20px;
    }

    .fahrplan {
        padding-left: 10px;
    }

    a .fahrplan:hover .sbb-icon:before {
        background-size: 50%;
        margin: 22px -16px -7px 10px;
    }

    .plan-hilfe {
        padding-top: 0px;
    }

    .meta__attach.sbb {
        margin-left: 0;
    }

    .hidden-mobile {
        display: none;
    }

    .over .col-xs-6 {
        width: 100%;
    }

    .over.row {
        margin-top: -30px;
    }

    #map {
        height: 360px;
    }

    .header-map {
        padding-bottom: 30px;
    }

    .personen-row > div {
        height: auto;
    }
}

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .navbar-default .navbar-nav li > a {
        font-size: 16px;
        padding: 10px 15px;
    }

    .frontpage-social {
        display: block;
    }
}

@media print {
    html, body {
        width: auto;
        height: auto;
        overflow-x: show;
        font-size: 12px;
    }

    footer,
    #hintergrundbild,
    #filialen,
    .ad-actions,
    .apply {
        display: none;
    }

    .col-sm-12 {
        width: 90%;
    }

    a[href*="mailto"] {
        color: #ff9900 !important;
    }

        a[href*="mailto"]:after {
            content: none !important;
        }
}

.no-border {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.no-margin {
    margin-bottom: 0 !important;
}

ol {
    list-style: decimal;
}

label.required:after {
    content: '*';
    padding-left: 3px;
}

.error-message-single {
    padding: 5px 15px 5px 15px;
    margin: 5px 0 5px 0;
}

.mt-10 {
    margin-top: 10px;
}

    label.dropdown > select { /*container for custom dropdown arrow*/
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
    }

        label.dropdown > select::-ms-expand {
            display: none;
        }

    label.dropdown {
        overflow: hidden;
        display: block;
        min-width: 100%;
        height: 34px;
        margin-bottom: 0;
        border: 0;
    }


    label.dropdown:after {
        content: "\e252";
        font-family: Glyphicons Halflings;
        color: #4c5058;
        padding: 8px 6px 12px 4px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        text-align: center;
        width: 26px;
        height: 100%;
        pointer-events: none;
        box-sizing: border-box;
    }
.no-padding-right {
    padding-right: 0 !important;
}

.error-message-container {
    margin-top: 60px;
    margin-bottom: 120px;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video-iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}