@import url("fonts_inclusion.css");

/* Firefox has some awkward fieldset
styling involving width that interferes with the responsive table. */
@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

/* global body padding */
html,
body {
    height: 100%;
}

select::-ms-expand {
    display: none;
}

a, button {
    -webkit-font-smoothing: subpixel-antialiased;
}

select[disabled] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: not-allowed;
}

body {
    font-family: "Camphor", "Open Sans", sans-serif;

    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body.dashboard-bcg {
    background: #FFF;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

.body-main {
    min-height: calc(100vh - 65px);
    height: auto;
    overflow-x: hidden !important;
    text-align: center !important;
    background-color: transparent;
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;
}

.buorg {
    bottom: 0;
    top: inherit !important;
}

.noYoverflow {
    overflow-y: hidden;
}

.noYoverflowWhenLg {
    overflow-y: hidden;
}

.body-main#transactions {
    text-align: left !important;
}

@media screen and (max-width: 710px) {
    .body-main#transactions {
        padding: 60px 10px;
    }
}

.body-main-without-sidebar {
    min-height: 100vh;
    height: auto;
    overflow-x: hidden !important;
    text-align: center !important;
    background-color: transparent;
}

.after-registration {
    padding-top: 90px;
    padding-left: 50px;
    padding-right: 50px;
    min-height: 100vh;
    height: auto;
    overflow-x: hidden !important;
    text-align: center;
    background-color: #f6f6f6;
    white-space: normal;
}

.after-registration > [class*="col-"] > h1 {
    font-weight: 600 !important;
    font-size: 45px !important;
}

.after-registration > [class*="col-"] > h3 {
    font-weight: 400 !important;
    text-align: center !important;
    font-size: 25px;
    padding-bottom: 12px;
}

.after-registration > [class*="col-"] > h4, #trust, .trust {
    font-weight: 400 !important;
    text-align: center !important;
    font-size: 15px;
}

@media (min-width: 711px) {
    .body-main {
        padding-top: 110px;
        padding-right: 40px;
        padding-left: 270px;
    }

    .body-main#insideMessage {
        padding-top: 55px;
        padding-right: 40px;
        padding-left: 270px;
    }

    .after-registration {
        padding-top: 110px;
        padding-right: 40px;
        padding-left: 40px;
    }

    .back-button-dashboard {
        position: fixed;
        top: 65px;
        left: 250px;
        z-index: 5001;
    }

    .back-button-dashboard#backToPosteingang {
        position: fixed;
        top: 65px;
        left: 250px;
        z-index: 1200;
    }

    .back-button-dashboard-relative-position {
        /*position: fixed;
        top: 65px;
        left: 15%;
        z-index: 5001;*/
        position: absolute;
        margin-top: -50px;
        left: 10px;
    }

    .back-button-dashboard-relative-position#bookingBackArow {
        position: absolute;
        margin-top: -50px;
        left: 8%;
    }
}

@media (max-width: 992px) and (max-height: 840px) {
    .noYoverflowWhenLg {
        overflow-y: auto !important;
    }
}

@media (max-width: 710px) {
    .body-main {
        padding: 90px 10px 10px;
    }

    .body-main#insideMessage {
        padding: 55px 10px 50px;
        overflow-y: auto !important;
    }

    .after-registration {
        padding: 110px 10px 200px;
    }

    .back-button-dashboard {
        position: absolute;
        top: 65px;
        left: 10px;
    }

    .back-button-dashboard#backToPosteingang {
        position: fixed;
        top: 63px;
        left: 10px;
        background: #FFF;
        z-index: 2000000;
        width: 98px !important;
        height: 44px !important;
        padding: 0px 13px;
        border-radius: 30px;
        -webkit-box-shadow: 0px 7px 16px -7px #BBB;
        -moz-box-shadow: 0px 7px 16px -7px #BBB;
        -o-box-shadow: 0px 7px 16px -7px #BBB;
        box-shadow: 0px 7px 16px -7px #BBB;
    }

    .back-button-dashboard-relative-position {
        position: absolute;
        margin-top: -50px;
        left: 10px;
    }

    .back-button-dashboard-relative-position#bookingBackArow {
        position: absolute;
        margin-top: -50px;
        left: 10px;
    }
}

.content-homepage {
    background-image: url(/static/images/homepage/background-main.jpg);
    background-repeat: no-repeat;
    overflow-y: hidden;
    margin: 0 auto;
}

/* BOOTSTRAP PADDING EXTENSION*/
.row-no-padding {
    margin-left: 0;
    margin-right: 0;
    /*class*="col-" {
      padding-left: 0 !important;
      padding-right: 0 !important;
      }*/
}

.body-vermieten {
    margin: 80px auto 0;
    max-width: 1440px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    min-height: 100%;
    height: auto;
    -webkit-animation: fadein 0.8s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.8s; /* Firefox < 16 */
    -ms-animation: fadein 0.8s; /* Internet Explorer */
    -o-animation: fadein 0.8s; /* Opera < 12.1 */
    animation: fadein 0.8s;
}

@media screen and (max-width: 768px) {
    .body-vermieten {
        padding-left: 15px;
        padding-right: 15px;
    }

    body[class^="new_garage_"] .body-vermieten {
        margin: 0 auto;
    }
}

.body-edit .tab-content > .active {
    padding-top: 0 !important;
}

.body-edit .tab-pane .body-vermieten {
    margin: 15px auto 0 !important;
    padding-top: 0 !important;
}

.tip-comment {
    position: absolute;
    background-color: #fff;
    border: 1px solid #e5e9ec;
    border-radius: 6px;
    padding: 15px 18px;
    -webkit-box-shadow: 0 3px 15px -2px #F6F6F6;
    -moz-box-shadow: 0 3px 15px -2px #F6F6F6;
    -o-box-shadow: 0 3px 15px -2px #F6F6F6;
    box-shadow: 0 3px 15px -2px #F6F6F6;
    margin-top: 18px;
    margin-left: 20px;
    text-align: left !important;
}

.pencil {
    width: 40px;
    background: url(/static/images/dashboard_icons/pencil-edit-color.png);
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: left top;
    position: relative;
    height: 30px;
}

.tip-comment strong {
    margin-bottom: -14px;
    display: block;
}

.tip-comment::after, .tip-comment::before {
    position: absolute;
    top: 20px;
    left: 2px;
    content: '';
    border: 7px solid transparent;
    border: none;
    margin: -6px -6px 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 1rem;
    height: 1rem;
    background-color: #FFFFFF;
    -webkit-box-shadow: -1px -1px 0 0 #e5e9ec;
    -moz-box-shadow: -1px -1px 0 0 #e5e9ec;
    -o-box-shadow: -1px -1px 0 0 #e5e9ec;
    box-shadow: -1px -1px 0 0 #e5e9ec;
}

.body-edit {
    margin: 0 auto;
    max-width: 900px;
    /*border: 2px solid #000;*/
    padding-left: 0;
    padding-right: 0;
}

.tab-content > .active {
    padding-top: 30px;
    background-color: transparent;
}

.both-outline .tab-content > .active {
    padding-top: 30px;
}

body.einstellungen .nav.nav-tabs.hidden + .tab-content > .active {
    padding-top: 0;
}

.active#equipment, .active#measurements,
.active#description, .active#prices {
    padding-top: 0;
}

.merkmale-breit {
    max-width: 900px !important;
    text-align: center;
    margin: 0 auto;
    height: auto;
}

.merkmale-zentriert {
    max-width: 225px !important;
    margin: 0 auto;
    text-align: left;
    /*border: 2px solid #000;*/
}

.ort-zentriert {
    margin: 0 auto;
    /*text-align: left;*/
    max-width: 420px !important;
    /*border: 2px solid;*/
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.fotos-zentriert {
    margin: 0 auto;
    text-align: left;
    max-width: 710px !important;
    /*border: 2px solid #000;*/
    padding-left: 10px !important;
    padding-right: 10px !important;
}

/* align the columns to the center */
.col-centered {
    margin: 0 auto;
    float: none;
}

.massen-zentriert {
    margin: 0 auto;
    max-width: 100% !important;
    overflow-x: hidden;
}

.massen-zentriert > .massen-element {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 0 !important;
    width: 100%;
    position: relative;
}

.massen-element {
    /*border: 2px solid red;*/
    height: 300px;
    bottom: 0;
    padding: 0;
    margin-top: 50px;
}

.massen-element:first-child {
    margin-top: 0;
}

.massen-element > .img-masse {
    /*border: 2px solid red;*/
}

.massen-form {
    max-width: 280px !important;
    margin: 0 auto;
    position: relative;
    text-align: center;
    display: block;
    top: 20px;
}

.massen-form + .massen-form {
    top: 30px;
}

.preise-zentriert {
    margin: 0 auto;
    max-width: 600px !important;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100%;
}

.preise-zentriert > .preise-element {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 0 !important;
    width: 100%;
    position: relative;
}

.preise-element {
    /*border: 2px solid red;*/
    height: 70px;
    bottom: 0;
    padding: 0;
    margin-bottom: 30px;
}

.preise-form {
    max-width: 100% !important;
    margin: 0 auto;
    text-align: center;
    display: block;
    left: 5%;
    right: 5%;
}

.permalink-zentriert {
    max-width: 1229px !important;
    padding: 90px 10px 40px;
    margin: 0 auto;
    overflow-x: hidden;
    height: auto;
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;

}

.modal-maxWidth {
    padding-top: 90px;
    padding-bottom: 40px;
    max-width: 1100px;
    margin: 0 auto;
    overflow-x: hidden;
    height: auto;
}

@media (min-width: 992px) {
    .permalink-zentriert {
        padding-top: 110px;
    }
}

@media screen and (min-width: 993px) and (max-width: 1152px) {
    .permalink-zentriert {
        padding: 110px 7vw;
    }
}

@media (max-width: 992px) {
    .button-sm-disappear, .hide-sm {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .permalink-zentriert {
        padding: 50px 0;
    }
}

.permalink-body {
    max-width: 100%;
    text-align: left;
    padding: 0 0 0 0;
    border: none;
    border-radius: 5px;
    display: inline-block;
    height: auto;
    width: 100%;
    background-color: #FFFFFF;
    /*box-shadow: 0 5px 20px -4px #EEE;
    -webkit-box-shadow: 0 5px 20px -4px #EEE;
    -moz-box-shadow: 0 5px 20px -4px #EEE;
    -o-box-shadow: 0 5px 20px -4px #EEE;*/
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

.permalink-no-y-scroll {
    overflow-y: hidden !important;
}

.permalink-body > .row {
    margin: inherit;
    padding-top: 15px;
    padding-bottom: 15px;
}

.permalink-body > .row:not(.u-padding15-0onlyXs) {
    padding-top: 35px;
    padding-bottom: 35px;
}

.permalink-body > .row:last-child {
    /*padding-top: 0;
    padding-bottom: 0;*/
}

.permalink-body > .row > [class*="col-"]:not(.map-cont) {
    padding-left: 5px !important;
    padding-right: 5px !important;
    display: inline-block;
    vertical-align: top;
}

.map-cont time {
    color: #000;
    padding: 0 3px;
    border-radius: 3px 3px 0 0;
    font-size: 10px;
    position: absolute;
    z-index: 1;
    font-weight: 400;
    bottom: 0;
    left: 33%;
    background: rgba(247, 246, 246, 0.7);
    margin-bottom: -1px;
    border-bottom: 1px solid #DDD;
}

.permalink-main-info {
    width: inherit;
    text-align: left;
    margin: 0 0 10px 15px !important;
    border: none;
    border-radius: 4px;
    position: fixed;
    max-width: 362px;
    height: auto;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
    background: #FFFFFF !important;
    /*-webkit-box-shadow: 0 5px 20px -4px #EEE;
    -moz-box-shadow: 0 5px 20px -4px #EEE;
    box-shadow: 0 5px 20px -4px #EEE;*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media screen and (max-width: 1152px) and (min-width: 993px) {
    .permalink-main-info {
        max-width: calc(362px - 5.5%);
    }
}

#bookingBaseForm {
    -webkit-transition: height 0.2s ease-in-out;
    -moz-transition: height 0.2s ease-in-out;
    -ms-transition: height 0.2s ease-in-out;
    -o-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
}

html._picker_opened #bookingBaseForm {
    height: 350px;
}

html._picker_opened #bookingBaseForm > .col-xs-12 {
    height: 345px;
}

html._picker_opened body.permalink .button-green,
html._picker_opened body.permalink #to_tether,
html._picker_opened body.permalink .button-green + div {
    display: none;
}

body.permalink #to_tether {
    top: 1px !important;
    left: 3px !important;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
}

body.permalink #to_tether .tooltip-inner {
    min-width: 200px;
    box-shadow: 0 0 0 1px #666;
}

body.permalink #to_tether .tooltip-arrow {
    box-shadow: -1px -1px #666;
}

.permalink-main-info.messages {
    padding: 30px 15px 10px 0 !important;
    position: initial;
    bottom: 0;
    max-width: 100%;
}

.maxWidth320 {
    max-width: 320px !important;
    width: 100%;
}

.conditional-headline {
    display: none;
    text-align: center !important;
}

@media (max-width: 991px) {
    .permalink-body {
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        border-top: none;
        padding: 0;
    }

    #map {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .permalink-main-info {
        padding: 0;
        position: initial;
        bottom: 0;
        max-width: 100%;
        margin: 0 auto -20px !important;
        border-radius: 0 !important;
        border: none;
        /*-webkit-box-shadow: 0 0 50px 6px #AAA;
        -moz-box-shadow: 0 0 50px 6px #AAA;
        box-shadow: 0 0 50px 6px #AAA;*/
        border-top: 1px solid #CCCCCC;
    }

    .permalink-main-info-red-facts > div:first-child {
        border-radius: 0 !important;
    }

    .conditional-headline {
        display: block !important;
        line-height: 1.1;
        padding: 0;
        background-color: #f6f6f6;
    }

    .scrolling-fixed-buchungsbutton {
        display: block !important;
    }

}

.permalink-title-bcg {
    background: #282828;
}

.profilePicCol {
    position: absolute;
    right: 0;
    top: 53px;
}

.profilePicCol .profile-pic-container {
    width: 100px;
    float: right;
}

.permalink-title {
    margin: inherit;
    padding: 0 10px 4px 0;
    text-align: left !important;
    font-size: 26px;
    font-weight: 600;
    width: 100%;
    color: #282828;
    line-height: 1.1;
}

.permalink-address {
    margin: inherit;
    padding: 5px 0;
    text-align: left !important;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    color: #282828;
    line-height: 1.4;
}

@media screen and (max-width: 800px) {
    .permalink-address span span.hm {
        display: block;
        height: 0;
        width: 0;
        opacity: 0;
    }
}

@media screen and (min-width: 993px) and (max-width: 1152px) {
    .permalink-address span span.hm {
        display: block;
        height: 0;
        width: 0;
        opacity: 0;
    }
}

.permalink-landlord {
    text-align: center !important;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    color: #282828;
    line-height: 1.1;
    margin: 0;
    /*padding: 0 0 8px;*/

}

.permalink-landlord-entity {
    margin: 0;
    padding: 0;
    text-align: left !important;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    color: #282828;
    line-height: 0.9px;
}

@media screen and (max-width: 768px) {
    .profilePicCol {
        top: inherit !important;
        bottom: 38px !important;
    }

    .permalink-title,
    .permalink-address,
    #main-listing-features,
    .permalink-landlord {
        padding-left: 10px !important;
        padding-right: 10px !important;
        text-align: left !important;
    }

    .permalink-landlord {
        text-align: center !important;
    }

    .permalink-body .profile-pic-wrapper.wh58 {
        margin: 10px auto;
    }
}

.permalink-basics-bcg {
    background: #ffffff;
    /*background: linear-gradient(white, #F6F6F6);
    background: -webkit-linear-gradient(white, #F6F6F6);
    background: -o-linear-gradient(white, #F6F6F6);
    background: -moz-linear-gradient(white, #F6F6F6);
    background: linear-gradient(white, #F6F6F6);*/
    border-bottom: 1px solid #DDDDDD;
}

/* BOOTSTRAP CAROUSEL OVERWRITES */
.carousel-inner {
    background-color: #F6F6F6;
}

.carousel-inner > .item {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 400px !important;
    width: 100%;
}

.carousel-inner > .item > img {
    width: 100%;
    object-fit: cover !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
    border-top-left-radius: 8px;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .3) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .3) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .3)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#40000000', GradientType=1);
    background-repeat: repeat-x;
    border-top-right-radius: 8px;
}

@media (max-width: 992px) {
    .carousel-inner > .item {
        height: 200px !important;
    }

    .carousel-inner > .item > img,
    .carousel-control.left,
    .carousel-control.right {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    margin-top: -25px;
    font-size: 50px;
    width: auto;
    height: auto;
}

@media (max-width: 400px) {
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        font-size: 30px;
        width: auto;
        height: auto;
    }
}

.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}

.carousel-control:focus {
    filter: alpha(opacity=50);
    outline: 0;
    opacity: 0.5;
}

.carousel-indicators {
    bottom: 0;
    z-index: 1 !important;
    left: 52%;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    margin-right: 2px;
    margin-left: 2px;
    background-color: #F6F6F6;
    border: 1px solid #888888
}

.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: -1px;
    border-color: #444444;
}

.carousel-caption {
    bottom: 0 !important;
    text-shadow: 1px 1px 2px #888, -1px -1px 5px #bbb;
    display: none;
}

.carousel-control .icon-prev {
    left: 25%;
}

.carousel-control .icon-next {
    right: 25%;
}

.carousel-control .icon-prev:before,
.carousel-control .icon-next:before {
    content: '';
}

.carousel {
    overflow: hidden;
    position: relative;
    max-height: 400px !important;
}

.carousel-wrap-inner {
    visibility: hidden;
}

.slick-initialized {
    visibility: visible;
    will-change: visibility;
    transition: visibility 2s ease;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}

.carousel .slick-list {
    margin: 0 -15px 0 0;
}

.carousel .slick-slide {
    margin: 0 15px 0 0;
    position: relative;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.carousel .slick-dots li {
    cursor: pointer;
}

.carousel .slick-dots {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.carousel .carousel-item-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel .carousel-item-mask > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    width: 100%;
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    object-fit: cover;
}

.carousel .slick-dots {
    font-size: 0;
    position: absolute;
    bottom: 20px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
}

.carousel .slick-dots li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 6px;
    transition: opacity .3s ease;
    opacity: .4;
    border-radius: 50%;
    background: #fff;
}

.carousel .slick-dots li.slick-active {
    opacity: 1;
}

.carousel .slick-dots button {
    display: none;
}

.scrolling-fixed-buchungsbutton {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 15;
    height: 75px;
    padding: 15px !important;
    background: #FFF;
}

@media (max-width: 992px) {
    .buttons-der-grundlagen-selectors {
        display: block;
    }
}

.permalink-main-info > .row {
    margin-left: inherit;
    margin-right: inherit;
    display: inline-block;
    padding: 0;
}

.permalink-main-info > .row > h2 {
    padding: 0 !important;
    margin: 0 !important;
}

.permalink-main-info > .hor-line-mid {
    margin-top: 7px;
    margin-bottom: 7px;
}

.permalink-main-info-boss-facts {
    display: inline;
    text-align: center !important;
    padding: 0 8px 0 0;
    position: relative;
    margin: 0 auto;
    width: auto;
}

#main-listing-features {
    margin-top: 15px;
    font-size: 15px;
}

#main-listing-features > .permalink-main-info-boss-facts {
    left: 0;
    right: 0;
}

.permalink-main-info-boss-facts > img {
    max-height: 47px;
    margin-bottom: 4px;
    margin-right: 10px;
    float: left;
}

.permalink-main-info-boss-facts > span {
    float: left;
    padding-top: 18px;
}

@media screen and (max-width: 767px) {
    .permalink-main-info-boss-facts > img {
        float: none;
    }

    .permalink-main-info-boss-facts > span {
        float: none;
        display: block;
        padding-top: 5px;
    }
}

.permalink-main-info-key-facts {
    text-align: left !important;
    padding: 0 8px 0 0;
    position: relative;
    vertical-align: middle;
}

.permalink-main-info-key-facts.measurements {
    text-align: center !important;
    min-height: 110px;
    height: auto;
    margin-top: -17px;
    margin-bottom: 5px;
}

@media screen and (min-width: 993px) and (max-width: 1152px) {
    .permalink-main-info-key-facts.measurements,
    .permalink-main-info-key-facts.legal {
        width: 100%;
    }

    .permalink-main-info-key-facts.legal:first-child:not(:last-child) {
        margin-bottom: 20px;
    }
}

.permalink-main-info-key-facts img {
    width: 40px;
    margin-right: 8px;
    margin-top: -3px;
}

@media (max-width: 767px) {
    .permalink-basics-bcg {
        padding: 10px;
    }

    #main-listing-features {
        margin-top: 0;
    }

    .permalink-main-info-boss-facts {
        width: auto !important;
        min-width: 120px;
    }

    .permalink-main-info-key-facts,
    .permalink-main-info-boss-facts {
        left: 10px;
        right: 10px;
        margin: 0 auto;
        padding-top: 10px;
        font-size: 16px;
    }

    .permalink-main-info-key-facts.rules,
    .permalink-main-info-key-facts.legal {
        left: 10px;
    }

    .permalink-main-info-key-facts + .permalink-main-info-key-facts {
        margin-top: 20px;
    }

    .permalink-main-info-boss-facts {
        margin-top: 10px;
    }

    .zugang-spans,
    .ausstattung-spans,
    .oeffnungssystem-spans {
        margin-left: -4px !important;
        margin-top: 0 !important;
        margin-bottom: 15px;
    }
}

span.blur {
    position: relative;
    display: inline-block;
    height: 14px;
    width: 20px;
    background: #f4f5f6;
    border-radius: 3px;
    top: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.zugang-spans,
.ausstattung-spans,
.oeffnungssystem-spans {
    padding-top: 3px;
}

.zugang-spans:last-child:nth-child(odd),
.ausstattung-spans:last-child:nth-child(odd),
.konditionen-spans:last-child:nth-child(odd),
.oeffnungssystem-spans:last-child:nth-child(odd) {
    margin-bottom: 0 !important;
}

.permalink-main-info-key-facts:nth-child(even) .konditionen-spans:last-child:nth-child(odd) {
    margin-top: -4px;
}

ul.permalink-main-info-key-facts.rules {
    padding-left: 0;
    list-style: none outside none;
    margin-bottom: 0;
}

ul.permalink-main-info-key-facts.rules > li {
    margin-bottom: 6px;
    padding-bottom: 3px;
}

ul.permalink-main-info-key-facts.rules > li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}

.permalink-masse-pic {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    width: 100px;
}

.masse-spans {
    display: block;
    vertical-align: middle;
    padding-top: 32px;
    min-width: 100%;
    margin-left: 10px;
    text-align: left;
    line-height: 1.3;
}

.masse-spans span {
    width: 100% !important;
    display: block;
    padding-bottom: 5px;
}

.masse-spans .u-fontSize1com2em {
    margin-bottom: -16px !important;
    display: block;
}

.masse-spans span:last-child {
    width: 100% !important;
    margin-top: 0;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    padding-bottom: 0;
}

.masse-spans-long {
    min-width: 200px !important;
}

@media (max-width: 992px) {
    .masse-spans {
        display: inline-block !important;
        position: relative;
        padding-left: 5px;
        text-align: left !important;
    }
}

@media (max-width: 767px) {

    .permalink-main-info-key-facts.measurements {
        text-align: left !important;
        width: 88%;
        height: 120px;
        margin-bottom: 10px;
        margin-top: -10px;
    }

    .permalink-main-info-key-facts.measurements:last-of-type {
        border-bottom-color: transparent;
    }

    .masse-spans {
        /*padding: 10px 30px !important;*/
        margin-top: 3px;
    }

    .relativeMeasurementsHeadingSM {
        position: relative;
        top: 0px !important;
    }

    .permalink-main-info-key-facts > strong {
        font-size: 19px !important;
    }
}

@media screen and (max-width: 767px) and (min-width: 580px) {
    .permalink-main-info-key-facts.measurements {
        width: 50%;
    }
}

.permalink-main-info-key-facts > .masse-spans > span {
    display: block;
}

/*
.permalink-main-info-red-facts {
    font-size: 16px;
    padding: 0 !important;
    text-align: left !important;
    vertical-align: middle;
    display: block !important;
}

.permalink-main-info-red-facts > div {
    position: relative;
    vertical-align: middle;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important
}

.permalink-main-info-red-facts > div > h2 {
    display: inline;
    margin: inherit;
    padding: inherit;
    font-size: 22px;
}
*/

.permalink-main-info-red-facts {
    padding: 0 !important;
    text-align: left !important;
    vertical-align: middle;
    display: block;
    margin-left: 0;
    position: relative;
    width: inherit;
}

.totalPriceBookingCol {
}

/*.permalink-main-info-red-facts > img {
    width: 30px;
    height: 30px;
    }*/

.permalink-main-info-red-facts > div {
    position: relative;
    vertical-align: middle;
    font-size: 16px;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    width: inherit;
    display: inherit;
    padding-left: 15px;
    margin-top: 0px !important;
}

.permalink-main-info-red-facts > div:first-child {
    background: rgba(215, 219, 224, 0.28);
    border-radius: 4px 4px 0 0;
    margin: 0;
    padding: 6px 20px;
    border-bottom: 1px solid #e6ebf1;
    margin-bottom: 15px;
}

.permalink-main-info-red-facts > div:first-child > .h2-ohne-align {
    font-size: 24px !important;
}

.permalink-main-info-red-facts > div:first-child > .h2-ohne-align > .float-left {
    font-size: 19px !important;
    margin-top: 5px;
    position: relative;
}

.red-icon-listing {
    color: #D2232A;
    font-size: 22px !important;
    width: 20px;
    text-align: center;
    top: 5px !important;
}

.permalink-main-info-red-facts > span > h2 {
    display: inline;
    margin: inherit;
    padding: inherit;
    font-size: 19px;
    font-weight: 600 !important;
}

.permalink-main-info-red-facts + .permalink-main-info-red-facts {
    margin-top: 6px;
}

