/* frachtzonen */

#map {
    height: 750px;
}

@media (max-width: 960px) {
    #map {
        height: 500px;
    }
}

.popup-bubble {
    /* Position the bubble centred-above its parent. */
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -100%);
    /* Style the bubble. */
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    font-family: sans-serif;
    overflow-y: auto;
    max-height: 60px;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
}


/* The parent of the bubble. A zero-height div at the top of the tip. */

.popup-bubble-anchor {
    /* Position the div a fixed distance above the tip. */
    position: absolute;
    width: 100%;
    bottom:
        /* TIP_HEIGHT= */
        8px;
    left: 0;
}


/* This element draws the tip. */

.popup-bubble-anchor::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    /* Center the tip horizontally. */
    transform: translate(-50%, 0);
    /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
    width: 0;
    height: 0;
    /* The tip is 8px high, and 12px wide. */
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top:
        /* TIP_HEIGHT= */
        8px solid white;
}


/* JavaScript will position this div at the bottom of the popup tip. */

.popup-container {
    cursor: auto;
    height: 0;
    position: absolute;
    /* The max width of the info window. */
    width: 200px;
}


/* Navbar */

@media (max-width: 960px) {

    .uk-navbar-item,
    .uk-navbar-toggle {
        min-height: 70px;
    }
}


/* Breadcrumb */

@media (max-width: 960px) {
    #tm-top.uk-section-xsmall {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


/* Slideshow */

.gd-slideshow {
    margin: 0 auto;
}

.gd-slideshow .el-content {
    margin-bottom: 10px;
}

@media (min-width: 1921px) {
    .gd-slideshow {
        max-width: 1800px;
    }

    .uk-slideshow-items {
        min-height: 720px !important;
    }
}

@media (max-width: 1920px) {
    .gd-slideshow {
        max-width: 1600px;
    }

    .uk-slideshow-items {
        min-height: 640px !important;
    }
}

@media (max-width: 1600px) {
    .gd-slideshow {
        max-width: 1400px;
    }

    .uk-slideshow-items {
        min-height: 560px !important;
    }
}

@media (max-width: 1400px) {
    .gd-slideshow .uk-dotnav {
        margin-right: 20px;
    }
}

@media (max-width: 960px) {
    .gd-slideshow {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .uk-slideshow-items {
        min-height: 300px !important;
    }

    .gd-slideshow .el-content {
        display: none;
    }

    .gd-slideshow .uk-padding-large {
        padding: 10px;
    }

    .gd-slideshow .uk-padding {
        padding: 0px;
    }
}


/*#cities .uk-list li.uk-active {*/


/*  background-color: #e5433a;*/


/*}*/


/*#cities .uk-list li:hover {*/


/*  background-color: #e5433a;*/


/*  cursor: pointer;*/


/*}*/


/* Links */

a.inverse,
a div.inverse {
    color: #242424;
}

a.inverse:hover,
a div.inverse:hover,
a.inverse:hover .uk-card-body {
    color: #e20613 !important;
}


/* Product */


/* gallery */

#bilder-gallery img {
    height: 450px;
}

.uk-card-white {
    background: #fff;
}


/* colors */

.subnav-border li {
    padding: 5px 10px;
    border: 2px solid transparent;
}

.subnav-border li a {
    font-size: 1rem !important;
}

.subnav-border li.uk-active {
    border: 2px solid #242424;
}


/* .note-product-active:hover { */


/* background-color: transparent; */


/* color: #fff; */


/* border-color: #fff; */


/* } */


/* topmenu */

.topmenu {
    line-height: 3rem;
}

.topmenu .uk-subnav>*> :first-child {
    font-size: 16px;
    padding: 0 10px;
}

.tm-toolbar .uk-subnav>*>a:hover,
.tm-toolbar .uk-subnav>*>a:active,
.tm-toolbar .uk-subnav>.uk-active>a {
    text-decoration: underline;
}


/* Shadows */

.shadow-1 {
    box-shadow: 0px 15px 20px 2px rgba(0, 0, 0, 1);
}


/* Headlines */

.uk-article-title::after {
    background-color: #303030;
    display: block;
    height: 1px;
    width: 100px;
    content: "";
    margin-top: 20px;
    margin-bottom: 50px;
}

.uk-light .uk-article-title::after {
    background-color: #fff;
}


/* UK Card */

a.uk-card-default:hover .uk-card-body,
a.uk-card-default:hover .uk-card-title,
a.uk-card-default:hover .uk-panel {
    color: #fff;
}

.uk-card-body {
    word-break: break-word;
}

.product-info-box>h4:first-child {
    margin: 0 !important;
}

.product-info-box>h4 {
    margin: 15px 0 0 0;
}

.product-info-box>p {
    margin: 0;
}


/* Icons */

.uk-icon {
    transition: .5s all;
}


/* Buttons */

.btn-icon {
    padding: 0 25px 0 15px;
}

.note-product {
    background-color: #242424;
    color: #fff;
    border: 1px solid transparent;
}

.note-product:hover,
.note-product:active,
.note-product-active,
.note-product-active:hover,
.note-product-active:active {
    color: #fff;
}

.note-product-active {
    background-color: #00961e;
}


/* Badges */

.watchlist-button-badge {
    position: absolute;
    top: -4px;
    right: -7px;
}


/* Sticky Buttons */

.stickybtn {
    position: fixed;
    left: 100%;
    top: 250px;
    font-size: 0;
    line-height: 0;
    z-index: 100;
}

.stickybtn li {
    position: relative;
    display: block;
    padding: 16px 0 16px 20px;
    margin: 0;
    left: -100px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    min-width: 220px;
}

.stickybtn li:hover {
    left: -110%;
}

.stickybtn a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
}

