/* Blue
    dunkelblau  #015998
    mittelblau  #0080DB
    hellblau    #E2EEFC
*/

.response-message {
    position: fixed;
    top: 5%;
    right: 0;
    display: none;
    z-index: 10041;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #ccc;
}

div#wrap {
    min-height: 100%;
    width: 960px;
    margin: auto;
    position: relative;
}

@media (min-width: 1015px) {
    div#wrap {
        background-color: #fff;
    }
}

div#logo-header {
    margin-top: -13px;
}

div#rowLogo2 {
    margin-left: -33px;
}

@media (max-width: 991px) {
    div#logo-header {
        margin-top: -29px;
    }

    div#rowLogo2 {
        margin-top: 70px;
        margin-left: 0px;
    }

    div#cart-top-menu-1 {
        border-left: none !important;
    }
}

div#container {
    padding-bottom: 170px;
}

div#wrap_footer {
    width: 100%;
    height: 170px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ccc;
}

.kfz_navbar_top {
    background-image: url("../assets/img/navbar_bg.png");
    padding-left: 0px;
    padding-right: 0px;
    background-color: #015998;
}

.kfz_navbar_top_menu {
    background-image: url("../assets/img/navbar_bg.png");
    background-color: #015998;
}

#nav_menuitems > li > a,
#nav_menuitems > li > a:hover,
#nav_menuitems > li > a:focus {
    color: white !important;
}

#nav_menuitems > li > a:hover {
    background-color: #0080DB !important;
}

#nav_cart > li > a,
#nav_cart > li > a:hover,
#nav_cart > li > a:focus {
    color: white !important;
}

#nav_cart > li > a:hover {
    background-color: #0080DB !important;
}

.kfz_navbar_top_cart {
    background-image: url("../assets/img/navbar_bg.png");
    background-color: #015998;
}

.footer_links {
    padding: 20px 5px 10px 15px;
    color: #fff;
    line-height: 20px;
    background-color: #015998;
}

.footer_links li {
    margin-right: 15px;
}

.footer_links li a {
    color: #fff;
}

.footer_kfzlinks {
    border-bottom: 1px dotted black;
    margin-bottom: 5px;
    display: block;
    color: black;
}

.footer_copyright {
    color: #015998;
    font-size: 12px;
}

#logo {
    left: -17px;
    position: absolute;
    top: 32px;
    z-index: 22;
}

#logo2 {
    left: 96px;
    position: absolute;
    top: 47px;
    z-index: 22;
}

#kfzsidebar {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -15px;
}

#kfzsidebar ul li {
    background-color: #015998;
    font-size: 13px;
    line-height: 12px;
    padding: 0px;
}

#kfzsidebar .nav > li > a {
    padding: 7px 10px 7px 10px;
    color: #fff;
}

#kfzsidebar .nav > li > a:hover,
#kfzsidebar .nav > li > a:focus {
    background-color: #015998;
    color: #fff;
}

#kfzsidebar .nav > li > div {
    background-color: #E2EEFC;
    color: #000 !important;
}

#kfzsidebar .nav > li > div > ul > li {
    background-color: #E2EEFC;
}

#kfzsidebar .nav > li > div > ul > li > a {
    color: #000;
}

.sidebar_open > a {
    background-color: #0080DB !important;
}

.sidebar_closed > a {
    background-color: #E2EEFC !important;
}

.cart-badge {
    display: inline;
    background-color: #003c66;
    padding: 5px 15px;
    border-radius: 7px !important;
}

.navbar {
    border-bottom: 0px solid #eee !important;
    border-top: 0px solid #eee !important;
}

/* unslider */
.unslider-slider {
    position: relative;
    overflow: auto;
}

.unslider-slider li {
    list-style: none;
}

.unslider-slider ul li {
    float: left;
}

.unslider-arrows {
    -moz-user-select: none;
    -webkit-user-select: none;
}

.unslider-arrows span {
    position: absolute;
    top: 50%;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #015998;
    cursor: pointer;
    z-index: 1100;
    opacity: 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset,
    1px 1px 1px rgba(255, 255, 255, 0.1);
    -webkit-transition: opacity 0.4s ease-in-out 0.2s;
    -moz-transition: opacity 0.4s ease-in-out 0.2s;
    -o-transition: opacity 0.4s ease-in-out 0.2s;
    -ms-transition: opacity 0.4s ease-in-out 0.2s;
    transition: opacity 0.4s ease-in-out 0.2s;
}

.unslider-slider:hover .unslider-arrows span {
    opacity: 1;
}

.unslider-arrows span:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    left: 5px;
    background: transparent url("../img/parallax/arrows.png") no-repeat top left;
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.unslider-arrows span:hover:after {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.unslider-arrows span:active:after {
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
}

.unslider-arrows span.unslider-arrows-next:after {
    background-position: top right;
}

.unslider-arrows span.unslider-arrows-prev {
    left: 15px;
}

.unslider-arrows span.unslider-arrows-next {
    right: 15px;
}

td.td-borderless {
    border: none !important;
}

#loginStatusText {
    color: #000;
    text-align: right;
}

#logo3 {
    text-align: right;
}