.hor-line-top {
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.hor-line-mid {
    width: 100%;
    height: 1px;
    background-color: #EEEEEE;
    padding: 0;
}

.hor-line-bottom {
    margin-top: 4px;
    margin-bottom: 4px;
    width: 100%;
    height: 2px;
    background-color: #eee;
}

.hor-line-bottom.messageSep {
    margin: 0 auto;
    width: 96%;
}

.permalink-category-name {
    margin-top: 20px;
    padding-left: 10px;
    color: #454545;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    text-align: left;
}

.permalink-category-name.shorten {
    max-width: 90px;
}

@media screen and (max-width: 992px){
    .permalink-category-name.long {
        padding-left: 0;
        margin-left: 10px;
        display: inline-block;
        margin-top: 0;
        max-width: 110px;
    }
}

.konditionen-spans {
    display: block;
    width: 100%;
    margin-bottom: 7px;
}

.zugang-spans {
    display: block;
    width: 100%;
}

.oeffnungssystem-spans {
    margin-left: -5px;
    display: block;
    width: 100%;
}

.ausstattung-spans {
    margin-left: -5px;
    width: 50%;
    vertical-align: middle;
    white-space: nowrap;
    margin-bottom: 20px;
    display: inline-block;
}

.img-step {
    width: 35px;
    height: 30px;
}

.img-step-aktuell {
    width: 40px;
    height: 35px;
}

.ist-sammelgarage {
    height: 50px;
    color: #00A4E2;
    width: 100%;
    background-color: #fff;
    background-image: url(/static/images/vermieten/vermiete1/sammelgarage-blue.png);
    background-repeat: no-repeat;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    touch-action: manipulation;
    white-space: nowrap;
    padding-left: 120px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 1;
    border-radius: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.klassische {
    height: 50px;
    width: 100%;
    color: #00A4E2;
    background-color: #fff;
    background-image: url(/static/images/vermieten/vermiete1/klassische-blue.png);
    background-repeat: no-repeat;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    touch-action: manipulation;
    white-space: nowrap;
    padding-left: 80px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 1;
    border-radius: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.andere-ueberdachung {
    height: 50px;
    width: 100%;
    color: #00A4E2;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-bottom: 0;
    touch-action: manipulation;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.ist-allein {
    height: 50px;
    color: #00A4E2;
    width: 230px;
    background-color: #fff;
    background-image: url(/static/images/vermieten/vermiete1/alleine-nutzen-blue.png);
    background-repeat: no-repeat;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    touch-action: manipulation;
    white-space: nowrap;
    padding-left: 50px;
    padding-right: 100px;
    font-size: 18px;
    line-height: 1;
    border-radius: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.ist-sharing {
    height: 50px;
    width: 100%;
    color: #00A4E2;
    background-color: #fff;
    background-image: url(/static/images/vermieten/vermiete1/infinity-blue.png);
    vertical-align: middle;
    background-repeat: no-repeat;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-bottom: 0;
    touch-action: manipulation;
    white-space: nowrap;
    padding-left: 75px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 1;
    border-radius: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.kein-parksystem {
    height: 50px;
    width: 100%;
    color: #00A4E2;
    background-color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    touch-action: manipulation;
    white-space: nowrap;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 1;
    border-radius: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.ist-duplex {
    height: 50px;
    width: 100%;
    color: #00A4E2;
    background-color: #fff;
    background-image: url(/static/images/vermieten/vermiete1/duplex-blue.png);
    background-repeat: no-repeat;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    touch-action: manipulation;
    white-space: nowrap;
    padding-left: 75px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 1;
    border-radius: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.ist-autolift {
    height: 50px;
    width: 100%;
    color: #00A4E2;
    background-color: #fff;
    background-image: url(/static/images/vermieten/vermiete1/autolift-blue.png);
    background-repeat: no-repeat;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    touch-action: manipulation;
    white-space: nowrap;
    padding-left: 75px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 1;
    border-radius: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.ist-drehscheibe {
    height: 50px;
    width: 100%;
    color: #00A4E2;
    background-color: #fff;
    background-image: url(/static/images/vermieten/vermiete1/parking-disk-blue.png);
    background-repeat: no-repeat;
    background-position: top 1px left -1px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    touch-action: manipulation;
    white-space: nowrap;
    padding-left: 75px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 1;
    border-radius: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.ist-auto {
    margin-left: 42px;
    height: 50px;
    color: #00A4E2;
    background-color: #fff;
    background-image: url(/static/images/vermieten/vermiete1/auto-blue.png);
    background-position: 9px 7px;
    background-repeat: no-repeat;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    touch-action: manipulation;
    white-space: nowrap;
    padding-left: 90px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 1;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border-right: 2px solid white !important;
    border-left: 2px solid white !important;
}

.ist-motorrad {
    margin-left: 49px;
    height: 50px;
    color: #00A4E2;
    background-color: #fff;
    background-image: url(/static/images/vermieten/vermiete1/motorrad-blue.png);
    background-position: 6px 0;
    vertical-align: middle;
    background-repeat: no-repeat;
    text-decoration: none;
    border-radius: 0;
    display: inline-block;
    margin-bottom: 0;
    touch-action: manipulation;
    border: 2px solid;
    border-color: #ddd;
    white-space: nowrap;
    padding-left: 55px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border-right: 2px solid white !important;
    border-left: 2px solid white !important;

}

.number-of-spots {
    height: 50px;
    width: 50px;
    background-color: #fff;
    font-weight: 600;
    color: #00A4E2 !important;
    border: 1px solid #B6E3F7;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 22px;
    line-height: 1;
    border-radius: 8px 0 0 8px;
    border-right-color: transparent;

    z-index: 1;

    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    outline: none !important;
    -moz-outline: none;

    transition: all 0.22s ease-in-out;
    -webkit-transition: all 0.22s ease-in-out;
    -o-transition: all 0.22s ease-in-out;

    box-shadow: none !important;
    -o-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.number-of-spots.hover {
    border-color: #00A4E2;
    border-right-color: transparent;
    background-color: #F6FEFD;
}

.number-of-spots.active {
    background-color: #00A4E2;
    border-color: #00A4E2;
    color: #fff !important;
    box-shadow: none;
}

.ist-mann {
    height: 40px;
    width: 100%;
    color: #999;
    background-color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    touch-action: manipulation;
    white-space: nowrap;
    padding: 10px !important;
    font-size: 16px;
    line-height: 1;
    border: 2px solid #ddd;
    border-right: none;
    border-radius: 8px 0 0 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.ist-frau {
    height: 40px;
    width: 100%;
    color: #999;
    background-color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    touch-action: manipulation;
    white-space: nowrap;
    padding: 10px !important;
    font-size: 16px;
    line-height: 1;
    border: 2px solid #ddd;
    border-left: none;
    border-radius: 0 8px 8px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.ist-mann:hover,
.ist-frau:hover {
    color: #1EC55F;
    border-color: #1EC55F;
}

.gentleman {
    height: 35px;
    width: 100%;
    color: #000000;
    background-color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    touch-action: manipulation;
    white-space: nowrap;
    padding: 8px !important;
    font-size: 16px;
    line-height: 1;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none;
    border-radius: 8px 0 0 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.lady {
    height: 35px;
    width: 100%;
    color: #000000;
    background-color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    touch-action: manipulation;
    white-space: nowrap;
    padding: 8px !important;
    font-size: 16px;
    line-height: 1;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left: none;
    border-radius: 0 8px 8px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.gentleman:hover,
.lady:hover {
    color: #00A4E2;
    border-color: #00A4E2;
}

.ist-sammelgarage,
.klassische,
.andere-ueberdachung,
.ist-allein,
.ist-sharing,
.kein-parksystem,
.ist-duplex,
.ist-autolift,
.ist-drehscheibe,
.ist-auto,
.ist-motorrad {
    border: 1px solid #B6E3F7;
    color: #444;
    z-index: 2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    transition: all 0.22s ease-in-out;
    -webkit-transition: all 0.22s ease-in-out;
    -o-transition: all 0.22s ease-in-out;
}

.ist-sammelgarage:hover,
.klassische:hover,
.andere-ueberdachung:hover,
.ist-allein:hover,
.ist-sharing:hover,
.kein-parksystem:hover,
.ist-duplex:hover,
.ist-autolift:hover,
.ist-drehscheibe:hover,
.ist-auto:hover,
.ist-motorrad:hover {
    background-color: #F6FEFD;
    border: 1px solid #00A4E2;
}

.btn-number {
    height: 50px;
    width: 50px;
    margin-left: -12px;
    font-size: 22px !important;
    font-weight: 600;
    color: #B6E3F7;
    background-color: #fff;
    border: 1px solid #B6E3F7 !important;
    border-radius: 0 !important;
    padding-bottom: inherit;
    transition: all 0.22s ease-in-out;
    -webkit-transition: all 0.22s ease-in-out;
    -o-transition: all 0.22s ease-in-out;
}

.btn-number + .btn-number {
    margin-left: -6px;
    display: inline-block;
    border-right: 1px solid #B6E3F7 !important;
    border-left: 1px solid #B6E3F7 !important;
    border-radius: 0 8px 8px 0 !important;
}

.btn-number:hover {
    color: #00A4E2;
    text-decoration: none;
    outline: 0;
}

.btn-number:active,
.btn-number:focus {
    outline: 0 !important;
    color: #00A4E2;
}

.strasse {
    height: 50px;
    width: 100%;
    color: #000;
    background-color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    border: 1px solid #DDD;
    white-space: nowrap;
    padding: 10px;
    font-size: 18px;
    font-weight: normal;
    border-radius: 6px;
    outline: none;

    box-shadow: 0 3px 13px rgba(0, 0, 0, .05);
    -o-box-shadow: 0 4px 13px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 3px 13px rgba(0, 0, 0, .05);
}

.strasse:focus,
.strasse:active {
    border-color: #CCCCCC;
}

.strasse-disabled {
    background-color: transparent !important;
    cursor: not-allowed !important;
    border-color: #CCCCCC !important;
}

.strasse-disabled:focus,
.strasse-disabled:active {
    background-color: transparent !important;
    border-color: #ccc !important;
    cursor: not-allowed;
}

.hausnummer {
    height: 50px;
    width: 100%;
    color: #000;
    background-color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    border: 2px solid #ccc;
    white-space: nowrap;
    padding: 10px;
    font-size: 18px;
    font-weight: normal;
    border-radius: 8px;
    outline: none;
}

.hausnummer:focus,
.hausnummer:active {
    border-color: #aaa;
}

.postleitzahl {
    height: 50px;
    color: #000;
    width: 100%;
    background-color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    border: 2px solid #ccc;
    white-space: nowrap;
    padding: 10px;
    font-size: 18px;
    font-weight: normal;
    border-radius: 8px;
    outline: none;
}

.postleitzahl:focus,
.postleitzahl:active {
    border-color: #aaa;
}

.ort {
    height: 50px;
    width: 100%;
    color: #000;
    background-color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    border: 2px solid #ccc;
    white-space: nowrap;
    padding: 10px;
    font-size: 18px;
    font-weight: normal;
    border-radius: 8px;
    position: inherit;
    outline: none;
}

.ort:focus,
.ort:active {
    border-color: #aaa;
}

.land {
    height: 50px;
    width: 100%;
    color: #000;
    background-color: #fff;
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0;
    border: 2px solid #ccc;
    white-space: nowrap;
    padding: 3px 10px 2px 10px;
    font-size: 18px;
    font-weight: normal;
    border-radius: 8px;
    outline: none;
}

.land:focus,
.land:active {
    border-color: #aaa;
}

.clear {
    clear: both;
}

.masse-input {
    color: #000;
    vertical-align: middle;
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    cursor: text;
    font-size: 20px;
    border-radius: 6px;
    outline: none;
    margin: 0 0 10px;
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
    padding: 1px 46px 0 5px;
    height: 50px;
    width: 120px;
    text-align: right;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.single_garage_wrapper,
.parking_area_wrapper,
.drive_thru_wrapper,
.garage_door_wrapper,
.parking_disk_wrapper,
.autolift_wrapper,
.duplex_wrapper {
    min-width: 100%;
    width: 300px;
    height: 245px;
    margin: 0;
}

.single_garage_wrapper.listing,
.parking_area_wrapper.listing,
.drive_thru_wrapper.listing,
.garage_door_wrapper.listing,
.parking_disk_wrapper.listing,
.autolift_wrapper.listing,
.duplex_wrapper.listing {
    max-width: 150px;
    width: auto;
    height: 130px;
    margin: 10px auto 0;
}

.single_garage_wrapper {
    background: url(/static/images/vermieten/vermiete4/single-garage-dims.png) no-repeat left center;
    background-size: auto 200px;
    margin-top: 0;
}

.parking_area_wrapper {
    background: url(/static/images/vermieten/vermiete4/parking-space-dims.png) no-repeat left center;
    background-size: auto 200px;
    margin-top: 0;
}

.drive_thru_wrapper {
    background: url(/static/images/vermieten/vermiete4/drive-thru-gate-dims.png) no-repeat left center;
    background-size: auto 180px;
    margin-top: 0;
}

.garage_door_wrapper {
    background: url(/static/images/vermieten/vermiete4/garage-door-dims.png) no-repeat left center;
    background-size: auto 150px;
    margin-top: 0;
}

.parking_disk_wrapper {
    background: url(/static/images/vermieten/vermiete4/parking-disk-dims.png) no-repeat left center;
    background-size: auto 170px;
    margin-top: 0;
}

.autolift_wrapper {
    background: url(/static/images/vermieten/vermiete4/lift-dims.png) no-repeat left center;
    background-size: auto 170px;
    margin-top: 0;
}

.duplex_wrapper {
    background: url(/static/images/vermieten/vermiete4/duplex-dims.png) no-repeat left center;
    background-size: auto 130px;
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .single_garage_wrapper,
    .parking_area_wrapper,
    .drive_thru_wrapper,
    .garage_door_wrapper,
    .parking_disk_wrapper,
    .autolift_wrapper,
    .duplex_wrapper {
        background-position: left center;
    }

    [class*="_wrapper"]:not(.listing) {
        background-size: auto 30vw !important;
    }
}

.single_garage_wrapper.listing {
    background: url(/static/images/vermieten/vermiete4/single-garage-dims.png) no-repeat left center;
    background-position: left center !important;
    background-size: auto 68px;
    margin: 0;
    max-width: 200px;
    width: 200px;
}

.parking_area_wrapper.listing {
    background: url(/static/images/vermieten/vermiete4/parking-space-dims-hor.png) no-repeat;
    background-size: auto 60px;
    background-position: left center !important;
    margin-top: 0;
}

.drive_thru_wrapper.listing {
    background: url(/static/images/vermieten/vermiete4/drive-thru-gate-dims.png) no-repeat left center;
    background-position: left center !important;
    background-size: auto 80px;
    margin-top: 0;
}

.garage_door_wrapper.listing {
    background: url(/static/images/vermieten/vermiete4/garage-door-dims.png) no-repeat;
    background-position: left center !important;
    background-size: auto 63px;
    margin-top: 0;
}

.parking_disk_wrapper.listing {
    background: url(/static/images/vermieten/vermiete4/parking-disk-dims.png) no-repeat left center;
    background-size: auto 80px;
    margin-top: 0;
    background-position: left center !important;
}

.autolift_wrapper.listing {
    background: url(/static/images/vermieten/vermiete4/lift-dims.png) no-repeat left center;
    background-size: auto 80px;
    margin-top: 0;
    background-position: left center !important;
}

.duplex_wrapper.listing {
    background: url(/static/images/vermieten/vermiete4/duplex-dims.png) no-repeat left center;
    background-size: auto 63px;
    margin-top: 0;
    background-position: left center !important;
}

.u-fontSize1com2em {
    font-size: 1.2em !important;
}

@media screen and (max-width: 767px) {
    .single_garage_wrapper.listing,
    .parking_area_wrapper.listing,
    .drive_thru_wrapper.listing,
    .garage_door_wrapper.listing,
    .parking_disk_wrapper.listing,
    .autolift_wrapper.listing,
    .duplex_wrapper.listing {
        background-position: left center !important;
    }

}

#single_garage_form,
#parking_area_form,
#drive_thru_form,
#garage_door_form,
#parking_disk_form,
#autolift_form,
#duplex_form {
    width: 100%;
    position: relative;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: inherit;
    padding: 10px 0 0;
    margin: 0;
    min-height: 245px;
    min-width: 1px;
}

#single_garage_form > .col-xs-12,
#parking_area_form > .col-xs-12,
#drive_thru_form > .col-xs-12,
#garage_door_form > .col-xs-12,
#parking_disk_form > .col-xs-12,
#autolift_form > .col-xs-12,
#duplex_form > .col-xs-12 {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: right;
    /*width: 330px;*/
}

@media screen and (max-width: 992px) {
    .new_garage_step5 #single_garage_form > .col-xs-12,
    .new_garage_step5 #parking_area_form > .col-xs-12,
    .new_garage_step5 #drive_thru_form > .col-xs-12,
    .new_garage_step5 #garage_door_form > .col-xs-12,
    .new_garage_step5 #parking_disk_form > .col-xs-12,
    .new_garage_step5 #autolift_form > .col-xs-12,
    .new_garage_step5 #duplex_form > .col-xs-12 {
        margin-top: 30px;
    }
}

#single_garage_form > .col-xs-12:last-child,
#parking_area_form > .col-xs-12:last-child,
#drive_thru_form > .col-xs-12:last-child,
#garage_door_form > .col-xs-12:last-child,
#parking_disk_form > .col-xs-12:last-child,
#autolift_form > .col-xs-12:last-child,
#duplex_form > .col-xs-12:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    #single_garage_form,
    #parking_area_form,
    #drive_thru_form,
    #garage_door_form,
    #parking_disk_form,
    #autolift_form,
    #duplex_form {
        text-align: center;
    }
}

#single_garage_form.listing {
    -webkit-transform: scale(0.7) translate(276px, -78px);
    -moz-transform: scale(0.7) translate(276px, -78px);
    -o-transform: scale(0.7) translate(276px, -78px);
    transform: scale(0.7) translate(276px, -78px);
}

#parking_area_form.listing {
    -webkit-transform: scale(0.7) translate(233px, -71px);
    -moz-transform: scale(0.7) translate(233px, -71px);
    -o-transform: scale(0.7) translate(233px, -71px);
    transform: scale(0.7) translate(233px, -71px);
}

#drive_thru_form.listing {
    -webkit-transform: scale(0.7) translate(257px, -71px);
    -moz-transform: scale(0.7) translate(257px, -71px);
    -o-transform: scale(0.7) translate(257px, -71px);
    transform: scale(0.7) translate(257px, -71px);
}

#garage_door_form.listing {
    -webkit-transform: scale(0.63) translate(373px, -64px);
    -moz-transform: scale(0.63) translate(373px, -64px);
    -o-transform: scale(0.63) translate(373px, -64px);
    transform: scale(0.63) translate(373px, -64px);
}

#parking_disk_form.listing {
    -webkit-transform: scale(0.7) translate(237px, -52px);
    -moz-transform: scale(0.7) translate(237px, -52px);
    -o-transform: scale(0.7) translate(237px, -52px);
    transform: scale(0.7) translate(237px, -52px);
}

#autolift_form.listing {
    -webkit-transform: scale(0.7) translate(237px, -52px);
    -moz-transform: scale(0.7) translate(237px, -52px);
    -o-transform: scale(0.7) translate(237px, -52px);
    transform: scale(0.7) translate(237px, -52px);
}

#duplex_form.listing {
    -webkit-transform: scale(0.7) translate(264px, -69px);
    -moz-transform: scale(0.7) translate(264px, -69px);
    -o-transform: scale(0.7) translate(264px, -69px);
    transform: scale(0.7) translate(264px, -69px);
}

label[data-type="m"] {
    font-family: inherit;
    border-radius: 0 6px 6px 0;
    position: absolute;
    color: #555;
    font-size: 18px;
    width: 38px;
    height: 48px;
    font-weight: 400;
    margin-left: -39px;
    background: #F6F6F6;
    padding-top: 11px;
    top: 1px;
    padding-left: 2px;
    border: 1px solid transparent;
    text-align: center;
    border-left: 1px solid #DDD;
}

label[data-type="measure-name"] {
    font-family: inherit;
    position: relative;
    color: #282828;
    font-size: 18px;
    width: auto;
    min-width: 120px;
    height: 50px;
    font-weight: 400;
    padding-right: 10px;
    padding-top: 15px;
    left: 0;
    text-align: center !important;
}

.permalink-main-info-key-facts > strong {
    font-size: 15px;
}

.preise-input {
    height: 40px;
    color: #000;
    width: 63%;
    top: 0;
    vertical-align: middle;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #ccc;
    white-space: nowrap;
    padding: 5px 5px 5px 10px;
    cursor: text;
    font-size: 18px;
    font-weight: normal;
    border-radius: 0 8px 8px 0;
    outline: none;
    margin: 0;
    z-index: 500000;
}

.parking-dim-image {
    height: 300px;
}

.preise-input:focus,
.preise-input:active,
.preise-input:hover {
    border-color: #aaa;
}

.dauer-input {
    height: 40px;
    color: #282828;
    background-color: #fff;
    width: 100%;
    top: 0;
    vertical-align: middle;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #ccc;
    white-space: nowrap;
    padding: 5px 5px 7px 10px;
    font-size: 18px;
    font-weight: normal;
    border-radius: 8px;
    outline: none;
    margin: 0;
    z-index: 9000;
}

.dauer-input:focus,
.dauer-input:active,
.dauer-input:hover {
    border-color: #aaa;
}

.profile-input {
    height: 40px;
    width: 100%;
    color: #000;
    background-color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    border: 2px solid #e7e7e7;
    white-space: nowrap;
    padding: 1px 10px 2px 10px !important;
    font-size: 16px;
    border-radius: 8px;
    outline: none;
    vertical-align: middle !important;
    text-align: left;
}

.profile-input:focus,
.profile-input:active {
    border-color: #1EC55F;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgba(30, 197, 95, .35);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgba(30, 197, 95, .35);
}

.profile-input-disabled {
    background-color: transparent;
    cursor: not-allowed;
    color: #999;
}

.profile-input-disabled:focus,
.profile-input-disabled:active {
    border-color: #e7e7e7;
}

.profile-input > img {
    margin-bottom: 3px;
}

/*cool effects for the radio buttons of the rent area*/
.grundlagen-selectors > h2 {
    font-size: 18px;
}

.grundlagen-selectors input,
.sex input {
    position: absolute;
    z-index: 20;
    visibility: hidden;
}

.grundlagen-selectors label,
.sex label {
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    padding-top: 14px;
}

.grundlagen-selectors input[type="text"],
.sex input[type="text"] {
    visibility: visible;
}

.grundlagen-selectors button {
}

.grundlagen-selectors input:active + .ist-sammelgarage,
.grundlagen-selectors input:checked + .ist-sammelgarage {
    background-color: #00A4E2;
    background-image: url(/static/images/vermieten/vermiete1/sammelgarage-blue-inverted.png);
    background-repeat: no-repeat;
    color: #fff;
    border-color: #00A4E2;
}

.grundlagen-selectors input:active + .klassische,
.grundlagen-selectors input:checked + .klassische {
    background-color: #00A4E2;
    background-image: url(/static/images/vermieten/vermiete1/klassische-blue-inverted.png);
    background-repeat: no-repeat;
    color: #fff;
    border-color: #00A4E2;
}

.grundlagen-selectors input:active + .andere-ueberdachung,
.grundlagen-selectors input:checked + .andere-ueberdachung {
    background-color: #00A4E2;
    color: #fff;
    border-color: #00A4E2;
}

.grundlagen-selectors input:active + .ist-allein,
.grundlagen-selectors input:checked + .ist-allein {
    background-color: #00A4E2;
    background-image: url(/static/images/vermieten/vermiete1/alleine-nutzen-blue-inverted.png);
    background-repeat: no-repeat;
    color: #fff;
    border-color: #00A4E2;
}

.grundlagen-selectors input:active + .ist-sharing,
.grundlagen-selectors input:checked + .ist-sharing {
    background-color: #00A4E2;
    background-image: url(/static/images/vermieten/vermiete1/infinity-blue-inverted.png);
    background-repeat: no-repeat;
    color: #fff;
    border-color: #00A4E2;
}

.grundlagen-selectors input:active + .ist-duplex,
.grundlagen-selectors input:checked + .ist-duplex {
    background-color: #00A4E2;
    background-image: url(/static/images/vermieten/vermiete1/duplex-blue-inverted.png);
    background-repeat: no-repeat;
    color: #fff;
    border-color: #00A4E2;
}

.grundlagen-selectors input:active + .ist-autolift,
.grundlagen-selectors input:checked + .ist-autolift {
    background-color: #00A4E2;
    background-image: url(/static/images/vermieten/vermiete1/autolift-blue-inverted.png);
    background-repeat: no-repeat;
    color: #fff;
    border-color: #00A4E2;
}

.grundlagen-selectors input:active + .ist-drehscheibe,
.grundlagen-selectors input:checked + .ist-drehscheibe {
    background-color: #00A4E2;
    background-image: url(/static/images/vermieten/vermiete1/parking-disk-blue-inverted.png);
    background-repeat: no-repeat;
    background-position: top -2px left -1px;
    color: #fff;
    border-color: #00A4E2;
}

.grundlagen-selectors input:active + .kein-parksystem,
.grundlagen-selectors input:checked + .kein-parksystem {
    background-color: #00A4E2;
    color: #fff;
    border-color: #00A4E2;
}

.grundlagen-selectors input[readonly]:checked + .ist-auto,
.grundlagen-selectors input:active + .ist-auto,
.grundlagen-selectors input:checked + .ist-auto {
    background-color: #00A4E2;
    background-image: url(/static/images/vermieten/vermiete1/auto-blue-inverted.png);
    background-repeat: no-repeat;
    color: #fff;
    border-color: #00A4E2;
}

.grundlagen-selectors input[readonly]:checked + .ist-motorrad,
.grundlagen-selectors input:active + .ist-motorrad,
.grundlagen-selectors input:checked + .ist-motorrad {
    background-color: #00A4E2 !important;
    background-image: url(/static/images/vermieten/vermiete1/motorrad-blue-inverted.png);
    background-repeat: no-repeat;
    color: #fff;
    border-color: #00A4E2 !important;
}

.noCursorOnHover:hover,
.noCursorOnHover:active {
    cursor: not-allowed !important;
    border-color: #B6E3F7 !important;
    background-color: white !important;
}

.sex input:active + .ist-mann,
.sex input:checked + .ist-mann,
.sex input:active + .ist-frau,
.sex input:checked + .ist-frau {
    background-color: #1EC55F;
    color: #fff;
}

.sex [aria-selected="true"] {
    background-color: #1EC55F;
    color: #fff;
}

.sex#checkoutSex input:active + .gentleman,
.sex#checkoutSex input:checked + .gentleman,
.sex#checkoutSex input:active + .lady,
.sex#checkoutSex input:checked + .lady {
    background-color: rgba(0, 0, 0, 0.1);
    color: #000000;
}

.sex#checkoutSex [aria-selected="true"] {
    background-color: rgba(0, 0, 0, 0.1);
    color: #000000;
}

/*
    .grundlagen-selectors + .grundlagen-selectors {
        padding-left: 0;
        padding-right: 0;
    }
    */

/* global spacing overrides */
h1, h2, h3, h4, h5, h6,
.a, .b, .c, .d, .e, .f {
    margin-top: 0;
    padding: 0;
}

/**
 * @brand-grey: #282828;
 * @brand-red: #D2232A;
 * @ brand-blue: #00A4E2;
 * @brand-green: #1ED55F;
 */

h1 {
    font-size: 34px;
    color: #282828;
    font-weight: 600;
}

h2 {
    font-size: 24px;
    color: #282828;
    font-weight: 600;
    text-align: left;
    padding-left: 5px;
}

.h2-ohne-align {
    font-size: 24px;
    color: #282828;
    font-weight: 600;
    text-align: center;
}

.h2-ohne-align small {
    font-size: 65%;
    font-weight: normal;
    color: #777;
    line-height: 1;
    display: block;
}

h3 {
    font-size: 18px;
    color: #282828;
    font-weight: 600;
    display: block;
    text-align: left;
    padding-left: 5px;
}

.h3-ohne-align {
    font-size: 18px;
    color: #282828;
    font-weight: 600;
    text-align: center;
}

.h3-ohne-align small {
    font-size: 65%;
    font-weight: normal;
    color: #777;
    line-height: 1;
}

h4 {
    font-size: 20px;
    color: #282828;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
}

.form-align-left {
    left: 0;
    text-align: left;
    margin: 0 auto;
}

.label {
    white-space: normal !important;
    padding: 5px !important;
    vertical-align: top !important;
    margin-left: 6px;
    -webkit-font-smoothing: subpixel-antialiased;
}

.label-primary {
    background-color: transparent;
    font-weight: normal !important;
    color: #282828;
    font-size: 22px;
}

.label-success {
    background-color: #1EC55F;
    font-weight: 600;
}

.label-renter-message {
    width: auto;
    max-width: 500px;
    background: #DDDDDD; /* Standard syntax */
    color: #282828;
    font-size: 13px;
    border-radius: 13px;
    padding: 13px;
    text-align: left;
    float: left;
    display: block !important;
    overflow: hidden !important;
    white-space: normal;
    word-wrap: break-word !important;
    line-height: 1.5em;
    font-weight: normal !important;
    letter-spacing: 0.02em;
}

.labelBooking {
    display: none;
}

.labelBookingRed,
.labelBookingGreen,
.labelBookingOrange {
    float: right;
    font-weight: 600;
    color: transparent !important;
    font-size: 14px;
    border-radius: 3px !important;
    margin-top: -5px !important;
    padding: 1px 0 !important;
    -webkit-font-smoothing: antialiased !important;
    min-width: 1px;
    border: 1px solid transparent !important;
}

.labelBookingGreen {
    color: #1EC55F !important;
    border: 1px solid #1EC55F;
}

.labelBookingOrange {
    color: #FFC100 !important;
    border: 1px solid #FFC100;
}

.labelBookingRed {
    color: #D2232A !important;
    border: 1px solid #D2232A;
}

.u-right0 {
    right: 0 !important;
}

.automaticMessage-Green {
    border: 1px solid rgba(30, 197, 95, 0.41);
    background: #e7f7ed !important;
}

.automaticMessage-Red {
    border: 1px solid #f5a3a6;
    background: #ffeeef !important;
}

.u-textColorRed {
    color: #D2232A !important;
}

.u-textColorOrange {
    color: #FFC100 !important;
}

.u-textColorGreen {
    color: #1EC55F !important;
}

.u-textColorWhite {
    color: #FFFFFF !important;
}

.u-textColorDarkBrand {
    color: #282828 !important;
}

.u-textColorBlue {
    color: #00A4E2 !important;
}

.u-textColorPink {
    color: #FF3369 !important;
}

.label-danger {
    padding: 4px 0 !important;
    margin-bottom: 0 !important;
    font-size: 16px;
    font-weight: 300 !important;
    -webkit-font-smoothing: subpixel-antialiased;
}

.label.label-danger {
    vertical-align: middle !important;
}

.label-danger {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-radius: 6px !important;
    margin-top: -5px;
    background-color: #fff6c7 !important;
    color: #774d0a !important;
    padding: 7px 15px 5px !important;
    height: auto;
    transition: all 1.2s ease;
    line-height: 1.3;
    width: auto;
    display: inline-block;
    text-align: left;
    top: -8px !important;
    z-index: 200;
    position: relative;
    border: 1px solid #efbf4c;
}

.label-danger:after {
    position: absolute;
    bottom: -4px;
    left: 50%;
    content: '';
    margin: -6px;
    border: 7px solid transparent;
    border: none;
    margin-bottom: 0;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 1rem;
    height: 1rem;
    background-color: #fff6c7;
    box-shadow: -1px -1px #efbf4c;
}

.map-pin {
    position: absolute;
    z-index: -100;
    color: rgb(40, 40, 40);
    text-align: center;
    vertical-align: middle;
    padding-top: 2px;
    display: block;
    opacity: 1;
    width: 50px;
    height: 33px;
    border-radius: 6px;
}

.map-pin:after {
    position: absolute;
    bottom: -4px;
    left: 50%;
    content: '';
    border: none;
    margin: -6px -6px 0;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 10px;
    height: 10px;
    z-index: -1;
}

.map-pin.red {
    color: #FFF;
    background: #f30d49;
    border: 1px solid #e49696;

}

.map-pin.red:after {
    background-color: #f30d49;
    box-shadow: -1px -1px #e49696;
}

.map-pin.white {
    color: #282828;
    background: #FFFFFF;
    border: 1px solid #CCC;
    -webkit-box-shadow: 0 6px 30px -7px #404040;
    -moz-box-shadow: 0 6px 30px -7px #404040;
    box-shadow: 0 6px 30px -7px #404040;

}

.map-pin.white:after {
    background-color: #FFFFFF;
    -webkit-box-shadow: -1px -1px #CCC;
    -moz-box-shadow: -1px -1px #CCC;
    box-shadow: -1px -1px #CCC;
}

.map-pin.black {
    color: #FFF;
    background: #282828;
    border: 1px solid #282828;

}

.map-pin.black:after {
    background-color: #282828;
    box-shadow: -1px -1px #282828;
}

.label-red-background {
    background: #D2232A;
    font-weight: 400 !important;
    color: white;
    text-align: center !important;
    font-size: 16px !important;
    line-height: 1.8;
}

.label-place-not-found {
    white-space: pre-line !important;
    text-align: center !important;
    border-radius: 4px !important;
}

/* FA ICON STATIC FLIP */
.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.g,
.h {
    border-bottom: 0;
}

/* BOOTSTRAP SIGN IN*/
/*
body {
    padding-top: 52px;
    padding-bottom: 40px;
  }
  */
.btn:not(.btn-default), .btn:not(.btn-default).active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    padding: 3px 9px;
    margin-left: 10px;
}

.form-signin {
    max-width: 450px;
    margin: 105px auto;
    background-color: #fff;
    border-radius: 8px;
}

.form-signin .form-signin-heading,
.form-signin {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-size: 14px;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 18px;
}

.form-signin .form-control:focus {
    z-index: 2;
    border-color: #aaa;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgba(200, 200, 200, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgba(200, 200, 200, .6);

}

.has-error-form-input {
    border-color: #f7e05c;
    background-color: #fffdfa;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.privat-oder-firma {
    margin-top: -5px;
    margin-left: 145px;
    width: 145px;
}

.login-link {
    color: #fff;
    text-decoration: none;
}

.login-link:hover {
    text-decoration: underline;
    color: #fff;
}

/*BOOTSTRAP SIGN IN END*/

.btn-primary {
    border: 1px solid #1EC55F;
    color: #fff;
    font-size: 16px !important;
    background: #1EC55F; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#4CD17F, #1EC55F); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#4CD17F, #1EC55F); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#4CD17F, #1EC55F); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#4CD17F, #1EC55F) !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #000 !important;
    border: 1px solid #1EC55F !important;
    color: #fff !important;
    text-decoration: none;
}

.button-blue {
    background: -webkit-linear-gradient(top, #51b5ef, #39a0ea);
    background: linear-gradient(to bottom, #51b5ef, #39a0ea);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(14, 116, 195, .75);
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    border: 1px solid #2b95d1;
    border-bottom-color: #147bc6;
    border-top-color: #45a9e2;
    white-space: nowrap;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button-blue:active,
.button-blue:hover,
.button-blue:focus {
    background: -webkit-linear-gradient(top, #48a8e8, #3296e3);
    background: linear-gradient(to bottom, #48a8e8, #3296e3);
    border: 1px solid #258dd0;
    border-bottom-color: #0e74c3;
    border-top-color: #369ad9;
    color: #fff;
    text-decoration: none;
}

.button-semi-blue {
    background-clip: border-box;
    background: rgba(0, 0, 0, 0) linear-gradient(rgb(255, 255, 255), rgb(235, 235, 235)) scroll;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-radius: 6px;
    border: 1px solid #d4d3d3;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset;
    color: rgb(0, 133, 207);
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    line-height: 15px;
    padding: 13px 11px !important;
    text-align: center;
    float: right;
    text-decoration-color: rgb(0, 133, 207);
    text-decoration-line: none;
    text-decoration-style: solid;
}

.button-semi-blue:hover, .button-semi-blue:focus {
    text-decoration: none;
    background: #d7d7d7;
    background: -webkit-linear-gradient(#fff, #d7d7d7);
    background: linear-gradient(#fff, #d7d7d7);
    border-color: #AAA;
    color: #777;
}

.button-black {
    background: -webkit-linear-gradient(top, #444, #282828);
    background: linear-gradient(to bottom, #444, #282828);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .75);
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    border: 1px solid #282828;
    border-bottom-color: #000;
    border-top-color: #282828;
    white-space: nowrap;
    padding: 4px 8px;
    line-height: 1.5;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 45px;
    width: auto;
    font-size: 19px;
    padding-top: 2px;
}

.button-black:active,
.button-black:hover,
.button-black:focus {
    background: -webkit-linear-gradient(top, #282828, #000);
    background: linear-gradient(to bottom, #282828, #000);
    border: 1px solid #000;
    border-bottom-color: #000;
    border-top-color: #000;
    color: #fff;
    text-decoration: none;
}

.button-black i {
    padding-top: 2px !important;
    margin: 2px 0px 2px 3px !important;
}

.button-blue-group {
    color: #00A4E2;
    background: none;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    border: 1px solid;
    border-color: #00A4E2;
    white-space: nowrap;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button-blue-group:hover,
.button-blue-group:focus {
    color: #00A4E2;
    background: rgba(0, 164, 226, 0.05);
    text-decoration: none;
}

.button-blue-group.active {
    background: linear-gradient(#45BBE7, #00A4E2) !important;
    color: #fff;
}

.button-green {
    height: 45px;
    width: 100%;
    color: #fff;
    background: #1EC55F;
    background: linear-gradient(#4CD17F, #1EC55F);
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    border: 1px solid;
    border-color: #1EC55F;
    white-space: nowrap;
    padding: 10px 10px 12px 10px !important;
    font-size: 18px;
    line-height: 1;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.button-green-auto-width {
    height: 40px;
    color: #fff;
    background: #1EC55F;
    background: linear-gradient(#4CD17F, #1EC55F);
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    border: 1px solid;
    border-color: #1EC55F;
    white-space: nowrap;
    padding: 10px 10px 12px 10px !important;
    font-size: 18px;
    line-height: 1;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.button-green:active,
.button-green:hover,
.button-green:focus {
    color: #fff;
    background: #1EC55F;
    text-decoration: none;
}

.button-green-auto-width:active,
.button-green-auto-width:hover,
.button-green-auto-width:focus {
    color: #fff !important;
    background: #1EC55F;
    text-decoration: none;
}

.button-green:disabled,
.button-green-auto-width:disabled {
    color: #888;
    background: #f6f6f6 !important;
    border-color: #888 !important;
    cursor: not-allowed;
    text-shadow: none;
}

.button-green:disabled:hover,
.button-green-auto-width:disabled:hover {
    color: inherit !important;
}

.button-red {
    height: 45px;
    width: 100%;
    color: #fff;
    background: linear-gradient(#FF5C83, #FF3369);
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    border: 1px solid;
    border-color: #FF3369;
    white-space: nowrap;
    padding: 10px 10px 12px 10px !important;
    font-size: 18px;
    line-height: 1;
    border-radius: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button-red:active,
.button-red:hover,
.button-red:focus {
    color: #fff;
    background: #FF3369;
    text-decoration: none;
}

.button-red:disabled {
    color: #888;
    background: #f6f6f6 !important;
    border-color: #888;
    cursor: not-allowed;
}

.button-red:disabled:hover {
    color: inherit !important;
}

.button-grey {
    color: #888;
    height: 45px;
    width: 100px;
    background: linear-gradient(#fff, #e6e6e6);
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    border: 1px solid;
    border-color: #ddd;
    white-space: nowrap;
    padding: 8px;
    font-size: 14px;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}

body.einstellungen .button-grey {
    padding: 10px 8px !important;
    background: #FAFBFC
}

.button-grey:hover,
.button-grey:focus {
    color: #282828;
    background-color: #eee;
    text-decoration: none;
    outline: none !important;
    border-color: #aaa;
}

.button-grey.active,
.button-grey.active:hover {
    color: #282828;
    background: linear-gradient(#eee, #ccc);
    text-decoration: none;
    outline: none !important;
    box-shadow: none;
    border-color: #ccc;
}

.button-grey#writeMessageFirst {
    width: 100%;
    font-size: 16px;
    padding: 10px 10px 12px 10px !important;
}

.button-grey-ohne-alles {
    color: #aaa;
    height: 45px;
    width: auto;
    background: transparent;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: left !important;
    vertical-align: middle;
    touch-action: manipulation;
    border: none;
    white-space: nowrap;
    padding: 8px;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button-grey-ohne-alles:hover {
    color: #888;
}

.button-white-outline {
    color: #9f9f9f;
    min-height: 35px;
    width: 100%;
    background: #eee; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fff, #eee); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #eee); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #eee); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #eee); /* Standard syntax */
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    border: 1px solid #e6e6e6;
    white-space: nowrap;
    padding: 6px 8px 7px 8px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button-white-outline:active,
.button-white-outline:hover,
.button-white-outline:focus {
    color: #888;
    background-color: #eee;
    text-decoration: none;
    border-color: #bbb;
}

.button-login-grey {
    color: #888;
    width: 100%;
    border: 1px solid #D5D5D5;
    font-size: 18px;
    margin-top: 10px;
    font-weight: normal;
    line-height: 15px;
    padding: 13px 11px;
    background: #FFF;
    border-radius: 6px;
}

.button-login-grey:active,
.button-login-grey:hover,
.button-login-grey:focus {
    background: linear-gradient(#FFF 40%, #F6F6F6);
    border: 1px solid #CCCCCC;
}

.button-green-slim {
    color: #fff;
    width: 100%;
    background: linear-gradient(#4CD17F, #4CD17F);
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    border: 1px solid #1EC55F;
    white-space: nowrap;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button-green-slim:active,
.button-green-slim:hover,
.button-green-slim:focus {
    color: #fff;
    background-color: #1EC55F;
    text-decoration: none;
    border-color: #1cb655;
}

.button-white-anmelden {
    color: #ddd;
    background: transparent;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    border: 2px solid #ddd;
    white-space: nowrap;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button-white-anmelden:active,
.button-white-anmelden:hover,
.button-white-anmelden:focus {
    color: #fff;
    background: transparent;
    text-decoration: none;
    border-color: #fff;
}

select.button-white-anmelden,
select.button-white-anmelden:hover,
select.button-white-anmelden:focus {
    height: 33px !important;
    margin-left: 8px;
    width: auto;
    border: none !important;
    background-color: transparent !important;
    background-image: url("/static/images/homepage/fa-chevron-down-white.png");
    background-repeat: no-repeat;
    background-size: 9px auto;
    background-position: right 13px center;
    color: white !important;
    max-width: 130px;
    -webkit-appearance: none;
    appearance: none;
}

body.front select.button-white-anmelden {
    max-width: 80px;
}

.button-white-full {
    background: #FFF;
    color: #444;
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    border: 2px solid #FFF;
    white-space: nowrap;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button-white-full.list-now {
    background: -webkit-linear-gradient(top, #51b5ef, #39a0ea);
    background: linear-gradient(to bottom, #51b5ef, #39a0ea);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(14, 116, 195, .75);
    border: 2px solid #44a8ec;
}

.button-white-full:active,
.button-white-full:hover,
.button-white-full:focus {
    color: #282828;
    background: #FFF;
    text-decoration: none;
}

.button-white-full.list-now:active,
.button-white-full.list-now:hover,
.button-white-full.list-now:focus {
    background: #45a9e2;
    color: #FFFFFF;
}

.button-outline {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid #00A4E2;
    white-space: nowrap;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button-outline:focus,
.button-outline:active:focus,
.button-outline.active:focus {
    outline: none;
}

.button-outline:hover,
.button-outline:focus {
    color: #fff;
    text-decoration: none;
}

.button-outline:active,
.button-outline.active {
    outline: none;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.button-outline.disabled,
.button-outline[disabled],
fieldset[disabled] .button-outline {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}

.login-area {
    position: absolute;
    top: 22px;
    left: 15px;
}

.logo-area {
    z-index: 999;
}

/* DASHBOARD DESIGN */

.menu-left-gray {
    margin-left: 0;
    padding-top: 0;
    z-index: 4000;
}

#fixedMessageSidebar {
    z-index: 200;
}

@media (min-width: 711px) {
    .menu-left-gray {
        margin-left: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 230px;
        margin-top: 0;
        margin-bottom: 0;
        background-color: #282828;
        /*background: linear-gradient(rgba(34, 46, 63, 1), rgba(62, 68, 85, 1));*/
        overflow-y: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        z-index: 2000;
    }

    .modal#fixedMessageSidebar {
        left: 230px;
    }

    .modal-open .modal#fixedMessageSidebar {
        overflow-y: auto !important;
        overflow-x: hidden !important;
        left: initial !important;
        right: 0 !important;
    }

    .modal#fixedMessageSidebar {
        top: 52px !important;
        height: 100vh !important;
        position: fixed !important;
    }

    .modal#fixedMessageSidebar > .modal-dialog {
        min-width: 35vw !important;
        max-width: 50vw !important;
        width: 100%;
        min-height: 100% !important;
        height: 100% !important;
        margin: 0;
    }

    .modal#fixedMessageSidebar > .modal-dialog > .modal-content,
    .modal#fixedMessageSidebar > .modal-dialog > .modal-content > .modal-body {
        min-height: 100% !important;
        height: 100% !important;
        padding-left: 6%;
        padding-right: 6%;
        background-color: #F6F6F6;
    }

    .modal#fixedMessageSidebar > .modal-dialog > .modal-content {
        border-radius: 0 !important;
        padding-top: calc(60px + 5%);
        padding-bottom: 0;
    }

    .modal-submit {
        position: fixed !important;
        bottom: 50px !important;
        left: 5%;
        right: 5%;
    }

}

.menu-left-gray .tooltip {
    white-space: nowrap;
}

@media (max-width: 710px) {
    .menu-left-gray {
        width: 100%;
        height: 52px;
        overflow-x: auto;
        overflow-y: hidden;
        position: fixed;
        bottom: 0;
        background-color: #FFF;
        border-top: 1px solid #EEE;
    }

    .modal {
        left: 0;
    }

    .modal#fixedMessageSidebar {
        margin-right: 30px;
        top: 300px !important;
    }

    .modal#fixedMessageSidebar > .modal-dialog {
        max-width: 100%;
        width: 100%;
        left: 0;
    }
}

.navbar-fixed-up {
    width: 100%;
    height: 55px;
    top: 0;
    position: fixed;
    background: #282828; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#303030, #292929 60%, #282828);
    background: -o-linear-gradient(#303030, #292929 60%, #282828);
    background: -moz-linear-gradient(#303030, #292929 60%, #282828);
    background: linear-gradient(#303030, #292929 60%, #282828);
    right: 0;
    z-index: 5000;
    text-align: center;
}

.img-logo-main {
    margin-left: 0;
    margin-top: 16px;
    width: 79px;
    position: fixed;
    left: calc(50% - 43px);
}

.img-logo-main-logged-out {
    margin-top: 16px;
    width: 79px;
    margin-bottom: -16px;
    position: fixed;
    left: calc(50% - 43px);
}

@media (max-width: 710px) {
    .img-logo-main {
        margin-left: 7px;
        margin-right: 7px;
    }
}

.calls-to-action {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 10px 0;
}

@media screen and (max-width: 992px) {
    .calls-to-action {
        padding: 0 10px;
    }
}

.calls-to-action img[class*="img-logo"],
.calls-to-action + div + span img[class*="img-logo"] {
    -webkit-transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    -ms-transition: all 0.33s ease-in-out;
    -o-transition: all 0.33s ease-in-out;
    transition: all 0.33s ease-in-out;
}

.calls-to-action.scrolled img[class*="img-logo"],
.calls-to-action.scrolled + div + span img[class*="img-logo"] {
    width: 62px;
    margin-top: 24px;
    left: calc(50% - 31px);
}

.navbar-fixed-up-logged-out {
    width: 100%;
    height: 55px;
    top: 0;
    position: fixed;
    background: #282828; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#303030, #292929 60%, #282828);
    background: -o-linear-gradient(#303030, #292929 60%, #282828);
    background: -moz-linear-gradient(#303030, #292929 60%, #282828);
    background: linear-gradient(#303030, #292929 60%, #282828);
    right: 0;
    z-index: 4000;
    text-align: center;
}

.footer {
    width: 100%;
    min-height: 50px;
    height: auto;
    background: #F2F2F2;
    /*background: -webkit-linear-gradient(#FDFDFD, #F2F2F2);
    background: -o-linear-gradient(#FDFDFD, #F2F2F2);
    background: -moz-linear-gradient(#FDFDFD, #F2F2F2);
    background: linear-gradient(#FDFDFD, #F2F2F2);*/
    border-top: 1px solid #EEE;
    z-index: 2;
    padding: 35px 40px 30px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
}

.u-flexColumn {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.u-textAlignRightCond {
    text-align: right;
}

.footer-wrapper {
    max-width: 1095px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.footer-wrapper .white-link-without-border,
.footer-wrapper div[itemprop="name"],
.footer-wrapper .u-textColor888 {
    color: #555 !important;
}

.footer-wrapper .white-link-without-border {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
}

.footer-wrapper:last-child div:last-child > a {
    margin-left: 20px;
}

@media screen and (max-width: 1000px) {
    .footer {
        padding: 15px 15px !important;
    }

    .footer-wrapper > .col-xs-12 {
        padding: 15px 0 !important;
    }

    .footer-wrapper > .col-xs-12:last-of-type {
        padding: 15px 0 0 0 !important;
    }

}

@media screen and (max-width: 767px) {

    .footer-wrapper {
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
    }

    .footer > .col-xs-12 {
        border-bottom: 1px solid #333;
    }

    .footer-wrapper > div:not(.col-lg-12),
    .footer-wrapper > div:not(.col-lg-12):first-child {
        width: 100% !important;
    }

    .footer-wrapper > .col-xs-12:last-of-type {
        border-bottom: 1px solid transparent;
    }

    .u-textAlignLeftOnSM {
        text-align: left !important;
    }
}

.footer .col-xs-12 a,
.footer .col-xs-12 div {
    color: #555555;
}

.footer .col-xs-12 * {
    text-align: left;
}

.footer-group {
    -webkit-flex: .5 0 auto;
    -ms-flex: .5 0 auto;
    flex: .5 0 auto
}

/*.footer-group:first-child {
    -webkit-flex: 2 0 auto;
    -ms-flex: 2 0 auto;
    flex: 2 0 auto
}*/

.footer-group:last-child {
    -webkit-flex: .09 0 auto;
    -ms-flex: .09 0 auto;
    flex: .09 0 auto
}

.footer-group > .white-link-without-border i {
    display: none;
}

.footer-group > div:first-child,
.footer-group > span:first-child {
    margin-bottom: 6px;
    font-size: 15px !important;
    color: #333 !important;
    font-weight: 600 !important;
}

.footer a:focus,
.footer a:hover,
.footer div:focus,
.footer div:hover {
    color: #222222 !important;
    text-decoration: none !important;
}

.footer-submenu a:visited {
    color: #F6F6F6;
}

.footer-group .footer-submenu {
    display: block;
}

@media screen and (max-width: 767px) {
    .footer-wrapper:last-child {
        -ms-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .footer-wrapper:last-child .u-displayBlock:last-child {
        max-width: 80%;
    }

    .footer-group {
        margin-bottom: 20px;
    }

    .footer-group:last-child {
        margin-bottom: 0;
    }

    .footer-wrapper:last-child div:last-child > a {
        margin-left: 0;
        display: block;
        margin-bottom: 20px;
    }

    .footer-wrapper:last-child div:last-child > a:last-child {
        margin-bottom: 40px;
    }

    .footer-group .white-link-without-border i {
        display: inline-block;
    }

    .footer-group.expanded .white-link-without-border i:before {
        content: "\f068";
    }

    .footer-group .footer-submenu {
        display: none !important;
    }

    .footer-group.expanded .footer-submenu {
        display: flex !important;
    }

}

#co_wrapper {
    position: absolute;
    bottom: 15px;
    margin: 0 auto;
    left: 0;
    z-index: 20000;
}

@media screen and (max-height: 600px) {
    #co_wrapper {
        position: relative;
        margin-top: 60px;
    }
}

#co {
    max-width: 370px;
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    font-size: 14px;
}

.support {
    bottom: 0;
    right: 0;
    padding-right: 10px;
    position: fixed;
    z-index: 100000;
    background-color: #282828;
    color: #fff;
    border-radius: 0;
    text-align: center;
    vertical-align: middle;
}

.support:hover,
.support:active,
.support:focus {

}

.support > img {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    margin-left: -20px;
}

.support > span {
    display: inline-block;
    line-height: 1.1;
    font-weight: 400;
}

.vermieten {
    position: relative;
    right: 0;
    top: 10px;
    z-index: 8000;
    text-decoration: none;
    display: inline-block;
    float: right;
}

.anmelden {
    position: relative;
    left: 0;
    top: 10px;
    color: #fff;
    z-index: 5000;
    text-decoration: none;
    display: inline-block;
    float: left;
}

.logged-in-user {
   /*z-index: 10000;*/
}

.logged-in-user > a.dashboardHref {
    position: absolute;
    left: 15px;
    top: 1px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

.logged-in-user > a.dashboardHref > div > img {
    position: absolute;
    top: 10px;
    display: inline-block;
    left: -2px;
    width: 32px;
    height: 32px;
}

.logged-in-user > a.dashboardHref > div.username {
    /*display: inline-block;
    position: absolute;
    top: 16px;
    left: 40px;
    font-weight: 300 !important;
    opacity: 0.6;*/
    display: inline-block;
    position: relative;
    top: -13px;
    left: 0;
    font-weight: 300 !important;
}

.profile-li div.username {
    top: 19px !important;
}

@media screen and (max-width: 375px) {
    .logged-in-user > a.dashboardHref > div.username {
        max-width: 90px !important;
    }

}

.calls-to-action .logged-in-user {
    display: inline-block;
    float: left;
}

.calls-to-action .logged-in-user > a.dashboardHref > div.username {
    opacity: 1;
    -webkit-font-smoothing: subpixel-antialiased;
}

.calls-to-action .logged-in-user > a.dashboardHref {
    position: relative;
    left: 5px;
}

.username:hover,
.username:focus {
    text-decoration: none;
    opacity: 1 !important;
}

/*
.logged-in-user > a > img {
    position: absolute;
    width: 30px;
    height: 30px;
    margin-left: -40px;
    margin-top: -5px;
}

.logged-in-user > a > span > i,
.logged-in-user > a > span {
    display: inline !important;
}
/*
.logged-in-user > a > img {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    padding-right: 50px;
}
*/

ul ul {
    margin-bottom: 0;
}

/* DISABLE OUTLINE */
a, a:active, a:focus, a:visited {
    outline: none;
    text-decoration: none;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    left: 15px;
    margin-top: -1px;
    /*background-color: #282828;*/
}

.aox {
    position: absolute;
    padding: 0 15px;
    z-index: 5;
    font-size: 15px;
    line-height: 1;
    top: 0;
    margin-top: -5px;
    font-weight: 400;
}

@media (min-width: 711px) {
    .aox {
        padding: 10px 10px;
    }
}

.aox > li {
    float: none;
    display: inline-block;
    margin: 0 auto;
}

.aox > li:first-child > a {
    /*margin-left: -2px;*/
}

@media (min-width: 711px) {
    .aox > li {
        display: block;
    }

    .aox > li:first-child {
        padding-bottom: 2px;
    }
}

.aox > li > a {
    position: relative;
    text-align: left;
    text-decoration: none;
    color: #fff;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    background-color: transparent !important;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;

}

.aox > li:first-child > a > span {
    margin-top: 10px;
    position: absolute;
}

.aox > li:active > a {
    outline: none;
}

.aox > li.active > a,
.aox > li:focus > a,
.aox > li:hover > a {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    background-color: transparent !important;
    outline: none;
}

.aox > li.profile-li + li,
.menu-left-gray.mobile {
    display: none;
}

@media (max-width: 710px) {

    .aox {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        padding: 0;
    }

    .nav {
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        text-align: center;
    }

    .aox > li {
        min-width: 1px;
        padding-top: 0;
        width: 20% !important;
    }

    .aox > li.profile-li {
        display: none !important;
    }

    .aox > li.profile-li + li {
        display: inline-block;
    }

    .aox > li + li {
        padding: 0;
        margin: 0;
    }

    .aox > li > a {
        text-align: center;
        align-items: center;
        margin: 0;
        padding: 8px 0 5px 0;
        opacity: 1;
    }

    .aox > li > a > img {
        display: none
    }

    .aox > li a.hamburger-menu i,
    .aox > li a[href*="/"] i,
    .aox > a[href*="/coupons"] i {
        background-size: 22px auto;
        background-position: center center;
        background-repeat: no-repeat;
        width: 22px;
        height: 22px;
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .aox > li > a[href*="/dashboard"] i {
        background-image: url(/static/images/dashboard_icons/nachrichten_black.png);
    }

    body.posteingang .aox > li > a[href*="/dashboard"] i,
    body.message .aox > li > a[href*="/dashboard"] i {
        background-image: url(/static/images/dashboard_icons/nachrichten_black_inverted.png);
    }

    .aox > li > a[href*="/transactions"] i {
        background-image: url(/static/images/dashboard_icons/transaktionen_black.png);
    }

    .aox > li > a[href*="/rechnungen"] i {
        background-image: url(/static/images/dashboard_icons/transaktionen_black.png);
    }

    .aox > li > a[href*="/inserate"] i {
        background-image: url(/static/images/dashboard_icons/inserate_black.png);
    }

    body.inserate .aox > li > a[href*="/inserate"] i,
    body.edit_post .aox > li > a[href*="/inserate"] i {
        background-image: url(/static/images/dashboard_icons/inserate_black_inverted.png);
    }

    .aox > li > a[href*="/einstellungen"] i {
        background-image: url(/static/images/dashboard_icons/einstellungen_black.png);
    }

    body.einstellungen .aox > li > a[href*="/einstellungen"] i {
        background-image: url(/static/images/dashboard_icons/inserate_black_inverted.png);
    }

    .aox > li > a[href*="/listings/new"] i {
        background-image: url(/static/images/dashboard_icons/list_property_black.png);
    }

    .aox > li > a[href*="/logout"] i {
        background-image: url(/static/images/dashboard_icons/abmelden_black.png);
    }

    .aox > li > a > span {
        display: block;
        margin-top: 5px;
        font-size: 10px;
        color: #282828;
    }

    .aox > li:first-child > a > span {
        margin-top: 5px;
        position: relative;
    }

    .aox > li > a > img {
        margin: 0;
        padding: 0 !important;
        width: 22px !important;
        right: 0;
        left: 0;
    }

    .menu-left-gray {
        display: none;
    }

    .menu-left-gray.mobile {
        display: block !important;
        box-shadow: 0 0 20px -3px #DDD;
    }

    .aox > li > a.hamburger-menu i {
        background-image: url(/static/images/dashboard_icons/hamburger_black.png);
        transition: background-image ease-in .12s
    }

    body.hamburger-expanded .aox > li > a.hamburger-menu i {
        background-image: url(/static/images/dashboard_icons/hamburger_black_close.png);
    }

    .aox > li > a[href*="/coupons"] i {
        position: relative;
        font-style: normal;
        text-align: center;
        border: 1px solid #565656;
        padding: 3px 5px 0;
        background-color: white;
        border-radius: 5px;
        width: 26px;
        font-size: 15px;
        text-shadow: none;
        color: #ff7b9c;
    }

    i + .messages_badge {
        box-shadow: none;
        top: 3px;
        left: initial;
        right: 6vw;
        float: right;
    }

    .hamburger-menu-overlay,
    .hamburger-cover {
        visibility: hidden;
    }

    body.hamburger-expanded .hamburger-menu-overlay {
        display: block;
        position: fixed;
        height: 180px;
        width: 60px;
        background: transparent;
        z-index: 200;
        bottom: 50px;
        right: 0;
        visibility: visible;
        -webkit-animation: fadein .33s;
        -o-animation: fadein .33s;
        animation: fadein .33s;
    }

    body.hamburger-expanded .hamburger-cover {
        background: #F6F6F6;
        background: -webkit-linear-gradient(to top, #FFF, #EEE);
        background: -moz-linear-gradient(to top, #FFF, #EEE);
        background: linear-gradient(to top, #FFF, #EEE);
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 120;
        visibility: visible;
        -webkit-animation: fadein .33s;
        -o-animation: fadein .33s;
        animation: fadein .33s;
    }

    body.hamburger-expanded .menu-left-gray.mobile {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    body.hamburger-expanded .hamburger-menu-overlay .content-without-menu-left,
    body.hamburger-expanded .hamburger-menu-overlay .nav.aox {
        position: relative;
    }

    body.hamburger-expanded .hamburger-menu-overlay .nav.aox li {
        display: block;
        min-width: 1px;
        margin-bottom: 10px;
        width: 100% !important;
        margin-left: 0;
    }

}

.aox > li + li {
    margin-left: -2px;
}


.aox > li + li > a {
    border-left: none;
}

.invite-friends {
    display: none;
}

.invite-friends > a:hover > .u-textInviteFriends {
    opacity: 1;
    filter: alpha(opacity=100);
}

@media (min-width: 711px) {
    .menu-left-gray.mobile {
        display: none !important;
    }

    .aox {
        top: 45px;
    }

    .aox > li + li {
        padding-top: 0;

    }

    .aox > li + li > a {
        border-right: none;
    }

    .aox > li.profile-li {
        /*position: absolute;
        top: calc(100vh - 125px);*/
        position: fixed;
        bottom: 40px;
        left: 30px;
    }

    .invite-friends {
        display: block;
        position: absolute;
        left: 40px;
        top: 55vh;
        max-width: 140px;
    }
}

.aox > li > a > img {
    width: 40px;
    /*height: 30px;*/
    margin: 0 auto;
    padding-right: 10px;
}

.img-menu-icon {
    position: relative;
    top: 10px;
}

@media (max-width: 710px) {
    .aox > li + li {
        margin-left: -3px;
    }

    .content-left-gray {
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    .content-without-menu-left {
        overflow-x: scroll;
        /*height: 55px;*/
        /*-webkit-overflow-scrolling: touch;*/
        white-space: nowrap;
        width: inherit;
        /*position: relative;*/
    }

    .invite-friends {
        display: block;
        position: fixed;
        max-width: 40px;
        float: right;
        bottom: 42px;
        right: 31px;
        left: initial;
    }
}

.buttons-der-grundlagen-selectors {
    display: inline-block;
    padding-bottom: 10px;
    padding-right: 10px !important;
    padding-left: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;

}

/* DROPDOWN MENU BOOTSTRAP OVERWRITE*/
.dropdown-menu {
    position: absolute;
    top: 0 !important;
    width: 100%;
    left: 0;
    z-index: 2000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: -2px 0 0;
    font-size: 17px;
    text-align: left;
    cursor: pointer !important;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 8px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu.button-white-outline {
    position: fixed;
    max-width: 380px;
    left: calc(50% - 190px) !important;
    top: 33% !important;
    right: 0 !important;
    width: 100%;
}

@media screen and (max-width: 710px) {
    .dropdown-menu.button-white-outline {
        position: fixed;
        max-width: 280px;
        left: calc(50vw - 140px) !important;
        top: 33% !important;
        right: 0 !important;
    }
}

select {
    width: 100%;
    color: #282828;
    color: rgba(40, 40, 40, 0);
    text-shadow: 0 0 0 #282828;
}

select:focus {
    outline: none !important;
    -moz-outline: none;
}

select.custom {
    border: none;
    font-weight: normal;
    width: 111% !important;
    margin-left: -35px;
    padding-left: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*z-index: 10;*/
    outline: none !important;
    -moz-outline: none;
    background-color: transparent;
    z-index: 300;
}

select.custom:focus {
    outline: none !important;
    -moz-outline: none;
}

select.custom::-ms-expand {
    display: none;
}

select.settings {
    border: none;
    font-weight: normal;
    width: 105% !important;
    margin-left: 0;
    padding-left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*z-index: 10;*/
    outline: none !important;
    -moz-outline: none;
    background-color: transparent;
    z-index: 300;
}

select.settings:focus {
    outline: none !important;
    -moz-outline: none;
}

select.settings::-ms-expand {
    display: none;
}

#settingsBody {
    padding-top: 30px;
}

div#settingsBody.has-expansions {
    padding-top: 0;
}

#settingsBody .profile-block {
    -webkit-animation: fadein .6s;
    -o-animation: fadein .6s;
    animation: fadein .6s;
}

#settingsBody.has-expansions .profile-block {
    opacity: 0.2;
    display: none !important;
}

#settingsBody .profile-block:not(.expanded) {
    display: inline-block;
    padding: 24px 20px 10px 110px;
    margin: 10px auto 10px !important;
    border-radius: 4px;
    width: 100%;
    float: left;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
    min-height: 115px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    -o-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}

#settingsBody .profile-block:not(.expanded):hover,
#settingsBody .profile-block:not(.expanded):focus {
    border-color: #BBB;
    cursor: pointer;
    background: #F6F6F6;
}

#settingsBody .profile-block h1 .fa {
    display: none;
    font-size: 18px;
    -webkit-animation: fadein 0.3s;
    -o-animation: fadein 0.3s;
    animation: fadein 0.3s;
    cursor: pointer;
}

#settingsBody .profile-block h1 .fa:before {
    content: '\f040';
}

#settingsBody .profile-block:not(expanded):hover h1 .fa {
    display: inline-block;
}

#settingsBody .profile-block.expanded h1 .fa {
    display: inline-block;
}

#settingsBody .profile-block.expanded h1 .fa:before {
    content: '\f00d';
    color: #DDD;
}

#settingsBody .profile-block.expanded {
    margin: 0 !important;
    border: 1px solid transparent;
    padding: 15px 0;
    border-radius: 4px;
    box-shadow: none;
    width: 100%;
    opacity: 1;
    display: block !important;
}

#settingsBody .profile-block:not(.expanded) [class*="u-padding"] {
    padding: 0 !important;
}

#settingsBody .profile-block.expanded .u-paddingLeft50 {
    padding-left: 0 !important;
}

#settingsBody .profile-block.expanded .u-paddingLeft50:first-child {
    padding-left: 10px !important;
}

#settingsBody .profile-block.expanded .u-paddingLeft50:first-child {
    padding-bottom: 30px !important;
    padding-right: 10px !important;
}

#settingsBody .profile-block:not(.expanded) h1 {
    font-size: 26px
}

#settingsBody .profile-block:not(.expanded):before {
    position: relative;
    height: 60px;
    left: -4px;
    width: 60px;
    background-color: transparent;
    border-radius: 50%;
    margin-left: -80px;
    display: inline-block;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#settingsBody #profile.profile-block:not(.expanded):before {
    background-image: url(/static/images/dashboard_icons/profil-pholder-300.png);
    border-radius: 4px;
}

#settingsBody #ride.profile-block:not(.expanded):before {
    background-image: url(/static/images/dashboard_icons/vehicle-menu-fill.png);
}

#settingsBody #living.profile-block:not(.expanded):before {
    background-image: url(/static/images/einstellungen/location-mark.png);
    border-radius: 0;
}

#settingsBody #finance.profile-block:not(.expanded):before {
    background-image: url(/static/images/einstellungen/payment_options_front.png);
    border-radius: 0;
    background-size: contain;
}

#settingsBody .profile-block h2.card-desc {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, .44);
    padding-left: 0;
    padding-top: 0;
    line-height: 1.3;
    display: block;
    max-width: 210px;
}

#settingsBody .profile-block.expanded h2.card-desc {
    display: none;
}

@media screen and (min-width: 993px) {
    #settingsBody .profile-block:not(.expanded) {
        width: calc(49.555555% - 20px);
        margin: 10px !important
    }

    #settingsBody .profile-block.expanded {
        width: calc(100% - 30px);
        margin: 0 10px !important;
    }
}

#settingsBody .profile-block:not(.expanded) > div + * {
    display: none;
}

/*.select:after {
    content:"\f078";
    font-family: FontAwesome;
    outline: none;
    color: #ccc;
    padding: 0;
    position: absolute;
    right: 25px;
    top: 6px;
    z-index: 1;
    text-align: center;
    width: 0.1%;
    height: 100%;
    }*/
.select.registration:after {
    content: "\f078";
    font-family: FontAwesome;
    outline: none;
    color: #ccc;
    padding: 0;
    position: absolute;
    right: 25px;
    top: 1px;
    z-index: 1;
    text-align: center;
    width: 0.1%;
    height: 0.1%;
}

.select.profile:after {
    content: "\f078";
    font-family: FontAwesome;
    outline: none;
    color: #ccc;
    padding: 0;
    position: absolute;
    right: 25px;
    top: 1px;
    z-index: 1;
    text-align: center;
    width: 0.1%;
    height: 0.1%;
}

.select.einstellungen:after {
    content: "\f078";
    font-family: FontAwesome;
    outline: none;
    color: #ccc;
    padding: 0;
    position: absolute;
    right: 31px;
    top: 10px;
    z-index: 1;
    text-align: center;
    width: 0.1%;
    height: 0.1%;
}

/*select#land option[value="Österreich"] {
    background-image: url('/static/images/vermieten/vermiete3/at-flag.png');
    background-repeat: no-repeat;
    background-position-x: 30px !important;
    height: 35px !important;
    top: 0 !important;
    padding-left: 50px !important;
}

select#land option[value="Deutschland"] {
    background-image: url('/static/images/vermieten/vermiete3/de-flag.png');
    background-repeat: no-repeat;
    background-position-y: 10px !important;
    height: 35px !important;
    top: 0 !important;
    padding-left: 50px !important;
    }*/

.dropdown-menu > li > a {
    display: block;
    padding: 5px 10px 6px 5px;
    clear: both;
    font-weight: normal;
    line-height: 1.72857143;
    color: #333;
    white-space: nowrap;
    text-align: center;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #ddd;
}

.dropdown-menu > li > a > i {
    width: 30px;
    text-align: center;
}

.dropdown-menu.button-white-outline i {
    margin-top: 2px;
    position: absolute;
    right: 13px;
    font-size: 1.3em;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #ccc;
}

.dropdown-menu > li[data-value="Österreich"] {
    background: url('/static/images/vermieten/vermiete3/at-flag.png') 10px 5px no-repeat;
    height: 40px;
    width: 100%;
    color: #282828;
    background-color: #fff;
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
    display: block;
    margin-bottom: 4px;
    white-space: nowrap;
    padding: 5px 5px 5px 60px;
    font-size: 18px;
    font-weight: normal;
    outline: none;
}

.dropdown-menu > li[data-value="Deutschland"] {
    background: url('/static/images/vermieten/vermiete3/de-flag.png') 10px 5px no-repeat;
    height: 40px;
    width: 100%;
    color: #282828;
    background-color: #fff;
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
    display: block;
    margin-bottom: 0;
    white-space: nowrap;
    padding: 5px 5px 5px 60px;
    font-size: 18px;
    font-weight: normal;
    outline: none;
}

.dropdown-menu > li[data-value="Österreich"]:hover,
.dropdown-menu > li[data-value="Deutschland"]:hover {
    background-color: #ddd;
}

input.austria,
input.austria:hover {
    background: url('/static/images/vermieten/vermiete3/at-flag.png') 10px 8px no-repeat;
    color: #282828;
    background-color: #f6f6f6;
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
    display: block;
    margin-bottom: 4px;
    white-space: nowrap;
    padding: 10px 10px 10px 60px !important;
    font-size: 18px;
    font-weight: normal;
    outline: none;
    cursor: not-allowed;
}

select#land option[value="Österreich"] {
    background-image: url('/static/images/vermieten/vermiete3/at-flag.png');
    background-repeat: no-repeat;
    background-position-x: 30px !important;
    height: 35px !important;
    top: 0 !important;
    padding-left: 50px !important;
}

select#land option[value="Deutschland"] {
    background-image: url('/static/images/vermieten/vermiete3/de-flag.png');
    background-repeat: no-repeat;
    background-position-y: 10px !important;
    height: 35px !important;
    top: 0 !important;
    padding-left: 50px !important;
}

.dropdown-land60enu {
    border-radius: 10px;
    border: 2px solid;
    border-color: #ddd;
    margin-left: -9px;
    width: calc(100% - 9px);
    vertical-align: middle;
    margin-top: -10px !important;
}

.dropdown-land-menu > li > label {
    display: block;
    width: inherit;
    clear: both;
    font-weight: normal;
    color: #282828;
    white-space: nowrap;
    background-color: #fff;
    padding-bottom: 13px;
    padding-top: 13px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.dropdown-land-menu > li > label:active,
.dropdown-land-menu > li > label:hover,
.dropdown-land-menu > li > label:focus {
    background-color: #eee;
    color: #282828;
}

.dropdown-land-menu > li > input:checked,
.dropdown-land-menu > li > input:checked ~ label,
.dropdown-land-menu > li > input:checked ~ label:hover,
.dropdown-land-menu > li > input:checked ~ label:focus,
.dropdown-land-menu > .active > label,
.dropdown-land-menu > .active > label:hover,
.dropdown-land-menu > .active > label:focus {
    text-decoration: none;
    outline: 0;
    background-color: #ddd;
    color: #282828;
}

.dropdown-land-menu > li > label {
    margin-bottom: 0;
    cursor: pointer;
}

.dropdown-land-menu > li > input[type="radio"],
.dropdown-land-menu > li > input[type="checkbox"] {
    display: none;
    position: absolute;
    top: -9999em;
    left: -9999em;
}

.dropdown-land-menu > li > label:focus,
.dropdown-land-menu > li > input:focus ~ label {
    outline: none;
}

.dropdown-wohnsitz-menu {
    border-radius: 8px;
    border: 2px solid;
    border-color: #ddd;
    margin-left: -13px;
    width: 100%;
    vertical-align: middle;
    margin-top: 0 !important;
}

.dropdown-wohnsitz-menu > li > label {
    display: block;
    width: inherit;
    height: 40px;
    clear: both;
    font-weight: normal;
    color: #282828;
    white-space: nowrap;
    background-color: #fff;
    vertical-align: middle;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    font-size: 18px;
    line-height: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.dropdown-wohnsitz-menu > li > label:active,
.dropdown-wohnsitz-menu > li > label:hover,
.dropdown-land-menu > li > label:focus {
    background-color: #eee;
    color: #282828;
}

.dropdown-wohnsitz-menu > li > label > img {
    margin-bottom: 3px;
}

.dropdown-wohnsitz-menu > li > input:checked,
.dropdown-wohnsitz-menu > li > input:checked ~ label,
.dropdown-wohnsitz-menu > li > input:checked ~ label:hover,
.dropdown-wohnsitz-menu > li > input:checked ~ label:focus,
.dropdown-wohnsitz-menu > .active > label,
.dropdown-wohnsitz-menu > .active > label:hover,
.dropdown-wohnsitz-menu > .active > label:focus {
    text-decoration: none;
    outline: 0;
    background-color: #ddd;
    color: #282828;
}

.dropdown-wohnsitz-menu > li > label {
    margin-bottom: 0;
    cursor: pointer;
}

.dropdown-wohnsitz-menu > li > input[type="radio"],
.dropdown-wohnsitz-menu > li > input[type="checkbox"] {
    display: none;
    position: absolute;
    top: -9999em;
    left: -9999em;
}

.dropdown-wohnsitz-menu > li > label:focus,
.dropdown-wohnsitz-menu > li > input:focus ~ label {
    outline: none;
}

/*.dropdown-menu .pull-right {
  transform: translate(-20%, 0);
  }*/

/* CHECKBOXES AND RADIOS */
/* S/O to FLATLOGIC */
.checkbox {
    padding-left: 24px;
    padding-top: 0;
    padding-bottom: 3px;
}

.checkbox label {
    vertical-align: middle;
    position: relative;
    padding-left: 10px;
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    bottom: 0;

}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    margin-left: -20px;
    margin-top: 2px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background-color: #fff;
    -webkit-transition: color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 2px;
    margin-top: 0;
    font-size: 15px;
    color: #555555;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.checkbox label.agreeAsPrivateLabel::before,
.checkbox label.agreeAsCompanyLabel::before {
    margin-top: 0 !important;
}

.checkbox label.agreeAsPrivateLabel::after,
.checkbox label.agreeAsCompanyLabel::after {
    margin-top: -2px !important;
}

.checkbox label.agreeAsPrivateLabel,
.checkbox label.agreeAsCompanyLabel {
    padding-left: 5px !important;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
}

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
    outline: none;
}

.checkbox input[type="checkbox"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
    color: #FFFFFF;
}

.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
    display: block;
    content: "";
    width: 10px;
    height: 3px;
    background-color: #555555;
    border-radius: 2px;
    margin-left: -16.5px;
    margin-top: 7px;
}

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
    opacity: 1;
}

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
    background-color: #FFFFFF;
    cursor: not-allowed;
    border: 1px solid #CCC;
}

/*noinspection CssNoGenericFontName*/
.checkbox input[type="checkbox"]:disabled + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
    color: #CCC;
}

/*.checkbox.checkbox-circle + label::before {
    border-radius: 50%;
    }*/
.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #1ED55F;
    border-color: #1ED55F;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color: #FFFFFF;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
    background-color: #00A4E2;
    border-color: #00A4E2;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.radio {
    padding-left: 24px;
    padding-top: 0;
    padding-bottom: 3px;
}

.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 11px;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 0;
}

.radio label.rejectionRadioLabel {
    font-size: 19px;
}

#error_textarea {
    margin-left: -10px !important;
}

#rejection_textarea {
    background: #fff;
    line-height: 1.2em;
    font-size: 1.2em;
    margin-left: 10px;
    background-clip: padding-box;
    color: #3d3c40;
    -webkit-appearance: none;
    outline: 0;
    height: auto;
    min-height: 50px !important;
    padding: 10px;
    max-height: 150px !important;
    width: 94%;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    overflow: auto;
    overflow-x: hidden !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    border: 1px solid #DDD;
    border-radius: 6px;

    white-space: normal !important;
    text-overflow: clip !important;
    word-wrap: break-word !important;

    margin-bottom: 14px;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    margin-top: 3px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    margin-top: 3px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
}

.radio input[type="radio"]:focus + label::before {
    outline: none;
}

.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #1ED55F;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #1ED55F;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #1ED55F;
}

a, a:hover, a:active {
    text-decoration: none;
}

/* COLLAPSIBLE SIGNUP STUFF */

.show {
    display: block !important;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.invisible {
    visibility: hidden;
}

.ten-px-br {
    height: 8px;
    display: block;
    background-color: transparent;
}

.radio-signup {
    margin-left: 3px;
    display: inline;
}

.radio-signup label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 6px;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 0;
    color: #282828;
}

.radio-signup label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    margin-top: 4px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio-signup label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    margin-top: 4px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio-signup input[type="radio"] {
    opacity: 0;
    z-index: 1;
}

.radio-signup input[type="radio"]:focus + label::before {
    outline: none;
}

.radio-signup input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio-signup input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.radio-signup input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.radio-signup.radio-inline {
    margin-top: 0;
}

.radio-settings {
    margin-left: 6px;
    display: inline;
}

.radio-settings label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 6px;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 0;
    color: #282828;
}