@media (max-width: 960px) {
    .stickybtn {
        top: 150px;
    }

    .stickybtn li {
        padding: 10px 0px 10px 10px;
        left: -84px;
    }
}

.stickybtn .watchlist {
    background: #202020;
}

.stickybtn .contact {
    background: #303030;
}

.stickybtn .dealer {
    background: #404040;
}

.stickybtn .zones {
    background: #505050;
}


/* Visforms Formulare */

.form-actions {
    padding: 0px;
    margin-top: 40px;
    margin-bottom: 20px;
    border-top: none;
}

.visforms .form-group {
    margin-bottom: 0px;
}

.visforms .col-form-label {
    margin-top: 10px;
}

.visforms .form-control {
    border-radius: 0;
}

.visforms .form-control:focus {
    box-shadow: none;
}

.visform .errorcontainer {
    display: none !important;
}

.visform:not(.bt4mcindividual) p.errorcontainer:after {
    display: none !important;
}

.visform .uk-checkbox {
    margin-top: 6px;
}

.visform:not(.bt4mcindividual) label.error {
    font-size: 14px;
    color: #e20613;
    padding: 0px;
    background-color: transparent;
    border-radius: 0px;
    display: block;
    max-width: 100%;
    margin: 10px 0px;
}

input.error,
input[type=text]:not([class*=uk-]).error:focus,
input[type=email]:not([class*=uk-]).error:focus,
.form-control.error,
.form-control.error:focus {
    border: 2px solid #e20613 !important;
}

.visforms .btn-primary {
    background-color: #404040;
    border-color: transparent;
}

.visforms .btn-primary:hover,
.visforms .btn-primary:not([disabled]):not(.disabled):active,
.visforms .btn-primary:not([disabled]):not(.disabled).active,
.show>.visforms .btn-primary.dropdown-toggle,
.visforms .btn-primary:focus,
.visforms .btn-primary.focus {
    background-color: #e20613;
    border-color: transparent;
    box-shadow: none;
    cursor: pointer !important;
}

.kontakt .alert,
.kontakt .uk-alert {
    margin-bottom: 60px;
    padding: 30px 50px 50px 50px;
}

.kontakt .alert-success,
.kontakt .uk-alert-success {
    background: #242424;
    color: #fff;
    border-color: transparent;
    text-align: center;
}

.kontakt .uk-alert h3 {
    display: none !important;
}

.kontakt .uk-alert-close {
    top: 30px;
    right: 30px;
    transform: scale(2.5);
}

