a{
    text-decoration: none;
    border:none;
    color: black;
}
.products-button{
    position: absolute;
    right: 20px;
}
.overview-button{
    position: absolute;
    right:120px;
}
.open>.dropdown-menu {
    display: block;
}
.lang-selector{
    cursor:pointer;
}
.flag-active{
    background: #e0e0e0 !important;
}
.dropdown-menu li:hover{
    background: #e0e0e0 !important;
    cursor: pointer;
}
.top-links .dropdown-menu {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 3px 15px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 90px;
    padding: 5px;
    margin: 0px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: unset;
}
.language-switcher > a::after {
    margin-left: .5rem;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: gray;
    font-size: .8rem;
    -webkit-transition: .3s;
    transition: .3s;
}
.flex-direct{
    display: flex;
    justify-content: center;
    align-items: center;
}
.dropdown-toggle{
    display: flex;
    justify-content: center;
    align-items: center;
}
.lang-selected{
    display: flex;
    justify-content: center;
    align-items: center;
}
.language-switcher .flag-icon {
    margin-right: .3rem;
}
.language-switcher, .search-box {
    float: left;
    font-weight: 400;
    font-size: .9rem;
}
.language-switcher {
    background-color: #fff;
    color: #4d4d4d;
    text-transform: uppercase;
    position: relative;
}
.language-switcher > a {
    display: block;
    padding: .24rem .5rem;
}
.flag-icon-de {
    background-image: url('../assets/images/de.svg');
    height:12px;
}
.flag-icon-gb {
    background-image: url('../assets/images/gb.svg');
    height:12px;
}
.flag-icon{
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333em;
    line-height: 1em;
}
.img-circle {
    border-radius: 50%;
    webkit-border-radius: 50%;
    -moz-border-radius: 20%;
    overflow: hidden;
    display: inline-block;
}
.shadow-video {
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.5) !important;
}

.reve-chat-container-div {
    bottom: 30px !important;
    right: 35px !important;
}

.nav-bg {
    height: 150px;
    bottom: 0px;
    z-index: -1;
}

