.globalNav {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: fixed;
    left: 0;
    top: 54px;
    right: 0;
    z-index: 3999;
    perspective: 2000px;
}

h1 {
    font-weight: 900;
    font-size: 30px;
    color: #282828;
    line-height: 1.25;
    margin-bottom: 12px;
    overflow: hidden;
    word-wrap: break-word;
    white-space: initial;
}

h2 {
    line-height: 1.25;
}

@media screen and (max-width: 992px){
    .globalNavOverflow {
        min-height: 100%;
        overflow-y: scroll;
    }
}


.globalNav .popup {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    display: block;
    pointer-events: none;
    perspective: 2000px;
    z-index: 1000;
}

.globalNav .popupContainer {
    background: #F6F6F6;
    border-radius: 4px;
    overflow: hidden;
    position: absolute;
    pointer-events: all;
    font-size: 17px;
    line-height: 40px;
    -webkit-transform: rotate3d(-1, 10, -1, -30deg);
    -moz-transform: rotate3d(-1, 10, -1, -30deg);
    -o-transform: rotate3d(-1, 10, -1, -30deg);
    transform: rotate3d(-1, 10, -1, -30deg);
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    will-change: transform, opacity;
    transition-property: transform, opacity;
    transition-duration: .4s;
    min-height: 100%;
    min-height: calc(100vh - 54px);
    padding: 90px 50px;
    text-align: center;
    color: #282828;
    width: 100%
}


.popupContainer.globalPopupActive {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.navSection {
    list-style: none;
}

.globalNav .popup a {
    display: block
}

.globalNav .popupCloseButton {
    position: absolute;
    right: 0;
    top: 0;
    width: 51px;
    height: 51px;
    font-size: 0;
    cursor: pointer
}

.globalNav .popupCloseButton:after,
.globalNav .popupCloseButton:before {
    content: '';
    position: absolute;
    background: #888888;
    border-radius: 1px;
    left: 14px;
    right: 14px;
    top: 24px;
    height: 3px;
    transform: rotate(45deg);
    transition: background .1s
}

.globalNav .popupCloseButton:after {
    transform: rotate(-45deg)
}

.globalNav .popupCloseButton:hover:after,.globalNav .popupCloseButton:hover:before {
    background: #32325d
}


.intro_cards .card {
    padding: 16px 0 !important;
    color: #444444 !important;
    background: #F6F6F6 !important;
    border-right:10px;
}

.card:focus {
    outline: 1px dotted #00A4E2;
}

.intro_cards .card.noHover:hover {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    background-color: #FFFFFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.card:hover {
    -webkit-box-shadow: 0 40px 70px -10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 40px 70px -10px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 40px 70px -10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 40px 70px -10px rgba(0, 0, 0, 0.15);
    background-color: #F9F9F9 !important;
}

.card:hover, .card:active, .card:visited {
    text-decoration: none;
    color: #00A4E2 !important;
    outline: none !important;
    cursor: pointer;
}

.intro_cards .card_image {
    padding-top: 70px;
    width: auto;
}

i {
    color: inherit;
}

.intro_cards .card_title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 6px;
    margin-top: 0;
    font-weight: 400 !important;
    text-align: center;
}

.card_description {
    line-height: 19px;
    margin: 10px auto 24px;
}

#sk-messenger-button {
    opacity: 0;
    filter:alpha(opacity=0);
    visibility: hidden;
    display: none !important;
}

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

.footer-wrapper > * {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer-wrapper:last-of-type > div {
    padding: 0 0 15px;
}

.footer-submenu > *:hover {
    text-decoration: none !important;
    color: #282828 !important;
    transition: color 0.3s ease;
}

.jconfirm.jconfirm-material.f6 .jconfirm-bg {
    background-color: rgba(40, 40, 40, 0.93);
}

.jconfirm.jconfirm-material.f6 .jconfirm-box {
    background-color: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.jconfirm.jconfirm-material.f6 .jconfirm-box .jconfirm-buttons button {
    text-transform: none;
    font-size: 18px;
    border-radius: 6px;
    height: 45px;
    margin-bottom: 15px;
    width: auto;
    display: inline-block;
}

.jconfirm.jconfirm-material.f6 .jconfirm-box {
    margin-top: 125px !important;
    margin-bottom: 0;
}

.panel.f6 {
    background-color: #FFF;
}

.panel.f6 > .panel-body {
    padding: 0 !important;
}

@media screen and (max-width: 768px){
    .jconfirm.jconfirm-material.f6 .jconfirm-box {
        margin-top: 55px !important;
    }
}

.btn {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.customer-support-input-field {

    border: 1px solid #EEE;
    padding: 10px 22px !important;
    font-size: 21px !important;
    height: 60px;
    border-radius: 6px;
    font-weight: 400 !important;
    width: 100%;
    color: #000;
    background-color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    white-space: nowrap;
    outline: none;
    resize: vertical;
}

#support_customer_mail_body {
    min-height: 160px !important;
    padding-top: 22px !important;
    padding-bottom: 22px !important;
}

.customer-support-input-field:hover {
    border-color: #CCC;
}

.customer-support-input-field:focus,
.customer-support-input-field:active {
    border-color: #CCC;
}

#customer-support-main-headline {
    display: block !important;
}

.u-marginTop40 {
    margin-top: 40px !important;
}

#stripes, #stripes span {
    position: absolute
}