.radio-settings label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    margin-top: 9px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio-settings label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    margin-top: 9px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio-settings input[type="radio"] {
    opacity: 0;
    z-index: 1;
}

.radio-settings input[type="radio"]:focus + label::before {
    outline: none;
}

.radio-settings input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio-settings input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.radio-settingsp input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.radio-settings.radio-inline {
    margin-top: 0;
}

.radio-blue input[type="radio"] + label::after {
    background-color: #00A4E2;
}

.radio-blue input[type="radio"]:checked + label::before {
    border-color: #00A4E2;
}

.radio-blue input[type="radio"]:checked + label::after {
    background-color: #00A4E2;
}

.radio-green input[type="radio"] + label::after {
    background-color: #1EC55F;
}

.radio-green input[type="radio"]:checked + label::before {
    border-color: #1EC55F;
}

.radio-green input[type="radio"]:checked + label::after {
    background-color: #1EC55F;
}

.radio-signup + .radio-signup,
.radio-settings + .radio-settings {
    padding-left: 20px;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff;
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff;
}

/* MAP */
#map {
    width: 100%;
    min-height: 350px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.hit-body {
    max-width: 315px;
    width: auto;
    height: auto;
    vertical-align: top;
    text-align: left;
    padding: 0 0 5px 0;
    border: 1px #ccc solid;
    border-radius: 8px;
    display: inline-block;
    background-color: #fff;
    position: relative;
    bottom: 0;
    margin: 0 auto;

    -webkit-transform: scale(0.9) rotate(0.0001deg);
    -moz-transform: scale(0.9) rotate(0.0001deg);
    -ms-transform: scale(0.9) rotate(0.0001deg);
    -o-transform: scale(0.9) rotate(0.0001deg);
    transform: scale(0.9) rotate(0.0001deg);
}