@media (max-width: 768px) {
    #logo3 {
        text-align: left;
    }

    #loginButton {
        margin: 0 0 15px !important;
    }

    #searchDiv {
        text-align: left !important;
    }

    header form {
        margin: 25px 0 0 0;
        padding: 0;
        text-align: left;
    }

    header form button#searchButton {
        margin-left: 16px;
        width: 149px;
    }
}

#searchDiv {
    text-align: right;
    padding-right: 33px;
    padding-left: 0;
}

#searchString {
    width: 190px;
}

#searchButton {
    width: 35px;
    height: 35px;
}

#loginButton {
    width: 150px;
    height: 36px;
    font-size: 16px;
    margin-top: 22px;
}

#nav_menuitems > li:hover,
div.kfz_navbar_top_cart:hover {
    background: rgba(0, 0, 0, 0) url("../assets/img/navbar_hover.png") repeat scroll center center !important;
    cursor: pointer;
}

#nav_menuitems > li > a:hover,
#nav_menuitems > li > a:focus,
#nav_cart > li > a:hover,
#nav_cart > li > a:focus {
    background: rgba(0, 0, 0, 0) !important;
}

span.customizable-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 5px !important;
    background-color: #015998;
    color: #fff;
    text-align: center;
}

a.captcha_reload {
    margin: 5px;
}

.menu-table {
    display: table;
}

.menu-row {
    display: table-row;
}

.menu-cell {
    display: table-cell;
    padding-right: 6px;
    line-height: 1.4em;
}

img.preview-image {
    max-width: 309px;
    max-height: 247px;
}

div#gallery-links2 a.thumbnail {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 60px;
    height: 60px;
}

img.preview-image-thumbnail {
    padding: 2px;
    max-width: 56px;
    max-height: 56px;
}

div#customImagePreviewDiv {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    max-height: 350px;
    width: 350px;
    padding: 5px;
    max-width: 100%;
}

img#customImagePreviewImg {
    border: 0px;
    display: block;
    margin: auto;
    max-height: 340px;
    max-width: 99%;
}

div.fav-article {
    min-height: 380px;
    border-color: #ddd;
    cursor: pointer;
}

div.fav-article:hover {
    border-color: #337ab7;
}

div.caption {
    overflow: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

div.fav-thumbnail-place {
    height: 150px;
}

img.fav-thumbnail {
    max-width: 190px !Important;
    max-height: 150px !Important;
}

div.fav-caption {
    min-height: 145px;
}

.fav-price {
    padding-top: 10px;
    min-height: 55px;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.fav-thumbnail-place {
    display: flex;
    align-items: center;
    justify-content: center;
}

#gallery-links1 div.article-preview {
    height: 265px;
}

/* dpxeditor */
#DpxEditorModal .modal-dialog {
    width: 75%;
}

@media screen and (min-width: 768px) {
    #DpxEditorModal .modal-dialog {
        width: 900px;
    }
}

.zoomContainer {
    z-index: 9999;
}

.zoomWindow {
    z-index: 9999;
}

#DpxEditorModal .modal-body {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
}

.article_list_img {
    max-height: 106px;
}

.dpxeditor_badge {
    border-radius: 50% !important;
    background-color: #e5007c;
    border: 2px solid #f39100;
    margin-bottom: 2px;
}

.popover-title {
    background: #015998;
    color: #fff;
}

#rowLogo2 {
    min-height: 82px;
}

#userSetting {
    color: #015998;
}

#userSetting:hover {
    color: #0080db;
}

.cookie-message {
    top: unset;
    bottom: 0;
}

.text-warning {
    color: #f0ad4e;
!important
}

.nav-bar-top-category {
    padding: 2px 0 5px 0;
}

.nav-bar-top-category a.btn, .nav-bar-top-category button.btn {
    margin-top: 0;
    color: #015998;
    background: #cccccc;
}

.nav-bar-top-category ul.dropdown-menu li a {
    color: #015998 !important;
}

.nav-bar-top-category ul.dropdown-menu li a:hover {
    background: #E2EEFC !important;
}

.nav-bar-top-category a.btn:hover, .nav-bar-top-category button.btn:hover {
    color: #ffffff;
    background: #0080DB;
}

.nav-bar-top-category a.btn[aria-expanded="true"], .nav-bar-top-category button.btn[aria-expanded="true"] {
    color: #ffffff !important;
    background: #0080DB !important;
}

#advertisingModal div.modal-content,
div.ui-dialog {
    border: 5px solid #015998 !important;
}

div.ui-dialog {
    margin-left: 80px;
    margin-bottom: 100px;
}

#advertisingModal div.modal-body h4,
#advertisingDialog h4 {
    letter-spacing: 2px;
}

div.ui-dialog-titlebar {
    border: 0;
}

.ui-dialog > .ui-widget-header {
    background: white;
}

button.ui-dialog-titlebar-close {
    border: none;
    background: white;
}

button.ui-dialog-titlebar-close:hover {
    background: lightgrey;
}

button.ui-dialog-titlebar-close:before {
    color: darkgray;
    content: "x";
    font-size: 1.2em;
    position: relative;
    top: -5px;
}

#advertisingModal div.modal-body a.btn,
#advertisingDialog .btn {
    background-color: #015998;
    color: white;
}

#advertisingModal div.modal-body a.btn:hover,
#advertisingDialog .btn:hover {
    background-color: #0080DB;
    color: white;
}