#stripes {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: skewY(-15deg);
    transform-origin: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(to top, transparent 0%, #fff1eb 20%, #ace0f9 100%);
    background: -webkit-linear-gradient(to top, #FFF 0%, #ebf1ff 20%, #ace0f9 100%);
    background: linear-gradient(to top, #FFF 0%, #ebf1ff 20%, #ace0f9 100%);
}

.stripes-bcg-container {
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: 54px;
}

.stripes-bcg-container.bottom {
    bottom: 0 !important;
    top: 0;
    height: 620px;
    position: relative;
    transform: rotateX(180deg) rotateY(180deg);
}

.stripes-bcg-container.bottom .stripes-bcg-large {
    bottom: 23%;
}

.stripes-bcg-large,.stripes-bcg-small {
    /*-webkit-transform: skew(0,-12deg);
    -moz-transform: skew(0, -12deg);
    transform: skew(0,-12deg);*/
    position: absolute;
    left: 0;
    right: 0
}

.stripes-bcg-large .stripe,.stripes-bcg-small .stripe {
    position: absolute;
    height: 50px;
    top: auto;
    opacity: 0.2;
    filter: alpha(opacity=20);

}

.stripes-bcg-container {
    height: 358px
}

.stripes-bcg-large {
    display: block;
}


.stripes-bcg-large .gradient {
    background-color: #f5f7f9 !important;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5000px
}

.stripes-bcg-large .stripe.s1 {
    background: #fff;
    bottom: 0;
    left: 0;
    right: calc(50% + 90px)
}

.stripes-bcg-large .stripe.s2 {
    background-image: -webkit-linear-gradient(left,transparent,#000 97%);
    background-image: -moz-linear-gradient(left,transparent,#000 97%);
    background-image: -o-linear-gradient(left,transparent,#000 97%);
    background-image: linear-gradient(90deg,transparent,#000 97%);
    mix-blend-mode: soft-light;
    opacity: .3;
    bottom: 0;
    left: calc(50% - 90px);
    right: calc(50% - 310px)
}

.stripes-bcg-large .stripe.s3 {
    background-image: -webkit-linear-gradient(left,hsla(0,0%,100%,0),#fff 97%);
    background-image: -moz-linear-gradient(left,hsla(0,0%,100%,0),#fff 97%);
    background-image: -o-linear-gradient(left,hsla(0,0%,100%,0),#fff 97%);
    background-image: linear-gradient(90deg,hsla(0,0%,100%,0),#fff 97%);
    bottom: 50px;
    opacity: .5;
    left: calc(50% - 460px);
    right: calc(50% - 130px)
}

.stripes-bcg-large .stripe.s4 {
    background-image: -webkit-linear-gradient(left,hsla(0,0%,100%,0) 3%,hsla(0,0%,100%,.5) 96%);
    background-image: -moz-linear-gradient(left,hsla(0,0%,100%,0) 3%,hsla(0,0%,100%,.5) 96%);
    background-image: -o-linear-gradient(left,hsla(0,0%,100%,0) 3%,hsla(0,0%,100%,.5) 96%);
    background-image: linear-gradient(90deg,hsla(0,0%,100%,0) 3%,hsla(0,0%,100%,.5) 96%);
    bottom: 100px;
    left: calc(50% - 590px);
    right: calc(50% + 220px)
}

.stripes-bcg-large .stripe.s7 {
    background-image: -webkit-linear-gradient(left,transparent,#000 97%);
    background-image: -moz-linear-gradient(left,transparent,#000 97%);
    background-image: -o-linear-gradient(left,transparent,#000 97%);
    background-image: linear-gradient(90deg,transparent,#000 97%);
    mix-blend-mode: soft-light;
    opacity: .3;
    bottom: 150px;
    left: calc(50% - 380px);
    right: calc(50% + 110px)
}

.divider-line {
    height: 1px;
    margin: 20px auto 20px;
    border-bottom: 1px solid #E1E1E1;
    float: left;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 1095px;
}

.current-lang {
    height: auto;
    background-size: auto 18px;
    background-repeat: no-repeat;
    padding-left: 31px;
    background-position: left top;
    color: #555;
    margin-right: 10px;
    margin-bottom: 10px;
}

.current-lang.at {
    background-image: url(/static/images/vermieten/vermiete3/at-flag.png);
}