/* INSERATE */
.inserate-body {
    max-width: 1000px;
    width: 100%;
    min-height: 120px;
    text-align: left;
    padding: 0;
    border: 1px solid #F6F6F6;
    border-radius: 8px;
    display: inline-block;
    background-color: #fff;
    position: relative;
    bottom: 0;
}

.inserate-body + .inserate-body {
    margin-top: 10px;
}

.u-maxWidth1000 {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.u-maxWidth900 {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.u-maxWidth850 {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}

.u-maxWidth750 {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}

.u-maxWidth600 {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.u-maxWidth520 {
    max-width: 520px;
    width: 100%;
}

.zeroPadding {
    padding: 0 !important;
}

.inserate-edit-body {
    max-width: 1000px;
    width: 100%;
    text-align: left;
    padding: 0 0 0 230px !important;
    border-radius: 0 0 8px 8px;
    display: inline-block;
    background-color: #FFFFFF;
    position: relative;
    bottom: 0;
    border: none;
}

.circle-img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.circle-img img {
    height: 100%;
    transform: translateX(-50%);
    margin-left: 50%;
}

.img-circle {
    border-radius: 4px !important;
}

.circle-img-profile {
    width: 170px;
    height: 170px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.circle-img-profile img {
    height: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 50%;
}

/* NAV-TABS OVERWRITE */
.nav-tabs {
    max-width: 1000px;
    border-bottom: none;
}

.nav {
    margin: 0 auto;
}

.nav-tabs > li {
    float: none;
    display: inline-block;
}

.nav-tabs > li > a {
    color: #aaaaaa;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 8px 8px 0 0;
    background: #EEEEEE;
    background: -webkit-linear-gradient(#FFF, #EEE);
    background: -moz-linear-gradient(#FFF, #EEE);
    background: -o-linear-gradient(#FFF, #EEE);
    background: linear-gradient(#FFF, #EEE);
}

.nav-tabs > li.active > a {
    background: #FFFFFF;
}

.nav-tabs > li.active > a, .nav-tabs > li > a {
    font-weight: 400;
    border: 1px solid #DDD;
    width: 140px;
}

#landlordTransactionsNavtabs.nav-tabs > li.active > a,
#landlordTransactionsNavtabs.nav-tabs > li > a {
    width: 100%;
}

body.landlord_transaction .avatar-image + span {
    top: 1px;
    position: relative;
}

.nav-tabs > li:first-child > a {
    border-radius: 20px 0 0 20px;
}

.nav-tabs > li:not(:first-child):not(:last-child) > a {
    border-radius: 0;
    margin: 0;
}

.nav-tabs > li:last-child > a {
    border-radius: 0 20px 20px 0;
}

#both-outline .nav-tabs > li > a:focus,
#both-outline .nav-tabs > li.active > a,
#both-outline .nav-tabs > li.active > a:focus {
    -webkit-box-shadow: inset 0 0 10px 0 #EEE;
    -moz-box-shadow: inset 0 0 10px 0 #EEE;
    -o-box-shadow: inset 0 0 10px 0 #EEE;
    box-shadow: inset 0 0 10px 0 #EEE;
}

#both-outline .nav-tabs > li.active > a,
#both-outline .nav-tabs > li.active > a:focus,
#both-outline .nav-tabs > li.active > a:hover,
#both-outline .nav > li > a:hover,
#both-outline .nav > li > a:focus {
    text-decoration: none;
    background: -webkit-linear-gradient(#F6F6F6, #FFF);
    background: -moz-linear-gradient(#F6F6F6, #FFF);
    background: -o-linear-gradient(#F6F6F6, #FFF);
    background: linear-gradient(#F6F6F6, #FFF);
    border-color: #cccccc;
    color: #8a9ff3;
}

.nav > li.disabled > a {
    color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7;
}

.inserate-middle {
    height: 190px;
    padding: 15px 10px 10px 10px !important;
}

.inserate-right {
    height: inherit;
    padding: 15px 20px 20px 20px !important;
}

.inserate-photo {
    height: 191px;
    border-right: 1px solid #ddd;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    background-color: #eee;
    left: 0;
    margin-bottom: 0;
    display: block;
    margin-top: -1px;
}

.gray-text-placeholder {
    height: 15px;
    background: #EEE;
    position: relative;
    border-radius: 6px;
    display: inline-block;
    margin: 6px 0 0
}

.gray-text-placeholder.inline {
    margin: 0 3px 0 -2px;
    height: 10px;
    display: inline-block;
}

.gray-text-placeholder.mapsearch {
    margin: 0;
    height: 12px;
    display: inline-block;
    -webkit-animation: shimmer 1s linear infinite forwards;
    animation: shimmer 1s linear infinite forwards;
    background: #f6f7f9;
    background-image: -webkit-linear-gradient(left, #f6f7f9 0%, #e9ebee 20%, #f6f7f9 40%, #f6f7f9 100%);
    background-image: linear-gradient(to right, #f6f7f9 0%, #e9ebee 20%, #f6f7f9 40%, #f6f7f9 100%);
    background-repeat: no-repeat;
    background-size: 800px 104px;
}

div[id*="listing_"]:not(.u-maxWidth290) {
    min-height: 340px;
}

div[id^="listing_"]:not(.u-maxWidth290) .u-flexColumn {
    padding: 5px 0 !important;
}

div[id^="listing_"]:not(.u-maxWidth290) .u-flex1 div:first-child {
    /*font-size: 15px !important;
    line-height: 21px !important;*/
}

div[id^="listing_"]:not(.u-maxWidth290) .u-flex1 *:nth-child(2) {
    margin-bottom: 4px;
    margin-top: 2px;
    padding: 0;
}

div[id^="listing_"]:not(.u-maxWidth290) .u-flex1 div:nth-child(2) strong {
    font-size: 19px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 44px;
}

div[id^="listing_"]:not(.u-maxWidth290) .u-flex1 div:nth-child(3),
div[id^="listing_"]:not(.u-maxWidth290) .u-flex1 div:nth-child(4) {
    /*font-size: 13px !important;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.73) !important;
    margin-top: 3px !important;*/
    font-size: 15px !important;
    line-height: 21px !important;
}

@-webkit-keyframes shimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

@keyframes shimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

.hit-photo {
    height: 151px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: none;
    background-color: #eee;
    left: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    overflow: hidden
}

@media (max-width: 767px) {
    .inserate-photo {
        border-right: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 7px;
    }
}

@media (max-width: 991px) {
}

.inserate-photo > img {
    flex-shrink: 0;
    width: 100%;
}

.inserate-red-facts {
    padding: 0 0 0 5px !important;
    text-align: left !important;
    vertical-align: middle;
    display: block;
    margin-left: 0;
    position: relative;
    margin-bottom: 3px;
}

.inserate-red-facts > img {
    width: 25px;
    height: 25px;
}

.inserate-red-facts > span {
    position: relative;
    vertical-align: middle;
    font-size: 18px;
}

.inserate-red-facts > span > h2 {
    display: inline;
    margin: inherit;
    padding: inherit;
    font-size: 18px;
}

.inserate-red-facts + .inserate-red-facts {
    margin-top: 5px;
}

.pink-text {
    color: #FF3369;
    font-size: 19px !important;
    width: 20px;
    text-align: center;
}

.red-text {
    color: #D2232A;
    font-size: 23px !important;
    width: 26px;
    text-align: center;
    top: 9px !important;
}

[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.inserate-vermietung-facts {
    padding: 0 !important;
    text-align: left !important;
    vertical-align: middle;
    display: block;
    margin-left: 0;
    position: relative;
    bottom: 0;
    margin-bottom: 5px;
}

.inserate-vermietung-facts > img {
    height: 25px;
}

.inserate-vermietung-facts > span {
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    text-align: left;
    display: inline-block;
    left: 0;
    height: 25px;
    top: 5px;
}

.inserate-vermietung-facts > span > h2 {
    display: inline;
    margin: inherit;
    padding: inherit;
    font-size: 18px;
    font-weight: 400;
}

.hover-underline:hover,
.hover-underline:hover:active {
    text-decoration: underline;
    outline: none;
    cursor: pointer;
}

.hover-underline:focus,
.hover-underline:visited {
    outline: none !important;
}

.inserate-vermietung-facts > span + span {
    text-align: right;
    position: relative;
    right: 0;
}

.label-warning {
    display: inline !important;
    white-space: normal;
    word-wrap: break-word !important;
    background-color: #fff;
    color: #bbb;
    border: 1px solid #ddd;
}

.progress {
    margin-bottom: 0;
    vertical-align: middle;
    max-height: 13px;
    top: 4px;
}

.progress-bar-success {
    background-color: #1EC55F;
    padding-bottom: 5px !important;
    padding-top: 2px;
    line-height: 0.8 !important;
}

.progress-bar-primary {
    background-color: #00A4E2;
}

.previewListingButton {
    display: inline;
    right: 7px;
}

.verwaltungsbutton {
    top: 0.4em;
    margin-top: 5px;
    display: inline;
}

@media screen and (max-width: 992px) {

    .previewListingButton {
        top: 0;
    }

    .verwaltungsbutton {
        top: 0;
    }
}

.verwaltungsbutton > span {
    position: relative;
    margin-bottom: -20px;
}

.verwaltungsbutton + .verwaltungsbutton {
    left: 5px !important;
    vertical-align: middle;
}

.toggle-wrapper {
    margin: 0 auto !important;
    max-height: 35px;
    max-width: 150px;
}

/* CUSTOM IOS-LIKE CHECKBOX TOGGLE */
input.toggle {
    max-height: 0;
    max-width: 0;
    opacity: 0;
}

input.toggle + label {
    display: block;
    position: relative;
    margin: 0 auto;
    box-shadow: inset 0 0 0 1px #ddd;
    /*text-indent: -5000px;*/
    bottom: 19px;
    right: 5px;
    height: 30px;
    width: 140px;
    border-radius: 15px;
}

input.toggle + label:before {
    font-family: "Camphor", "Open Sans", sans-serif;
    content: "DEAKTIVIERT";
    font-size: 14px;
    color: #aaaaaa;
    vertical-align: middle;
    text-indent: 37px;
    padding-top: 5px;
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    top: 0;
    left: 0;
    border-radius: 15px;
    background: rgba(19, 191, 17, 0);
    -moz-transition: .35s ease-in-out;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

input.toggle + label:after {
    content: "" !important;
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    top: 0;
    left: 0;
    border-radius: 15px;
    background: white;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2), 0 2px 4px rgba(0, 0, 0, .15);
    -moz-transition: .35s ease-in-out;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

input.toggle:checked + label:before {
    font-family: "Camphor", "Open Sans", sans-serif;
    content: "ONLINE";
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    text-indent: 35px;
    padding-top: 5px;
    width: 140px;
    background: rgba(30, 197, 95, 1);
}

input.toggle:checked + label:after {
    content: "" !important;
    left: 110px;
    box-shadow: inset 0 0 0 1px rgba(30, 197, 95, 1), 0 2px 4px rgba(0, 0, 0, .1);
}

/* GOOGLE AUTOCOMPLETE STYLE OVERWRITE */
.pac-container {
    font-family: "Camphor", "Open Sans", sans-serif;
    line-height: 1.2 !important;
    border-radius: 8px;
    border: 2px #ccc solid;
}

.pac-item:hover {
    background-color: #eee;
}

.pac-icon:hover {
    color: #fff;
}

/* EINSTELLUNGEN */
.einstellungen-body {
    max-width: 900px;
    width: 100%;
    min-height: 500px;
    height: auto;
    text-align: left;
    padding: 0;
    /*border: 1px #ddd solid;*/
    border-radius: 8px;
    display: inline-block;
    line-height: 2;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}

form.einstellungen-body {
    -webkit-animation: none; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: none; /* Firefox < 16 */
    -ms-animation: none; /* Internet Explorer */
    -o-animation: none; /* Opera < 12.1 */
    animation: none;
}

h3 {
    margin-bottom: 0;
}

.einstellungen-photo {
    height: auto;
    width: 100%;
    left: 0;
    align-items: center;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    display: table;
}

.einstellungen-photo > img {
    flex-shrink: 0;
}

.add-bank-account {
    width: 100%;
    max-width: 400px;
    background-color: transparent;
    border: 7px solid #f6f6f6;
    border-radius: 8px;
    text-align: center !important;
    margin: 0 auto;
    vertical-align: middle !important;
    position: relative;
    font-size: 100px;
}

.add-bank-account > span {
    display: block;
    margin: 0 auto;
    font-size: 21px;
    margin-top: -40px;
    padding-bottom: 40px;
}

.buttons-der-grundlagen-selectors > h3 {
    display: block;
    margin-bottom: 4px;
    margin-top: 3px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.bank-card-wrapper {
    position: relative;
    display: block;
}

.bank-card-wrapper > i {
    position: absolute;
    left: 10px;
    top: 8px;
    display: inline-block;
    font-size: 23px;
    text-align: center;
    color: #aaa;
    z-index: 200;
}

.bank-card-input {
    width: 100%;
    color: #000;
    background-color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    border: 2px solid;
    border-color: #e7e7e7;
    white-space: nowrap;
    padding: 1px 10px 2px 43px;
    font-size: 16px;
    border-radius: 8px;
    outline: none;
    text-align: left;
}

.u-borderColorEEE {
    border: 1px solid #EEE;
}

.u-borderBcgColorGreen {
    border: 1px solid #1EC55F;
    background-color: #ecf5e9;
}

.selected-listings > .col {
    display: block;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}

@media screen and (min-width: 992px) {
    .selected-listings > .col:nth-child(5) {
        display: none;
    }
}

@media screen and (min-width: 426px) and (max-width: 768px) {
    .selected-listings > .col {
        width: 50%;
    }
}

.u-marginBottom0 {
    margin-bottom: 0 !important;
}

.u-marginBottom10 {
    margin-bottom: 10px !important
}

.u-marginTop15 {
    margin-top: 15px !important
}

.u-marginRight5 {
    margin-right: 5px !important
}

.u-marginRight15 {
    margin-right: 15px !important
}

.u-marginTop30 {
    margin-top: 30px !important
}

.u-marginTop60 {
    margin-top: 60px !important
}

.u-marginBottom15 {
    margin-bottom: 15px !important
}

.u-marginBottomMinus15 {
    margin-bottom: -15px !important
}

.u-marginBottom30 {
    margin-bottom: 30px !important
}

.u-marginBottom40 {
    margin-bottom: 40px !important
}

.u-marginBottom20 {
    margin-bottom: 20px !important
}

.u-marginBottom60 {
    margin-bottom: 60px !important
}

.u-marginBottom90 {
    margin-bottom: 90px !important
}

.u-marginBottom170 {
    margin-bottom: 170px !important
}

.u-marginTopMinus20 {
    margin-top: -20px !important
}

.u-marginTopMinus30 {
    margin-top: -30px !important
}

.u-marginTopMinus35 {
    margin-top: -35px !important
}

.u-borderTopMedium {
    border-top: 1px solid rgba(0, 0, 0, .1) !important
}

.u-marginTop5 {
    margin-top: 5px !important;
}

.u-marginTop8 {
    margin-top: 8px;
}

.u-padding10 {
    padding: 10px !important;
}

.u-padding5 {
    padding: 5px !important;
}

.u-padding12 {
    padding: 12px !important;
}

.u-noPadding {
    padding: 0 !important;
}

.u-paddingTop0 {
    padding-top: 0 !important;
}

.u-paddingTop9 {
    padding-top: 9px !important
}

.u-paddingTop10 {
    padding-top: 10px !important
}

.u-paddingTop13 {
    padding-top: 13px !important
}

.u-paddingTop20 {
    padding-top: 20px !important
}

.u-paddingTop50 {
    padding-top: 50px !important
}

.u-paddingBottom5 {
    padding-bottom: 5px !important
}

.u-paddingBottom10 {
    padding-bottom: 10px !important
}

.u-paddingBottom20 {
    padding-bottom: 20px !important
}

.u-paddingBottom60 {
    padding-bottom: 60px !important
}

.u-paddingTop25 {
    padding-top: 25px !important
}

.u-paddingTop30 {
    padding-top: 30px !important
}

.u-paddingTop60 {
    padding-top: 60px !important
}

.u-verticalAlignBaseline {
    vertical-align: baseline !important;
    display: inline !important;
}

.u-borderBottomMedium {
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important
}

.u-marginTopMinus10 {
    margin-top: -10px !important
}

.u-paddingLeft10 {
    padding-left: 10px !important;
}

.u-paddingLeft15 {
    padding: 0 0 0 15px !important;
}

.u-paddingOnlyLeft15 {
    padding-left: 15px !important;
}

.u-paddingLeftRight15 {
    padding: 0 15px 0 15px !important;
}

.u-paddingOnlyLeftRight15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.u-paddingLeftRight20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.holder {
    padding-left: 10px !important;
}

.country-select {
    content: "\f078";
    font-family: FontAwesome;
    outline: none;
    color: #ccc;
    padding: 0;
    position: absolute;
    right: 25px;
    top: 1px;
    z-index: 600;
    text-align: center;
    width: 0.1%;
    height: 100%;
}

.bank-card-wrapper > i.fa-calendar {
    top: 7px;
    left: 12px;
}

.bank-card-wrapper > i.fa-lock {
    top: 9px;
    left: 15px;
}

.bank-card-wrapper > i.fa-globe {
    top: 8px;
    left: 12px;
}

.bank-card-wrapper > i.fa-calendar + .bank-card-input {
    max-width: 100%;
}

.bank-card-wrapper > i.fa-lock + .bank-card-input {
    max-width: 100%;
}

.bank-card-input:focus,
.bank-card-input:active {
    border-color: rgba(0, 164, 226, 0.66);
    outline: 0;
}

.has-error input {
    border-width: 2px;
}

.validation.text-danger:after {
    content: 'Validation failed';
}

.validation.text-success:after {
    content: 'Validation passed';
}

.validate {
    font-size: 20px;
    color: #282828;
    margin: 0 auto;
}

/* VERFUEGBARKEIT */
.zeit-form {
    max-width: 100% !important;
    margin: 0 auto;
    text-align: center;
    display: block;
    left: 5%;
    right: 5%;
}

.zeit-input {
    height: 40px;
    color: #000;
    width: 63%;
    top: 0;
    vertical-align: middle;
    text-decoration: none;
    display: inline-block;
    border: 2px solid;
    border-color: #ccc;
    white-space: nowrap;
    padding: 5px 5px 5px 10px;
    cursor: text;
    font-size: 18px;
    font-weight: normal;
    border-radius: 0 8px 8px 0;
    outline: none;
    margin: 0;
    z-index: 500000;
}

.zeit-element {
    height: 70px;
    bottom: 0;
    padding: 0;
    margin-bottom: 10px;
}

.zeit-input:focus, .zeit-input:active, .zeit-input:hover {
    border-color: #aaa;
}

/**********************************************************************
*          Calendar JavaScript [DOM] v3.1 by Michael Loesler           *
************************************************************************
* Copyright (C) 2005-10 by Michael Loesler, http//derletztekick.com    *
*                                                                      *
*                                                                      *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 3 of the License, or    *
* (at your option) any later version.                                  *
*                                                                      *
* This program is distributed in the hope that it will be useful,      *
* but WITHOUT ANY WARRANTY; without even the implied warranty of       *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the        *
* GNU General Public License for more details.                         *
*                                                                      *
* You should have received a copy of the GNU General Public License    *
* along with this program; if not, see <http://www.gnu.org/licenses/>  *
* or write to the                                                      *
* Free Software Foundation, Inc.,                                      *
* 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.            *
*                                                                      *
**********************************************************************/

input.zeit-input:focus + div {
    display: block !important;
}

#calendar-1,
#calendar-2 { /* Fuer IE <= 6 */
    text-align: center;
    position: relative;
    margin-top: -349px;
    display: none;
    max-height: 70px !important;
    z-index: 500;
}

#calendar-1:hover,
#calendar-2:hover {
    display: block;
}

.calendar table thead th {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5em;
    color: #282828;
    text-align: center;
    background-color: #ffffff;
    border-bottom: none;
}

.calendar table thead th.weekday {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5em;
    color: #999;
    text-align: center;
    background-color: #ffffff;
    border: none;
}

.calendar table tfoot {
    background-color: #eeeeee;
}

.calendar table tbody {
    background-color: #fff;
}

.calendar table tbody td, .calendar table tfoot td {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5em;
    width: 2.0em;
    padding-left: 0.6em;
    padding-right: 0.6em;
    color: #ccc;
    text-align: right;
    background-color: #fff;
    border: 1px solid #ffffff;
    cursor: pointer;
}

.calendar table tbody td:hover {
    background-color: #ddd;
    color: #282828;
}

.calendar table tfoot td {
    font-size: 16px;
    border: none;
    padding: 0;
    width: 100%;
    background-color: #1EC55F;
}

.calendar table tfoot td.buttonHeute {
    text-align: center !important;
    cursor: default;
    width: 100%;
}

.calendar table tfoot td.buttonUnbefristet {
    cursor: default;
}

.calendar table tfoot td.buttonHeute input, .calendar table tfoot td.buttonUnbefristet input {
    border: 0;
    background: linear-gradient(#4CD17F, #1EC55F);
    cursor: pointer;
    width: 100%;
    height: 300%;
    color: #fff;
    font-weight: 600;
}

.calendar table tfoot td.buttonHeute input:hover, .calendar table tfoot td.buttonUnbefristet input:hover {
    text-decoration: none;
}

/*.calendar table tbody td.saturday{
    color: #D2232A;
    font-weight: normal;
}

.calendar table tbody td.sunday{
    color: #D2232A;
    font-weight: bold;
}

.calendar table tbody td.weekend{
    color: #282828;
}
*/
.calendar table tbody td.today {
    color: #282828;
    background-color: #eee;
    font-weight: 600;
}

.calendar table thead th[title="aktuelles Datum"]:hover {
    color: #0E224B;
}

.calendar table thead th[title="aktuelles Datum"],
.calendar table thead th[title="vorheriger Monat"],
.calendar table thead th[title="nächster Monat"] {
    height: 60px !important;
    border-bottom: 1px solid #ddd;
    background-color: transparent;
}

.calendar table thead th {
    border-bottom: 1px solid #ddd;
}

.calendar table thead th.prev_month:hover, .calendar table thead th.next_month:hover {
    background-color: #eeeeee;
    color: #0E224B;
}

.calendar table thead th.prev_year, .calendar table thead th.next_year {
    margin: 0.1em;
    padding: 0.1em;
    line-height: 0.75em;
    font-size: 0.65em;
    display: none;
}

.calendar table tbody td.last_month, .calendar table tbody td.next_month {
    color: #fff;
    border: none;
    background-color: #ffffff;
    cursor: default;
}

.calendar table tbody td.last_month:hover, .calendar table tbody td.next_month:hover {
    background-color: #ffffff;
}

.calendar table {
    border-collapse: separate;
    border: 2px solid #ddd;
    border-radius: 8px !important;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #F6F6F6;
    z-index: 4000000 !important;
    /*box-shadow: 0 0 0 25px #fff;*/
}

th {
    height: 24px !important;
}

td {
    height: 24px !important;
}

.disabled-calendar-td,
.disabled-calendar-td:hover {
    cursor: not-allowed !important;
    color: transparent !important;
    background: #fff !important;
    visibility: hidden;
}

/* FINE UPLOADER STYLING */
#trigger-upload {
    font-size: 14px;
    padding: 10px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 150px;
    height: 45px !important;
    float: right;
    text-align: center;
}

#fine-uploader-manual-trigger .qq-upload-button {
    margin-right: 15px;
}

#fine-uploader-manual-trigger .buttons {
    margin: 0 auto;
    top: 10px !important;
    left: 2px;
    right: 2px;
    position: absolute;
}

#fine-uploader-manual-trigger .qq-uploader .qq-total-progress-bar-container {
    width: 60%;
}

.carousel-inner > .item > img {
    width: 100%;
    object-fit: cover !important;
}

/* FRONT RESPONSIVE IMAGE */
.front-inner {
    background-color: #282828;
}

.front-inner > .item {
    /*max-height: 100% !important;*/
    height: auto;
    width: 100%;
    margin: 0 auto;

}

.front-inner > .item > img {
    width: 100%;
    object-fit: cover !important;
}

.intro_cards {
    background-color: transparent;
    margin-bottom: 50px;
}

@media screen and (max-width: 700px) {
    .intro_cards {
        margin-bottom: 22px;
    }
}

@media screen and (max-width: 560px) {
    .intro_cards {
        margin-bottom: 0;
    }
}

.intro_cards .intro_cards_container {
    max-width: 720px;
    margin: 0 auto;
    background-position: 49.8%;
    background-repeat: no-repeat;
    background-size: 1px 85%;
}

@media screen and (min-width: 768px) {
    .intro_cards .intro_card_container {
        background-image: url(../static/images/thinLine.png);
        background-repeat: no-repeat;
        background-position: right center;
    }

    .intro_cards .intro_card_container.lastChild,
    .intro_cards .intro_card_container:nth-child(3) {
        background: none !important;
    }
}

.intro_cards .intro_card_container {
    padding-left: 10px;
    padding-right: 10px;
    width: 49%;
    display: inline-block;
}

.intro_cards .intro_card_container:nth-child(1) {
    -webkit-transform: translate(2px, 0px);
    -moz-transform: translate(2px, 0px);
    -ms-transform: translate(2px, 0px);
    -o-transform: translate(2px, 0px);
    transform: translate(2px, 0px);
}

.intro_cards .intro_card_container:nth-child(2) {
    -webkit-transform: translate(-3px, 0px);
    -moz-transform: translate(-3px, 0px);
    -ms-transform: translate(-3px, 0px);
    -o-transform: translate(-3px, 0px);
    transform: translate(-3px, 0px);
}

.intro_cards .intro_card_container:nth-child(3) {
    -webkit-transform: translate(-3px, 0px);
    -moz-transform: translate(-3px, 0px);
    -ms-transform: translate(-3px, 0px);
    -o-transform: translate(-3px, 0px);
    transform: translate(-3px, 0px);
}

@media screen and (max-width: 767px) {
    .intro_cards .intro_card_container {
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        width: 100%;
    }
}

.intro_cards .card {
    padding: 16px 20px 44px;
    position: relative;
    transition-property: all;
    transition-duration: 220ms;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 1px solid #EEE;
    border-radius: 6px;
}

@media screen and (min-width: 701px) {
    .intro_cards .card {
        background-color: #fff;
    }
}

@media screen and (max-width: 700px) {
    .intro_cards .card:nth-child(1) {
        background-color: #fff;
        margin-bottom: 30px;
    }

    .intro_cards .card:nth-child(2) {
        background-color: #fff;
        margin-bottom: 30px;
    }
}

.intro_cards .card .btn {
    padding: 15px 10px 15px !important;
    border-bottom: 0;
    box-shadow: none;
    line-height: 17px;
    min-width: 150px;
    font-size: 27px;
    font-weight: 600;
}

.intro_cards .card .btn:hover {
    box-shadow: none;
}

@media screen and (max-width: 700px) {
    .intro_cards .card .btn {
        width: 100%;
    }
}

@media screen and (min-width: 701px) {
    .intro_cards .card:hover,
    .intro_cards .card:focus,
    .intro_cards .card:active {
        -webkit-transform: scale(1.025) rotate(0.0001deg);
        -moz-transform: scale(1.025) rotate(0.0001deg);
        -ms-transform: scale(1.025) rotate(0.0001deg);
        -o-transform: scale(1.025) rotate(0.0001deg);
        transform: scale(1.025) rotate(0.0001deg);
        background-color: #FFFFFF;
        border-radius: 6px;
        -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
        -moz-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
        -o-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
        box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    }
}

.intro_cards .card:hover .btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.intro_cards .card > input[type="radio"] {
    display: none;
}

.intro_cards .card_title {
    font-size: 30px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600 !important;
    text-align: center;
    padding: 0;
}

.intro_cards .card_description {
    font-size: 17px;
    line-height: 26px;
    padding: 0;
    margin: -6px auto 24px;
    max-width: 340px;
}

.intro_cards .card_image {
    height: 155px;
    width: auto;
    margin: 15px auto 0;
    background-repeat: no-repeat;
}

.intro_cards .card_image_landlord {
    background-image: url('/static/images/einstellungen/sparen.png');
    background-size: 125px auto;
    background-position: center top;
    height: 185px;
}

.intro_cards .card_image_tenant {
    background-image: url('/static/images/einstellungen/eich_mieter.png');
    background-size: 230px auto;
    background-position: center top;
    height: 185px;
}

.intro_cards .card_image_both_options {
    background-image: url('/static/images/einstellungen/wohnen.png');
    background-size: 155px 155px;
    background-position: center 25px;
    height: 185px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.25s linear;
    -moz-transition: opacity 0.25s linear;
    -o-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
}

.fade-longer {
    opacity: 0;
    -webkit-transition: opacity 0.45s linear;
    -moz-transition: opacity 0.45s linear;
    -o-transition: opacity 0.45s linear;
    transition: opacity 0.45s linear;
}

.fade.in, .fade-longer.in {
    opacity: 1;
}

#sparschwein, .sparschwein {
    background-image: url('/static/images/einstellungen/sparen.png');
    background-size: 240px 240px;
    background-position: center 27px;
    height: 300px;
    background-repeat: no-repeat;
}

#house, .house {
    background-image: url('/static/images/einstellungen/wohnen.png');
    background-size: 220px 220px;
    background-position: center 35px;
    height: 300px;
    background-repeat: no-repeat;
}

body.einstellungen .house {
    background-position: left 35px;
}

.empty_garage {
    background-image: url(/static/images/homepage/empty_listings2.png);
    background-size: 230px auto;
    background-position: center center;
    height: 150px;
    background-repeat: no-repeat;
    margin-bottom: -30px;
    margin-top: 10px;
}

@media (max-width: 767px) {
    #sparschwein, .sparschwein {
        -webkit-transform: scale(0.7) rotate(0.0001deg);
        -moz-transform: scale(0.7) rotate(0.0001deg);
        -ms-transform: scale(0.7) rotate(0.0001deg);
        -o-transform: scale(0.7) rotate(0.0001deg);
        height: 220px;
        background-position: center 0;
        padding-top: 0;
        margin-top: -40px;
    }

    #house, .house {
        -webkit-transform: scale(0.7) rotate(0.0001deg);
        -moz-transform: scale(0.7) rotate(0.0001deg);
        -ms-transform: scale(0.7) rotate(0.0001deg);
        -o-transform: scale(0.7) rotate(0.0001deg);
        height: 220px;
        background-position: center 0;
        padding-top: 0;
        margin-top: -40px;
    }

    .empty_garage {
        background-image: url(/static/images/homepage/empty_listings2.png);
        background-size: 230px auto;
        background-position: center center;
        height: 150px;
        background-repeat: no-repeat;
        margin-bottom: -30px;
        margin-top: 10px;
    }
}

.grey-text {
    color: #aaa;
    font-size: 16px;
    width: auto;
}

.grey-text:hover {
    color: #888;
}

.tooltip-inner {
    padding: 5px !important;
    max-width: 210px !important;
    background-color: #444;
    border: 1px solid #444;
    color: #FFF;
    box-shadow: 0 4px 20px -7px #DDD;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 0;
    margin-left: 2px;
    border-right-color: transparent;
    position: absolute;
    content: '';
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 1rem;
    height: 1rem;
    background-color: #444;
    box-shadow: 1px -1px #444;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0;
    border-right-color: transparent;
    position: absolute;
    content: '';
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 1rem;
    height: 1rem;
    background-color: #444;
    margin-bottom: 2px;
    box-shadow: -1px -1px #444;
}

.tooltip-after-margin + .tooltip {
    margin-top: -3px;
}

.tooltip-after-margin + .tooltip .tooltip-inner {
    min-width: 300px !important;
    max-width: 500px !important;
    width: 100% !important;
    padding: 10px !important;
    text-align: left;
}

.tooltip-after-margin + .tooltip .tooltip-inner > a {
    color: #FFFFFF;
    text-decoration: underline;
}

.avail_info_tooltip + .tooltip {
    margin-bottom: 3px;
    width: 210px;
}

.avail_info_tooltip + .tooltip .tooltip-inner {
    padding: 6px !important;
    text-align: center;
    float: none;
    margin: 0 auto;
    -webkit-font-smoothing: subpixel-antialiased;
    min-height: initial;
    bottom: 15px;
    left: 0;
    position: relative;
    height: 63px;
}

.avail_info_tooltip + .tooltip .tooltip-arrow {
    margin-bottom: -3px;
}

.modal#fixedMessageSidebar {
    z-index: 200;
}

.modal {
    top: 80px;
    padding-bottom: 50px;
    z-index: 3999;
}

.confirmation-modal.modal {
    top: 29%;
}

.confirmation-modal .modal-body {
    padding: 30px 15px;
    font-size: 17px;
}

.modal-backdrop.in {
    background-color: rgba(40, 40, 40, 1) !important;
    z-index: 2202 !important;
    filter: alpha(opacity=72);
    opacity: .72;
}

body.einstellungen .modal-backdrop.in {
    background-color: white !important;
    z-index: 220 !important;
    filter: alpha(opacity=72);
    opacity: 1;
}

body.einstellungen.modal-open {
    overflow-y: hidden
}

.modal-backdrop {
    background-color: rgba(40, 40, 40, 0.65) !important;
    z-index: 1 !important;
}

.close {
    vertical-align: top;
    margin-top: -8px;
}

.modal-content {
    border-radius: 8px;
    outline: 0;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .5);
}

.modal-header {
    border-bottom: none;
    margin-bottom: -30px;
    z-index: 100;
    padding-bottom: 0;
}

#addCardModal .modal-body,
#addIBANmodal .modal-body {
    position: relative;
    padding: 0;
    margin-top: 0;
}

.modal-body .form-group {
    margin-bottom: 5px;
}

.panel-group .panel {
    border-radius: 4px;
    font-size: 21px !important;
    border-color: #EEE;
    background-color: transparent;
    border-top-color: transparent;
}

.panel-title-settings {
    display: block;
    margin-bottom: 0;
    margin-top: 3px;
    font-size: 18px !important;
    height: 40px;
    padding: 11px 13px 10px 10px;

    box-shadow: none;
    -webkit-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, .10);
    -moz-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, .10);
    -o-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, .10);
    border: 1px solid #DDD;
    border-radius: 6px 6px 0 0;
    font-weight: 400 !important;
    width: 100% !important;
    transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
}

