#buchungskonto {
    background:#ededed;
    flex-grow: 1;
    height: 40px;
}
#buchungskonto .account-header-menu {
    margin: 0;
}

#buchungskonto .account-header-menu .account-label {
    font-size: 18px;
    line-height: 16px;
}
#buchungskonto .subtitle,
#buchungskonto .account-label .name {
    font-size: 12px;
    line-height: 12px;
}

@media only screen and (min-width: 681px) and (max-width: 1020px) {
    #buchungskonto {margin-top: 0}
}

@media (min-width: 681px) {
    #buchungskonto {
        position: relative;
        right: -478px;
        top: -68px;
        width: 172px;
        height: 61px;
        margin-bottom: -58px;
        flex-grow: unset;
    }
}
@media (min-width: 1021px) {
    #buchungskonto {
        right: -808px;
        top: -105px;
    }
}

/* Mein Buchungskonto / My easy booking - Header Menü */
@media screen and (min-width: 681px) {

    #search_term {
        width: 150px;
    }

}

.account-header-menu {
    text-align: left;
    margin-left: 2px;
    height: 21px;
    min-width: 1px;
}

@media screen and (max-width: 680px) {

    .account-header-menu {
        margin-left: 14px;
    }
}

@media screen and (max-width: 1020px) {
    #search_term {
        width: 140px;
    }

}

.account-header-menu .account-label:before {
    content: '';
    background: url(images/account.png) no-repeat bottom;
    /* display: inline-block; */
    height: 16px;
    width: 14px;
    display: none;
}

.account-header-menu .account-label {
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 5px;

}

.account-header-menu .account-label span:nth-child(1),
.MyEasyBookingTitle span:nth-child(1) {
    color: #009fe0;
}

.account-header-menu .account-label span:nth-child(2),
.MyEasyBookingTitle span:nth-child(2) {
    color: #eb690b;
}

.account-header-menu .account-label span:nth-child(3),
.MyEasyBookingTitle span:nth-child(3) {
    color: #22bbea;
}

.account-header-menu .account-menu:before {
    position: absolute;
    top: -7px;
    left: 68px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #87888a;
    border-left: 7px solid transparent;
    content: '';
}

.account-header-menu .account-menu:after {
    position: absolute;
    top: -6px;
    left: 69px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #e8e8e8;
    border-left: 6px solid transparent;
    content: '';
}

.account-header-menu .account-menu {
    display: none;
    position: absolute;
    background-color: #e8e8e8;
    z-index: 100;
    list-style-type: none;
    border: 1px solid #87888a;
    padding: 5px;
    margin-top: 15px;
}

#buchungskonto .account-header-menu .account-menu a {
    color: #87888a;
    text-transform: none;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px;
}

.account-header-menu .account-register {
    cursor: pointer;
    font-size: 13px;
    line-height: 14px;
}

.account-header-menu .subtitle {
    display: block;
    color: #eb690b;
    font-size: 14px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 6px;
    letter-spacing: 1.0px;
}


@media screen and (max-width: 680px) {

.account-header-menu .subtitle {
padding-top: 2px;

}
    }

.account-header-menu .account-register span:nth-child(2) {
    display: none;
}

.account-header-menu .account-register span:nth-child(4) {
    display: inline;
}

.account-header-menu .account-register span:nth-child(2),
.account-header-menu .account-register span:nth-child(4) {
    color: #eb690b;
    font-weight: bold;
    font-size: 15px;
}

@media (min-width: 681px) {
    .account-header-menu .account-register span:nth-child(2) {
        display: inline;
    }

    .account-header-menu .account-register span:nth-child(3) {
        display: block;
    }

    .account-header-menu .account-register span:nth-child(4) {
        display: none;
    }

    .account-header-menu .account-label {
        text-align: left;
        margin-left: 5px;
    }

    .account-header-menu .subtitle {
        text-align: left;
        margin-left: 5px;
    }
}

#buchungskonto .account-header-menu .account-label .title {
    display: block;
}