.visforms .btn-primary.disabled,
.visforms .btn-primary:disabled,
.visforms .btn-primary.disabled:hover {
    background-color: #ccc;
    border-color: #ccc;
    color: #a3a4a8;
}


/* Labels */

.label-black {
    background-color: #242424;
    color: #fff;
    border-color: #242424;
}

.label-blue {
    background-color: #0e4749;
    color: #fff;
    border-color: #0e4749;
}

.label-yellow {
    background-color: #fcc900;
    color: #242424;
    border-color: #fcc900;
}

.label-red {
    background-color: #e20613;
    color: #fff;
    border-color: #e20613;
}


/* Mobile Menu
"first" = Helper Class 1:1 Accordion
 */

.mobilmenu a {
    color: rgba(255, 255, 255, 0.5);
}

.mobilmenu a:hover,
.mobilmenu a:active {
    color: rgba(255, 255, 255, 1);
}

.mobilmenu a.first, .mobilmenu a.uk-accordion-title {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-weight: 700;
}

.uk-offcanvas-bar .uk-button-danger {
    color: #fff;
}


/* Scrollbar */

@media (max-width: 960px) {
    body::-webkit-scrollbar {
        width: 0 !important
    }
}

@media (min-width: 960px) {
    body::-webkit-scrollbar {
        width: 0.5em;
        background-color: rgba(48, 48, 48, .8);
    }

    body::-webkit-scrollbar-thumb {
        background-color: #e20613;
    }
}


/* watchlist */

.gd-padding-5px {
    padding: 5px;
}

.gd-disable-input {
    left: 0px;
    top: 0px;
    background-color: #000;
    opacity: .25;
    cursor: default !important;
}

.gd-disable-input-no-color {
    left: 0px;
    top: 0px;
    background-color: #000;
    opacity: .25;
}

#module-105 {
    bottom: 24px;
}

.colors-dropdown {
    width: auto !important;
    left: 0 !important;
}

.colors-tabs .el-nav.uk-tab>*>a {
    border: 2px solid transparent;
}

.colors-tabs .el-nav.uk-tab>.uk-active>a {
    border-color: #242424;
    font-weight: 700;
}

.colors-tabs .el-nav.uk-tab :not(.uk-active) a:hover {
    color: #e20613;
}

.el-item.light-table-colors:hover {
    cursor: pointer;
    color: #e20613;
}

#system-message-container joomla-alert {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    background: #2c2c2c;
    color: white !important;
    border: none;
    border-radius: 0;
    padding: 30px;
    min-width: 300px;
    width: 90%;
    max-width: 1300px;
}

#system-message-container joomla-alert .joomla-alert--close {
    color: white !important;
}

/* GD Plugin */
.gd_fb_ga_text {
    line-height: 1.2;
}

@media (max-width:640px) {
    .gd_maps_container {
        min-height: 200px;
    }

    .gd_maps_button.uk-button {
        width: auto !important;
        top: 30%;
        min-width: 250px;
        padding: 0;
    }

    .gd_maps_textbox {
        top: 50% !important;
    }
}

/* MOBILE */
@media (max-width:640px) {

    html,
    .uk-button {
        font-size: 14px;
    }

    .h1,
    .uk-h1,
    h1,
    .uk-article-title {
        font-size: 30px;
    }

    .h2,
    .uk-h2,
    h2 {
        font-size: 26px;
    }

    .uk-card-title,
    .uk-accordion-title,
    .uk-h3,
    h3 {
        font-size: 20px;
    }

    .uk-text-lead,
    .uk-switcher .uk-card-title {
        font-size: 18px;
        line-height: 1.5;
    }

    .uk-text-large,
    .uk-subnav>*>:first-child {
        font-size: 16px;
    }

    .downloads-custom * {
        hyphens: auto;
        word-break: break-all;
    }

    .uk-margin-top {
        margin-top: 10px !important;
    }

    *+p,
    *+ul {
        margin-top: 10px;
    }

    p,
    ul {
        margin: 0px 0 10px 0;
    }

    .uk-article-title::after {
        margin-bottom: 20px;
    }

    .uk-section-large {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .uk-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .uk-subnav-pill>*>:first-child {
        padding: 8px 16px;
    }
}