.panel-title-settings a {
    -webkit-font-smoothing: antialiased !important;
}

.panel-heading {
    font-size: 21px !important;
    border-radius: 4px;
}

.panel-default > .panel-heading {
    font-size: 21px !important;
    color: #282828;
    border-color: transparent;
    background-color: #ffffff;
}

.panel-default > .panel-heading + .panel-collapse {
    border: 1px solid #DDD;
    border-radius: 0 0 8px 8px;
    border-top-color: transparent;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-width: 1px;
    background-color: #F6F6F6;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.1);
}

#reservationHeadingSide {
    margin: -2px -1px -3px -2px !important;
    width: 102% !important;
}

.tel-verif-success {
    position: absolute;
    right: 12px;
    bottom: 5px;
    font-size: 15px;
}

.white-link-without-border,
.white-link-without-border:hover,
.white-link-without-border:active {
    text-align: initial;
    color: #fff;
    text-decoration: none;
    /*padding-right: 10px !important;
    padding-left: 10px !important;*/
}

.white-link-without-border > a:hover,
.white-link-without-border > a:active,
.white-link-without-border > a:focus {
    color: #fff !important;
    text-decoration: none;
}

#reservationHeadingBottom.button-green,
#reservationHeadingBottom.button-green:hover,
#reservationHeadingBottom.button-green:active {
    padding: 0 10px 0 10px !important;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f6f6f6;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.cards-wrapper {
    display: inline-block;
    height: 235px;
    width: 100%;
}

/*.cards-wrapper::after {
    background: transparent;
    background: -webkit-linear-gradient(to right, transparent, #F6F6F6 100%);
    background: -moz-linear-gradient(to right, transparent, #F6F6F6 100%);
    background: -o-linear-gradient(to right, transparent, #F6F6F6 100%);
    background: linear-gradient(to right, transparent, #F6F6F6 100%);
    width: 120px;
    height: 239px;
    position: absolute;
    right: 0px;
    margin-top: -10px;
    border-radius: 0;
}*/

.card-outline, .iban-outline {
    width: 310px;
    height: 209px;
    padding: 20px;
    margin-left: 1px;
    margin-top: 5px;
    position: relative;
    -webkit-animation: fadein 0.66s;
    -moz-animation: fadein 0.66s;
    -ms-animation: fadein 0.66s;
    -o-animation: fadein 0.66s;
    animation: fadein 0.66s;
}

.card-outline *, .iban-outline {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.card-outline.new, .iban-outline.new {
    background: #FFF;
    border: 1px solid #DDD;
    box-shadow: none !important;
    vertical-align: top;
}

.card-outline.new *, .iban-outline.new * {
    color: #AAA !important;
}

.card-outline, .card-outline#booking-card-outline {
    -webkit-box-shadow: 0px 10px 20px -10px #DDD;
    -moz-box-shadow: 0px 10px 20px -10px #DDD;
    -o-box-shadow: 0px 10px 20px -10px #DDD;
    box-shadow: 0px 10px 20px -10px #DDD;
    background: transparent;
    border: 1px solid #CCC;
    border-radius: 4px;
    display: inline-block;
}

.card-outline#booking-card-outline {
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .card-outline {
        margin: 0 auto;
    }
}

.card-hashed-number {
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    position: absolute;
    margin-top: 107px;
    margin-left: -2px;
    letter-spacing: 0px;
    color: #282828;
    text-shadow: 0 0 #999999;
    font-family: 'OCR', 'Camphor';
    max-width: 260px;
}

.card-holder {
    position: absolute;
    margin-top: 85px;
    font-size: 18px;
    font-weight: normal;
    color: #666;
    text-shadow: 0 0 #999999;
}

.card-expiration {
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    margin-top: 147px;
    color: #282828;
    text-shadow: 0 0 #999999;
}

.card-verification {
    position: relative;
    float: right !important;
    margin-top: -5px;
    margin-right: -3px;
}

.card-brand {
    position: absolute;
    margin-top: -1px;
    margin-left: -3px;
    float: left;
    width: 71px !important;
    height: 43px !important;
}

.card-primary {
    position: absolute;
    top: 65px;
    left: 31px;
    font-size: 16px;
    color: #999 !important;
    text-shadow: 0 0 #999999 !important;
    text-align: right;
}

.card-primary .fa-circle {
    font-size: .8em;
    text-shadow: none;
    color: #1EC55F !important;
    margin-right: 3px;
    margin-top: -2px !important;
    position: absolute;
    top: 12px;
    left: -12px;
}

.card-primary .fa-check {
    font-size: .8em;
    text-shadow: none;
    margin-right: 3px;
    margin-top: -2px !important;
    position: absolute;
    top: 12px;
    left: -12px;
}

.card-edit-cog {
    position: absolute;
    margin-bottom: 0;
    top: 8px;
    font-size: 15px;
    color: #EEEEEE !important;
    text-shadow: none !important;
    text-align: right;
    margin-right: -7px;
    bottom: 0;
    right: 24px;
    height: 40px;
}

.card-edit-cog:hover {
    color: #FFFFFF !important;
}

.card-selector-cog {
    position: absolute;
    margin-bottom: 0;
    top: 6px;
    font-size: 16px;
    color: #999999 !important;
    text-shadow: none !important;
    text-align: right;
    margin-right: 0;
    right: 20px;
}

.card-brand[aria-labelledby="Visa"],
.cardBrand[aria-labelledby="Visa"] {
    background: url(/static/images/einstellungen/visa-md.png) no-repeat center;
    background-size: 100% auto !important;
}

.card-brand[aria-labelledby="MasterCard"],
.cardBrand[aria-labelledby="MasterCard"] {
    background: url(/static/images/einstellungen/mc-md.png) no-repeat center;
    background-size: 100% auto !important;
}

.card-brand[aria-labelledby="American Express"],
.cardBrand[aria-labelledby="American Express"] {
    background: url(/static/images/einstellungen/amex-md.png) no-repeat center;
    background-size: 100% auto !important;
}

.card-brand[aria-labelledby="Discover"],
.cardBrand[aria-labelledby="Discover"] {
    background: url(/static/images/einstellungen/discover-md.png) no-repeat center;
    background-size: 100% auto !important;
}

.card-brand[aria-labelledby="sepa"],
.cardBrand[aria-labelledby="sepa"] {
    background: url(/static/images/einstellungen/sepa.png) no-repeat center;
    background-size: 100% auto !important;
}

input#after-cc-number.identified.visa,
input#after-cc-number.identified.mastercard,
input#after-cc-number.identified.amex,
input#after-cc-number.identified.discover,
.payment-option {
    background-size: 42px auto;
    background-position: right 9px top 10px !important;
    background-repeat: no-repeat;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.payment-option.mastercard,
input#after-cc-number.mastercard {
    background-image: url(/static/images/einstellungen/mastercard-md.png) !important;
}

.payment-option.visa,
input#after-cc-number.visa {
    background-image: url(/static/images/einstellungen/visa-md.png) !important;
}

.payment-option.discover,
input#after-cc-number.discover {
    background-image: url(/static/images/einstellungen/discover-md.png) !important;
}

.payment-option.amex,
input#after-cc-number.amex {
    background-image: url(/static/images/einstellungen/amex-md.png) !important;
}

.payment-option {
    position: relative;
    float: none;
    clear: left;
    height: 42px;
    width: 44px;
    margin-right: 8px;
    background-position: left center !important;
}

.payment-option:last-child {
    margin-right: 0;
}

@media screen and (max-width: 425px) {
    .nav-tabs > li > a {
        font-size: 15px;
    }
}

.add-new-card {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    vertical-align: center;
}

.add-new-card > a {
    color: #FAFAFA;
    text-shadow: 0 0 #999999;
    text-decoration: none;
}

.add-new-card > a:hover,
.add-new-card > a:focus {
    cursor: pointer;
    color: #FFFFFF;
}

.add-new-card > a > i {
    font-size: 60px;
    display: block;
    padding-top: 33px;
    padding-bottom: 70px;
}

.add-new-card > a > i:hover,
.add-new-card > a > i:focus {
    text-decoration: none;
}

.iban-outline, .iban-outline#booking-iban-outline {
    position: relative;
    margin: 0 15px 20px 0;
    vertical-align: top;
    -webkit-box-shadow: 0px 10px 20px -10px #DDD;
    -moz-box-shadow: 0px 10px 20px -10px #DDD;
    -o-box-shadow: 0px 10px 20px -10px #DDD;
    box-shadow: 0px 10px 20px -10px #DDD;
    background: transparent;
    border: 1px solid #CCC;
    border-radius: 4px;
    display: inline-block;
}

.iban-outline#booking-iban-outline {
    margin: 0 auto;
}

.iban-hashed-number {
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    position: absolute;
    margin-top: 113px;
    letter-spacing: 0;
    color: #282828;
    text-shadow: none;
    font-family: 'OCR', 'Camphor';
}

.iban-hashed-number span {
    font-family: "Camphor", "Open Sans", sans-serif;
    margin-right: 8px;
}

.iban-bank {
    position: absolute;
    margin-top: 73px;
    font-size: 23px;
    font-weight: 600;
    color: #282828;
    text-shadow: none;
    max-width: 260px;
}

.iban-verification {
    position: relative;
    float: left !important;
    margin-top: -7px;
    color: #FAFAFA;
    text-shadow: 0 0 #999999 !important;
    font-weight: 600;
}

.ba-primary {
    font-weight: 400;
    position: absolute;
    top: 15px;
    left: 21px;
    font-size: 16px;
    color: #999 !important;
    text-shadow: 0 0 #999999 !important;
    text-align: left;
    -webkit-font-smoothing: antialiased;
}

.ba-primary .fa-circle {
    font-size: 1em;
    text-shadow: none;
    color: #1EC55F !important;
    margin-right: 3px;
    margin-top: -2px !important;
    position: absolute;
    top: 8px;
    left: -13px;
}

.iban-edit-cog {
    position: absolute;
    margin-bottom: 0;
    top: 13px;
    font-size: 15px;
    color: #EEEEEE !important;
    text-shadow: none !important;
    text-align: right;
    margin-right: -3px;
    bottom: 0;
    right: 24px;
    height: 30px;
}

#ibanModalHref {
    color: #AAA;
    text-shadow: 0 0 #999999;
    filter: alpha(opacity=60);
    opacity: .6;
    -webkit-font-smoothing: subpixel-antialiased;
}

#ibanModalHref:hover {
    color: #AAA;
}

@media screen and (max-width: 425px) {
    .card-outline, .iban-outline {
        width: 100%;
    }
}

@media screen and (max-width: 340px) {
    .card-outline, .iban-outline {
        width: 300px;
    }
}

.card-outline .img__remove,
.card-outline .card-edit-cog,
.iban-outline .iban-edit-cog,
.iban-outline .img__remove {
    display: none !important;
}

.card-outline:hover .img__remove,
.card-outline:focus .img__remove,
.card-outline:hover .card-edit-cog,
.card-outline:focus .card-edit-cog,
.iban-outline:hover .img__remove,
.iban-outline:focus .img__remove,
.iban-outline:hover .iban-edit-cog,
.iban-outline:focus .iban-edit-cog {
    display: block !important;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}

.u-noWrapWithEllipsis {
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important
}

.u-noWrapWithClip {
    white-space: nowrap !important;
    text-overflow: clip !important;
    overflow: hidden !important;
    word-wrap: break-word !important;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.28em
}

sub {
    display: block;
    font-size: 50%;
    margin-top: -1px;
    margin-left: 1px;
}

.message-textarea {
    height: 50px;
    color: #000;
    width: 100%;
    max-width: 100%;
    max-height: 8em;
    background-color: #FFF;
    text-decoration: none;
    display: block;
    border: 1px solid transparent;
    white-space: normal !important;
    text-overflow: clip !important;
    overflow: hidden !important;
    word-wrap: break-word !important;
    font-size: 16px;
    font-weight: normal;
    border-radius: 4px;
    outline: none;
    position: relative;
    padding: 15px 70px 15px 15px;
}

.message-textarea:active,
.message-textarea:focus {
    border-color: #aaa;
    background-color: #FFFFFF;
}

.buttons-der-grundlagen-selectors > h4 {
    display: block;
    margin-bottom: 4px;
    margin-top: 3px;
    font-size: 15px;
}

.buttons-der-grundlagen-selectors > h5 {
    display: block;
    margin-bottom: 4px;
    margin-top: 3px;
    font-size: 15px;
    font-weight: 600 !important;
}

.module {
    width: 100% !important;
    overflow: hidden;
}

.line-clamp {
    position: relative;
    height: 3em; /* exactly three lines */
    text-overflow: ellipsis !important;
}

.line-clamp:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    height: 1.5em;
    background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 85%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 85%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 85%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 85%); /* Standard syntax */
}

.u-hoverBackgroundLightGreen {
    border: 1px solid transparent;
    border-radius: 8px !important;
}

.u-hoverBackgroundLightGreen:not(:last-child) {
    box-shadow: none;
}

.u-hoverBackgroundLightGreen + .u-hoverBackgroundLightGreen {
    border: 1px solid transparent;
    border-radius: 0 !important;
    border-top-color: #EEE;
}

.u-hoverBackgroundLightGreen:first-child {
    border: 1px solid #F6F6F6;
    border-bottom: 1px solid transparent;
    border-radius: 8px 8px 0 0 !important;
}

.u-hoverBackgroundLightGreen:first-child:last-child {
    border: 1px solid transparent;
    border-radius: 8px !important;
}

.u-hoverBackgroundLightGreen:last-child {
    border-radius: 0 0 8px 8px !important;
}

.u-hoverBackgroundLightGreen:hover {
    border-left-color: #00A4E2 !important;
    background-color: transparent;
}

.u-backgroundLightishBlue.u-hoverBackgroundLightGreen:hover {
    border-left-color: #00A4E2 !important;
}

@media (min-width: 992px) {
    .messageMargin42 {
        margin-top: -39px;
        padding-left: 10px;
        padding-right: 70px;
    }

    .u-hoverBackgroundLightGreen {
        height: 80px !important;
    }
}

.profile-li .logged-in-user > a.dashboardHref {
    position: relative;
}

@media (max-width: 992px) {
    .messageMargin42 {
        border-top: 1px solid transparent;
        padding-top: 10px;
        margin-top: 10px;
        padding-left: 0;
    }

    body.posteingang .u-flexColumn > .u-flex0 > .u-flex1:first-child {
        display: inline-block;
        width: 50%;
        float: left;
    }

    body.posteingang .u-flexColumn > .u-flex0 > .u-flex4:first-child {
        display: inline-block;
        width: 49%;
        float: right;
    }

    body.posteingang .u-flexColumn .u-flex0 .contract-status {
        position: absolute;
        right: 0.1em;
        left: initial;
        top: initial;
        margin-right: 0;
        margin-left: 0;
        min-width: 92px !important;
        float: right;
        bottom: 0;
    }

    .u-hoverBackgroundLightGreen {
        height: 130px !important;
    }
}

.u-heightAuto {
    height: auto !important;
}

.bs {
    position: relative;
    padding: 10px 0 10px 0;
    font-size: 14px;
    background: none;
}

.anw {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
    color: #888;
    vertical-align: middle;
    background-color: #FFF;
    font-weight: 400;
}

.anv::before {
    position: absolute;
    top: 50%;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(to right, transparent, #BBB, transparent); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to right, transparent, #BBB, transparent); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to right, transparent, #BBB, transparent); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, transparent, #BBB, transparent); /* Standard syntax */
}

.anv {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.conversation-left {
    display: block;
    padding-left: 48px;
    margin-bottom: 5px;
}

.conversation-left > .conversation-left-message {
    width: auto;
    max-width: 280px;
    background: #DDDDDD; /* Standard syntax */
    color: #282828;
    font-size: 13px;
    border-radius: 13px;
    padding: 13px;
    text-align: left;
    float: left;
    display: block !important;
    overflow: hidden !important;
    white-space: normal;
    word-wrap: break-word !important;
    line-height: 1.5em;
    font-weight: normal !important;
    letter-spacing: 0.02em;
}

.conversation-left > .bubble-left-icon {
    height: 30px;
    width: 40px;
    background: url('/static/images/homepage/bubble_open_left_ddd.png') no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: 43px;
    margin-bottom: -20px;
    display: inline-block;
}

.conversation-right {
    display: block;
    padding-right: 48px !important;
    margin-bottom: 5px;
}

.conversation-right > .conversation-right-message {
    width: auto;
    max-width: 280px;
    background: #FFFFFF; /* Standard syntax */
    color: #282828;
    font-size: 13px;
    border-radius: 13px;
    padding: 13px;
    text-align: left;
    float: right;
    display: block !important;
    overflow: hidden !important;
    white-space: normal;
    word-wrap: break-word !important;
    line-height: 1.5em;
    font-weight: normal;
    letter-spacing: 0.02em;
    box-shadow: 3px 4px 10px rgba(0, 0, 0, .03);
}

.conversation-right > .bubble-right-icon {
    height: 30px;
    width: 40px;
    background: url('/static/images/homepage/bubble_open_right_fff.png') no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: -21px;
    margin-right: 17px;
    display: inline-block;
}

.sender-right {
    float: right;
}

.sender-left {
    float: left;
}

.sender-right,
.sender-left {
    margin-top: -25px;
    margin-bottom: 20px;
}

.u-height360verticalScroll {
    height: 360px !important;
    overflow-y: scroll;
    overflow-x: hidden;
}

.u-height360verticalScroll:after {
    content: "";
    text-align: right;
    position: absolute;
    top: 16px;
    left: 16px;
    right: 0;
    width: calc(100% - 34px);
    height: 15%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.u-flexEndNoVertAlign {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: flex-end !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

.u-flexStartNoVertAlign {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: flex-start !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

.u-borderRadiusBottom8 {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

.noTopBorder {
    border-top: none !important;
    margin-top: -1px !important;
}

.u-borderRadius8 {
    border-radius: 8px
}

.anz {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEX////////////////1pQ5zAAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC);
}

.booking-input {
    display: inline-block;
    padding: 1px 10px 2px 8px !important;
    font-size: 16px;
    height: 40px;
    line-height: 1.5;
    color: #000000;
    width: 100%;
    max-width: inherit;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, .10);
    -moz-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, .10);
    box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, .10);
}

.booking-input-message {
    display: inline-block;
    padding: 10px !important;
    height: 40px;
    line-height: 1.5;
    vertical-align: middle;
    background-color: #ffffff;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000;
    width: 100%;
    max-width: 100%;
    min-height: 100px;
    max-height: 190px;
    text-decoration: none;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.3);
    white-space: normal !important;
    text-overflow: clip !important;
    overflow: hidden !important;
    word-wrap: break-word !important;
    font-size: 14px;
    font-weight: normal;
    outline: none;
}

.booking-input-message:active,
.booking-input-message:focus {
    border: 1px solid rgba(0, 0, 0, 0.5);
    outline: 0;
}

.booking-input-message:active,
.booking-input-message:focus {
    border: 1px solid #00A4E2;
    outline: 0;
}

.checkout-input {
    display: inline-block;
    padding: 1px 10px 2px 8px;
    font-size: 16px;
    height: 35px;
    line-height: 1.5;
    color: #000000;
    width: 100%;
    max-width: inherit;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.checkout-input:hover {
    border: 1px solid rgba(0, 0, 0, 0.22);
    outline: 0;
}

.checkout-input:active,
.checkout-input:focus {
    border: 1px solid #00A4E2;
    outline: 0;
}

.checkout-input.disabled {
    cursor: not-allowed;
    background: #F6F6F6;
}

.checkout-input.disabled:hover,
.checkout-input.disabled:active,
.checkout-input.disabled:focus {
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: not-allowed;
    background: #F6F6F6;
    outline: 0;
}

.checkout-input:active,
.checkout-input:focus {
    border: 1px solid #00A4E2;
    outline: 0;
}

.bank-card-input.holder-forename, .bank-card-input.holder-surname {
    padding-left: 10px !important;
}

.checkout-input.cc-number, .checkout-input.cc-exp, .checkout-input.cc-cvc {
    padding-left: 45px !important;
}

.chevron-select {
    display: inline-block;
    padding: 1px 30px 2px 8px !important;
    font-size: 16px;
    height: 40px;
    line-height: 1.5;
    color: #000000;
    width: 100%;
    max-width: inherit;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-image: url(/static/images/homepage/fa-chevron-down-ccc.png);
    background-color: transparent;
    background-clip: padding-box;
    background-size: 9px auto;
    background-position: right 13px center;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    -webkit-padding-end: 30px !important;
    -webkit-padding-start: 8px !important;
}

.chevron-select.vehicleSelection {
    display: inline-block;
    padding: 1px 10px 2px 8px !important;
    font-size: 16px;
    height: 40px;
    line-height: 1.5;
    color: #000000;
    width: 100%;
    font-weight: 200;
    max-width: inherit;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: 9px auto;
    background-position: right 13px center;
    background-image: url(/static/images/homepage/fa-chevron-down-ccc.png);
    background-color: white;
    box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.1);
    border: 0 solid #dddddd;
    border-bottom-width: 1px;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.chevron-select.vehicleSelection.year {
    width: 22%;
}

.chevron-select.vehicleSelection.brand {
    width: 44%;
    margin-left: 3px;
}

.chevron-select.vehicleSelection.model {
    width: 29%;
    margin-left: 3px;
}

.textualVehicleSelection {
    display: inline-block;
    padding: 1px 8px 2px 8px !important;
    font-size: 16px;
    height: 40px;
    font-weight: 200;
    line-height: 1.5;
    color: #000000;
    width: 100%;
    max-width: inherit;
    vertical-align: middle;
    background: white;
    box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.1);
    border: 0 solid #dddddd;
    border-bottom-width: 1px;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.textualVehicleSelection:focus,
.textualVehicleSelection:active {
    outline: 0;
}

.chevron-listing-process {
    display: inline-block;
    padding: 1px 10px 2px 8px !important;
    font-size: 16px;
    height: 40px;
    line-height: 1.5;
    color: #444444;
    width: 100%;
    max-width: inherit;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: 9px auto;
    background-position: right 13px center;
    background-image: url("/static/images/homepage/fa-chevron-down-ccc.png");
    background-color: #ffffff;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.chevron-checkout-select {
    display: inline-block;
    padding: 1px 10px 2px 8px !important;
    font-size: 16px;
    height: 35px;
    line-height: 1.5;
    color: #000000;
    width: 100% !important;
    max-width: inherit;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: 9px auto;
    background-position: right 13px center;
    background-image: url("/static/images/homepage/fa-chevron-down-ccc.png");
    background-color: #ffffff;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.vehicleEnclosure {
    display: inline-block;
    padding: 7px 0 8px 10px !important;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    line-height: 1.5;
    color: #000000;
    width: 50% !important;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.booking-input#duration {
    border: 1px solid rgba(0, 0, 0, 0.3);
    max-width: inherit !important;
    width: 100% !important;
}

#vehicleSelect {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    max-width: inherit !important;
    width: 50% !important;
    float: right;
}

#vehicleSelectNormalBorderRadius {
    max-width: inherit !important;
    float: left;
    padding-left: 18px !important;
    left: 0;
}

.vehicleEnclosure.checkoutEnclosure {
    height: 35px !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-position: right 8px top 7px !important;
}

#vehicleSelect.checkoutSelect {
    height: 35px !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-position: right 8px top 7px !important;
}