.video-preview-image {
    margin: 60px 80px;
    width: 400px;
    height: 400px
}
.video-preview-play-button {
    display: block;
    color: white;
    opacity: 70%;
    margin-top: calc(50% - 39px);
    margin-left: 10px;
}
.video-preview-container {
    margin:-45px -200px;
    width:800px;
    height:480px;
    margin-bottom: -6px;
}
.video-preview {
    margin-top: 30px;
    background-image: url("../images/video-preview.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 400px;
    height: 400px;
}
.video-preview-logo{
    margin-top: 30px;
    background-image: url("../assets/images/dom-logo-preview.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 400px;
    height: 400px;
}
.bg-image {
    background-image: url("../images/preview.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #435168;
    height: 100%;
}

.navigation-a {
    text-align: center;
    white-space: nowrap !important;
}
.navigation-li {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.navigation-li.spacer {
    margin-left: auto;
}
.navigation-li.last-one {
    margin-right: auto;
}
.navigation-section {
    padding-left: 40px;
    padding-right: 120px;
}

.smartvu-section > .inner-wrapper > .header-area.typo-light {
    background-color: #1E2029 !important;
    color: #FFF;
}
.smartvu-section > .inner-wrapper > .header-area.typo-dark {
    background-color: #FFF !important;
    color: #1E2029;
}

.pull-right {
    float: right;
}

.smartvu-section > .inner-wrapper > .header-area {
    margin-left: 50px;
}

.smartvu-section > .inner-wrapper {
    padding: 0px;
    min-height: 480px;
    height: calc(100vh - 100px);
}

.audio-playback {
    position: fixed;
    top: 10px;
    right: 10px;
    color: white;
    opacity: 0.5;
}
.audio-playback .small {
    font-size: 7pt;
    position: relative;
    top: -2px;
}
.audio-playback a.small {
}
.audio-playback a {
    opacity: 70%;
    color: white;
}
.audio-playback-blocker {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 500;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}
.video-playback-blocker {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 600;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.calendly-overlay {
    background-color: rgba(31,31,31,.74) !important;
}

.calendly-overlay .calendly-popup {
    height: 100vh !important;
    width: 100% !important;
    max-height: unset !important;
    max-width: unset !important;
}

.products-section {
    width: 360px;
    right: 0 !important;
    left: initial;
    background-color: transparent !important;
}

.products-section .inner-wrapper {
    height: calc(100vh - 120px);
    padding: 0px 20px;
    margin-bottom: 40px;
}
.products-section .content-area {
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 0px 40px;
    margin: 0px -40px;
}
.products-section .content-area::-webkit-scrollbar {
    display: none;
}

.product-card {
    background-position: center;
    min-height: 160px;
}

.product-card .info {
    position: absolute;
    /* width: 100%; */
    bottom: 10px;
    left: 30px;
    text-shadow: 1px 1px 2px black;
    padding-right: 20px;
}

.product-card .info h3 {
    color: white !important;
}

a.product-container:hover > .product-card  {
    border-color: #d51130;
    border-width: 1px;
    transition: all 0.3s ease-out;
    border-style: solid;
}

.showroom-map {
    z-index: 10;
    position: fixed;
    top: 50%;
    transition-property: left;
    transition-duration: 0.2s;
    left: -420px;
    width: 400px;
    height: 400px;
    border-radius: 0 32px 32px 0;
    background-color: #f6f6f7;
    transform-origin: left top;
    transform: translate(0%, -50%);
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.5) !important;
}
.showroom-map.active {
    left: 0px;
}
.showroom-map img {
    width: 100%;
    height: 100%;
}
.showroom-map-label {
    position: absolute;
    background: #d51130;
    color: #fff;
    font-size: 1rem;
    padding: 5px 10px;
    overflow: hidden;
    border-radius: 32px;
    bottom: 12px;
    right: 12px;
    font-weight: bold;
}
.map-button-close {
    position: fixed;
    background: #d51130;
    color: #fff;
    top: 50%;
    right: -20px;
    width: 40px;
    height: 40px;
    padding: 2px 10px;
    border-radius: 50%;
    font-size: 1.8rem;
    transform: translate(0%, -50%);
}
.map-button-open span {
    margin-left: 15px;
    font-size: 14px;
    position: relative;
    top: -2px;
}
.map-button-open {
    z-index: 10;
    position: fixed;
    overflow: visible;
    white-space: nowrap;
    background: #d51130;
    color: #fff;
    font-size: 20px;
    padding: 6px 6px;
    border-radius: 0 50% 50% 0;
    top: 50%;
    left: 0px;
    width: 40px;
    height: 40px;
    transform: translate(0%, -50%);
    box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.5);
}
a.map-button-open, a.map-button-close {
    color: rgba(255, 255, 255, 0.75);
}
a:hover.map-button-open, a:hover.map-button-close {
    color: #fff;
}

@media (max-height: 800px) {
    .video-preview {
        width: 280px;
        height: 280px;
    }

    .video-preview-image {
        margin: 42px 56px;
        width: 280px;
        height: 280px
    }

    .video-preview-container {
        margin: -40px -140px;
        width: 560px;
        height: 356px;
        margin-bottom: -6px;
    }
    .video-preview-logo{
        width: 300px;
        height: 300px;
    }
}

@media (max-height: 500px) {
    .video-preview {
        width: 140px;
        height: 140px;
    }

    .video-preview-image {
        margin: 21px 28px;
        width: 140px;
        height: 140px
    }

    .video-preview-container {
        margin: -20px -70px;
        width: 280px;
        height: 178px;
        margin-bottom: -3px;
    }
    .video-preview-play-button .fa-6x {
        font-size: 4rem;
        margin-top: 15px;
    }
}

/*===========================================*/
/*	DESKTOP LAYOUT 
/*===========================================*/


/*@media (min-width: 1200px) {
	

}
@media (min-width: 992px) and (max-width: 1199px) {
	
}*/

@media (min-width: 992px) {
    .logo-desktop {
        display: initial;
    }
    .logo-mobile {
        display: none;
    }
}

@media (max-width: 694px) {
    .social-section {
        display: none;
    }
    .width-60 {
        width: 80% !important;
    }
}

@media (max-width: 480px) {
    .width-60 {
        width: 95% !important;
    }
    .navigation-li {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .navigation-a {
        height: initial;
        margin-bottom: 30px;
    }
}

/*===========================================*/
/*	MOBILE & TABLET COMMON
/*===========================================*/
@media (min-width: 200px) and (max-width: 991px) {
    .logo-desktop {
        display: none;
    }
    .logo-mobile {
        display: initial;
    }
    .heading.xlarge {
        font-size: 4rem;
    }
}


/*===========================================*/
/*	TABLET
/*===========================================*/
/*@media (min-width: 768px) and (max-width: 991px) {

}*/


/*===========================================*/
/*	MOBILE
/*===========================================*/
@media (min-width: 200px) and (max-width: 767px) {
    .heading.xlarge {
        font-size: 2rem;
    }
}
@media (min-width: 600px) and (max-width: 767px) {

}
@media (min-width: 480px) and (max-width: 599px) {

}
@media (min-width: 200px) and (max-width: 479px) {
    .logo-mobile {
        display: none;
    }
    .heading-sub.mini {
        font-size: 1rem;
        line-height: initial;
    }
    .margin-b-40 {
        margin-bottom: 20px !important;
    }
    .navigation-li.spacer {
        margin-left: 0;
    }
    .navigation-li.last-one {
        margin-right: 0;
    }
    .ckav-body .gt0 {
        margin-right: -1px;
        margin-left: -1px;
    }
}

@media (min-height: 200px) and (max-height: 680px) {
    .logo-mobile {
        display: none;
    }
    .heading.xlarge {
        font-size: 2rem;
    }
    .ckav-body .margin-b-25 {
        margin-bottom: 0.7rem;
    }
    .heading-sub.mini {
        font-size: 1rem;
        line-height: initial;
    }
    .margin-b-40 {
        margin-bottom: 20px !important;
    }
    .button-large {
        font-size: 1rem;
        padding: 0.7rem 1rem;
    }
    .button-3d.button-large {
        padding-bottom: 0.8rem;
    }
    .video-preview-logo{
        width: 270px;
        height: 270px;
    }
}