#buchungskonto .account-header-menu .account-label .subline {
    font-size: 11px;
    line-height: 11px;
    margin-top: 4px;
    font-weight: normal;
}

#buchungskonto .account-header-menu .account-label .name {
    font-size: 11px;
    line-height: 11px;
    margin-top: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* Mein Buchungskonto - Start */

.account-popup {
    width: 350px;
    max-width: 100%;
    background-color: white;
    position: relative;
    left: auto;
    margin: 20px auto;
    border: 1px solid #6a6162;
}

.account-popup .mfp-close, button.mfp-dark-close {
    font-size: 18px;
    line-height: 18px;
    height: 20px;
    background: #6e6e6e;
    color: white;
    width: 20px;
    opacity: 1;
    border-radius: 2px;
    border: 1px solid #6a6162;
    top: -24px !important;
}

.account-popup .nav-pills > li > a {
    font-size: 14px;
}

.account-popup .nav-pills > li > a > span {
    font-size: 11px;
    display: block;
    font-weight: normal;
}

@media (max-width: 340px) {
    .account-popup .nav-pills > li > a > span {
        display: none;
    }
}

@media (min-width: 332px) and (max-width: 340px) {
    .account-popup .nav-pills > li > a {
        line-height: 36px;
    }
}

.account-popup .tab-content {
    padding: 15px 10px;
    clear: both;
}

.account-popup a {
    text-decoration: none;
}

.account {
    background-color: #f4f4f4;
    padding: 10px 0;
}

.account .title {
    font-size: 14px;
    color: #eb690b;
    line-height: 22px;
    margin: 0 10px 10px 10px;
    font-weight: bold;
}

.account .account-menu {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    background-color: white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}

.account .account-menu li {
    border-top: 1px solid white;
    line-height: 40px;
    list-style: none;
}

.account .account-menu li a {
    background-color: #e8e8e8;
    text-decoration: none;
    color: #eb690b;
    height: 100%;
    width: 100%;
    display: inline-block;
    padding-left: 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.account .account-menu li.selected a, .account .account-menu li:hover a {
    color: #ffffff;
    background-color: #918f90;
}

.account .account-content h2 {
    padding: 0;
}

.account .account-content {
    min-height: 750px;
    padding: 0 10px;
}

.account-redirect-popup {
    padding: 10px 20px 20px 20px;
}

.account-redirect-popup h2 {
    color: #eb690b;
    padding-bottom: 0;
}

.account-redirect-popup .nologin-btn {
    background-color: #e8e8e8;
    color: #eb690b;
    border-color: #e8e8e8;
    margin-right: 20px;
}

.account-redirect-popup .account-redirect-content {
    display: flex;
    justify-content: space-between;
}


.account .account-content section {
    background: #FFF;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    padding: 15px;
    margin-bottom: 15px;
}

.account hr {
    margin-top: 12px;
}

.account hr.more-spacing {
    margin-bottom: 12px;
    margin-top: 12px;
}

.account label {
    line-height: 28px;
}

.account textarea {
    margin-bottom: 0;
}

.account button {
    color: #eb690b;
    background-color: transparent;
    font-weight: bold;
}

.account a.button-secondary {
    color: #ffffff;
}

.account .bookingDate.form-control {
    display: inline-block;
    width: 240px;
}

.account .ui-datepicker-trigger {
    margin-top: 5px;
}

.account .widget-booking select#booking_pt {
    margin-bottom: 0;
}

.account .alert.alert-error section {
    background: #ffcfcf;
}

.account .alert.alert-success section {
    background: #e6ffde;
}

.mfp-bg.mein-buchungskonto-popup {
    background: #a0a0a0;
    opacity: 0.6;
}

.account .title-teaser {
    color: #009fe0;
    position: absolute;
    top: 8px;
    left: 200px;
}

@media only screen and (max-width: 680px) {
    .account .title-teaser {
        position: initial;
    }

    .account-header-menu .account-label .subline {
        display: none;
    }
}

/* Mein Buchungskonto - Ende */