.infoAboutBookingProcessSmall {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #888888;
    text-align: center !important;
    white-space: normal;
    line-height: 1.3 !important;
    word-wrap: break-word !important;
}

.chevron-search-select {
    display: inline-block;
    padding: 1px 10px 2px 8px;
    font-size: 16px;
    height: 41px;
    line-height: 1.5;
    color: #888888;
    max-width: 160px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: 9px auto;
    background-position: right 13px center;
    background-image: url("/static/images/homepage/fa-chevron-down-ccc.png");
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 7px;
    margin-left: 7px;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, select {
    text-transform: none;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

#left-message-banner {
    -webkit-transform: scale(0.85) translate(0px, -20px);
    -moz-transform: scale(0.85) translate(0px, -20px);
    -ms-transform: scale(0.85) translate(0px, -20px);
    -o-transform: scale(0.85) translate(0px, -20px);
    transform: scale(0.85) translate(0px, -20px);
}

.button-all-white {
    color: #282828;
    background-color: #ffffff;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    border: 1px solid;
    border-color: #282828;
    white-space: nowrap;
    padding: 4px 14px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button-all-white:active,
.button-all-white:hover,
.button-all-white:focus {
    color: #282828;
    background: -webkit-linear-gradient(to top, #FFFFFF, #F6F6F6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to top, #FFFFFF, #F6F6F6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to top, #FFFFFF, #F6F6F6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, #FFFFFF, #F6F6F6); /* Standard syntax */
    text-decoration: none;
    border-color: #282828;
}

.button-green-as-message {
    color: #fff;
    background: linear-gradient(#4CD17F, #1EC55F);
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    border: 1px solid;
    border-color: #4CD17F;
    white-space: nowrap;
    padding: 4px 14px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button-green-as-message:active,
.button-green-as-message:hover,
.button-green-as-message:focus {
    color: #fff;
    background-color: #1EC55F;
    text-decoration: none;
    border-color: #1EC55F;
}

.u-whiteText {
    color: #FFFFFF !important;
}

.hor-line-white {
    margin-top: 4px;
    margin-bottom: 8px;
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
}

.u-marginBottomChevron {
    margin-bottom: -14px !important;
}

.u-displayInline {
    display: inline !important;
}

.u-alignCenter {
    text-align: center !important;
}

.u-inheritColor {
    color: inherit !important;
}

small.u-inheritColor {
    font-size: 55% !important;
}

.u-contentTextMedium {
    font-family: "Camphor", "Open Sans", sans-serif;
    font-weight: 400 !important;
    font-style: normal !important;
}

.modalInside {
    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;
}

.u-bookingCol {
    padding: 85px 20px 20px 20px;
    height: 100vh;
    overflow-y: scroll !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow-x: hidden;
}

.u-bookingColBody {
    padding: 0;
    position: relative;
    max-width: 100%;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

.u-bookingColFooter {
    padding-bottom: 20px !important;
    margin: 0 auto;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: flex-end;
    align-self: flex-end;
    max-width: 100%;
    width: 100%;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto
}

.u-marginLeftMinus10 {
    margin-left: -10px !important;
}

.u-marginTop10 {
    margin-top: 10px !important
}

.u-marginTop15 {
    margin-top: 15px !important
}

.u-heightAuto {
    height: auto !important;
}

.u-marginTop20 {
    margin-top: 20px !important
}

.u-marginTop35 {
    margin-top: 35px !important
}

.u-marginTop50 {
    margin-top: 50px !important
}

.booking-column-with-overflow {
    overflow-y: auto !important;
    min-height: 100vh !important;
    height: auto !important;
}

.u-borderRightGrey {
    border-right: 1px solid #CCC;
}

.u-borderLeftGrey {
    border-left: 1px solid #888888;
}

.u-backgroundMoreGray {
    background: #dddddd !important;
}

.u-backgroundWhite {
    background: #FFFFFF !important;
}

.u-backgroundDashboard {
    background: rgb(247, 247, 247) !important;
}

@keyframes pop-downwards {
    0% {
        transform: matrix(.97, 0, 0, 1, 0, -12);
        opacity: 0
    }

    20% {
        transform: matrix(.99, 0, 0, 1, 0, -2);
        opacity: .7
    }

    40% {
        transform: matrix(1, 0, 0, 1, 0, 1);
        opacity: 1
    }

    70% {
        transform: matrix(1, 0, 0, 1, 0, 0);
        opacity: 1
    }

    100% {
        transform: matrix(1, 0, 0, 1, 0, 0);
        opacity: 1
    }
}

@keyframes fadein {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    to {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    to {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    to {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    to {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    to {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    to {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

/* Firefox < 16 */
@-moz-keyframes fadeout {
    from {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    to {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
    from {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    to {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

/* Internet Explorer */
@-ms-keyframes fadeout {
    from {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    to {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

/* Opera < 12.1 */
@-o-keyframes fadeout {
    from {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    to {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@-webkit-keyframes content-fade-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes content-fade-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes pop-upwards {
    0% {
        -webkit-transform: matrix(.97, 0, 0, 1, 0, 12);
        -moz-transform: matrix(.97, 0, 0, 1, 0, 12);
        -o-transform: matrix(.97, 0, 0, 1, 0, 12);
        -ms-transform: matrix(.97, 0, 0, 1, 0, 12);
        transform: matrix(.97, 0, 0, 1, 0, 12);
        opacity: 0;
        filter: alpha(opacity=0);
    }

    20% {
        -webkit-transform: matrix(.99, 0, 0, 1, 0, 2);
        -moz-transform: matrix(.99, 0, 0, 1, 0, 2);
        -o-transform: matrix(.99, 0, 0, 1, 0, 2);
        -ms-transform: matrix(.99, 0, 0, 1, 0, 2);
        transform: matrix(.99, 0, 0, 1, 0, 2);
        opacity: .7;
        filter: alpha(opacity=70);
    }

    40% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 1);
        -moz-transform: matrix(1, 0, 0, 1, 0, 1);
        -o-transform: matrix(1, 0, 0, 1, 0, 1);
        -ms-transform: matrix(1, 0, 0, 1, 0, 1);
        transform: matrix(1, 0, 0, 1, 0, 1);
        opacity: .8;
        filter: alpha(opacity=80);
    }

    70% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -moz-transform: matrix(1, 0, 0, 1, 0, 0);
        -o-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
        opacity: .9;
        filter: alpha(opacity=90);
    }

    100% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -moz-transform: matrix(1, 0, 0, 1, 0, 0);
        -o-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@-moz-keyframes pop-upwards {
    0% {
        -webkit-transform: matrix(.97, 0, 0, 1, 0, 12);
        -moz-transform: matrix(.97, 0, 0, 1, 0, 12);
        -o-transform: matrix(.97, 0, 0, 1, 0, 12);
        -ms-transform: matrix(.97, 0, 0, 1, 0, 12);
        transform: matrix(.97, 0, 0, 1, 0, 12);
        opacity: 0;
        filter: alpha(opacity=0);
    }

    20% {
        -webkit-transform: matrix(.99, 0, 0, 1, 0, 2);
        -moz-transform: matrix(.99, 0, 0, 1, 0, 2);
        -o-transform: matrix(.99, 0, 0, 1, 0, 2);
        -ms-transform: matrix(.99, 0, 0, 1, 0, 2);
        transform: matrix(.99, 0, 0, 1, 0, 2);
        opacity: .7;
        filter: alpha(opacity=70);
    }

    40% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 1);
        -moz-transform: matrix(1, 0, 0, 1, 0, 1);
        -o-transform: matrix(1, 0, 0, 1, 0, 1);
        -ms-transform: matrix(1, 0, 0, 1, 0, 1);
        transform: matrix(1, 0, 0, 1, 0, 1);
        opacity: .8;
        filter: alpha(opacity=80);
    }

    70% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -moz-transform: matrix(1, 0, 0, 1, 0, 0);
        -o-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
        opacity: .9;
        filter: alpha(opacity=90);
    }

    100% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -moz-transform: matrix(1, 0, 0, 1, 0, 0);
        -o-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@-webkit-keyframes pop-upwards {
    0% {
        -webkit-transform: matrix(.97, 0, 0, 1, 0, 12);
        -moz-transform: matrix(.97, 0, 0, 1, 0, 12);
        -o-transform: matrix(.97, 0, 0, 1, 0, 12);
        -ms-transform: matrix(.97, 0, 0, 1, 0, 12);
        transform: matrix(.97, 0, 0, 1, 0, 12);
        opacity: 0;
        filter: alpha(opacity=0);
    }

    20% {
        -webkit-transform: matrix(.99, 0, 0, 1, 0, 2);
        -moz-transform: matrix(.99, 0, 0, 1, 0, 2);
        -o-transform: matrix(.99, 0, 0, 1, 0, 2);
        -ms-transform: matrix(.99, 0, 0, 1, 0, 2);
        transform: matrix(.99, 0, 0, 1, 0, 2);
        opacity: .7;
        filter: alpha(opacity=70);
    }

    40% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 1);
        -moz-transform: matrix(1, 0, 0, 1, 0, 1);
        -o-transform: matrix(1, 0, 0, 1, 0, 1);
        -ms-transform: matrix(1, 0, 0, 1, 0, 1);
        transform: matrix(1, 0, 0, 1, 0, 1);
        opacity: .8;
        filter: alpha(opacity=80);
    }

    70% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -moz-transform: matrix(1, 0, 0, 1, 0, 0);
        -o-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
        opacity: .9;
        filter: alpha(opacity=90);
    }

    100% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -moz-transform: matrix(1, 0, 0, 1, 0, 0);
        -o-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@-ms-keyframes pop-upwards {
    0% {
        -webkit-transform: matrix(.97, 0, 0, 1, 0, 12);
        -moz-transform: matrix(.97, 0, 0, 1, 0, 12);
        -o-transform: matrix(.97, 0, 0, 1, 0, 12);
        -ms-transform: matrix(.97, 0, 0, 1, 0, 12);
        transform: matrix(.97, 0, 0, 1, 0, 12);
        opacity: 0
    }

    20% {
        -webkit-transform: matrix(.99, 0, 0, 1, 0, 2);
        -moz-transform: matrix(.99, 0, 0, 1, 0, 2);
        -o-transform: matrix(.99, 0, 0, 1, 0, 2);
        -ms-transform: matrix(.99, 0, 0, 1, 0, 2);
        transform: matrix(.99, 0, 0, 1, 0, 2);
        opacity: .7
    }

    40% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
        -moz-transform: matrix(1, 0, 0, 1, 0, -1);
        -o-transform: matrix(1, 0, 0, 1, 0, -1);
        -ms-transform: matrix(1, 0, 0, 1, 0, -1);
        transform: matrix(1, 0, 0, 1, 0, -1);
        opacity: 1
    }

    70% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -moz-transform: matrix(1, 0, 0, 1, 0, 0);
        -o-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
        opacity: 1
    }

    100% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -moz-transform: matrix(1, 0, 0, 1, 0, 0);
        -o-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
        opacity: 1
    }
}

@-o-keyframes pop-upwards {
    0% {
        -webkit-transform: matrix(.97, 0, 0, 1, 0, 12);
        -moz-transform: matrix(.97, 0, 0, 1, 0, 12);
        -o-transform: matrix(.97, 0, 0, 1, 0, 12);
        -ms-transform: matrix(.97, 0, 0, 1, 0, 12);
        transform: matrix(.97, 0, 0, 1, 0, 12);
        opacity: 0;
        filter: alpha(opacity=0);
    }

    20% {
        -webkit-transform: matrix(.99, 0, 0, 1, 0, 2);
        -moz-transform: matrix(.99, 0, 0, 1, 0, 2);
        -o-transform: matrix(.99, 0, 0, 1, 0, 2);
        -ms-transform: matrix(.99, 0, 0, 1, 0, 2);
        transform: matrix(.99, 0, 0, 1, 0, 2);
        opacity: .7;
        filter: alpha(opacity=70);
    }

    40% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 1);
        -moz-transform: matrix(1, 0, 0, 1, 0, 1);
        -o-transform: matrix(1, 0, 0, 1, 0, 1);
        -ms-transform: matrix(1, 0, 0, 1, 0, 1);
        transform: matrix(1, 0, 0, 1, 0, 1);
        opacity: .8;
        filter: alpha(opacity=80);
    }

    70% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -moz-transform: matrix(1, 0, 0, 1, 0, 0);
        -o-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
        opacity: .9;
        filter: alpha(opacity=90);
    }

    100% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -moz-transform: matrix(1, 0, 0, 1, 0, 0);
        -o-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    14% {
        transform: scale(1.2);
    }
    28% {
        transform: scale(1);
    }
    42% {
        transform: scale(1.2);
    }
    70% {
        transform: scale(1);
    }
}

@-webkit-keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.2);
    }
    28% {
        -webkit-transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.2);
    }
    70% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes heartbeat {
    0% {
        -moz-transform: scale(1);
    }
    14% {
        -moz-transform: scale(1.2);
    }
    28% {
        -moz-transform: scale(1);
    }
    42% {
        -moz-transform: scale(1.2);
    }
    70% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes heartbeat {
    0% {
        -ms-transform: scale(1);
    }
    14% {
        -ms-transform: scale(1.2);
    }
    28% {
        -ms-transform: scale(1);
    }
    42% {
        -ms-transform: scale(1.2);
    }
    70% {
        -ms-transform: scale(1);
    }
}

.infinite-heartbeat {
    animation: heartbeat ease 1.5s infinite;
    -webkit-animation: heartbeat ease 1.5s infinite;
    -moz-animation: heartbeat ease 1.5s infinite;
    -ms-animation: heartbeat ease 1.5s infinite;
}

.tiny {
    font-size: .7rem
}

.small {
    font-size: .9rem
}

.screen_split {
    position: fixed;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    height: auto;
    min-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: background-color .2s ease-out 0s;
    -moz-transition: background-color .2s ease-out 0s;
    transition: background-color .2s ease-out 0s;
    z-index: 200;

}

.screen_split_pane .screen_split_flex_wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-animation: none; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: none; /* Firefox < 16 */
    -ms-animation: none; /* Internet Explorer */
    -o-animation: none; /* Opera < 12.1 */
    animation: none;
}

.screen_split_pane .screen_split_mini_header {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: flex-start;
    align-self: flex-start;
    display: none
}

.screen_split_pane .screen_split_header {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: flex-start;
    align-self: flex-start;
    width: 100%;
    padding: 1rem
}

.screen_split_pane .screen_split_body {
    padding: 0 12%;
    position: relative;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 100%
}

.screen_split_pane .screen_split_body .screen_split_graphics {
    position: absolute;
    height: 100%;
    width: 76%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: height .5s ease-out 0s;
    -moz-transition: height .5s ease-out 0s;
    transition: height .5s ease-out 0s
}

.screen_split_pane .screen_split_footer {
    padding: .5rem 12%;
    margin: 0 auto;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: flex-end;
    align-self: flex-end;
    max-width: 100%;
}

.screen_split_pane .screen_split_well {
    padding: .8rem;
    max-width: initial;
    font-size: .8rem;
    line-height: 1.2rem;
    color: #434245;
    background-color: #f2f2f5;
    border-radius: .25rem;
    order: 1
}

.screen_split_pane .screen_split_well a {
    color: #434245;
    font-weight: 400
}

.screen_split_pane .screen_split_footer:last-of-type {
    padding-bottom: 2rem;
}

.screen_split_pane_left {
    color: #434245;
    width: 50%;
    height: 100%;
    float: left;
    margin: 0 auto;
    z-index: 1;
    overflow-y: auto;
    word-wrap: break-word;
    background-color: #FFFFFF;
}

.screen_split_pane_left .screen_split_header {
    text-align: left
}

.screen_split_pane_left .screen_split_body {
    width: 100%
}

body[class*="search"] .screen_split_pane_left {
    direction: rtl;
    overflow: auto;
    overflow-x: hidden !important;
}

body[class*="search"] .screen_split_pane.screen_split_pane_left .screen_split_flex_wrapper {
    direction: ltr;
}

.screen_split_pane_right {
    width: 50%;
    float: right;
    z-index: 1;
    overflow: hidden;
}

.screen_split_pane_right .screen_split_flex_wrapper {
    margin: auto;
    height: 100%
}

.screen_split_pane_right .screen_split_header {
    text-align: right
}

.screen_split_flex_wrapper .screen_split_body {
    width: 100%;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

.screen_split_flex_wrapper .screen_split_footer {
    width: 100%;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
}

.screen_split_pane_full_width {
    background-color: #fff;
    width: 100%;
    overflow-y: auto
}

.screen_split_pane_full_width .screen_split_flex_wrapper {
    width: 30rem;
    margin: auto
}

.screen_split_pane_full_width .screen_split_header {
    text-align: left
}

.screen_split_pane_full_width .screen_split_body {
    padding: 0 1rem
}

.modal-backdrop {
    background: #000
}

@media only screen and (max-height: 44rem) and (min-width: 768px) {
    .screen_split {
        overflow: hidden;
    }

    .screen_split .screen_split_pane {
        vertical-align: top;
        /*overflow: hidden!important;*/
    }

    .screen_split .screen_split_pane_right {
        float: right;
        min-height: 100%;
        margin: 0 auto;
        z-index: 1;
        overflow-y: hidden;
        word-wrap: break-word;
    }

    .screen_split .screen_split_pane_right .screen_split_flex_wrapper {
        height: 100%
    }

    .screen_split .screen_split_pane_left {
        min-height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .screen_split {
        overflow: hidden !important;
    }

    .screen_split .screen_split_pane_left,
    .screen_split .screen_split_pane_right {
        width: 100%;
        min-width: 100%;
        max-width: inherit;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        left: 0;
        right: 0;
        visibility: visible;
        display: block !important;
    }

    .screen_split .screen_split_pane_right {
        overflow: hidden;
    }

    .screen_split .screen_split_pane_left.hidden,
    .screen_split .screen_split_pane_right.hidden {
        visibility: hidden !important;
        display: none !important;
    }

}

#legalese {
    display: block;
    text-align: center;
    font-size: smaller;
    max-width: 675px !important;
    color: #fff;
    margin: 1rem 3rem
}

#legalese a {
    color: #fff;
    font-weight: 600
}

#legalese_mobile {
    width: inherit;
    margin: 0 2rem 1.5rem;
    text-align: center !important;
}

#legalese_mobile.u-textAlignLeft {
    text-align: left !important;
}

@media only screen and (max-width: 767px) {
    #legalese_mobile {
        padding: .8rem;
        max-width: initial;
        font-size: 1.2rem;
        line-height: 1.7rem;
        color: #434245;
        background-color: transparent;
        border-radius: .25rem;
        order: 1;
    }

    #legalese_mobile a {
        color: #434245;
        font-weight: 400
    }
}

#booking_wrapper {
    position: relative;
    padding-top: 55px !important;
}

#booking_wrapper[data-step=invite] {
    max-height: 100%
}

#booking_wrapper[data-step=invite] * {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto
}

@media only screen and (max-height: 42rem) and (min-width: 992px) {
    #signup_graphics_pane[step*=email] #signup_graphics_wrapper {
        position: fixed;
        left: 486px;
        top: 0;
        right: 0
    }

    #signup_graphics_pane[step*=email] #signup_graphics_wrapper .screen_split_footer {
        padding-bottom: 0
    }

    #signup_graphics_pane[step*=email] #signup_graphics_wrapper .screen_split_body .screen_split_graphics {
        height: 90%
    }
}

#custom_username_policy {
    max-width: initial;
    color: #555459;
    background-color: #e8e8e8;
    border-radius: .25rem;
    padding: 1rem
}

#submit {
    min-width: 100%;
    margin-bottom: 1rem;
}

#submit p {
    max-width: 280px;
    margin: 1rem auto
}

#submit .ts_icon_arrow_right {
    font-size: 150%;
    opacity: .7;
    margin: 0
}

span.arrow-right {
    background: transparent;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(/static/images/docs/back-btn.png);
    width: 20px;
    background-size: auto 10px;
    background-position: center center;
    height: 20px;
    margin-bottom: -5px;
    position: relative;
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

#submit #secondary_btn {
    background: 0 0;
    color: #9e9ea6 !important
}

#submit #secondary_btn:hover {
    color: #3aa3e3 !important
}

#submit #secondary_btn:after {
    border-width: 2px
}

.input_wrapper {
    position: relative
}

.input_wrapper p {
    position: absolute;
    margin: .75rem;
    font-size: 1.25rem;
    height: 1.75rem;
    pointer-events: none;
    border-left: 1px solid;
    border-color: rgba(0, 0, 0, 0)
}

.input_wrapper .input_spinner {
    position: absolute;
    left: -3rem
}

.input_wrapper .input_checkmark {
    color: #2ab27b;
    background-color: #fff;
    text-align: right;
    z-index: 5;
    right: .5rem
}

.error .input_overlay {
    background: #fff1e1 !important
}

.confirmation_code_span_cell {
    display: table-cell;
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
    padding: 0 .5rem;
    width: 2rem
}

.confirmation_code_state_message {
    position: absolute;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s
}

.confirmation_code_state_message.error,
.confirmation_code_state_message.processing,
.confirmation_code_state_message.ratelimited {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 2rem
}

.confirmation_code_state_message.processing {
    color: #3aa3e3
}

.confirmation_code_state_message.error,
.confirmation_code_state_message.ratelimited {
    color: #ffa940
}

.confirmation_code_checker[data-state=unchecked] .confirmation_code_state_message.unchecked,
.confirmation_code_checker[data-state=error] .confirmation_code_state_message.error,
.confirmation_code_checker[data-state=processing] .confirmation_code_state_message.processing,
.confirmation_code_checker[data-state=ratelimited] .confirmation_code_state_message.ratelimited {
    opacity: 1
}

#email_checkbox {
    margin: 1.5rem auto
}

#email_checkbox label {
    font-weight: 400;
    display: inline
}

#url_form_body input {
    position: relative;
    font-weight: 600;
    padding-left: 4.95rem
}

#url_form_body #url_overlay {
    font-weight: 600;
    -webkit-transition: width 2s;
    -moz-transition: width 2s;
    transition: width 2s;
    max-width: 95%;
    overflow: hidden;
    white-space: pre;
    color: rgba(0, 0, 0, 0);
    z-index: 5
}

#url_form_body .input_wrapper {
    display: flex
}

#url_form_body .input_wrapper .url_subdomain {
    font-weight: initial;
    text-align: right;
    width: auto;
    min-width: 0;
    flex-grow: 1;
    padding-left: 2.9rem
}

#url_form_body .input_wrapper .url_domain_slack_dot_com {
    position: relative;
    margin-left: .2rem;
    white-space: nowrap
}

#url_form_body .input_wrapper .input_checkmark {
    right: auto
}

#url_form_body .input_wrapper .input_spinner {
    right: auto;
    left: initial
}

#url_form_body #url_info {
    min-height: 8rem
}

#url_form_body #available_url_message,
#url_form_body #unavailable_url_message {
    opacity: 1;
    height: auto;
    margin-left: 0;
    transition: opacity .4s, margin-left 0s, height 0s
}

#url_form_body #available_url_message.is_faded_out,
#url_form_body #unavailable_url_message.is_faded_out {
    opacity: 0;
    height: 0;
    margin-left: -50rem;
    transition: opacity .4s, margin-left 0s linear .4s, height 0s linear .4s
}

#create_team_body {
    min-height: 24rem
}

#create_team_body .create_team_section {
    margin-bottom: 1rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0)
}

#create_team_body .create_team_section.error {
    margin-bottom: 0
}

#create_team_body .create_team_section .ct_input_wrapper {
    position: relative;
    margin-left: -.5rem
}

#create_team_body .create_team_section input {
    margin: 0
}

#create_team_body .create_team_section.disabled {
    border-color: #babbbf
}

#create_team_body .create_team_section.disabled .ct_input_wrapper {
    margin-left: 0
}

#create_team_body .create_team_section.disabled input {
    background: 0 0;
    border: none;
    width: 90%;
    font-size: 1.2rem;
    padding: 0;
    margin-left: 0
}

.google_signin_button,
.google_signin_button.hover,
.google_signin_button:focus,
.google_signin_button:hover {
    background: #39a3e2
}

.invite_contact_list_wrapper {
    overflow: scroll;
    margin-bottom: 1rem;
    margin-right: -17px;
    padding-right: 17px;
    height: 55vh
}

.signup_team {
    display: block;
    border-bottom: 1px solid #e8e8e8;
    padding: .8em 0
}

.signup_team:first-child {
    border-top: 1px solid #e8e8e8
}

.signup_more_teams .signup_team:first-child {
    border-top: none
}

.signup_team .btn {
    min-width: 80px
}

.signup_team_ellipsis {
    overflow: hidden;
    width: auto;
    padding-right: 1em;
    text-overflow: ellipsis;
    white-space: nowrap
}

.signup_team_more_btn {
    display: block;
    margin: 0 auto
}

.signup_team_more_btn:hover {
    text-decoration: underline
}

.signup_loading_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

@media only screen and (max-width: 1300px) {
    .legalese {
        max-width: 500px !important
    }
}

@media only screen and (max-width: 992px) {
    .input_wrapper .input_spinner {
        left: initial !important;
        right: 2rem
    }

    #email_checkbox {
        margin: 1rem
    }
}

.firstClose {
    position: absolute;
    top: 15px;
    right: 10px;
}

.bookingGrayStep {
    text-align: center;
    height: 40px;
    background-color: #F6F6F6;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    font-weight: 400;
    font-size: 16px;
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
    vertical-align: middle;
    padding: 8px;
}

.bookingCurrentStep {
    text-align: left;
    height: 40px;
    background-color: rgba(255, 255, 255, 1);
    color: #000000;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    font-weight: 400;
    font-size: 16px;
    width: inherit;
    margin-top: -40px;
    margin-bottom: 20px !important;
    vertical-align: middle;
    padding: 7px 20px 8px 20px;
    position: relative;
    z-index: 2000;
    border-right: 1px solid #FFFFFF;
}

.bookingColorfulStep {
    text-align: center;
    height: 40px;
    background-color: rgba(30, 197, 95, 0.2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
    box-shadow: inset 0 -3px 4px rgba(30, 197, 95, 0.25);
    font-weight: 400;
    font-size: 16px;
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
    vertical-align: middle;
    padding: 8px;
}

.bookingStepVeilStep1,
.bookingStepVeilStep2,
.bookingStepVeilStep3 {
    z-index: 30 !important;
    background-color: rgba(246, 246, 246, 0.93);
    height: auto;
    min-height: 100vh;
    position: fixed;
}

.bookingStepVeilStep1 {
    width: 33.33333333%;
    top: 95px;
    left: 0;
}

.bookingStepVeilStep2 {
    width: 33.23333333%;
    top: 95px;
    left: 33.333333333%;
}

.bookingStepVeilStep3 {
    width: 33.33333333%;
    top: 95px;
    right: 0;
}

.okayStatusStep1,
.okayStatusStep2,
.okayStatusStep3 {
    margin: 0 auto;
    padding-top: 55%;
    text-align: center;
    font-weight: 400;
    font-size: 1.5em;
    color: #AAAAAA;
}

.okayStatusStep1 > span,
.okayStatusStep2 > span,
.okayStatusStep3 > span {
    display: block;
    color: #888888
}

@media (max-width: 767px) {
    .bookingStepVeilStep1,
    .bookingStepVeilStep2,
    .bookingStepVeilStep3 {
        width: 100%;
    }

    .u-bookingCol {
        height: 160vh !important;
        /*overflow: hidden !important;*/
    }

    #step1form.u-bookingCol {
        height: 180vh !important;
    }

    #step2form.u-bookingCol {
        height: 130vh !important;
    }

    #step3form.u-bookingCol {
        height: 145vh !important;
    }

    .bookingStepVeilStep2 {
        top: calc(160vh + 65px);
        height: 160vh;
    }

    .bookingStepVeilStep3 {
        top: calc(320vh + 65px);
        height: 160vh;
    }
}

.modal#add-checkout-modal {
    left: 10%;
    right: 10%;
    top: 18%;
}

.modal-dialog#checkout-dialog {
    width: 40% !important;
}

@media (max-width: 767px) {
    .modal-dialog#checkout-dialog {
        width: auto !important;
        margin: 0 !important;
    }
}

.margin0Auto, .margin0Auto > img {
    margin: 0 auto !important;
    left: 2%;
    right: 2%;
    text-align: center;
    padding-top: 5px
}

.margin0Auto > img {
    padding-top: 0 !important;
}

.always-underline {
    text-decoration: underline;
}

.linkUnderline {
    text-decoration: none;
}

.linkUnderline:hover {
    text-decoration: underline;
    color: inherit;
}

table#total_rent {
    border-collapse: collapse;
    width: 100%;
}

table#total_rent > tbody > tr {
    vertical-align: baseline;
}

table#total_rent, td.total_rent_td {
    border: none;
}

td.total_rent_td#rentAsWord {
    text-align: left;
}

td.total_rent_td#rentAsCash {
    text-align: right;
}

td.total_rent_td#rentAsCash > h2 {
    text-align: right !important;
}

#totalRentSmallText {
    font-weight: 600 !important;
    font-size: 90% !important;
}

table#billElements {
    border-collapse: collapse;
    width: 100%;
}

table#billElements > tbody > tr {
    vertical-align: baseline;
}

table#billElements > tbody > tr.spaceUnder > td {
    padding: 5px 2% 5px 2%;
    border-bottom: 1px solid #EEEEEE;
}

table#billElements > tbody > tr.spaceUnder#noBottomBorder > td {
    border-bottom: none;
    padding-bottom: 2em;
}

table#billElements > tbody > tr.end {
    vertical-align: middle;
    background: #FFFFFF;
}

table#billElements > tbody > tr.end > td {
    margin-top: 10px;
    padding: 5px 2% 5px 2%;
    border-top: none;
    font-size: 18px !important;
    font-weight: 600;
}

table#billElements > tbody > tr.end > td.rightElement {
    font-size: 21px !important;
    /*border-top-right-radius: 25px;*/
    border-bottom-right-radius: 8px;
}

table#billElements > tbody > tr.end > td.leftElement {
    /*border-top-left-radius: 25px;*/
    border-bottom-left-radius: 8px;
}

table#billElements, td.billTdElement {
    border: none;
    font-size: 15px !important;
}

td.billTdElement.leftElement {
    text-align: left;
}

td.billTdElement.rightElement {
    text-align: right !important;
    font-weight: normal;
}

.smallh3 {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85) !important;
    font-size: 90% !important;
    margin-top: 5px;
}

.centered {
    text-align: center !important
}

.billCenteredPhoto {
    position: relative;
    margin-right: 0 !important;
    margin-top: -44px;
    margin-bottom: -20px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    background-color: #FFFFFF;
    right: 5%;
    width: 80px;
    height: 80px;
    float: right;
    -webkit-box-shadow: 0 0 0 2px white;
    -moz-box-shadow: 0 0 0 2px white;
    -o-box-shadow: 0 0 0 2px white;
    box-shadow: 0 0 0 2px white;
}

.u-dispBlock {
    display: block !important;
    float: right !important;
    margin-top: -2px !important;
}

.u-positionRelative {
    position: relative;
}

.u-displayBlock {
    display: block !important;
}

.u-backgroundLightGray {
    background: #f6f6f6 !important
}

.u-normalBoldness {
    font-weight: normal !important;
}

.u-backgroundLightBlue {
    background: rgba(57, 163, 226, 0.07);
    border-radius: 8px;
}

