@font-face {
    font-family: "SBBWeb Roman";
    src: url(https://cdn.app.sbb.ch/fonts/v1/SBBWeb-Roman.woff2) format("woff2"), url(https://cdn.app.sbb.ch/fonts/v1/SBBWeb-Roman.woff) format("woff");
    font-display: fallback
}



*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    min-width: 1500;
}

#page-wrapper{
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.main{
    margin-bottom: 4rem;
}
footer{
    position: absolute;
    bottom: 0;
    width:100%;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto;
    margin-top: 4rem;
    background-color: #ffffff;
    border-top: 1px solid #dcdcdc;

}
.footer-links, .Link{
    color: rgba(0,0,0,.5);
}
.footer-links:hover, .Link:hover{

    color: #C60018;
    background-color: #ffffff;

}
.sbb-info-image {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

html {
    background: #ffffff;
    color: #000000;
    font-family: "SBBWeb Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 93.75%;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    color: #444444;
}

a.dropdown-item {
    color: #000000;
}

a.dropdown-item:active, a.dropdown-item.active {
    color: #000000;
    background-color: #ffffff;
}

 a.dropdown-item:hover {
    color: #C60018;
    background-color: #ffffff;
}

.navbar-light .navbar-nav .active .nav-link {
    color: #000000;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #C60018;
}

.beta {
    position: fixed;
    left: 0;
    top: 0;
    height: 40px;
    z-index: 3000;
}


.sbb-link, .accordion-button:not(.collapsed)  {
    color: #C60018;
}

.sbb-link:hover {
    color: #C60018;

}

.sbb-link:active {
    color: #A20013;
}

.list-group-item .left {
    float: left;
}

.list-group-item .right {
    float: right;
}

.bg-sbb {
    background-color: #ffffff;
    border-bottom: 1px solid #dcdcdc;
}

.btn-sbb_filled {
    color: #fff;
    background-color: #eb0000;
}

.btn-sbb_filled:hover {
    color: #fff;
    background-color: #c60018;
}

.btn-sbb_register {
	color: #2b2c2b;
    background-color: #e5e5e5;
	border-color: #bdbdbd;
    white-space: normal;
}

.card-body.d-flex.flex-column > .card {
    margin-left: 0px;
    margin-right: 0px;
}
#myaccount-table > tbody > tr > th{
    background-color:#f7f7f7;

}
.my-account-info{
    flex-direction: row;
    display: flex;
    justify-content: space-between;
}
.my-account-info > .btn {
    padding: 8px;
}
.location-name{
    color:red;
}
.info-icon{
    height: 50px;
    padding-bottom: 10px;
}
.info-jumbo{
    background: #a9a9a912;
    width:90%;
    margin:0 auto;
    padding:3rem;
}
.info-table{
    width:100%;
    margin:0 auto;
}
.reservation-detail-box-info{
    color:#000000;
}
.how-it-works-wrapper {
    display: flex;
    flex-direction: column;
}

/* Intltelinput */

.intl-tel-input {
    display: table-cell;
}
.intl-tel-input .selected-flag {
    z-index: 4;
}
.intl-tel-input .country-list {
    z-index: 5;
}
.input-group .intl-tel-input .form-control {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
}
.invalid-feedback {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
    display: block;
}
.phonenumber > .form-group{
    display: flex;
    flex-direction: column;
}

/* End Intltelinput */

/* my accounts  */
#myreservatuion-table tbody > tr:last-child > td {
    border-bottom: 0;
  }
/* end my account */

/* knob displaing reference on direction */
.knob{
    display: flex;
}
.knob > p{
    margin: 16px 0 0 10px;
    font-weight: bold;
}
.knob > img {
    width: 50px;
    height: 50px;
}

/* Endknob displaing reference on direction */

/* sharing */
#sharing-table tbody > tr:last-child > td {
    border-bottom: 0;
}

/* end sharing */


@media (max-width: 991px) {
    .navbar-brand {
        position: absolute;
        right:0;
        top:0;
    }
    .info-jumbo{
        width:95%;

    }
    .info-table{
        width:100%;
    }
    .how-it-works-wrapper{
        margin: 0 auto;

    }
    .main{
        margin-bottom: 4rem;
    }
    footer{
        position: block;
    }
    .usecases_wrapper{

        display: flex;
        flex-direction: column;
    
    }
    .usecases_card{
        width:100%;
    }
}