.u-backgroundLightishBlue {
    background: rgba(0, 164, 226, 0.08); /* For browsers that do not support gradients */
    /*background: -webkit-linear-gradient(to right, rgba(57, 163, 226, 0.09), rgba(57, 163, 226, 0.09) 25%, rgba(57, 163, 226, 0));
    background: -o-linear-gradient(to right, rgba(57, 163, 226, 0.09), rgba(57, 163, 226, 0.09) 25%, rgba(57, 163, 226, 0));
    background: -moz-linear-gradient(to right, rgba(57, 163, 226, 0.09), rgba(57, 163, 226, 0.09) 25%, rgba(57, 163, 226, 0));
    background: linear-gradient(to right, rgba(57, 163, 226, 0.09), rgba(57, 163, 226, 0.09) 25%, rgba(57, 163, 226, 0));*/
    border-radius: 8px;
}

.u-backgroundLightishBlue:hover {
    background: rgba(0, 164, 226, 0.15); /* For browsers that do not support gradients */
}

.contractDetailsAndApproval {
    position: relative;
    top: 0
}

.contractDetailsAndApproval > h3,
.contractDetailsAndApproval > h5 {
    text-align: left;
    padding: 0 0 0 10px;
}

.u-textAlignLeft {
    text-align: left !important;
}

.u-textAlignRight {
    text-align: right !important;
}

.u-paddingTop5 {
    padding-top: 5px !important;
}

.u-billLikeBoxShadow {
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    -o-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}

.u-spacialBoxShadowMessages {
    -webkit-box-shadow: 0 5px 15px 0px rgba(40, 40, 40, .08);
    -moz-box-shadow: 0 5px 15px 0px rgba(40, 40, 40, .08);
    -o-box-shadow: 0 5px 15px 0px rgba(40, 40, 40, .08);
    box-shadow: 0 5px 15px 0px rgba(40, 40, 40, .08);
    margin-bottom: 20px;
}

body.inserate .u-spacialBoxShadowMessages {
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    -o-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    margin-bottom: 20px;
}

.u-billLikeBoxShadowUponHover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.u-wideWhiteBoxShadowSpread {
    -webkit-box-shadow: 0 0 280px 100px #FFF;
    -moz-box-shadow: 0 0 280px 100px #FFF;
    -o-box-shadow: 0 0 280px 100px #FFF;
    box-shadow: 0 0 280px 100px #FFF;
}

.u-billLikeBoxShadowUponHover:hover,
.u-billLikeBoxShadowUponHover:focus {
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 6px 15px rgba(0, 0, 0, .07);
    -o-box-shadow: 0 6px 15px rgba(0, 0, 0, .07);
    box-shadow: 0 6px 15px rgba(0, 0, 0, .07);
}

#card-button-check-mark,
#iban-button-check-mark {
    z-index: 25 !important;
}

.faa-car {
    background: url(/static/images/permalink/auto-gray-lg.png);
    background-repeat: no-repeat;
    background-size: auto 22px;
    background-position: right top 13px;
    min-width: 60px;
    height: 40px;
    width: auto !important;
}

.faa-motorcycle {
    background: url(/static/images/permalink/bike-bw-lg.png);
    background-repeat: no-repeat;
    background-size: auto 22px;
    background-position: 58% 53%;
    min-width: 63px;
    height: 40px;
    width: auto !important;
}

.fa-1com6x {
    font-size: 1.6em !important;
}

.u-minWidth100 {
    min-width: 100px !important;
}

.u-minWidth200 {
    min-width: 200px !important;
}

.u-maxWidth100 {
    max-width: 100px !important;
}

.u-width100percent {
    width: 100% !important;
}

.u-height360verticalScroll#messagesContent {
    height: auto !important;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
    -webkit-font-smoothing: subpixel-antialiased;
}

#send-message {
    position: relative;
    right: 0;
    bottom: -10px;
    width: auto;
    float: right;
    margin-bottom: -10px;
}

.border-bl-tr-no-radius {
    border-radius: 4px;
}

@media (max-width: 710px) {
    .message-textarea {
        min-height: 6em;
    }

    /*#userResponse {
        position: fixed;
        bottom: -7px !important;
        width: 100%;
        left: 0;
        height: 57px !important;
        box-shadow: 0 -6px 15px rgba(0, 0, 0, .07);
        -webkit-box-shadow: 0 -6px 15px rgba(0, 0, 0, .07);
        z-index: 200 !important;
    }

    .message-textarea {
        overflow-y: scroll !important;
        min-width: 100%;
        max-width: 100%;
        float: left;
        border-radius: 0;
        padding-right: 65px;
        resize: none;
    }

    .u-height360verticalScroll {
        height: auto !important;
    }

    #send-message {
        top: initial;
        bottom: 57px;
    }*/
    /*.u-height360verticalScroll#messagesContent {
        max-height: 500px;
    }*/

}

.chatElement:first-child {
    padding-top: 15px !important;
}

.chatElement:last-child {
    padding-bottom: 15px !important;
}

.messageTimeSent {
    position: relative;
    float: right;
    bottom: -10px;
    color: #AAAAAA !important;
    right: -6px;
    font-size: 8px;
}

.automaticMessage-Green > .messageTimeSent,
.automaticMessage-Red > .messageTimeSent {
    position: absolute;
    bottom: 10px;
    margin-right: 10px;
}

.auto-message-mng-stamp {
    background-image: url(/static/images/team_handwritten.png);
    background-repeat: no-repeat;
    background-size: auto 54px;
    width: 270px;
    height: 50px;
    text-align: right !important;
}

.button-auto-width {
    width: 100%;
}

.listingCurrentlyProcessed {
    background: rgba(40, 40, 40, 0.5);
    z-index: 2000000;
    height: inherit !important;
    min-height: 151px;
    display: inline !important;
    margin-bottom: -151px;
    border-radius: 8px;
    width: 100% !important;
    min-width: 100%;
    text-align: center;
    padding-top: 53px;
}

.listingCurrentlyProcessed > i {
    color: #FFFFFF;
}

.bookingHeading {
    font-weight: 600 !important;
    font-size: 25px !important;
    display: block !important;
    padding-bottom: 12px !important;
    line-height: 1.1em;
}

.bookingHeading.transHeading {
    padding-bottom: 0 !important;
}

.bookingSubHeading {
    font-weight: 400 !important;
    font-size: 21px;
    padding-left: 0;
    line-height: 1.1;
    word-break: break-all;
}

.bookingSubHeading.transSubHeading {
    line-height: 1.6 !important;
}

.bookingSubSubHeading {
    font-weight: 400 !important;
    font-size: 16px;
    padding-left: 0;
    line-height: 1.1;
}

.bookingSubSubHeading.transSubSubbHeading {
    line-height: 1.6 !important;
}

.bookingSubHeadingBold {
    font-weight: 600 !important;
    font-size: 17px;
    padding-left: 0;
}

.bookingSubHeading:last-child {
    padding-bottom: 12px !important;
}

.u-height80 {
    height: 80px !important;
}

.u-height110 {
    height: 110px !important
}

.u-height112 {
    height: 112px !important
}

.u-height120 {
    height: 120px !important
}

.u-height150 {
    height: 150px !important
}

.u-height143 {
    height: 143px !important
}

.u-height170 {
    height: 170px !important
}

.u-height200 {
    height: 200px !important
}

.u-height207finish {
    height: 207px !important;
    margin-top: 8px;
}

@media screen and (max-width: 992px) {
    .u-maxWidth180untilSM {
        max-width: 180px !important;
    }
}

@media screen and (max-width: 400px) {
    .u-maxWidth180untilSM {
        max-width: 160px !important;
    }
}

.row-no-fckin-padding {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.u-marginTopMinus1 {
    margin-top: -1px !important;
}

.u-backgroundColorBookingMessageAction {
    background: #FFFFFF !important;
    /*background: -webkit-linear-gradient(to top, #F6F6F6, #FFF 20%) !important;
    background: -moz-linear-gradient(to top, #F6F6F6, #FFF 20%) !important;
    background: -o-linear-gradient(to top, #F6F6F6, #FFF 20%) !important;
    background: linear-gradient(to top, #F6F6F6, #FFF 20%) !important;*/
}

.u-marginTop15px {
    margin-top: 15px !important;
}

.u-marginTop20px {
    margin-top: 20px !important;
}

@media (min-width: 768px) {
    .rightWhenLG {
        text-align: right !important;
    }
}

.marginTopPriceLG {
    margin-top: 30px !important;
}

@media (min-width: 768px) {
    .paddingLeftRight15LG {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .marginTopPriceLG {
        margin-top: 110px !important;
    }
}

.noTopPadding {
    padding-top: 0 !important;
}

.noLeftRightPadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.button-grey-outline {
    height: 40px;
    width: auto;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    touch-action: manipulation;
    white-space: nowrap;
    font-size: 14px;
    padding: 6px 10px;
    line-height: 1.5;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    border: 1px solid;

    color: #333;
    text-shadow: 0 1px #e0e0e0;
    background-color: #e0e0e0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #bfbfbf), color-stop(20%, #bfbfbf), color-stop(100%, #e0e0e0));
    background: -webkit-linear-gradient(bottom, #bfbfbf 0, #bfbfbf 20%, #e0e0e0 100%);
    background: -ms-linear-gradient(bottom, #bfbfbf 0, #bfbfbf 20%, #e0e0e0 100%);
    background: -o-linear-gradient(bottom, #bfbfbf 0, #bfbfbf 20%, #e0e0e0 100%);
    background: linear-gradient(bottom, #bfbfbf 0, #bfbfbf 20%, #e0e0e0 100%);
    border-color: #cbcbcb #b2b2b2 #8b8b8b;
    -webkit-box-shadow: 0 1px #ececec inset;
    -moz-box-shadow: 0 1px #ececec inset;
    box-shadow: 0 1px #ececec inset;
}

.button-grey-outline:hover,
.button-grey-outline:focus,
.button-grey-outline:active {
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    color: #444444;
    background-color: #F6F6F6;
    text-decoration: none;
    outline: none !important;
    border-color: #AAAAAA;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .button-grey-outline {
        width: 100%;
    }
}

#declineProposal > .button-grey-outline {
    width: 100% !important;
    height: 45px !important;
    padding-top: 8px;
}

.button-black-outline {
    color: #282828;
    height: 30px;
    width: auto;
    background: transparent;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    touch-action: manipulation;
    white-space: nowrap;
    font-size: 14px;
    padding: 3px 8px;
    line-height: 1.5;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    border: 1px solid #CCCCCC;
}

.button-black-outline:hover,
.button-black-outline:focus,
.button-black-outline.hover {
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    color: #FFFFFF;
    background-color: #282828;
    text-decoration: none;
    outline: none !important;
    border-color: #282828;
    opacity: 1;
    filter: alpha(opacity=100);
}

body.renter_transaction .row.other-contracts {
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08), 0 0 30px 50px #FFF;
    -moz-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08), 0 0 30px 50px #FFF;
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08), 0 0 30px 50px #FFF;
    margin-bottom: 40px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#transactions .button-black-outline {
    border: 1px solid #EEE;
}

#transactions .button-black-outline:hover,
#transactions .button-black-outline:focus,
#transactions .button-black-outline.hover {
    background-color: #FFF;
    color: #282828;
    border: 1px solid #DDD;
    box-shadow: 0 0 10px -2px #DDD;
}

#transactions table .button-black-outline {
    border: 1px solid transparent;
}

#transactions table .button-black-outline:hover,
#transactions table .button-black-outline:focus,
#transactions table .button-black-outline.hover {
    background-color: #eee;
    color: #282828;
    border: 1px solid transparent;
    box-shadow: none;
}

.button-black-outline.transactionDropdown {
    height: 82px;
    font-size: 16px;
    padding: 15px 25px;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    padding-right: 28px !important;
    width: 100%;
    text-align: left;
    background: #FFFFFF;
}

.button-black-outline.transactionDropdown::before {
    content: "\f13a";
    font-family: "FontAwesome";
    float: right;
    margin-right: 30px;
    margin-top: 5px;
    color: #CCC;
    font-size: 1.3em;
    position: absolute;
    right: 0;
}

.button-black-outline.transactionDropdown:hover {
    background: #FFFFFF;
    color: #282828;
}

.col-xs-12.expandable-col {
    box-shadow: 0 -10px 30px -11px #DDD;
    background: transparent;
    bottom: 0;
    z-index: 0;
    position: absolute;
    height: 30px;
    width: 100%;
}

body.renter_transaction .col-xs-12.expandable-col {
    margin-bottom: -55px;
    position: relative;
    margin-top: 22px;
}

.col-xs-12.u-fontSizeMedium16.u-alignCenter.u-contentTextBold.btn.button-semi-blue.btn-expand-transactions.u-backgroundWhite.u-fontColorViolet {
    width: 240px;
    margin: 0 auto;
    padding-right: 0 !important;
    padding-left: 0 !important;
    float: none;
    text-align: center !important;
    border: 1px solid #DDD;
    background-color: #FFF !important;
    color: #BBB !important;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 10px 10px 10px 0;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #F6F6F6;
    font-size: 14px;
    width: 9.3em
}

.table > thead > tr > th {
    vertical-align: bottom;
    font-size: 16px;
    border-bottom: 1px solid #EEEEEE;
}

.u-borderRadiusLeft8 {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

/* DROPDOWN MENU BOOTSTRAP OVERWRITE 2*/
.dropdown-menu-black {
    position: absolute;
    top: 0 !important;
    left: 10px;
    width: calc(100% - 20px);
    z-index: 10000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: -2px 0 0;
    font-size: 16px;
    text-align: left;
    cursor: pointer !important;
    list-style: none;
    background-color: #F6F6F6;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #777777;
    border-radius: 8px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background: #FFFFFF;
}

.dropdown-menu-black > li > a {
    display: block;
    padding: 14px 24px;
    clear: both;
    font-weight: normal;
    line-height: 1.72857143;
    color: #282828;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    height: 74px;
}

.dropdown-menu-black > li.active > a,
.dropdown-menu-black > li.active > a:hover,
.dropdown-menu-black > li.active > a:focus {
    background-color: #444444;
    color: #FFFFFF;
}

.dropdown-menu-black > li > a:hover,
.dropdown-menu-black > li > a:focus {
    color: #282828;
    text-decoration: none;
    background-color: #DDDDDD;
}

.button-black-outline.transactionDropdown > i,
.dropdown-menu-black > li > a > i {
    width: 16px;
    text-align: center;
}

.dropdown-menu-black .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #282828;
}

h2.hover-underline {
    padding-right: 30px !important
}

h2.hover-underline > .fa.fa-check-circle.u-textColorGreen {
    float: right !important;
    margin-right: 10px;
    position: absolute;
    right: 0
}

.two_cards {
    background-color: transparent;
}

.two_cards .two_cards_container {
    max-width: 1024px;
    margin: 0 auto;
    background-position: 49.8%;
    background-repeat: no-repeat;
    background-size: 1px 85%;
}

.two_cards .two_card_container {
    width: 101%;
    display: inline-block;
    float: left;
    /*height: 40px !important;*/
}

.two_cards .two_card_container#renters_card {
    float: right;
}

@media screen and (max-width: 767px) {
    .two_cards .two_card_container {
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

.two_cards .card {
    padding: 16px 2px 44px;
    position: relative;
    transition-property: all;
    transition-duration: 220ms;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 1px solid #CCCCCC;
    border-radius: 8px 8px 0 0;
    border-bottom: none;
    background-color: transparent;
    margin-top: 0;
}

@media screen and (max-width: 700px) {
    .two_cards .two_card_container#renters_card {
        float: left;
    }

    .nav-tabs > li:last-child > a {
        margin-left: 0;
    }
}

@media screen and (min-width: 701px) {
    .two_cards .card:hover {
        background-color: #F6F6F6;
        box-shadow: 0 -6px 15px rgba(0, 0, 0, .07);
        -webkit-box-shadow: 0 -6px 15px rgba(0, 0, 0, .07);
    }
}

.two_cards .card:hover .btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.two_cards .card_title {
    font-size: 14px;
    line-height: 41px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600 !important;
    text-align: left;
    font-family: "Camphor", "Open Sans", sans-serif;
}

li.active .card h2, .u-fontColorViolet {
    color: #8899f3 !important;
}

li:first-child .card h2 {
    margin-left: -6px;
}

.two_cards .card_description {
    font-size: 17px;
    line-height: 26px;
    padding: 0;
    margin: 4px auto 24px;
    max-width: 340px;
}

.two_cards .card_image {
    height: 155px;
    width: 268px;
    margin: 0 auto 0;
    background-repeat: no-repeat;
}

@media screen and (max-width: 710px) {
    .two_cards .card_title {
        font-size: 17px;
        line-height: 36px;
    }
}

@media screen and (max-width: 710px) {
    .two_cards .card_title {
        font-size: 14px;
        line-height: 28px;
    }
}

.u-borderSolidCCC {
    border: 1px solid #ccc !important
}

.table {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 1024px) {
    .table-responsive {
        border: 1px solid transparent;
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
    max-width: none;
    width: auto;
    vertical-align: middle;

}

.btn-expand-transactions {
    padding: 8px;
    margin: 0;
    width: 100%;
}

.table-responsive table tr:nth-child(n+4) {
    display: none;
}

.table-responsive.expanded table tr:nth-child(n+4) {
    display: table-row;
}

.table-responsive.expanded + .btn-expand-transactions-wrap {
    display: none;
}

.u-marginTopMinus5 {
    margin-top: -5px !important
}

.u-marginTopMinus20 {
    margin-top: -20px !important
}

.u-marginTop5 {
    margin-top: 5px !important
}

.paddingRight3 {
    padding-right: 3px !important;
}

.marginRight4 {
    margin-right: 4px !important;
}

.minWidth15rem {
    min-width: 15rem !important;
}

.minWidth5rem {
    min-width: 5rem !important;
}

.minWidth5rem + td:first-child {
    min-width: 200px;
}

.minWidth20rem {
    min-width: 20rem !important;
}

.maxWidth30rem {
    max-width: 30rem !important;
}

:root .fa-rotate-45 {
    filter: none;
}

.fa-rotate-45 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5)";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 350px) {
    .maxWidth90given350screen {
        max-width: 90px !important;
    }
}

.u-displayInlineBlock {
    display: inline-block !important;
}

.u-verticalAlignMiddleAndMarginBottomMinus25 {
    vertical-align: middle !important;
    margin-top: -25px !important;
}

.u-paddingLeft50 {
    padding-left: 50px !important;
}

.u-paddingLeft80 {
    padding-left: 80px !important;
}

@media screen and (max-width: 992px) {
    .vehicleMessageIconResponsivePosition {
        position: absolute;
        margin-top: 58px !important;
        right: 2.6em;
    }

    .u-paddingLeft50 {
        padding-left: 0 !important;
    }

    .u-verticalAlignMiddleAndMarginBottomMinus25 {
        margin-top: -14px !important;
        background-position: left 0px top 12px;
    }

    .faa-motorcycle.u-verticalAlignMiddleAndMarginBottomMinus25 {
        background-position: left 10px top 12px;
    }

}

.u-minHeight140RelPos {
    min-height: 1px !important;
    position: relative;
    float: right;
    margin-top: -10px;
}

@media screen and (max-width: 992px) {
    .u-minHeight140RelPos {
        position: relative;
        margin-top: 130px;
    }
}

.u-minHeight140RelPosContent {
    position: absolute;
    bottom: 28px;
    width: 100%;
}

.u-paddingRight5 {
    padding-right: 5px !important;
}

.u-paddingLeft5 {
    padding-left: 5px !important;
}

.u-paddingRight10 {
    padding-right: 10px !important;
}

.u-paddingRight15 {
    padding-right: 15px !important;
}

.u-paddingRight40cond {
    padding-right: 40px !important;
    margin-bottom: 60px !important;
}

@media screen and (max-width: 768px) {
    .u-paddingRight40cond {
        padding-right: 0 !important;
    }
}

.u-contentTextBold {
    font-family: "Camphor", "Open Sans", sans-serif;
    font-weight: 600 !important;
    font-style: normal !important
}

.u-contentTextMedium {
    font-family: "Camphor", "Open Sans", sans-serif;
    font-weight: 400 !important;
    font-style: normal !important
}

.u-contentTextThin {
    font-family: "Camphor", "Open Sans", sans-serif;
    font-weight: 300 !important;
    font-style: normal !important
}

.u-fontSizeMedium {
    font-size: 18px !important
}

.u-fontSizeMedium16 {
    font-size: 16px !important
}

.u-fontSizeSmallest {
    font-size: 12px !important;
    line-height: 1.3;
}

.u-fontSizeSmall {
    font-size: 14px !important
}

.u-headlineInviteFriends {
    color: #AAAAAA !important;
    margin-bottom: 12px !important;
    font-size: 17px !important;
}

.u-textInviteFriends {
    color: #FFFFFF !important;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    font-size: 15px !important;
    transition: opacity 0.33s ease-in-out;
}

.u-textInviteFriends:hover,
.u-textInviteFriends:focus,
.u-textInviteFriends:active,
.u-textInviteFriends.active {
    color: #FFFFFF !important;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

input[type="file"] {
    display: none !important;
}

.u-alignFckinCenter {
    text-align: center !important;
}

.u-textColor888 {
    color: #888888
}

.cursorPointer {
    cursor: pointer;
}

.paddingTop10 {
    padding-top: 10px;
}

.borderRadius15 {
    border-radius: 15px !important;
}

.button-invite-friends {
    position: relative;
    text-align: center;
    border: 2px solid rgba(46,138,247, 1);
    padding: 4px 5px;
    background-color: #282828;
    font-size: 15px;
    -webkit-box-shadow: inset 0 0 2px #48afe5, inset 0 0 30px rgba(72, 175, 229, 0.15), inset 0 0 40px rgba(72, 175, 229, 0.07), 0 0 6px rgba(72, 175, 229, 0.51), 0 0 10px rgba(72, 175, 229, 0.16), 0 0 40px rgba(72, 175, 229, 0.2);
    box-shadow: inset 0 0 2px rgba(72, 175, 229, 0), inset 0 0 30px rgba(72, 175, 229, 0.15), inset 0 0 40px rgba(72, 175, 229, 0.07), 0 0 6px rgba(72, 175, 229, 0.02), 0 0 10px rgba(72, 175, 229, 0.16), 0 0 40px rgba(72, 175, 229, 0.2);
    text-shadow: 0 0 4px rgba(229, 67, 94, 0.3), 0 0 7px #e5435e, 0 0 10px rgba(229, 67, 94, 0.62), 0 0 70px rgba(229, 67, 94, 0.13), 0 0 80px rgba(229, 67, 94, 0.55);
    color: #ff7b9c;
}

.button-invite-friends:focus,
.button-invite-friends:active {
    outline: 0;
}

@media screen and (max-width: 710px) {
    .u-textInviteFriends {
        display: none !important;
    }

    .button-invite-friends {
        border-radius: 15px 0 0 0 !important;
        border: 2px solid #282828;
        box-shadow: none !important;
    }
}

.seapaga {
    display: inline;
    animation: seapaga 8.6s infinite;
    -webkit-animation: seapaga 8.6s infinite;
}

@keyframes seapaga {
    0% {
        text-shadow: 0px 0px 5px #e5435e, 0px 0px 10px #e5435e, 0px 0px 10px #e5435e, 0px 0px 80px rgba(229, 67, 94, .6), 0px 0px 100px rgba(229, 67, 94, .9);
        color: #ff7b9c;
    }
    5% {
        text-shadow: 0px 0px 5px #e5435e, 0px 0px 10px #e5435e, 0px 0px 10px #e5435e, 0px 0px 80px rgba(229, 67, 94, .6), 0px 0px 100px rgba(229, 67, 94, .9);
        color: #ff7b9c;
    }
    6% {
        color: #000;
        text-shadow: none;
    }
    12% {
        color: #000;
        text-shadow: none;
    }
    13% {
        text-shadow: 0px 0px 5px #e5435e, 0px 0px 10px #e5435e, 0px 0px 10px #e5435e, 0px 0px 80px rgba(229, 67, 94, .6), 0px 0px 100px rgba(229, 67, 94, .9);
        color: #ff7b9c;
    }
    25% {
        text-shadow: 0px 0px 5px #e5435e, 0px 0px 10px #e5435e, 0px 0px 10px #e5435e, 0px 0px 80px rgba(229, 67, 94, .6), 0px 0px 100px rgba(229, 67, 94, .9);
        color: #ff7b9c;
    }
    26% {
        color: #000;
        text-shadow: none;
    }
    30% {
        color: #000;
        text-shadow: none;
    }
    31% {
        text-shadow: 0px 0px 5px #e5435e, 0px 0px 10px #e5435e, 0px 0px 10px #e5435e, 0px 0px 80px rgba(229, 67, 94, .6), 0px 0px 100px rgba(229, 67, 94, .9);
        color: #ff7b9c;
    }
    100% {
        text-shadow: 0px 0px 5px #e5435e, 0px 0px 10px #e5435e, 0px 0px 10px #e5435e, 0px 0px 80px rgba(229, 67, 94, .6), 0px 0px 100px rgba(229, 67, 94, .9);
        color: #ff7b9c;
    }
}

@-webkit-keyframes seapaga {
    0% {
        text-shadow: 0px 0px 5px #e5435e, 0px 0px 10px #e5435e, 0px 0px 10px #e5435e, 0px 0px 80px rgba(229, 67, 94, .6), 0px 0px 100px rgba(229, 67, 94, .9);
        color: #ff7b9c;
    }
    5% {
        text-shadow: 0px 0px 5px #e5435e, 0px 0px 10px #e5435e, 0px 0px 10px #e5435e, 0px 0px 80px rgba(229, 67, 94, .6), 0px 0px 100px rgba(229, 67, 94, .9);
        color: #ff7b9c;
    }
    6% {
        color: #000;
        text-shadow: none;
    }
    12% {
        color: #000;
        text-shadow: none;
    }
    13% {
        text-shadow: 0px 0px 5px #e5435e, 0px 0px 10px #e5435e, 0px 0px 10px #e5435e, 0px 0px 80px rgba(229, 67, 94, .6), 0px 0px 100px rgba(229, 67, 94, .9);
        color: #ff7b9c;
    }
    25% {
        text-shadow: 0px 0px 5px #e5435e, 0px 0px 10px #e5435e, 0px 0px 10px #e5435e, 0px 0px 80px rgba(229, 67, 94, .6), 0px 0px 100px rgba(229, 67, 94, .9);
        color: #ff7b9c;
    }
    26% {
        color: #000;
        text-shadow: none;
    }
    30% {
        color: #000;
        text-shadow: none;
    }
    31% {
        text-shadow: 0px 0px 5px #e5435e, 0px 0px 10px #e5435e, 0px 0px 10px #e5435e, 0px 0px 80px rgba(229, 67, 94, .6), 0px 0px 100px rgba(229, 67, 94, .9);
        color: #ff7b9c;
    }
    100% {
        text-shadow: 0px 0px 5px #e5435e, 0px 0px 10px #e5435e, 0px 0px 10px #e5435e, 0px 0px 80px rgba(229, 67, 94, .6), 0px 0px 100px rgba(229, 67, 94, .9);
        color: #ff7b9c;
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.u-floatRight {
    float: right !important;
}

.u-modificationButtonsListings {
    color: #282828 !important;
    background: #FFFFFF !important;
    padding-right: 15px !important;
    font-size: 9px !important;
    border-color: transparent !important;
}

.u-modificationButtonsListings:hover,
.u-modificationButtonsListings:focus {
    border-color: #EEE !important;
    box-shadow: 0 0 0 1px rgba(50, 50, 93, .01), 0 2px 5px 0 rgba(50, 50, 93, .08), 0 1px 1.5px 0 rgba(0, 0, 0, .07), 0 1px 2px 0 rgba(0, 0, 0, .02), 0 0 0 0 transparent;
}

.landlord-transaction .avatar-image + span {
    top: 1px;
    position: relative;
    margin-right: 20px;
}

.dropdown-header {
    display: block;
    padding: 3px 5px 11px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
    text-align: left;
    font-size: 14px;

}

.u-modificationButtonsListings > i {
    font-size: 8px !important;
}

.u-modificationButtonsListings.u-transactionDotsButton {
    background: transparent !important;
}

.u-modificationButtonsListings.u-transactionDotsButton > i {
    font-size: 5px !important;
    color: #AAA;
}

.nav-tabs#landlordTransactionsNavtabs > li {
    display: inline-block;
    float: left;
    width: 157px;
}

.nav-tabs#landlordTransactionsNavtabs > li:last-child {
    float: left;
    width: 200px;
}

@media screen and (max-width: 710px) {
    .nav-tabs#landlordTransactionsNavtabs > li:last-child {
        width: 300px;
    }
}

.inlineFlexRider {
    display: inline-flex;
    top: -7px !important;
    position: relative;
}

.nav-tabs#landlordTransactionsNavtabs > li > a {
    color: #aaaaaa;
    margin-right: 0;
    line-height: 1.42857143;
    border: none;
    border-radius: 0;
    padding: 0;
}

.nav-tabs#landlordTransactionsNavtabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs#landlordTransactionsNavtabs > li.active > a,
.nav-tabs#landlordTransactionsNavtabs > li.active > a:hover,
.nav-tabs#landlordTransactionsNavtabs > li.active > a:focus {
    color: transparent;
    cursor: pointer;
    background: transparent;
    border: none;
    border-bottom-color: transparent;
    z-index: 2;
}

.nav-tabs#landlordTransactionsNavtabs > li.active > a > #income_card > .card,
.nav-tabs#landlordTransactionsNavtabs > li.active > a > #renters_card > .card,
.nav-tabs#landlordTransactionsNavtabs > li > a > #income_card > .card,
.nav-tabs#landlordTransactionsNavtabs > li > a > #renters_card > .card {
    border-radius: 8px 8px 0 0;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-style: none;
    height: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.nav#landlordTransactionsNavtabs > li > a:hover,
.nav#landlordTransactionsNavtabs > li > a:focus {
    text-decoration: none;
    background-color: #f6f6f6;
    border-color: #ddd #ddd transparent #ddd;
}

.tab-content#transactionsTabContent {
    padding: 0;
    background-color: #FFFFFF;
    border: none !important;
    border-radius: 0 0 8px 8px;
}

@media screen and (max-width: 425px) {
    .nav-tabs#landlordTransactionsNavtabs > li {
        width: 100% !important;
        height: 40px;
    }

    li .card h2 {
        margin-left: -6px;
    }
}

#transactionsTabContent thead {
    background: rgb(247, 247, 247);
}

.u-paddingTransactionFlow {
    padding: 20px 25px 5px !important;
}

.u-paddingLeft25 {
    padding-left: 25px !important;
}

.u-paddingRight25 {
    padding-right: 25px !important;
}

.tab-content#transactionsTabContent table, .tab-content#transactionsTabContent .table-responsive {
    border: none !important;
    margin-bottom: 0 !important;
}

.tab-content#transactionsTabContent > .active {
    background: transparent;
    padding-top: 0;
}

.button-auto-width#rentedObjects:after {
    background: -webkit-linear-gradient(90deg, transparent 50%, #DDD);
    background: -moz-linear-gradient(90deg, transparent 50%, #DDD);
    background: -o-linear-gradient(90deg, transparent 50%, #DDD);
    background: linear-gradient(90deg, transparent 50%, #DDD);
    background: linear-gradient(90deg, transparent 27vw, #DDD);
    position: absolute;
    height: 1px;
    top: 50%;
    width: calc(100% - 70px);
    left: 25px;
}

@media screen and (max-width: 768px) {
    .button-auto-width#rentedObjects:after {
        background: -webkit-linear-gradient(90deg, transparent 80%, #DDD);
        background: -moz-linear-gradient(90deg, transparent 80%, #DDD);
        background: -o-linear-gradient(90deg, transparent 80%, #DDD);
        background: linear-gradient(90deg, transparent 80%, #DDD);
    }
}

.table.currentRentersTable {
    background: transparent;
    margin-bottom: 10px;
}

.table.currentRentersTable > thead > tr > th,
.table.currentRentersTable > tbody > tr > th,
.table.currentRentersTable > tfoot > tr > th,
.table.currentRentersTable > thead > tr > td,
.table.currentRentersTable > tbody > tr > td,
.table.currentRentersTable > tfoot > tr > td {
    border-top: 1px solid #EEEEEE;
    padding: 10px;
}

#incomeStatements .table.currentRentersTable > tbody > tr > th,
#incomeStatements .table.currentRentersTable > tbody > tr > td {
    padding: 10px;
}

.table.currentRentersTable > thead > tr > th {
    padding-right: 7px;
    border-bottom: 1px solid #DDDDDD;
}

.currentRentersTable tr {
    border-left: 3px solid transparent;
}

th.payout-item {
    min-width: 190px !important;
}

tr.payout_divider {
    cursor: pointer;
}

tr.payout_divider.expanded ~ tr:not(.singular_payout) {
    border-bottom: hidden;
    border-top: 3px double #DDD;
}

tr.payout_divider.expanded {
    background-color: rgb(231, 242, 255);
    border-left: 3px solid rgba(46,138,247, 1);
}

tr.payout_divider:hover, tr.payout_divider:focus {
    background-color: rgb(231, 242, 255);
}

tr.payout_divider:not(.expanded) ~ .singular_payout {
    display: none !important;
}

tr.payout_divider.expanded ~ tr.singular_payout {
    background-color: rgb(245, 248, 255);
    border-left: 3px solid rgba(46,138,247, .5);
}

tr.payout_divider.expanded ~ tr.singular_payout td {
    border-top: 1px solid #cfdcef;
}

td.u-noWrapWithEllipsis.maxWidth30rem:nth-child(2) {
    min-width: 100px;
    width: auto !important;
    max-width: 160px !important;
}

.u-fontSizeSmallest {
    font-size: 12px !important
}

.u-fontSizeSmall {
    font-size: 14px !important
}

.u-fontSizeMedium {
    font-size: 18px !important
}

.u-fontSizeUp {
    font-size: 19px !important;
    line-height: 1.4;
}

.u-fontSizeUpper {
    font-size: 21px !important;
    line-height: 1.4em;
}

.u-fontSizeLarge {
    font-size: 24px !important;
    line-height: 1.3;
}

.u-fontSizeNonPlusUltra27 {
    font-size: 27px !important;
    line-height: 1.2;
}

.u-fontSizeMassive {
    font-size: 45px;
    line-height: 1.1em;
}

.profile-pic-wrapper {

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px;

    display: inline-block;
}

.profile-pic-wrapper.wh58 {
    width: 58px;
    height: 58px;
    position: absolute;
    left: -1px;
    top: 2px;
}

.pictureContainer {
    position: absolute;
    left: 0;
    margin-left: 12px;
    margin-top: 19px;
}

.pictureContainer + .pictureContainer {
    position: absolute;
    left: 0;
    margin-left: 240px;
    margin-top: 19px;
}

.profile-pic-wrapper.wh70 {
    width: 70px;
    height: 70px;
}

.profile-pic-wrapper.wh58 {
    position: relative !important;
    margin: 12px auto 5px;
    display: block;
}

.profile-pic-wrapper.wh58 + div.photoDescription {
    width: auto;
    min-width: 150px !important;
    text-align: left;
    position: absolute;
    bottom: 42px;
    left: 85px;
}

@media screen and (max-width: 600px) {
    .u-adjust110height {
        height: 200px !important
    }

    .pictureContainer + .pictureContainer {
        position: absolute;
        left: 0;
        margin-left: 10px;
        margin-top: 110px;
        margin-bottom: 230px;
    }

    .profile-pic-wrapper.wh58 + div.photoDescription {
        left: 82px;
        display: block;
        position: absolute;
        right: 0;
        width: 110px;
        min-width: 1px !important;
        text-align: left;
        top: 26px;
        float: left;
    }
}

.profile-pic-wrapper.wh30 {
    /*width: 34px;
    height: 34px;
    margin-left: -3px;
    margin-top: 9px;*/
    width: 34px;
    height: 34px;
    margin-left: 0;
    margin-top: 16px;
    padding: 0;
}

.dashboard-bcg .profile-pic-wrapper.wh30 {
    margin-top: -20px;
}

.profile-pic-wrapper.wh270 {
    width: 270px;
    height: 270px;
}

.profile-pic-wrapper > img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    left: -1px;
    top: -1px;
    background: transparent;
}

.profile-pic-wrapper.wh58 > img {
    width: 53px;
    height: 53px;
    top: -2px;
    left: -2px;
    box-shadow: 0 0 0 4px white;
}

.profile-pic-wrapper.wh70 > img {
    width: 70px;
    height: 70px;
    top: 0px;
    left: 0px;
}

.profile-pic-wrapper::before, .profile-pic-wrapper::after {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .07);
    -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, .07);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .07);
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .07);
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 5;
    pointer-events: none;
    border-radius: 4px;
}

.profile-pic-wrapper.wh58::before, .profile-pic-wrapper.wh58::after {
    width: 54px;
    height: 54px;
}

body.permalink .profile-pic-wrapper.wh58::before,
body.permalink .profile-pic-wrapper.wh58::after,
body.permalink .profile-pic-wrapper.wh58 > img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50% !important;
}

.profile-pic-wrapper.wh70::before, .profile-pic-wrapper.wh70::after {
    width: 72px;
    height: 70px;
    left: 3px;
    top: 4px;
}

.profile-pic-wrapper.wh270::before, .profile-pic-wrapper.wh270::after {
    width: 266px;
    height: 266px;
    left: 53px;
    top: 53px;
}

.tips-abs-bcg {
    position: fixed;
    background: rgba(245, 247, 249, .5);
    height: 100%;
    width: 34%;
    float: right;
    right: 0;
    top: 0;
    z-index: -1;
    border-left: 1px solid rgb(237, 245, 253);
    -webkit-box-shadow: inset 1px 1px 10px 2px #f8fafb;
    -moz-box-shadow: inset 1px 1px 10px 2px #f8fafb;
    -o-box-shadow: inset 1px 1px 10px 2px #f8fafb;
    box-shadow: inset 1px 1px 10px 2px #f8fafb;
}

@media screen and (max-width: 768px) {
    .tips-abs-bcg {
        display: none;
    }
}

@media screen and (min-width: 1440px) {
    .tips-abs-bcg {
        width: calc((100vw - 1440px) / 2 + 487px);
    }
}

.amazing-steps .steps {
    text-align: center;
    padding-top: 80px;

    background: #FFFFFF;

    -o-box-shadow: 0 2px 30px -5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 30px -5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 30px -5px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 30px -5px rgba(0, 0, 0, .1);

}

.amazing-steps .steps.editable {
    background: transparent !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    max-width: 1300px;
    margin: 0 auto 30px;
    /* display: flex; */
    /* flex-direction: row; */
    /* float: left; */
    position: absolute
}

.amazing-steps .steps .steps-wrapper {
    min-height: 91px;
    position: fixed;
    z-index: 2008;
    top: 0;
    margin-left: -40px;
    overflow-y: none;
    display: block;
    height: 100%;
    padding-top: 115px;
    background: rgba(210, 220, 228, 0.55);
    background: -webkit-linear-gradient(rgba(231, 237, 241, 0.22), rgba(210, 220, 228, 0.55));
    background: -moz-linear-gradient(rgba(231, 237, 241, 0.22), rgba(210, 220, 228, 0.55));
    background: -o-linear-gradient(rgba(231, 237, 241, 0.22), rgba(210, 220, 228, 0.55));
    background: linear-gradient(rgba(231, 237, 241, 0.22), rgba(210, 220, 228, 0.55));
    width: 230px;
}

.steps-wrapper:after,
#myTabs.steps-wrapper::after,
#myTabs.steps-wrapper:after {
    position: fixed;
    bottom: unset;
    left: 231px;
    top: 128px;
    content: '';
    border: none;
    margin: -6px -6px 0;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 2rem;
    height: 2rem;
    background-color: #f6f8fa;
    z-index: 2003 !important;
    display: block !important;
}

@media only screen and (max-width: 1068px) {
    .amazing-steps .steps .steps-wrapper {
        min-height: 91px
    }
}

.amazing-steps .steps .steps-items {
    -webkit-padding-start: 0;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    background: transparent;
    overflow-y: scroll;
    height: auto;
    text-align: left !important;
    padding-left: 40px;
}

.amazing-steps .steps .steps-items li {
    display: table;
    vertical-align: middle;
    min-height: 40px;
    margin-bottom: 20px;
}

.amazing-steps .steps .steps-items li:first-child > div {
    height: 120px;
}

.amazing-steps .steps .steps-items li:first-child > div > div {
    width: 145px;
    border-radius: 6px;
    max-height: 120px;
    background-repeat: no-repeat;
    height: 120px;
    background-size: cover;
    background-position: center center;
}

.amazing-steps .steps .steps-item {
    font-size: 16px;
    text-decoration: none;
    text-align: left;
    color: #333;
    display: table-cell;
    vertical-align: middle;
    opacity: 0.7;
    border-radius: 6px;
    padding: 10px;
    filter: alpha(opacity=70);
    width: 100%;
    min-width: 145px;
    transition: all 0.33s ease-in-out;
    -webkit-transition: all 0.33s ease-in-out;
    -o-transition: all 0.33s ease-in-out;
}

.amazing-steps .steps .steps-item.current {
    /*box-shadow: 0 30px 40px -24px #D5D5D5;
    -o-box-shadow: 0 30px 40px -24px #D5D5D5;
    -webkit-box-shadow: 0 30px 40px -24px #D5D5D5;
    -moz-box-shadow: 0 30px 40px -24px #D5D5D5;*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.amazing-steps .steps .steps-item.current,
.amazing-steps .steps .steps-item.visited {
    background: #dce5ea;
    opacity: 1;
    filter: alpha(opacity=100);
}

.amazing-steps .steps .steps-item figure {
    margin-left: auto;
    margin-right: auto;
    min-height: 77px;
    display: none !important;
}

@media only screen and (max-width: 1068px) {
    .amazing-steps .steps .steps-item figure {
        min-height: 65px
    }
}

@media screen and (max-width: 1035px) {
    .inserate-edit-body label[data-type="measure-name"],
    .new_garage_step5 label[data-type="measure-name"] {
        min-width: unset;
        position: absolute;
        right: 0;
        top: -42px;
        width: 120px;
        text-align: left !important;
        display: block;
        left: unset;
    }
}

@media screen and (max-width: 900px) {

    .steps-wrapper:after {
        display: none !important;
    }

    .col-lg-12 .inserate-edit-body {
        padding: 15px !important;
    }

    .inserate-edit-body {
        padding: 0 !important;
    }

    .amazing-steps .steps.editable {
        position: relative;
        height: auto;
        padding-top: 0px;
    }

    .amazing-steps .steps .steps-wrapper {
        min-height: 91px;
        position: relative;
        height: auto;
        width: 106%;
        margin-left: -9px;
        padding-top: 30px;
    }

    .amazing-steps .steps .steps-items {
        padding: 0 15px;
    }

    .amazing-steps .steps .steps-items li {
        width: 100%;
    }

    .amazing-steps .steps .steps-items li:first-child > div {
        height: auto;
    }

    .amazing-steps .steps .steps-items li:first-child > div > div {
        width: 100%;
        max-height: none;
        height: 120px;
        background-size: cover;
    }
}

.amazing-steps .steps .image-basics,
.amazing-steps .steps .image-equip,
.amazing-steps .steps .image-photos-text,
.amazing-steps .steps .image-measure,
.amazing-steps .steps .image-prices {
    background-size: auto 50px;
    background-position: center 18px;
    width: 77px;
    height: 77px;
    background-repeat: no-repeat;
    visibility: visible;
}

.amazing-steps .steps .image-basics {
    background-image: url(/static/images/vermieten/steps/basics-bw.png);
}

.amazing-steps .steps .image-equip {
    background-image: url(/static/images/vermieten/steps/equip-bw.png);
}

.amazing-steps .steps .image-photos-text {
    background-image: url(/static/images/vermieten/steps/details-bw.png);
}

.amazing-steps .steps .image-measure {
    background-image: url(/static/images/vermieten/steps/measurements-bw.png);
}

.amazing-steps .steps .image-prices {
    background-image: url(/static/images/vermieten/steps/conditions-bw.png);
}

.inserate-edit-body .tab-content > .tab-pane {
    -webkit-animation: fadein .33s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein .33s; /* Firefox < 16 */
    -ms-animation: fadein .33s; /* Internet Explorer */
    -o-animation: fadein .33s; /* Opera < 12.1 */
    animation: fadein .33s;
    transition: all 0.33s ease-in-out;
    -webkit-transition: all 0.33s ease-in-out;
    -o-transition: all 0.33s ease-in-out;
}

.amazing-steps .steps .steps-item.current .image-basics,
.amazing-steps .steps .steps-item.visited .image-basics {
    background-image: url(/static/images/vermieten/steps/basics.png);
}

.amazing-steps .steps .steps-item.current .image-equip,
.amazing-steps .steps .steps-item.visited .image-equip {
    background-image: url(/static/images/vermieten/steps/equip.png);
}

.amazing-steps .steps .steps-item.current .image-photos-text,
.amazing-steps .steps .steps-item.visited .image-photos-text {
    background-image: url(/static/images/vermieten/steps/details.png);
}

.amazing-steps .steps .steps-item.current .image-measure,
.amazing-steps .steps .steps-item.visited .image-measure {
    background-image: url(/static/images/vermieten/steps/measurements.png);
}

.amazing-steps .steps .steps-item.current .image-prices,
.amazing-steps .steps .steps-item.visited .image-prices {
    background-image: url(/static/images/vermieten/steps/conditions.png);
}

@media only screen and (max-width: 767px) {
    .steps-wrapper:after {
        display: none
    }

    .amazing-steps .steps .image-basics,
    .amazing-steps .steps .image-equip,
    .amazing-steps .steps .image-photos-text,
    .amazing-steps .steps .image-measure,
    .amazing-steps .steps .image-prices {
        background-size: auto 40px;
        background-position: center 18px;
        width: 66px;
        height: 66px;
    }
}

@media only screen and (max-width: 617px) {
    .amazing-steps .steps .image-basics,
    .amazing-steps .steps .image-equip,
    .amazing-steps .steps .image-photos-text,
    .amazing-steps .steps .image-measure,
    .amazing-steps .steps .image-prices {
        background-size: auto 40px;
        background-position: center 18px;
        width: 66px;
        height: 66px;
    }

}

@media only screen and (max-width: 421px) {
    .amazing-steps .steps .image-basics,
    .amazing-steps .steps .image-equip,
    .amazing-steps .steps .image-photos-text,
    .amazing-steps .steps .image-measure,
    .amazing-steps .steps .image-prices {
        background-size: auto 40px;
        background-position: center 18px;
        width: 50px;
        height: 50px;
    }

}

@media only screen and (max-width: 360px) {
    .amazing-steps .steps .image-basics,
    .amazing-steps .steps .image-equip,
    .amazing-steps .steps .image-photos-text,
    .amazing-steps .steps .image-measure,
    .amazing-steps .steps .image-prices {
        background-size: auto 40px;
        background-position: center 18px;
        width: 50px;
        height: 50px;
    }

}

#myLocationIconRentingProcess {
    position: absolute;
    height: 25px;
    width: 25px;
    top: 7px;
    right: 5px;
    float: right;
    background: transparent url(/static/images/vermieten/vermiete1/fa-mylocation-big-b6e3f7.png) no-repeat;
    background-clip: padding-box;
    cursor: pointer;
    border: none !important;
    font-size: 0;
    outline: none;
    color: #999999;
    z-index: 20;
    background-size: 22px auto;
    background-position: center;
}

#myLocationIconRentingProcess:hover {
    background: transparent url(/static/images/vermieten/vermiete1/fa-mylocation-big-00a4e2.png) no-repeat;
    background-clip: padding-box;
    background-size: 22px auto;
    background-position: center;
    border: none !important;
    font-size: 0;
    outline: none;
    color: #999999;
}

.textColor999 {
    color: #999999;
}

.expandable-fa {
    background-repeat: no-repeat;
    background-image: url("/static/images/homepage/fa-chevron-down-ccc.png");
    background-color: #ffffff;
    background-clip: padding-box;
    background-size: 9px auto;
    background-position: right 0 top 2px;
    width: 23px;
    height: 23px;
}

.u-height60 {
    height: 60px !important;
}

.u-maxWidth350 {
    max-width: 350px !important;
}

.u-widthAuto {
    width: auto !important;
}

.booking-input.cc-number,
.booking-input.cc-exp,
.booking-input.cc-cvc,
.booking-input.iban-code,
.booking-input.iban-code-verification {
    background-clip: padding-box;
    background-size: 44px 35px;
    background-position: 3px 6px;
    background-repeat: no-repeat;
}

.booking-input.cc-number {
    background-image: url('/static/images/dashboard_icons/white-space.png');
    background-clip: padding-box;
    background-size: 42px auto;
    background-position: 9px 10px;
    background-repeat: no-repeat;
    padding-left: 15px !important;
}

.booking-input.iban-code,
.booking-input.iban-code-verification {
    /*background-image: url(/static/images/einstellungen/bank-iban-colorful.png);
    background-clip: padding-box;
    background-size: 35px auto;
    background-position: 8px 8px;
    background-repeat: no-repeat;*/
}

.booking-input.cc-exp {
    background-image: url(/static/images/einstellungen/calendar-xs.png);
}

.booking-input.cc-cvc {
    background-image: url(/static/images/einstellungen/lock-xs.png);
}

.tooltip {
    -webkit-font-smoothing: initial;
    font-family: "Camphor", "Open Sans", sans-serif;
}

.booking-input#land,
.booking-input.chevron-select {
    background-size: 9px auto;
    background-position: right 13px center;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    /*transition: background-color 5000s ease-in-out 0s;
    background-color: transparent !important;*/
    background-color: rgba(245, 255, 187, 1) !important;
}

.u-textDecorationLineThrough {
    text-decoration: line-through;
}

.u-noTextDecor {
    text-decoration: none !important;
}

.location-background-div-renter {
    background-image: url(/static/images/einstellungen/location-mark.png);
    background-repeat: no-repeat;
    background-size: 68px auto !important;
    background-position: center top 7px;
    height: 100%;
    width: 100% !important;
    min-height: 80px;
}

.cc-icon-background-div-renter {
    background-image: url(/static/images/einstellungen/credit-card-lg.png);
    background-repeat: no-repeat;
    background-size: 68px auto !important;
    background-position: center top 8px;
    height: 100%;
    width: 100% !important;
    min-height: 100px;
}

.recurring-payment-background-div-renter {
    background-image: url(/static/images/einstellungen/recurring-payment.png);
    background-repeat: no-repeat;
    background-size: 55px 55px !important;
    background-position: center top 2px;
    height: 100%;
    width: 100% !important;
    min-height: 100px;
}

.front-icon {
    height: 40px;
    width: 100% !important;
    background-size: 40px auto !important;
    background-position: left center;
    margin-left: -9px !important;
}

.front-icon.fast-booking {
    background-image: url(/static/images/frontpage/fast-booking.png);
    background-repeat: no-repeat;
}

.front-icon.save-money {
    background-image: url(/static/images/frontpage/save-money.png);
    background-repeat: no-repeat;
}

.front-icon.click-cancel {
    background-image: url(/static/images/frontpage/click-cancel.png);
    background-repeat: no-repeat;
}

.front-icon.like-minded {
    background-image: url(/static/images/frontpage/like-minded.png);
    background-repeat: no-repeat;
}

.front-icon.free-space {
    background-image: url(/static/images/frontpage/free-space.png);
    background-repeat: no-repeat;
}

.front-icon.payment-process {
    background-image: url(/static/images/frontpage/payment-process.png);
    background-repeat: no-repeat;
}

.front-icon.automatization {
    background-image: url(/static/images/frontpage/automatization.png);
    background-repeat: no-repeat;
}

.front-icon.management-tools {
    background-image: url(/static/images/frontpage/management-tools.png);
    background-repeat: no-repeat;
}

.advantageDisplayTable {
    display: table;
    height: 40px;
    width: 100%;
}

@media screen and (max-width: 992px) {
    .advantageDisplayTable {
        margin-bottom: 20px;
    }
}

.correctColXs3 {
    width: 40px;
}

.advantageDisplayTable > div {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    font-weight: 300 !important;
    font-size: 19px !important;
    line-height: 26px !important;
    color: #000 !important;
    -webkit-font-smoothing: subpixel-antialiased;
}

.d-table {
    display: table;
    width: 100%;
}

.d-table-cell {
    display: table-cell;
}

.d-valign-bottom {
    vertical-align: bottom;
}

.u-paddingLeft30pxOnlyLG {
    padding-left: 0;
}

@media screen and (min-width: 992px) {
    .u-paddingLeft30pxOnlyLG {
        padding-left: 30px !important;
    }
}

@media screen and (max-width: 992px) {
    .u-textAlignCenterMDminus {
        text-align: center !important;
        font-size: 26px !important;
        line-height: 1.1em;
    }

    #myTabs {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .renter-sub-garage-photo {
        border-right: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 8px;
    }

    .u-textAlignCenterXS {
        text-align: center !important;
    }
}

@media (max-width: 992px) {
    .renter-sub-garage-photo {
        border-top-right-radius: 8px;
        border-right: 0;
        border-bottom-left-radius: 0;
    }
}

.u-height293 {
    height: 293px !important;
}

@media (max-width: 767px) {
    .u-floatNoneMarginAuto {
        left: 13% !important;
        margin: 0 auto !important;
    }
}

.u-padding20noBottomMDplus {
    padding: 9px 20px 0 20px !important;
}

@media screen and (max-width: 992px) {
    .u-padding20noBottomMDplus {
        padding: 20px !important;
    }
}

.u-padding20 {
    padding: 20px !important;
}

.u-margin20 {
    margin: 20px !important;
}

.u-paddingBottom15 {
    padding-bottom: 15px !important
}

@media screen and (max-width: 768px) {
    .u-padding15-0onlyXs {
        padding: 15px 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .permalink .u-padding15-0onlyXs {
        margin-top: -55px !important;
    }
}

.u-padding40noBottom {
    padding: 20px 40px 0 40px !important;
}

.u-lineHeight1com4em {
    line-height: 1.4em !important;
}

button.close[data-dismiss='alert'] {
    margin-top: -1px;
}

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 8px;
    position: fixed;
    top: 95px;
    width: auto;
    float: right;
    z-index: 50;
    min-width: 299px;
    margin: 0 auto;
}

.alert-success {
    color: #FFFFFF;
    background: #38cc71;
    background: -webkit-linear-gradient(#4CD17F, #1EC55F);
    background: linear-gradient(#4CD17F, #1EC55F);
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
    -o-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
    border-color: #1ED55F;
    position: fixed;
    left: 230px;
    top: 55px;
    border-radius: 0;
    width: calc(100% - 230px);
    z-index: 2009;
    height: 40px;
    padding: 1px 10px;
    font-size: 18px !important;
    -webkit-font-smoothing: subpixel-antialiased;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);

    -webkit-animation: fadein 1s cubic-bezier(0.24, 1.16, .5, 1) forwards;
    animation: fadein 1s cubic-bezier(0.24, 1.16, .5, 1) forwards;
}

.alert-success div {
    display: table-cell;
    vertical-align: middle;
    height: 33px;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .alert-success {
        width: 100%;
        left: 0;
    }
}

.alert-info {
    color: #00792f;
    background-color: rgb(195, 247, 215);
    border-color: rgb(182, 247, 207);
    line-height: 1.2;
    min-width: 1px !important;
    width: 100%;
    padding: 10px;
    text-align: left;
    margin-top: 0;
    border-radius: 4px 4px 0 0;
    -webkit-font-smoothing: antialiased;
    text-shadow: none;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 31px;
    transition: all 1s ease-in-out;
}

.alert-info + .triple-col {
    padding-top: 40px;
}

.alertInfoHref {
    color: #00792f !important;
}

.alert-info button.close {
    margin-right: 5px;
    color: #00792f !important;
    opacity: 0.6;
    -webkit-font-smoothing: antialiased;
    margin-top: -2px;
}

.fontSmoothingAntialiased {
    -webkit-font-smoothing: antialiased !important;
}

.jumbotron {
    margin-bottom: 30px;
    color: inherit;
    background-color: transparent;
    padding: 30px;
    border-radius: 10px;
    text-align: left;
    border: 1px solid #dddddd;
    -webkit-box-shadow: 0 10px 10px -5px #EEE;
    -moz-box-shadow: 0 10px 10px -5px #EEE;
    -o-box-shadow: 0 10px 10px -5px #EEE;
    box-shadow: 0 10px 10px -5px #EEE;
}

.alert-warning {
    color: #282828;
    background-color: rgba(255, 202, 0, 0.21);
    text-align: center;
    border: 1px solid #ffca00;
    line-height: 1.2;
    min-width: 1px !important;
    -webkit-box-shadow: 0 6px 10px -5px #EEE;
    -moz-box-shadow: 0 6px 10px -5px #EEE;
    -o-box-shadow: 0 6px 10px -5px #EEE;
    box-shadow: 0 6px 10px -5px #EEE;
    width: 100%;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    top: 0;
    margin-bottom: 40px;

    -webkit-animation: fadein .8s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein .8s; /* Firefox < 16 */
    -ms-animation: fadein .8s; /* Internet Explorer */
    -o-animation: fadein .8s; /* Opera < 12.1 */
    animation: fadein .8s;
}

.u-textAlignLeft {
    text-align: left;
}

.u-textAlignRight {
    text-align: right;
}

.u-underlineOnHoverPreserveColor:hover,
.u-underlineOnHoverPreserveColor:focus {
    color: inherit;
    text-decoration: underline;
}

.u-opacity50 {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/*
div[id^="listing_"] {
    opacity: 0;
    animation: fadein 1s;

}

div[id^="listing_"].in {
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

div[id^="listing_"]:nth-of-type(1) {
    animation-delay: 0s;

}

div[id^="listing_"]:nth-of-type(2) {
    animation-delay: 0.4s;

}
div[id^="listing_"]:nth-of-type(3) {
    animation-delay: 0.8s;

}
div[id^="listing_"]:nth-of-type(4) {
    animation-delay: 1.2s;

}
div[id^="listing_"]:nth-of-type(5) {
    animation-delay: 1.8s;

}
div[id^="listing_"]:nth-of-type(6) {
    animation-delay: 2.2s;

}
div[id^="listing_"]:nth-of-type(7) {
    animation-delay: 2.8s;

}

div[id^="listing_"]:nth-of-type(7) ~ div[id^="listing_"] {
    animation-delay: 2.8s;
}
*/

.u-opacity50noHover {
    opacity: 0.5 !important;
    filter: alpha(opacity=50) !important;
}

.u-opacity50:hover,
.u-opacity50:focus,
.u-opacity50:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.u-borderCardBackground {
    border: 1px solid #DDD !important
}

.messages_badge {
    padding: 3px 7px;
    border-radius: 30px;
    position: absolute;
    left: 31px;
    top: 4px;
    height: 18px;
    min-width: 18px;
    width: auto;
    font-weight: 600;
    font-size: 11px;
    background-color: #FF3369;
    box-shadow: 0 0 0 2px #282828;
}

@media screen and (max-width: 767px) {
    .messages_badge {
        height: 14px;
        min-width: 14px;
        top: 1px;
        padding: 2px 5px;
        left: 40px;
    }
}

@media (min-height: 668px) and (min-width: 1200px) {
    #sk-holder #sk-container #sk-wrapper {
        height: 570px !important;
    }
}

.sk-intro-section .intro-text {
    font-size: 16px !important;
    margin-left: 0 !important;
    color: #666 !important;
}

.settings-wrapper .settings-header {
    font-size: 21px !important;
}

.settings-wrapper .settings-description {
    font-size: 16px !important;
}

.sk-intro-section .app-name {
    margin-left: 0 !important;
}

.sk-intro-section .app-icon {
    visibility: hidden;
    display: none;
}

#sk-holder #sk-container #sk-wrapper {
    z-index: 4000;
    font-family: "Camphor", "Open Sans", sans-serif;
}

.sk-header-wrapper {
    font-weight: 600 !important;
}

.channel-list {
    text-align: left;
}

.dropdown_modal_bcg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 997;
    background-color: rgba(50, 50, 50, 0.85);
}

.myDropdown > .dropdown-menu,
.dropdown_modal_bcg {
    -webkit-animation: fadein .4s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein .4s; /* Firefox < 16 */
    -ms-animation: fadein .4s; /* Internet Explorer */
    -o-animation: fadein .4s; /* Opera < 12.1 */
    animation: fadein .4s;
}

.scooch_widget_open {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2600;
    background-color: rgba(40, 40, 40, 0.4);
}

.widget-container div + div > span > div > div > div > div > div > div {
    margin-left: 8px !important;
}

.widget-container .avatar-image {
    border-radius: 4px !important;
}

.widget-container .Avatar {
    border: none !important;
}

.footer .flex.minimal {
    display: none !important;
}

.CHAT {
    display: none !important;
}

.flip-clock-wrapper ul li a {
    -webkit-font-smoothing: antialiased !important;
}

.fontSmoothingAntialiased {
    -webkit-font-smoothing: antialiased !important;
}

span[data-type="rental-price-chat"] {
    margin-bottom: -40px;
}

span[data-type="booking-info-text"] {
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    span[data-type="rental-price-chat"] {
        margin-bottom: 0;
    }
}

.u-marginTopBottom5 {
    margin: 5px 0;
}

.u-marginTopBottom8 {
    margin: 8px 0;
}

select:required {
    -webkit-box-shadow: 0 0 0 3px transparent;
    -moz-box-shadow: 0 0 0 3px transparent;
    -o-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    transition-duration: .2s;
    outline: none !important;
}

a:focus,
input:focus,
select:required:focus,
button:focus,
select:focus,
textarea:focus,
input[type=checkbox] label:focus::before,
input[type=radio] label:focus::before {
    -webkit-box-shadow: 0 0 0 3px #95C8FA;
    -moz-box-shadow: 0 0 0 3px #95C8FA;
    -o-box-shadow: 0 0 0 3px #95C8FA;
    box-shadow: 0 0 0 3px #95C8FA;
    transition-duration: .2s;
    outline: none !important;
}

li > a:focus,
#cardModalHref:focus,
#ibanModalHref:focus,
.navbar-fixed-up *:focus,
.calls-to-action a:not(.vermieten):focus,
a[data-toggle="collapse"]:focus,
a[data-target="#addCardmodal"]:focus,
a[data-target="#addIBANmodal"]:focus,
#myLocationIconRentingProcess:focus,
.progressStep:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    transition-duration: .2s;
    outline: none !important;
}

li.carousel-item:focus {
    outline: none !important;
}

.flexAlignCenter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #BBB;
    transition-property: all;
    transition-duration: 0.2s;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #BBB;
    transition-property: all;
    transition-duration: 0.2s;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #444;
    transition-property: all;
    transition-duration: 0.2s;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #BBB;
    transition-property: all;
    transition-duration: 0.2s;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: #DDD;
    transition-property: all;
    transition-duration: 0.2s;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: #DDD;
    transition-property: all;
    transition-duration: 0.2s;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: #DDD;
    transition-property: all;
    transition-duration: 0.2s;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: #DDD;
    transition-property: all;
    transition-duration: 0.2s;
}

.u-textColorBBB {
    color: #BBB !important;
    text-shadow: none !important
}


.u-textColor999 {
    color: #999 !important;
    text-shadow: none !important
}

[data-notify="container"] {
    display: inline-block;
    margin: 0px auto;
    position: fixed;
    transition: all 0.5s ease-in-out;
    z-index: 1031;
    width: 100vw;
    left: 0;
    top: 55px;
    height: auto;
    padding: 30px;
}

[data-notify="container"] .close {
    top: 20px !important;
    right: 14px !important;
}

[data-notify="container"].alert-success.col-sm-4,
[data-notify="container"].alert-warning,
[data-notify="container"].alert-danger {
    font-size: 17px;
    border-radius: 0;
    line-height: 1.5;
    -webkit-font-smoothing: subpixel-antialiased;
    top: 55px !important;
    right: 0 !important;
    left: initial !important;
}

body:not(.einstellungen) [data-notify="container"].small.alert-success.col-sm-4,
body:not(.einstellungen) [data-notify="container"].small.alert-warning,
body:not(.einstellungen) [data-notify="container"].small.alert-danger {
    top: 70px !important;
    right: 15px !important;
}

[data-notify="container"].alert-warning {
    background: rgb(255, 236, 161);
}

@media screen and (min-width: 711px) {
    [data-notify="container"].alert-success.col-sm-4,
    [data-notify="container"].alert-warning,
    [data-notify="container"].alert-danger {
        width: calc(100% - 230px);
        right: 0;
        margin: 0;
        left: initial;
    }
}

[data-notify="container"].small {
    padding: 10px 15px !important;
    width: 300px !important;
    left: initial !important;
    top: 70px !important;
    border-radius: 6px !important;
    margin: 0 !important;
    right: 15px !important;
}

.small.alert-success button.close {
    position: absolute;
    top: -1px !important;
    right: -8px !important;
    background: #cdf3dc;
    opacity: 1 !important;
    color: #69b185;
    border-radius: 50%;
    padding: 0 7px 4px;
}

.shepherd-element {
    z-index: 50000;
}

ul.social-icons {
    margin-top: 0;
    display: inline-block;
}

.social-icons li {
    vertical-align: middle;
    display: inline-block;
}

.social-icons a {
    color: #888;
    text-decoration: none;
}

.fa-facebook, .fa-instagram {
    padding: 2px 5px 2px 0;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .5s;
    color: #888;
    font-size: 18px;
}

.fa-facebook:hover {
    color: #3d5b99;
}

.fa-instagram:hover {
    color: #b900b4;
}