/**
 * Bereinigtes CSS - https://hl24.eu
 * Erstellt: 2026-01-03 17:05:08
 * Duplikate entfernt, nur finale Werte
 */

/* === @-Regeln === */
@keyframes cartPulse {
        0% { transform: scale(1); }
        50% { transform: scale(1.2); }
        100% { transform: scale(1); }
    }
@keyframes cartGlow {
        from { box-shadow: 0 0 5px rgba(231, 76, 60, 0.5); }
        to { box-shadow: 0 0 10px rgba(231, 76, 60, 0.8); }
    }
@keyframes pulse-badge {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}
@keyframes slideUpChat {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes blink-status {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}
@keyframes fadeInMessage {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes typing-animation {
    0%, 60%, 100% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(-10px);
    }
}
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
@keyframes hlSwipeHintAnim {
    0% { opacity: 0; }
    15% { opacity: 1; }
    85% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes hlSpinnerRotate {
    to { transform: rotate(360deg); }
}

/* === Basis-Styles === */
design_neu4.css



html,div,span,applet,object,iframe,blockquote,a,abbr,acronym,address,big,cite,code,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    margin-top: 20px;
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: top;
}

ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    border-top-style: dotted;
    border-right-style: dotted;
    border-bottom-style: dotted;
    border-left-style: dotted;
    margin-top: -2px;
    width: 100%;
    max-width: 100%;
    //margin: 10px 0;
}

form {
    display: block;
}

strong,b {
    font-weight: 700;
}

li,dd,blockquote {
    margin-left: 1em;
}

a,a:link,a:visited,a:hover,a:active {
    text-decoration: none;
}

label,button {
    cursor: pointer;
}

.hidden {
    display: none!important;
    visibility: hidden;
}

img.left {
    margin-bottom: 5px;
    margin-right: 8px;
}

img.right {
    margin-bottom: 5px;
    margin-left: 8px;
}

pre,blockquote,ul,ol,dl,address,p {
    margin: 0 0 1em;
}

a abbr,a acronym,fieldset {
    border: medium none;
}

a img,img {
    border: 0;
    text-decoration: none;
}

textarea:focus, input:focus, select:focus {
    outline: none;
    background: none;
}

header, nav, section, article, aside, footer, menu {
    display: block;
}

input:-webkit-autofill {
    color: #666 !important;
    background: none !important;
}

ul, li {
    margin: 0;
}

.main .template .template_content .performance_information.left div table tr td {
    //font-weight: bold;
    font-size: 12px;
}

.main .template .template_content .performance_information.left div table tr td .template {
    font-size: 10px;
}

.main .template .template_content .add_blocks.right .block_template .block_background p .hidden {
    font-family: Verdana, Geneva, sans-serif;
}

.main .template .template_content .add_blocks.right .block_template .block_background p {
    font-family: Verdana, Geneva, sans-serif;
}

.clear  img {
    float: right;
    margin-top: -13px;
    margin-bottom: 2px;
}

.clear a {
    margin-top: 0px;
    margin-bottom: 2px;
}

a:link,

a:visited,

a:hover,

a:active {
    //color: #4e5e6b;
}

a.button:active {
    color: #D8D8D8;
}

.block_background a {
    color: #4e5e6b;
}

.asa_txt a {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.4;
    //display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.95rem;
}

}

.asa_txts a {
    color: #4e5e6b;
}

.mainmenu_wrapper a {
    color: #190714;
}

.newsletter form label {
    color: #6f8394;
    padding-right: 7px;
    font-weight: lighter;
}

.newsletter form input[type="text"] {
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 25px;
    width: 169px;
    height: 26px;
    background-color: #f4f4f4;
    background-clip: padding-box;
    border: 0;
    border-top: 1px solid #828282;
    border-left: 1px solid #a8a8a8;
    border-bottom: 1px solid #d0d0d0;
    box-shadow: inset 0 1px 3px #d2d2d2;
    color: #4e5e6b;
}

.newsletter form input[type="submit"] {
    margin-left: -28px;
    cursor: pointer;
    font-weight: bold;
    color: #4e5e6b;
    padding-top: 5px;
    padding-left: 3px;
    padding-bottom: 5px;
    width: 101px;
    border: 1px solid #bbc7d2;
    border-radius: 20px;
    background-clip: padding-box;
    background-color: #d5dfe9;
    background-image: linear-gradient(to top, rgba(0,0,0,.14) 0%, rgba(255,255,255,.14) 100%);
}

.newsletter form input[type="submit"]:hover {
    background-image: none;
    background-color: #bbc4cc;
}

.logo img {
    //margin-left: 20%;
    margin-top: 18px;
    margin-bottom: 14px;
    margin-right: 10px;
    float: left;
}

.contact img {
    padding-right: 7px;
}

.contact address, .contact address a {
    color: #4e5e6b;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin: 0px;
    margin-top: 2px;
}

.contact p {
    color: #6f8394;
    font-size: 90%;
    line-height: 14px;
}

.contact a {
    color: #6f8394;
    font-size: 90%;
    line-height: 14px;
    float: left;
}

.ebay_besuchen a {
    color: #4e5e6b;
    text-decoration: underline;
    word-wrap: break-word;
}

.ebay_besuchen a:hover {
    text-decoration: none;
}

.ebay_besuchen form input[type="button"],

.ebay_besuchen a.button {
    height: 22px;
    margin-top: 4px;
    width: 143px;
    color: #4e5e6b;
    font-weight: bold;
    font-size: 95%;
    padding-bottom: 2px;
    border: 1px solid #bac7d2;
    border-radius: 8px;
    background-clip: padding-box;
    background-color: #d4dfe9;
    box-shadow: 0 2px 4px rgba(0,0,0,.44);
    background-image: linear-gradient(to top, rgba(0,0,0,.14) 0%, rgba(255,255,255,.14) 100%);
    cursor: pointer;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 22px;
}

.ebay_besuchen form input[type="button"]:hover,

.ebay_besuchen a.button:hover {
    background-image: none;
    background-color: #bbc4cc;
}

ul.menu {
    color: white;
    font-weight: bold;
    font-size: 120%;
    display: inline-block;
    margin: 2px;
    padding-left: 32px;
    padding-right: 32px;
    background-repeat: no-repeat;
    background-position: right center;
}

ul.menu li {
    float: left;
    position: relative;
    color: white;
    font-size: 100%;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 32px;
    padding-right: 32px;
    background-image: url("../images/menu_breaker.png");
    background-repeat: no-repeat;
    background-position: right center;
}

ul.menu li a {
    color: white;
    font-size: 100%;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 32px;
    padding-right: 32px;
    background-image: url("../images/menu_breaker.png");
    background-repeat: no-repeat;
    background-position: right center;
}

ul.menu li:last-child a:last-child {
    background: #ef6237;
}

ul.menu li:last-child a:last-child:hover {
    background-color: #ef6237;
}

ul.menu li a:hover {
    background-color: #ef6237;
    position: relative;
    z-index: 90;
}

ul.menu li ul {
    font-size: 100%;
    position: absolute;
    top: 46px;
    left: 0px;
    display: none;
    background: url("../images/menu_background.png");
    padding: 0;
    width: 100%;
    z-index: 100;
}

ul.menu li ul li {
    float: none;
    padding: 0px;
    width: 100%;
    border-top: 1px solid #d04417;
    border-bottom: 1px solid #f07146;
}

ul.menu li ul li:first-child {
    border-top: none;
}

ul.menu li ul li:last-child {
    border-bottom: none;
}

ul.menu li ul li a {
    background: transparent;
    margin: 0px;
    padding: 5px 0;
    width: 100%;
    display: block;
    text-align: center;
}

ul.menu li:hover ul {
    display: block;
}

.menu_block img {
    float: right;
    padding-top: 6px;
    padding-bottom: 5px;
    padding-right: 21px;
}

.search form {
    padding-left: 13px;
    margin-bottom: 12px;
    margin-top: 10px;
}

.search form input[type="text"] {
    width: 180px;
    border-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 29px;
    color: #4e5e6b;
    padding-left: 15px;
    padding-right: 25px;
    border: 0;
    background-clip: padding-box;
    background-color: #f4f4f4;
    box-shadow: inset 0 1px 4px rgba(0,0,0,.75);
}

.search form input[type="image"] {
    margin-bottom: -10px;
    padding-top: 6px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 11px;
    margin-left: -17px;
    border: 1px solid #bac7d2;
    border-radius: 15px;
    background-clip: padding-box;
    background-color: #d5dfe9;
    background-image: linear-gradient(to top, rgba(0,0,0,.14) 0%, rgba(255,255,255,.14) 100%);
}

.search form input[type="image"]:hover {
    background-image: none;
    background-color: #bbc4cc;
}

.template_image_container img {
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    height: 530px;
}

.template_choose_image img {
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    margin-right: 7px;
    margin-top: 7px;
    max-height: 50px;
    width: auto;
    margin-left: 5px;
}

.template_choose_image img:hover {
    border: 1px solid #e84720;
    cursor: pointer;
}

.template_choose_image_1 img {
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    margin-right: 5px;
    max-height: 95px;
    width: auto;
    margin-top: 0px;
    margin-bottom: 2px;
}

.clear img {
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    margin-right: 5px;
    max-height: 85px;
    width: 33;
    margin-top: -10px;
    margin-bottom: 0px;
}

.template_choose_image_1 img:hover {
    border: 1px solid #e84720;
    cursor: pointer;
}

table.attributes tr {
    line-height: 23px;
    //text-align: center;
}

table.attributes tr td {
    padding-right: 25px;
    color: #4e5e6b;
}

table.attributes tr td:last-child {
    font-weight: bold;
}

.template_shipping span {
    color: #ed4f16;
    font-weight: bold;
}

.buy_form_title p {
    margin: 0px;
    padding: 0px;
    padding-left: 1px;
}

.buy_form_title h1 {
    font-size: 300%;
    font-weight: bold;
    font-family: Arial;
}

.quantity input {
    width: 34px;
    margin-left: 3px;
    padding-top: 8px;
    font-size: 115%;
    padding-bottom: 8px;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: -4px;
    text-align: center;
    font-weight: bold;
    color: #4e5e6b;
    border: 0;
    background-clip: padding-box;
    border-radius: 15px;
    background-color: #f4f4f4;
    box-shadow: inset 0 1px 4px rgba(0,0,0,.75);
}

.buy_now input,

.buy_now a {
    display: block;
    text-align: top;
    line-height: 32px;
    height: 32px;
    margin-top: 0px;
    margin-right: 21px;
    width: 176px;
    color: #4e5e6b;
    font-weight: bold;
    font-size: 125%;
    border: 1px solid #bac7d2;
    border-radius: 8px;
    background-clip: padding-box;
    background-color: #d4dfe9;
    box-shadow: 0 2px 4px rgba(0,0,0,.44);
    background-image: linear-gradient(to top, rgba(0,0,0,.14) 0%, rgba(255,255,255,.14) 100%);
    cursor: pointer;
}

.buy_now input:hover,

.buy_now a:hover {
    background-image: none;
    background-color: #bbc4cc;
}

.payment_methods h4 {
    margin-bottom: 3px;
}

.payment_methods h4, .shipping_methods h4 {
    color: #4e5e6b;
}

.shipping_methods h4 {
    margin-bottom: 3px;
}

.shipping_methods img:last-child {
    margin-top: -4px;
}

.performance_information h3 {
    font-size: 120%;
    font-weight: bold;
    margin-top: 26px;
    margin-bottom: 32px;
    color: #4e5e6b;
}

.performance_information ul {
    list-style: disc;
    padding: 0 10px;
}

.block_template_1 h2 {
    background: #D8D8D8;
    //background-repeat: repeat-x;
    //color: white;
    font-size: 130%;
    //font-weight: bold;
    //border-bottom: 2px solid #088A08;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 11px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.block_template_1 div.block_background {
    color: #5e6c77;
    min-height: 380px;
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 19px;
    line-height: 20px;
    border-radius: 7px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-clip: padding-box;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(107,109,113,.7);
    background-image: linear-gradient(to top, #dbdbdc 0%, #dbdbdc 0.54%, #e8e8e8 2.44%, #f2f2f2 23.63%, #f2f2f2 79.35%, #fff 100%);
}

.block_template_1:nth-child(1) p {
    padding-bottom: 39px;
}

.block_template_1:nth-child(2) div.block_background {
    padding-bottom: 18px;
}

.block_template_1:nth-child(2) p {
    padding-bottom: 5px;
}

.block_template_1 p span {
    color: #359913;
    font-weight: bold;
}

.block_template_a h2 {
    background: url("../images/add_block_background.png") #088A08;
    background-repeat: repeat-x;
    color: white;
    font-size: 130%;
    font-weight: bold;
    border-bottom: 2px solid #088A08;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 11px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.block_template_a div.block_background {
    color: #5e6c77;
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 19px;
    min-height: 380px;
    line-height: 20px;
    border-radius: 7px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-clip: padding-box;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(107,109,113,.7);
    background-image: linear-gradient(to top, #dbdbdc 0%, #dbdbdc 0.54%, #e8e8e8 2.44%, #f2f2f2 23.63%, #f2f2f2 79.35%, #fff 100%);
}

.block_template_a:nth-child(1) p {
    padding-bottom: 39px;
}

.block_template_a:nth-child(2) div.block_background {
    padding-bottom: 18px;
}

.block_template_a:nth-child(2) p {
    padding-bottom: 5px;
}

.block_template_a p span {
    color: #359913;
    font-weight: bold;
}

.block_template_s h2 {
    background: #D8D8D8;
    //background-repeat: repeat-x;
    //color: white;
    font-size: 100%;
    //font-weight: bold;
    //border-bottom: 2px solid #088A08;
    padding-left: 15px;
    padding-top: 11px;
    padding-bottom: 6px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.block_template_s div.block_background {
    color: #5e6c77;
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 19px;
    line-height: 20px;
    border-radius: 7px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-clip: padding-box;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(107,109,113,.7);
    background-image: linear-gradient(to top, #dbdbdc 0%, #dbdbdc 0.54%, #e8e8e8 2.44%, #f2f2f2 23.63%, #f2f2f2 79.35%, #fff 100%);
}

.block_template_s:nth-child(1) p {
    padding-bottom: 39px;
}

.block_template_s:nth-child(2) div.block_background {
    padding-bottom: 18px;
}

.block_template_s:nth-child(2) p {
    padding-bottom: 5px;
}

.block_template h2 {
    background: #D8D8D8;
    //background-repeat: repeat-x;
    //color: white;
    font-size: 100%;
    //font-weight: bold;
    //border-bottom: 2px solid #088A08;
    padding-left: 15px;
    padding-top: 11px;
    padding-bottom: 6px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.block_template div.block_background {
    color: #5e6c77;
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 19px;
    line-height: 20px;
    border-radius: 7px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-clip: padding-box;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(107,109,113,.7);
    background-image: linear-gradient(to top, #dbdbdc 0%, #dbdbdc 0.54%, #e8e8e8 2.44%, #f2f2f2 23.63%, #f2f2f2 79.35%, #fff 100%);
}

.block_template:nth-child(1) p {
    padding-bottom: 39px;
}

.block_template:nth-child(2) div.block_background {
    padding-bottom: 18px;
}

.block_template:nth-child(2) p {
    padding-bottom: 5px;
}

.block_template p span {
    color: #359913;
    font-weight: bold;
}

.offers a {
    display: block;
}

.offers_block h3 {
    margin-top: 34px;
    font-size: 120%;
    font-weight: bold;
    margin-left: 4px;
    margin-bottom: 18px;
    color: #4e5e6b;
}

.offer_template img {
    border-radius: 8px;
    max-width: 215px;
}

.offer_template h2 {
    color: #4e5e6b;
    font-size: 111%;
    font-weight: bold;
    margin-top: 13px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 15px;
    padding-bottom: 0px;
}

.offer_template h1 {
    color: #e94e1b;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 165%;
    font-weight: bold;
}

.offer_template p {
    margin-left: 12px;
    line-height: 10px;
    color: #4e5e6b;
}

.suggestions form input,

.suggestions a {
    border: 1px solid #bac7d2;
    border-radius: 15px;
    background-clip: padding-box;
    background-color: #d5dfe9;
    background-image: linear-gradient(to top, rgba(0,0,0,.14) 0%, rgba(255,255,255,.14) 100%);
    margin-top: 5px;
    padding-left: 18px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 6px;
    font-weight: bold;
    margin-bottom: 27px;
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
}

.suggestions form input:hover,

.suggestions a:hover {
    background-image: none;
    background-color: #bbc4cc;
}

.lli_flag a {
    display: block;
    width: 41px;
    height: 27px;
}

.block_template_d h2 {
    //max-width: 777px;
    vertical-align: middle;
    background: #D8D8D8;
    //background-repeat: repeat-x;
    //color: white;
    font-size: 130%;
    //font-weight: bold;
    //border-bottom: 2px solid #088A08;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 8px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 10px;
}

.block_template_do h2 {
    //max-width: 777px;
    vertical-align: middle;
    background: #D8D8D8;
    //background-repeat: repeat-x;
    //color: white;
    font-size: 130%;
    //font-weight: bold;
    //border-bottom: 2px solid #088A08;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 8px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 10px;
}

.block_template_d1 h2 {
    max-width: 400px;
    vertical-align: middle;
    background: url("../images/add_block_background.png") #088A08;
    background-repeat: repeat-x;
    color: white;
    font-size: 130%;
    font-weight: bold;
    border-bottom: 2px solid #088A08;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 11px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 10px;
}

.block_template_do1 h2 {
    max-width: 730px;
    vertical-align: middle;
    background: url("../images/add_block_background.png") #088A08;
    background-repeat: repeat-x;
    color: white;
    font-size: 130%;
    font-weight: bold;
    border-bottom: 2px solid #088A08;
    padding-left: auto;
    padding-top: 15px;
    padding-bottom: 11px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 10px;
}

.block_template_d a {
    font-size: 100%;
    //font-weight: bold;
}

.block_template_d div.block_background {
    max-width: 780px;
    color: #5e6c77;
    //min-height: 800px;
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 19px;
    line-height: 20px;
    border-radius: 7px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-clip: padding-box;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(107,109,113,.7);
    background-image: linear-gradient(to top, #dbdbdc 0%, #dbdbdc 0.54%, #e8e8e8 2.44%, #f2f2f2 23.63%, #f2f2f2 79.35%, #fff 100%);
}

.block_template_d:nth-child(1) p {
    max-width: 750px;
    padding-bottom: 39px;
    vertical-align: middle;
    margin-bottom: 10px;
}

.block_template_d:nth-child(2) div.block_background {
    max-width: 750px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}

.block_template_d:nth-child(2) p {
    padding-bottom: 10px;
    vertical-align: middle;
    margin-bottom: 10px;
}

.block_template_d p span {
    margin-bottom: 10px;
    color: #359913;
    font-weight: bold;
    vertical-align: middle;
}

.block_template_do a {
    font-size: 100%;
    //font-weight: bold;
}

.block_template_do div.block_background {
    max-width: 780px;
    color: #5e6c77;
    //min-height: 800px;
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 19px;
    line-height: 20px;
    border-radius: 7px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-clip: padding-box;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(107,109,113,.7);
    background-image: linear-gradient(to top, #dbdbdc 0%, #dbdbdc 0.54%, #e8e8e8 2.44%, #f2f2f2 23.63%, #f2f2f2 79.35%, #fff 100%);
}

.block_template_do:nth-child(1) p {
    max-width: 750px;
    padding-bottom: 39px;
    vertical-align: middle;
    margin-bottom: 10px;
}

.block_template_do:nth-child(2) div.block_background {
    max-width: 750px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}

.block_template_do:nth-child(2) p {
    padding-bottom: 10px;
    vertical-align: middle;
    margin-bottom: 10px;
}

.block_template_do p span {
    margin-bottom: 10px;
    color: #359913;
    font-weight: bold;
    vertical-align: middle;
}

.search_b form {
    width: 400px;
    padding-left: 5px;
    margin-bottom: 22px;
    margin-top: 10px;
    display: inline-block;
}

.search_b form input[type="text"] {
    width: 100%;
    border-radius: 15px;
    //border-top-right-radius: 0px;
    //border-bottom-right-radius: 0px;
    height: 29px;
    color: #4e5e6b;
    padding-left: 5px;
    //padding-right: 25px;
    border: 0;
    background-clip: padding-box;
    background-color: #f4f4f4;
    box-shadow: inset 0 1px 4px rgba(0,0,0,.75);
    margin-top: 1px;
}

.search_b_ form input[type="image"] {
    margin-bottom: -10px;
    padding-top: 6px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 11px;
    margin-left: 17px;
    border: 1px solid #bac7d2;
    border-radius: 15px;
    background-clip: padding-box;
    background-color: #d5dfe9;
    background-image: linear-gradient(to top, rgba(0,0,0,.14) 0%, rgba(255,255,255,.14) 100%);
}

.search_b form input[type="image"]:hover {
    background-image: none;
    background-color: #bbc4cc;
}

.search_c form {
    padding-left: 105px;
    margin-bottom: 12px;
}

.search_c form input[type="text"] {
    width: 89px;
    border-radius: 15px;
    //border-top-right-radius: 0px;
    //border-bottom-right-radius: 0px;
    height: 29px;
    color: #4e5e6b;
    padding-left: 15px;
    //padding-right: 25px;
    border: 0;
    background-clip: padding-box;
    background-color: #f4f4f4;
    box-shadow: inset 0 1px 4px rgba(0,0,0,.75);
}

.search_c form input[type="image"] {
    margin-bottom: -10px;
    padding-top: 6px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 11px;
    margin-left: 17px;
    border: 1px solid #bac7d2;
    border-radius: 15px;
    background-clip: padding-box;
    background-color: #d5dfe9;
    background-image: linear-gradient(to top, rgba(0,0,0,.14) 0%, rgba(255,255,255,.14) 100%);
}

.search_c form input[type="image"]:hover {
    background-image: none;
    background-color: #bbc4cc;
}

.search_d form {
    padding-left: 5px;
    margin-bottom: 12px;
}

.search_d form input[type="text"] {
    width: 89px;
    border-radius: 15px;
    //border-top-right-radius: 0px;
    //border-bottom-right-radius: 0px;
    height: 29px;
    color: #4e5e6b;
    padding-left: 15px;
    //padding-right: 25px;
    border: 0;
    background-clip: padding-box;
    background-color: #f4f4f4;
    box-shadow: inset 0 1px 4px rgba(0,0,0,.75);
}

.search_d form input[type="image"] {
    margin-bottom: -10px;
    padding-top: 6px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 11px;
    margin-left: 17px;
    border: 1px solid #bac7d2;
    border-radius: 15px;
    background-clip: padding-box;
    background-color: #d5dfe9;
    background-image: linear-gradient(to top, rgba(0,0,0,.14) 0%, rgba(255,255,255,.14) 100%);
}

.search_d form input[type="image"]:hover {
    background-image: none;
    background-color: #bbc4cc;
}

.ebay_besuchen_1 form {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 13px;
    width: 143px;
    margin-bottom: 15px;
    text-align: left;
}

.ebay_besuchen_1 a {
    color: #4e5e6b;
    word-wrap: break-word;
}

.ebay_besuchen_1 a:hover {
    text-decoration: underline;
}

.ebay_besuchen_1 form input[type="button"]:hover,

.ebay_besuchen_1 a.button:hover {
    background-image: none;
    background-color: #bbc4cc;
}

.block_template_o h2 {
    max-width: 520px;
    vertical-align: middle;
    background: url("../images/add_block_background.png") #088A08;
    background-repeat: repeat-x;
    color: white;
    font-size: 130%;
    font-weight: bold;
    border-bottom: 2px solid #088A08;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 11px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 10px;
    margin-left: 0;
}

.block_template_o div.block_background {
    max-width: 500px;
    color: #5e6c77;
    min-height: 400px;
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 19px;
    line-height: 20px;
    border-radius: 7px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-clip: padding-box;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 1px 3px rgba(107,109,113,.7);
    background-image: linear-gradient(to top, #dbdbdc 0%, #dbdbdc 0.54%, #e8e8e8 2.44%, #f2f2f2 23.63%, #f2f2f2 79.35%, #fff 100%);
}

.block_template_o:nth-child(1) p {
    max-width: 500px;
    padding-bottom: 39px;
    vertical-align: middle;
    margin-bottom: 10px;
    margin: auto;
}

.block_template_o:nth-child(2) div.block_background {
    max-width: 500px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    padding-left: 15px;
}

.block_template_o:nth-child(2) p {
    padding-bottom: 10px;
    vertical-align: middle;
    margin-bottom: 10px;
}

.block_template_o p span {
    margin-bottom: 10px;
    color: #359913;
    font-weight: bold;
    vertical-align: middle;
}

.ebay_besuchen_1 a.button {
    //height: 19px;
    //margin-top: 5px;
    //width: 80px;
    color: #4e5e6b;
    font-weight: bold;
    font-size: 75%;
    //padding-bottom: 5px;
    border: 1px solid #bac7d2;
    //border-radius: 8px;
    background-clip: padding-box;
    background-color: #2ECCFA;
    box-shadow: 0 2px 4px rgba(0,0,0,.44);
    //background-image: linear-gradient(to top, rgba(0,0,0,.14) 0%, rgba(255,255,255,.14) 100%);
    //cursor: pointer;
    //display: block;
    text-decoration: none;
    //vertical-align: top;
    text-align: center;
    //line-height: 12px;
    margin-left: 9;
}

.asa_product_box {
    border: 1px solid gray;
    padding: 5px 12px;
    margin: 0 0 15px 0;
    width: 172px;
    display: inline-block;
    text-align: center;
    background-image: linear-gradient(to top, #dbdbdc 0%, #dbdbdc 0.54%, #e8e8e8 2.44%, #f2f2f2 23.63%, #f2f2f2 79.35%, #fff 100%);
    //background-color: #fff;
}

.asa_pic {
    height: 200px;
    float: left;
    margin-right: 0px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    margin: 0 0 5px 0;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    position: relative;
    background: #f8f9fa;
    //display: flex;
    align-items: center;
    // justify-content: center;
}

.asa_pic  img {
    //height: 130px;
    //float: left;
    margin-right: auto;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    //max-width: 160px;
    margin: 0 0 5px 0;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: auto;
}


.asa_txt {
    color: black;
    font-size: 15px;
    line-height: 1.2;
    height: 110px;
    overflow: auto;
    //text-align: left;
    margin: 5px 0 5px 0;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    flex: 1;
}

.asa_txt :hover {
    background-color: #efefef;
    color: gray;
}

span.asa_price, strong.asa_price {
    font-weight: bold;
    font-size: 16px;
}

span.asa_price {
    color: #c30000;
}

span.asa_unitprice {
    float: right;
    font-size: 10px;
}

a.symple-button {
    background: -moz-linear-gradient(#9a0000, #d41c1a) repeat scroll 0 0 #d41c1a;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#9a0000),to(#d41c1a));
    background-color: #d41c1a;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FF003366,EndColorStr=#FF55AAEE);
    border: medium none !important;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    line-height: 1em;
    margin: 5px 5px 5px 0;
    outline: medium none;
    padding: 0.8em 1em;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
}

a {
    color: #585858;
    text-decoration: none;
    transition: all 0.05s ease-in-out 0s;
}

.block_template_d1 div.block_background {
    max-width: 400px;
    color: #5e6c77;
    min-height: 400px;
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 19px;
    line-height: 20px;
    border-radius: 7px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-clip: padding-box;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(107,109,113,.7);
    background-image: linear-gradient(to top, #dbdbdc 0%, #dbdbdc 0.54%, #e8e8e8 2.44%, #f2f2f2 23.63%, #f2f2f2 79.35%, #fff 100%);
}

.block_template_d1:nth-child(1) p {
    max-width: 400px;
    padding-bottom: 39px;
    vertical-align: middle;
    margin-bottom: 10px;
}

.block_template_d1:nth-child(2) div.block_background {
    max-width: 400px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}

.block_template_d1:nth-child(2) p {
    padding-bottom: 10px;
    vertical-align: middle;
    margin-bottom: 10px;
}

.block_template_d1 p span {
    margin-bottom: 10px;
    color: #359913;
    font-weight: bold;
    vertical-align: middle;
}

.search_b1 form {
    padding-left: 13px;
    margin-bottom: 12px;
    margin-top: 10px;
}

.search_b1 form input[type="text"] {
    width: 130px;
    border-radius: 15px;
    //border-top-right-radius: 0px;
    //border-bottom-right-radius: 0px;
    height: 29px;
    color: #4e5e6b;
    padding-left: 5px;
    padding-right: 5px;
    border: 0;
    background-clip: padding-box;
    background-color: #f4f4f4;
    box-shadow: inset 0 1px 4px rgba(0,0,0,.75);
}

.search_b1 form input[type="image"] {
    margin-bottom: -10px;
    padding-top: 6px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 11px;
    margin-left: -17px;
    border: 1px solid #bac7d2;
    border-radius: 15px;
    background-clip: padding-box;
    background-color: #d5dfe9;
    background-image: linear-gradient(to top, rgba(0,0,0,.14) 0%, rgba(255,255,255,.14) 100%);
}

.search_b1 form input[type="image"]:hover {
    background-image: none;
    background-color: #bbc4cc;
}

.search_c1 form {
    padding-left: 13px;
    margin-bottom: 12px;
}

.search_c1 form input[type="text"] {
    width: 85px;
    border-radius: 15px;
    //border-top-right-radius: 0px;
    //border-bottom-right-radius: 0px;
    height: 29px;
    color: #4e5e6b;
    //padding-left: 15px;
    //padding-right: 25px;
    border: 0;
    background-clip: padding-box;
    background-color: #f4f4f4;
    box-shadow: inset 0 1px 4px rgba(0,0,0,.75);
}

.search_c1 form input[type="image"] {
    //margin-bottom: -10px;
    //padding-top: 6px;
    //padding-bottom: 5px;
    //padding-left: 12px;
    //padding-right: 11px;
    //margin-left: -17px;
    border: 1px solid #bac7d2;
    border-radius: 15px;
    background-clip: padding-box;
    background-color: #d5dfe9;
    background-image: linear-gradient(to top, rgba(0,0,0,.14) 0%, rgba(255,255,255,.14) 100%);
}

.search_c1 form input[type="image"]:hover {
    background-image: none;
    background-color: #bbc4cc;
}

.container img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-animation-name: slider;
    -webkit-animation-timing-function: ease;
    -webkit-animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    animation-name: slider;
    animation-timing-function: ease;
    animation-duration: 50s;
    animation-iteration-count: infinite;
}

}



.container img:nth-of-type(1) {
    -webkit-animation-delay: 40s;
    animation-delay: 40s;
}

.container img:nth-of-type(2) {
    -webkit-animation-delay: 30s;
    animation-delay: 30s;
}

.container img:nth-of-type(3) {
    -webkit-animation-delay: 20s;
    animation-delay: 20s;
}

.container img:nth-of-type(4) {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}

.container img:nth-of-type(5) {
    -webkit-animation-delay: 0s;
    animation-delay: 00s;
}

.left a {
    color: #4e5e6b;
}

.ebay_besuchen_3 form {
    margin-top: 20px;
    margin-left: 190px;
    margin-right: 13px;
    width: 143px;
    margin-bottom: 15px;
    text-align: left;
}

.ebay_besuchen_3 a {
    color: #4e5e6b;
    text-decoration: underline;
    word-wrap: break-word;
}

.ebay_besuchen_3 a:hover {
    text-decoration: none;
}

.ebay_besuchen_3 form input[type="button"],

.ebay_besuchen_3 a.button {
    height: 12px;
    margin-top: 10px;
    width: 143px;
    color: #4e5e6b;
    font-weight: bold;
    font-size: 85%;
    padding-bottom: 11px;
    border: 1px solid #bac7d2;
    border-radius: 8px;
    background-clip: padding-box;
    background-color: #d4dfe9;
    box-shadow: 0 2px 4px rgba(0,0,0,.44);
    background-image: linear-gradient(to top, rgba(0,0,0,.14) 0%, rgba(255,255,255,.14) 100%);
    cursor: pointer;
    display: block;
    text-decoration: none;
    vertical-align: top;
    text-align: center;
    line-height: 22px;
}

.ebay_besuchen_3 form input[type="button"]:hover,

.ebay_besuchen_3 a.button:hover {
    background-image: none;
    background-color: #bbc4cc;
}

.block_template_f h2 {
    max-width: 758px;
    vertical-align: middle;
    background: url("../images/add_block_background.png") #088A08;
    background-repeat: repeat-x;
    color: white;
    font-size: 130%;
    font-weight: bold;
    border-bottom: 2px solid #088A08;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 11px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 10px;
}

.block_template_f div.block_background {
    max-width: 758px;
    color: #5e6c77;
    min-height: 800px;
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 19px;
    line-height: 20px;
    border-radius: 7px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-clip: padding-box;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(107,109,113,.7);
    background-image: linear-gradient(to top, #dbdbdc 0%, #dbdbdc 0.54%, #e8e8e8 2.44%, #f2f2f2 23.63%, #f2f2f2 79.35%, #fff 100%);
}

.block_template_f:nth-child(1) p {
    max-width: 758px;
    padding-bottom: 39px;
    vertical-align: middle;
    margin-bottom: 10px;
}

.block_template_f:nth-child(2) div.block_background {
    max-width: 748px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}

.block_template_f:nth-child(2) p {
    padding-bottom: 10px;
    vertical-align: middle;
    margin-bottom: 10px;
}

.block_template_f p span {
    margin-bottom: 10px;
    color: #359913;
    font-weight: bold;
    vertical-align: middle;
}

textarea.has--error, input[type="text"].has--error, input[type="search"].has--error, input[type="password"].has--error, input[type="number"].has--error, input[type="email"].has--error, input[type="tel"].has--error {
    color: #e74c3c;
    background: #faeceb;
    border-color: #e74c3c;
}

.template_choose_imagea img {
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    margin-right: 7px;
    margin-top: 5px;
    max-height: 50px;
    width: auto;
    margin-left: 5px;
}

.template_choose_imagea img:hover {
    border: 1px solid #e84720;
    cursor: pointer;
}

[data-tooltip] {
    position: relative;
    //padding-top: -50px;
}

[data-tooltip]::after {
    content: attr(data-tooltip);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s;
    display: block;
    position: absolute;
    bottom: -5em;
    left: 6em;
    width: 45em;
    padding: 0.5em;
    z-index: 100;
    color: #000;
    background-color: #ffebe6;
    border: solid 1px #c32e04;
    border-radius: 0.5em;
    //top: 5px;
}

[data-tooltip]:hover::after {
    opacity: 1;
}

div.hl-seite3 {
    left: -1%;
    position: relative;
}

.hl-seite input {
    display: none;
}

.hl-seite2 img {
    width: auto;
    max-width: 100%;
    max-height: inherit;
    margin: 0 0 0 -1%;
}

input:checked + .hl-gruppe  .hl-seite2 {
    opacity: 1;
    transform: scale(1);
    //transition: opacity 0.4s ease-in-out;
}

input:checked + .hl-gruppe .hl-seite3 label {
    display: block;
}

input#img-1:checked ~ .hl-seite3-dots label#img-dot-1,

input#img-2:checked ~ .hl-seite3-dots label#img-dot-2,

input#img-3:checked ~ .hl-seite3-dots label#img-dot-3,

input#img-4:checked ~ .hl-seite3-dots label#img-dot-4,

input#img-5:checked ~ .hl-seite3-dots label#img-dot-5,

input#img-6:checked ~ .hl-seite3-dots label#img-dot-6,

input#img-7:checked ~ .hl-seite3-dots label#img-dot-7,

input#img-8:checked ~ .hl-seite3-dots label#img-dot-8,

input#img-9:checked ~ .hl-seite3-dots label#img-dot-9,

input#img-10:checked ~ .hl-seite3-dots label#img-dot-10 {
    background: rgba(200, 100, 0, 0.8);
}

.hl-seite3-dot > img {
    border: 1px solid gray;
    text-align: center;
    height: 80px;
}

.clear2 img {
    float: right;
    margin-top: -5px;
    margin-bottom: 2px;
    text-align: right;
}

.sf-menu > li .mega-menu, .sf-menu li > ul {
    text-align: left;
    list-style: none;
    top: 30;
}

.tt-menuoben a {
    margin-left: 5px;
    margin-right: 5px;
}

.tt-menu a {
    margin-left: 5px;
    margin-right: 5px;
}

.toggle_menu:before, .toggle_menu span {
    left: 15px;
    top: 50%;
}

.block_template_d h2 button a {
    color: #2c3e50;
}

.auswahl select {
    color: #323232;
    font-size: 25px;
    height: 63px;
    font-weight: 30;
    width: 100%;
    z-index: 1001;
    //position: absolute;
    background-color: #ffffff;
}

.auswahl_a select {
    //position: absolute;
    color: #323232;
    font-size: 20px;
    //height: 40px;
    font-weight: 30;
    width: 100%;
    //z-index: 1001;
    //background-color: #ffffff;
}

.menuecss {
    text-align: center;
}

.template_choose_image_1 video {
    width: 90%;
    padding-left: 5%;
    padding-right: auto;
}

.top1 tbody {
    height: 170px;
    overflow: scroll;
    overflow-x: scroll;
    display: block;
    padding: 1px 3px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #585858;
    table-layout: fixed;
    font-size: 10px;
    color: #585858;
}

.asa_txt button a {
    color: #2c3e50;
}

button a {
    color: #E0F8F7;
}

.left button a {
    color: #E0F8F7;
}

.pagination > li > a:hover,

.pagination > li > span:hover,

.pagination > li > a:focus,

.pagination > li > span:focus,

.pagination > .active > a,

.pagination > .active > span,

.pagination > .active > a:hover,

.pagination > .active > span:hover,

.pagination > .active > a:focus,

.pagination > .active > span:focus {
    background: transparent;
    color: #79d7d8;
}

.pagination > .disabled > a,

.pagination > .disabled > span,

.pagination > .disabled > a:hover,

.pagination > .disabled > span:hover,

.pagination > .disabled > a:focus,

.pagination > .disabled > span:focus {
    background-color: #fafafa;
    color: #656565;
    opacity: 0.5;
}

input[type="text"],

input[type="email"],

input[type="url"],

input[type="password"],

input[type="search"],

input[type="tel"],

input[type="number"],

input[type="date"],

textarea,

select,

.form-control {
    height: 50px;
    background-color: transparent;
    border-radius: 5px;
    box-shadow: none;
    color: #323232;
    padding-left: 20px;
    //padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    //line-height: 30px;
    font-weight: 300;
    border: 2px solid rgba(0, 0, 0, 0.05);
}

input[type="text"] + .theme_button,

input[type="email"] + .theme_button,

input[type="url"] + .theme_button,

input[type="password"] + .theme_button,

input[type="search"] + .theme_button,

input[type="tel"] + .theme_button,

input[type="number"] + .theme_button,

input[type="date"] + .theme_button,

textarea + .theme_button,

select + .theme_button,

.form-control + .theme_button {
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    box-shadow: none;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
}

.input-text-center input[type="text"], .input-text-center

input[type="email"], .input-text-center

input[type="url"], .input-text-center

input[type="password"], .input-text-center

input[type="search"], .input-text-center

input[type="tel"], .input-text-center

input[type="number"], .input-text-center

input[type="date"], .input-text-center

textarea, .input-text-center

select, .input-text-center

.form-control {
    text-align: center;
}

.with_background input[type="text"], .with_background

input[type="email"], .with_background

input[type="url"], .with_background

input[type="password"], .with_background

input[type="search"], .with_background

input[type="tel"], .with_background

input[type="number"], .with_background

input[type="date"], .with_background

textarea, .with_background

select, .with_background

.form-control {
    background-color: #ffffff;
}

.form-control option {
    color: #323232;
    background-color: #ffffff;
}

.select-group select {
    position: relative;
    cursor: pointer;
    z-index: 1;
    padding-right: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent !important;
    box-shadow: none !important;
}

.select-group select::-ms-expand {
    display: none;
}

.select-group option {
    font-style: normal;
    color: #323232;
    font-weight: 300;
}

.select-group option[data-default] {
    color: #656565;
}

.select-group:hover select + .theme_button,

.select-group:hover select + i {
    color: #323232;
}

.select-group select + i,

.select-group .theme_button {
    font-size: 14px;
    z-index: -1;
}

.form-inline .select-group select {
    width: 100%;
}

form label + i,

form label + i {
    position: absolute;
    font-size: 14px !important;
    left: 20px;
    top: 18px;
    width: 1em;
    line-height: 1;
    text-align: center;
}

form label + i + .form-control,

form label + i + .form-control {
    padding-left: 45px;
}

form .with_icon {
    padding-left: 25px;
}

form .with_icon + [class*="fa-"],

form .with_icon + [class*="icon2-"] {
    position: absolute;
    top: 17px;
    left: 2px;
    font-size: 12px;
}

form .with_icon:focus + [class*="fa-"],

form .with_icon:focus + [class*="icon2-"] {
    color: #bee27b;
}

.checkbox label[for],

.radio label[for] {
    font-weight: inherit;
}

.form-control + [class*="icon2-"] {
    position: absolute;
    font-size: 24px;
    left: 20px;
    top: 50%;
    color: #4ebbe3;
}

.checkbox label[for] + input[type=checkbox],

.checkbox label[for] + input[type=radio],

.radio label[for] + input[type=checkbox],

.radio label[for] + input[type=radio] {
    left: 20px;
}

input[type=checkbox],

input[type=radio] {
    //margin-top: 7px;
}

.form-inline-button .form-inline label[for] {
    display: none;
}

.form-inline-button .form-inline [type="text"],

.form-inline-button .form-inline [type="password"],

.form-inline-button .form-inline [type="search"],

.form-inline-button .form-inline [type="email"] {
    padding-right: 50px;
    width: 100%;
}

.form-inline-button .form-inline [type="submit"],

.form-inline-button .form-inline .theme_button {
    font-size: 0;
    padding-left: 22px;
    padding-right: 22px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background-color: #4ebbe3;
    color: #ffffff;
}

.form-inline-button .form-inline [type="submit"] i,

.form-inline-button .form-inline .theme_button i {
    font-size: 16px;
    content: "\e656";
    font-family: 'rt-icons-2';
    line-height: 1;
    top: 0;
}

.form-inline-button .form-inline [type="submit"]:hover,

.form-inline-button .form-inline .theme_button:hover {
    opacity: 0.5;
}

.button-on-input input[type*="text"],

.button-on-input input[type*="email"]

input[type*="password"],

.button-on-input .form-group {
    width: 100%;
}

.button-on-input button,

.button-on-input input[type*="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}

.table > tbody > tr > td,

.table > tbody > tr > th,

.table > tfoot > tr > td,

.table > tfoot > tr > th,

.table > thead > tr > td,

.table > thead > tr > th {
    padding: 15px 15px;
    border-color: #f2f2f2;
}

.table td + th,

.table th + td,

.table th + th,

.table td + td {
    border-left: 1px solid #f2f2f2;
}

.table-bordered > thead > tr > td,

.table-bordered > thead > tr > th {
    border-bottom-width: 1px;
}

.table > tbody > tr > td.media-middle {
    vertical-align: middle;
}

li.media:before,

li.media:after {
    display: block;
    content: '';
    clear: both;
}

.media-left img,

.media-right img {
    max-width: 85px;
}

.h1 .small,

.h1 small,

.h2 .small,

.h2 small,

.h3 .small,

.h3 small,

.h4 .small,

.h4 small,

.h5 .small,

.h5 small,

.h6 .small,

.h6 small,

h1 .small,

h1 small,

h2 .small,

h2 small,

h3 .small,

h3 small,

h4 .small,

h4 small,

h5 .small,

h5 small,

h6 .small,

h6 small {
    color: inherit;
    font-weight: 300;
}

html {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
    font-size: 16px;
}

h1,

h2,

h3,

h4,

h5,

h6 {
    font-weight: 300;
    line-height: 1.34;
    word-break: break-word;
    margin-top: 0.5em;
    margin-bottom: 0.8em;
}

h1 {
    font-size: 42px;
    margin-left: 15px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 24px;
}

p {
    margin-bottom: 15px;
}

p:last-child {
    margin-bottom: 0;
}

blockquote h4, blockquote h5 {
    font-size: 30px;
    margin-bottom: 0;
}

img, figure {
    //max-width: 100px;
    height: auto;
}

figcaption p, .entry-caption p {
    margin-bottom: 0;
}

a:hover {
    color: #bee27b;
    text-decoration: none;
    transition: all 0.2s linear 0s;
}

input:focus,

button:focus,

select:focus,

textarea:focus,

a:focus {
    outline: medium none;
    text-decoration: none;
}

a > img {
    //transition: all 0.2s ease-in-out 0s;
}

a:hover > img {
    opacity: 0.8;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,

input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

table th {
    color: #323232;
    font-weight: normal;
    vertical-align: middle;
    line-height: 1;
}

.table_template td, .table_template th {
    padding: 18px 30px;
}

.table_template tbody tr:nth-of-type(odd) {
    background-color: rgba(238, 238, 238, 0.1);
}

.table_template tbody tr:nth-of-type(even) {
    background-color: rgba(17, 17, 17, 0.05);
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

ul, ol {
    padding-left: 30px;
    margin-bottom: 20px;
}

.list1 ul,

ul.list1 {
    list-style: none;
    padding: 0;
}

.padding_30 .list1 ul, .padding_30

ul.list1 {
    margin: 0;
}

.list1 li {
    position: relative;
    padding: 9px 0 10px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.muted_background .list1 li {
    border-color: rgba(255, 255, 255, 0.4);
}

.list1 li > .media {
    margin: 3px 0;
}

.list1.big-padding li {
    padding-top: 22px;
    padding-bottom: 21px;
}

.list1.huge-padding li {
    padding-top: 37px;
    padding-bottom: 36px;
}

.list1.no-bullets li {
    padding-left: 0;
}

.list1.no-bullets li:before {
    display: none;
}

.list1 li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.list1.no-top-border li:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.list1.no-bottom-border li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.list1 li:before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #4ebbe3;
    left: 10px;
    top: 21px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.list2 ul,

ul.list2 {
    list-style: none;
    padding-left: 20px;
}

.list2 li {
    position: relative;
    padding: 5px 0 5px 0;
}

.list2 li:first-child {
    padding-top: 0;
}

.list2 li:first-child:before {
    top: calc(50% - 5px);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#timetable span {
    display: block;
}

#timetable th, #timetable td {
    vertical-align: middle;
    font-weight: normal;
    text-align: center;
    padding: 25px 5px;
}

#timetable tbody th, #timetable tbody td {
    border: 1px solid #f2f2f2;
    transition: all 0.2s ease-in-out 0s;
}

#timetable tbody .current {
    background-color: #4ebbe3;
    border-color: #4ebbe3;
}

#timetable tbody .current a {
    color: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.modern-header {
    position: sticky;
    top: 0;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
    transform: none !important;
    transition: none !important;
}



body.with-fixed-header {
    padding-top: 60px;
}



.logo-section a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo-section img {
    height: 2.5rem;
    max-height: 43px;
    width: auto;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.nav-link {
    color: #1a2332;
    text-decoration: none;
    font-weight: 500;
    padding: .5rem 1rem;
    border-radius: 8px;
    transition: all .3s;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    white-space: nowrap;
}

.nav-link:hover {
    color: #4a9eff;
    background-color: #f3f4f6;
    background: #f0f4f8;
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,.15);
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.2s ease;
    z-index: 1001;
    display: none;
    padding: .5rem 0;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block;
}

.dropdown-item {
    display: block;
    padding: .75rem 1.25rem;
    color: #1a2332;
    text-decoration: none;
    font-size: 0.875rem;
    transition: background .2s;
}

.dropdown-item:hover {
    background-color: #2563eb;
    color: white;
    background: #f0f4f8;
}

.cart-container {
    position: relative;
    cursor: pointer;
    color: #4b5563;
    padding: .5rem 1rem;
    border-radius: 8px;
    transition: background .3s;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.cart-container:hover {
    color: #2563eb;
    background-color: #f3f4f6;
}

.cart-badge {
    position: absolute;
    top: -1px;
    right: -8px;
    background: #e74c3c;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 10px;
    min-width: 18px;
    text-align: center;
    line-height: 1;
    background-color: #e74c3c;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.mobile-cart {
    position: relative;
    cursor: pointer;
    color: #4b5563;
    padding: 0.5rem;
    margin-right: 0.5rem;
}

.mobile-cart:hover {
    color: #2563eb;
}

.mobile-cart .cart-badge {
    position: absolute;
    top: -0.25rem;
    right: -0.25rem;
    background: #ef4444;
    color: white;
    font-size: 0.75rem;
    font-weight: bold;
    padding: 0.125rem 0.25rem;
    border-radius: 9999px;
}

.mobile-menu-button {
    color: #1a2332;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
    display: none;
}

.mobile-menu-button:hover {
    color: #2563eb;
}

.mobile-nav {
    display: none;
    background: #fff;
    border-top: 1px solid #e5e7eb;
    padding: 1rem 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

.mobile-nav.open {
    display: block;
    max-height: 500px;
    opacity: 1;
}

.mobile-nav-item {
    display: block;
    padding: 1rem 1.5rem;
    color: #1a2332;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s ease;
}

.mobile-nav-item:hover {
    background-color: #eff6ff;
    color: #2563eb;
}

.vehicles-container {
    background: #f8fafc;
    padding: 20px;
    border-radius: 12px;
    margin: 0 auto;
    min-height: 400px;
}

.vehicles-header {
    text-align: center;
    margin-bottom: 30px;
}

.vehicles-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #3b82f6, #1e40af);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.vehicles-subtitle {
    color: #64748b;
    font-size: 1rem;
}

.vehicles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(280px,1fr));
    gap: 20px;
    max-width: 1380px;
    margin-left: 50px;
    margin-right: 50px;
    margin: 0 auto;
    min-height: 300px;
}

.vehicle-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,.08);
    transition: transform .3s,box-shadow .3s;
    border: 1px solid #e2e8f0;
    position: relative;
}

.vehicle-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,.15);
}

.vehicle-image-container {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
    background: #f0f4f8;
}

.vehicle-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s;
}

.vehicle-card:hover .vehicle-image {
    transform: scale(1.05);
}

.availability-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #28a745;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.vehicle-content {
    padding: 15px;
}

.vehicle-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1a2332;
    margin-bottom: 0.5rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 10px;
}

.vehicle-details {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 1rem;
}

.detail-tag {
    background: #f0f4f8;
    color: #666;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
}

.warenkorb-header h3 {
    margin: 0;
    font-size: 1.5rem;
}

.warenkorb-item img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 15px;
}

.mobile-menu-button i {
    transition: transform 0.3s ease;
}

.mobile-menu-button.active i {
    transform: rotate(90deg);
}

.menu-container {
    width: 95%;
    // max-width: 1200px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    overflow: visible;
    position: relative;
    max-width: 1200px;
}

.hsn-tsn-container {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    margin-bottom: 5px;
}

.hsn-tsn-input {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 5px;
    position: relative;
}

.hsn-tsn-input input {
    padding: 12px;
    border: 2px solid #dee2e6;
    border-radius: 6px;
    flex: 1;
    min-width: 120px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.hsn-tsn-input input:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.hsn-tsn-button {
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hsn-tsn-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.selection-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border: 2px solid #e9ecef;
    position: relative;
    align-items: center;
    z-index: 1;
    overflow: visible;
}

.selection-item {
    position: relative;
    min-width: 140px;
    background: #f8f9fa;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 1;
    max-width: 200px;
    user-select: none;
}

.selection-item:hover {
    border-color: #007bff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,123,255,0.2);
}

.selection-item.active {
    border-color: #007bff;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
}

.selection-item.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: #f8f9fa;
    border-color: #e9ecef;
}

.selection-item.disabled:hover {
    transform: none;
    box-shadow: none;
    border-color: #e9ecef;
}

.selection-item.dropdown-open {
    border-color: #007bff;
    background: #e3f2fd;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 9998;
    position: relative;
}

.selection-label {
    font-size: 12px;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 8px 12px 4px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    user-select: none;
    pointer-events: none;
}

.selection-value {
    padding: 8px 12px 12px;
    font-size: 14px;
    font-weight: 500;
    color: #495057;
    min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
    pointer-events: none;
}

.arrow-indicator {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 12px;
    pointer-events: none;
    transition: transform 0.3s ease;
}

.selection-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 2px solid #007bff;
    border-top: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
    z-index: 9999;
    max-height: 250px;
    overflow-y: auto;
    display: none;
    min-width: 100%;
    max-width: 300px;
}

.selection-dropdown.show {
    display: block;
    animation: slideDown 0.3s ease;
    z-index: 10000;
    position: absolute;
    background: white;
    border: 2px solid #007bff;
    border-top: none;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

.selection-dropdown select {
    width: 100%;
    padding: 12px;
    border: none;
    background: transparent;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    max-height: 200px;
    pointer-events: all;
    user-select: auto;
}

.selection-dropdown select option {
    padding: 8px 12px;
    transition: background-color 0.2s ease;
}

.selection-dropdown select option:hover {
    background-color: #e3f2fd;
}

.selection-dropdown select option.rot {
    color: #dc3545;
    font-weight: bold;
}

.selection-dropdown::-webkit-scrollbar {
    width: 6px;
}

.selection-dropdown::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.selection-dropdown::-webkit-scrollbar-thumb {
    background: #007bff;
    border-radius: 3px;
}

.selection-dropdown::-webkit-scrollbar-thumb:hover {
    background: #0056b3;
}

.loading .selection-item {
    opacity: 0.7;
    pointer-events: none;
    position: relative;
}

.loading .selection-item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.selection-item:not(.disabled):hover .selection-label {
    color: #007bff;
}

.selection-item:not(.disabled):hover .arrow-indicator {
    color: #007bff;
    transform: translateY(-50%) scale(1.2);
}

.selection-item:focus,

.selection-dropdown select:focus {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

.selection-item:not(.disabled):active {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,123,255,0.3);
}

.highline-modern-article * {
    box-sizing: border-box !important;
}

.highline-modern-article {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    background: white !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1) !important;
    margin: 1rem auto !important;
    max-width: 1200px !important

    width: calc(100% - 2rem) !important;
    width: 100% !important;
    position: relative !important;
    z-index: 1 !important;
}

.highline-thumbnail-item.active {
    border-color: #4a90e2 !important;
    transform: scale(1.05) !important;
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3) !important;
}

.highline-thumbnail-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

.highline-gallery-slide img {
    max-width: 95% !important;
    max-height: 95% !important;
    object-fit: contain !important;
    cursor: zoom-in !important;
    transition: transform 0.3s ease !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1) !important;
}

.highline-gallery-slide img.zoomed {
    cursor: zoom-out !important;
    transform: scale(2.5) !important;
    z-index: 1000 !important;
    position: relative !important;
}

.highline-article-content {
    padding: 2rem !important;
}

.highline-article-title {
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 1rem !important;
    line-height: 1.3 !important;
}

.highline-article-meta {
    display: flex !important;
    gap: 1rem !important;
    color: #666 !important;
    font-size: 0.9rem !important;
    margin-bottom: 1.5rem !important;
    flex-wrap: wrap !important;
}

.highline-meta-item {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
}

.highline-price-section {
    background: linear-gradient(135deg, #4a90e2, #357abd) !important;
    color: white !important;
    padding: 2rem !important;
    border-radius: 16px !important;
    margin: 2rem 0 !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
}

.highline-price-display {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.5rem !important;
    position: relative !important;
    z-index: 1 !important;
}

.highline-shipping-details {
    font-size: 1rem !important;
    opacity: 0.9 !important;
    margin-bottom: 1.5rem !important;
    position: relative !important;
    z-index: 1 !important;
}

.highline-action-buttons {
    display: flex !important;
    gap: 1rem !important;
    justify-content: center !important;
    position: relative !important;
    z-index: 1 !important;
    flex-wrap: wrap !important;
    flex-direction: column !important;
}

.highline-action-btn {
    padding: 1rem 2rem !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    text-decoration: none !important;
    min-width: 200px !important;
    justify-content: center !important;
}

.highline-btn-cart {
    background: white !important;
    color: #4a90e2 !important;
}

.highline-btn-cart:hover {
    background: #f8f9fa !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2) !important;
}

.highline-content-tabs {
    margin-bottom: 2rem !important;
}

.highline-tab-navigation {
    display: flex !important;
    border-bottom: 2px solid #f0f0f0 !important;
    gap: 0 !important;
    overflow-x: auto !important;
    margin-bottom: 1.5rem !important;
}

.highline-tab-nav-item {
    padding: 1rem 1.5rem !important;
    border: none !important;
    background: none !important;
    cursor: pointer !important;
    font-weight: 500 !important;
    color: #666 !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
    position: relative !important;
    font-size: 0.8rem !important;
}

.highline-tab-nav-item.active {
    color: #4a90e2 !important;
}

.highline-tab-nav-item.active::after {
    content: "" !important;
    position: absolute !important;
    bottom: -2px !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: #4a90e2 !important;
    border-radius: 2px 2px 0 0 !important;
}

.highline-tab-panel {
    padding: 1.5rem 0 !important;
    display: none !important;
}

.highline-tab-panel.active {
    display: block !important;
}

.highline-specs-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 1.5rem !important;
    margin: 1rem 0 !important;
}

.highline-specs-table {
    background: #f8f9fa !important;
    border-radius: 12px !important;
    padding: 1.5rem !important;
    margin-bottom: 1rem !important;
}

.highline-specs-table h4 {
    margin-bottom: 1rem !important;
    color: #333 !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
}

.highline-specs-row {
    display: flex !important;
    justify-content: space-between !important;
    padding: 0.75rem 0 !important;
    border-bottom: 1px solid #e9ecef !important;
}

.highline-specs-row:last-child {
    border-bottom: none !important;
}

.highline-specs-label {
    font-weight: 500 !important;
    color: #666 !important;
}

.highline-specs-value {
    color: #333 !important;
    text-align: right !important;
}

.highline-gallery-slide video {
    max-width: 95% !important;
    max-height: 95% !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1) !important;
    background: #000 !important;
}

.highline-gallery-slide video::-webkit-media-controls-panel {
    background: rgba(0,0,0,0.8) !important;
}

.highline-gallery-slide video::-webkit-media-controls-play-button,

        .highline-gallery-slide video::-webkit-media-controls-volume-slider,

        .highline-gallery-slide video::-webkit-media-controls-timeline {
    filter: invert(1) !important;
}

.search-header {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    // padding: 20px;
    border-radius: 12px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.search-header h2 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.search-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.result-count {
    background: rgba(255,255,255,0.2);
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    backdrop-filter: blur(10px);
}

.close-search-btn {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 3px 10px rgba(231, 76, 60, 0.3);
}

.close-search-btn:hover {
    background: linear-gradient(135deg, #c0392b, #a93226);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(231, 76, 60, 0.4);
}

.info-box p {
    margin-bottom: 10px;
    color: #555;
}

.info-box ul {
    list-style: none;
    padding-left: 0;
}

.info-box li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.products-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 7px;
    margin-top: 20px;
    max-width: 1380px;
    margin-left: 50px;
    margin-right: 50px;
    margin: 0 auto;
}

.asa_product_box, .asa_product_boxv {
    background: white;
    border-radius: 16px;
    // overflow: hidden;
    width: auto !important;
    max-width: none !important;
    min-width: auto !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    position: relative;
    // height: 100%;
    // display: flex;
    flex-direction: column;
}

.asa_product_box:hover, .asa_product_boxv:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

.asa_pic img {
    width: 100%;
    //height: 115%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.asa_product_box:hover .asa_pic img {
    transform: scale(1.05);
}

.asa_main {
    padding: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.asa_txt a:hover {
    color: #3498db;
}

.price-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
}

.asa_price {
    font-size: 1.1rem;
    font-weight: 600;
    color: #467158;
}

.cart-btn {
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
    border: none;
    padding: 12px 16px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.cart-btn:hover {
    background: linear-gradient(135deg, #2980b9, #1f639a);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}

.status-available {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #27ae60;
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    z-index: 2;
}

.header-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.fa,

.fa-brands,

.fa-duotone,

.fa-light,

.fa-regular,

.fa-solid,

.fa-thin,

.fab,

.fad,

.fal,

.far,

.fas,

.fat {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa-ul>li {
    position: relative;
}

.fa-arrow-left-rotate:before,

.fa-arrow-rotate-back:before,

.fa-arrow-rotate-backward:before,

.fa-arrow-rotate-left:before,

.fa-undo:before {
    content: "\f0e2";
}

.fa-basket-shopping:before,

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-automobile:before,

.fa-car:before {
    content: "\f1b9";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-shopping:before,

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-circle-info:before,

.fa-info-circle:before {
    content: "\f05a";
}

.fa-close:before,

.fa-multiply:before,

.fa-remove:before,

.fa-times:before,

.fa-xmark:before {
    content: "\f00d";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-youtube:before {
    content: "\f167";
}

.fas, .fab {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    width: 1em;
    height: 1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: -0.125em;
}

.fa-shopping-cart::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
}

.fa-info-circle::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
}

.fa-envelope::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
}

.fa-car::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
}

.fa-cart-plus::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
}

.fa-ebay::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
}

.fa-whatsapp::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2325D366'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893A11.821 11.821 0 0020.051 3.488'/%3E%3C/svg%3E");
}

.mobile-cart .fas,

.mobile-cart .fab {
    font-size: 1.2em;
}

.dropdown .fa-chevron-down {
    margin-left: 0.25rem;
    font-size: 0.75rem;
}

.fa-whatsapp {
    color: #25D366;
}

.nav-link:hover .fas,

.nav-link:hover .fab,

.mobile-nav-item:hover .fas,

.mobile-nav-item:hover .fab {
    transform: scale(1.1);
    transition: transform 0.2s ease;
}

.highline-action-btn .fas,

.highline-action-btn .fab {
    margin-right: 0.5rem;
}

.fa-info-circle {
    color: #17a2b8;
}

#cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999999 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#cookie-banner {
    width: 90%;
    max-width: 800px;
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    z-index: 1000000 !important;
    position: relative;
    max-height: 80vh;
    overflow-y: auto;
}

.cookie-options {
    margin: 20px 0;
    text-align: left;
    max-width: 100%;
}

.cookie-option {
    display: flex;
    align-items: flex-start;
    margin: 15px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 2px solid #e9ecef;
}

.cookie-option input[type='checkbox'] {
    margin-right: 15px;
    margin-top: 5px;
    transform: scale(1.3);
    flex-shrink: 0;
}

.cookie-buttons {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.cookie-buttons button {
    margin: 5px;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    min-width: 120px;
    transition: all 0.3s ease;
}

.accept-all {
    background: #28a745;
    color: white;
}

.accept-all:hover {
    background: #218838;
    transform: translateY(-2px);
}

.accept-selected {
    background: #007bff;
    color: white;
}

.accept-selected:hover {
    background: #0056b3;
    transform: translateY(-2px);
}

.reject-all {
    background: #dc3545;
    color: white;
}

.reject-all:hover {
    background: #c82333;
    transform: translateY(-2px);
}

.more-info {
    background: #6c757d;
    color: white;
}

.more-info:hover {
    background: #545b62;
    transform: translateY(-2px);
}

.cart-badge.has-items {
    background-color: #e74c3c !important;
    animation: cartGlow 2s ease-in-out infinite alternate;
}

.cart-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.cart-btn:not(:disabled):hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.fa,.fas,.far,.fab {
    display: inline-block;
    width: 1em;
    height: 1em;
}

.logo-section {
    display: flex;
    align-items: center;
}

.vehicle-card a {
    text-decoration: none;
    color: inherit;
}



.svg-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    fill: currentColor;
}

.svg-icon-sm {
    width: 0.75em;
    height: 0.75em;
}

.svg-icon-xl {
    width: 1.5em;
    height: 1.5em;
}

.fas, .fab, .far, .fa {
    width: 1em;
    height: 1em;
    display: inline-block;
}

.modern-footer {
    background: linear-gradient(135deg, #1a2332 0%, #0f1722 100%);
    color: #ffffff;
    padding: 60px 0 30px;
    margin-top: 50px;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.payment-logos-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    flex-wrap: wrap;
}

.payment-logo-item svg,
.payment-logo-item img {
    max-height: 36px;
    max-width: 100%;
    width: auto;
    object-fit: contain;
}

.modern-footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 40px 0;
}

.modern-footer-column {
    min-width: 0;
}

.modern-footer-column h3 {
    color: #4a9eff;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.modern-footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modern-footer-column ul li {
    margin-bottom: 12px;
}

.modern-footer-column ul li a {
    color: #b8c5d6;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.modern-footer-column ul li a:hover {
    color: #4a9eff;
}

.business-hours-info {
    color: #b8c5d6;
    line-height: 1.8;
    font-size: 14px;
}

.business-hours-info strong {
    color: #ffffff;
    display: block;
    margin-bottom: 8px;
    margin-top: 12px;
}

.social-links {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.social-link {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 20px;
}

.social-link:hover {
    background: #4a9eff;
    transform: scale(1.1);
}

.modern-footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #7a8a9e;
    font-size: 14px;
}

.live-chat-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(255, 107, 53, 0.4);
    transition: all 0.3s ease;
    z-index: 1000;
    border: none;
}

.live-chat-button:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 30px rgba(255, 107, 53, 0.6);
}

.live-chat-button svg {
    width: 30px;
    height: 30px;
    fill: white;
}

.chat-notification-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff3b30;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    animation: pulse-badge 2s infinite;
}

.live-chat-window {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 400px;
    height: 600px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    display: none;
    flex-direction: column;
    z-index: 999;
    overflow: hidden;
}

.live-chat-window.active {
    display: flex;
    animation: slideUpChat 0.3s ease;
}

.live-chat-header {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.live-chat-header h3 {
    margin: 0;
    font-size: 18px;
}

.chat-status-indicator {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
}

.status-dot-online {
    width: 8px;
    height: 8px;
    background: #4ade80;
    border-radius: 50%;
    animation: blink-status 2s infinite;
}

.close-chat-button {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 24px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.close-chat-button:hover {
    background: rgba(255, 255, 255, 0.2);
}

.live-chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    background: #f5f7fa;
}

.chat-message {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    animation: fadeInMessage 0.3s ease;
}

.chat-message.bot {
    flex-direction: row;
}

.chat-message.user {
    flex-direction: row-reverse;
}

.chat-message-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-weight: bold;
    color: white;
    font-size: 18px;
}

.chat-message.bot .chat-message-avatar {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
}

.chat-message.user .chat-message-avatar {
    background: linear-gradient(135deg, #4a9eff 0%, #357abd 100%);
}

.chat-message-content {
    max-width: 75%;
    padding: 12px 16px;
    border-radius: 15px;
    line-height: 1.5;
    font-size: 14px;
}

.chat-message.bot .chat-message-content {
    background: white;
    color: #1a2332;
    border-bottom-left-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.chat-message.user .chat-message-content {
    background: linear-gradient(135deg, #4a9eff 0%, #357abd 100%);
    color: white;
    border-bottom-right-radius: 5px;
}

.chat-typing-indicator {
    display: none;
    padding: 15px;
    background: white;
    border-radius: 15px;
    width: fit-content;
    margin-left: 45px;
}

.chat-typing-indicator.active {
    display: block;
}

.typing-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff6b35;
    margin: 0 2px;
    animation: typing-animation 1.4s infinite;
}

.typing-dot:nth-child(2) {
    animation-delay: 0.2s;
}

.typing-dot:nth-child(3) {
    animation-delay: 0.4s;
}

.live-chat-input-area {
    padding: 20px;
    background: white;
    border-top: 1px solid #e5e7eb;
    display: flex;
    gap: 10px;
}

.live-chat-input-area input {
    flex: 1;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 25px;
    outline: none;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.live-chat-input-area input:focus {
    border-color: #ff6b35;
}

.chat-send-button {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.chat-send-button:hover {
    transform: scale(1.1);
}

.chat-send-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.chat-send-button svg {
    width: 20px;
    height: 20px;
    fill: white;
}

.quick-reply-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    padding: 10px 20px;
    background: #f5f7fa;
}

.quick-reply-button {
    padding: 8px 16px;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 20px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.3s ease;
}

.quick-reply-button:hover {
    background: #ff6b35;
    color: white;
    border-color: #ff6b35;
}

.camera-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.camera-container {
    position: relative;
    width: 90%;
    max-width: 500px;
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.camera-tabs {
    display: flex;
    margin-bottom: 15px;
}

.camera-tab {
    flex: 1;
    padding: 10px;
    text-align: center;
    background-color: #f0f0f0;
    cursor: pointer;
}

.camera-tab.active {
    background-color: #4285F4;
    color: white;
}

.camera-view {
    width: 100%;
    height: 300px;
    background-color: #ddd;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#canvas-fahrzeugschein, #canvas-autoteil, #canvas-single {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: none;
}

.camera-instructions {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 4px;
}

.camera-controls {
    display: flex;
    justify-content: space-between;
}

.capture-btn, .submit-btn, .close-btn {
    padding: 8px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.capture-btn {
    background-color: #4285F4;
    color: white;
}

.close-btn {
    background-color: #DB4437;
    color: white;
}

.loading-spinner {
    display: none;
    width: 40px;
    height: 40px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 4px solid #4285F4;
    animation: spin 1s linear infinite;
    margin: 20px auto;
}

#autocompleteDropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
    max-height: 350px;
    overflow-y: auto;
    z-index: 9999;
    display: none;
}

#autocompleteDropdown.show {
    display: block;
}

.ac-item svg {
    width: 16px;
    height: 16px;
    color: #999;
    flex-shrink: 0;
}

#autocompleteDropdown.locked {
    pointer-events: none;
}

.selection-item:focus,
.selection-dropdown select:focus {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

}

.sort-dropdown {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: 10px;
}

.sort-dropdown select {
    padding: 2px 4px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 11px;
    cursor: pointer;
    height: 31px;
    min-width: 60px;
    max-width: 80px;
    color: #e4e0e0;
    background-color: #231d1de3;
}

.km-badge i {
    margin-right: 4px;
}

.show-all-icon {
    width: 24px;
    height: 24px;
    animation: pulse 2s infinite;
}

.hl-gallery {
    --hl-accent: #4a90e2;
    --hl-bg: #f5f5f5;
    --hl-bg-main: #ffffff;
    --hl-border: #e0e0e0;
    --hl-radius: 12px;
    position: relative;
    width: 100%;
    max-width: 100%;
    background: var(--hl-bg);
    border-radius: var(--hl-radius);
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.1);
    border: 1px solid var(--hl-border);
    height: 500px;
    min-height: 500px;
    max-height: 500px;
    contain: strict;
}

.hl-gallery__wrapper {
    display: flex;
    flex-direction: row;
    height: 100%;
}

.hl-gallery *, .hl-gallery *::before, .hl-gallery *::after {
    box-sizing: border-box;
}

.hl-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    padding: 8px;
    width: 160px;
    min-width: 160px;
    max-width: 160px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #f0f0f0;
    border-right: 1px solid var(--hl-border);
    scrollbar-width: none;
    -ms-overflow-style: none;
    contain: strict;
}

.hl-gallery__thumbs::-webkit-scrollbar {
    display: none;
}

.hl-gallery__thumb {
    position: relative;
    aspect-ratio: 1;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.7;
    transition: transform 0.2s ease, opacity 0.2s ease;
    border: 2px solid transparent;
    background: #fff;
    will-change: transform, opacity;
    transform: translateZ(0);
}

.hl-gallery__thumb:hover {
    opacity: 0.8;
}

.hl-gallery__thumb--active {
    opacity: 1;
    border-color: var(--hl-accent);
    box-shadow: 0 0 12px rgba(74, 144, 226, 0.4);
}

.hl-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
    aspect-ratio: 1;
}

.hl-gallery__thumb-num {
    position: absolute;
    bottom: 3px;
    right: 3px;
    background: rgba(0,0,0,0.75);
    color: #fff;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 3px;
    font-weight: 600;
}

.hl-gallery__thumb-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.8);
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.hl-gallery__main {
    flex: 1;
    position: relative;
    height: 100%;
    overflow: hidden;
    background: var(--hl-bg-main);
    contain: strict;
}

.hl-gallery__track {
    display: flex;
    height: 100%;
    transition: transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
    will-change: transform;
}

.hl-gallery__slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    contain: layout style;
}

.hl-gallery__slide img {
    max-width: 92%;
    max-height: 92%;
    width: auto;
    height: auto;
    object-fit: contain;
    cursor: zoom-in;
    transition: transform 0.3s ease, opacity 0.2s ease;
    user-select: none;
    -webkit-user-drag: none;
    overflow: clip;
    will-change: transform;
    transform: translateZ(0);
    contain: layout style paint;
}

.hl-gallery__slide img.hl-zoomed {
    cursor: move;
    transform: scale(2);
    z-index: 10;
}

.hl-gallery__slide video {
    max-width: 92%;
    max-height: 92%;
    border-radius: 8px;
}

.hl-gallery__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.95);
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    z-index: 20;
    transition: transform 0.2s ease, opacity 0.2s ease;
    box-shadow: 0 2px 12px rgba(0,0,0,0.2);
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    will-change: transform;
}

.hl-gallery__nav:hover {
    transform: translateY(-50%) scale(1.08);
    opacity: 1;
}

.hl-gallery__nav--prev {
    left: 12px;
}

.hl-gallery__nav--next {
    right: 12px;
}

.hl-gallery__counter {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 5px 14px;
    border-radius: 16px;
    font-size: 13px;
    font-weight: 500;
    z-index: 20;
}

.hl-zoom-overlay {
    position: fixed;
    inset: 0;
    background: rgba(255,255,255,0.96);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: zoom-out;
}

.hl-zoom-overlay img {
    max-width: 95vw;
    max-height: 95vh;
    object-fit: contain;
    transition: transform 0.15s ease-out;
    box-shadow: 0 8px 40px rgba(0,0,0,0.2);
    border-radius: 4px;
    will-change: transform;
}

.hl-zoom-overlay__close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
    will-change: transform;
}

.hl-zoom-overlay__close:hover {
    transform: scale(1.1);
}

.hl-gallery__swipe-hint {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 6px 14px;
    border-radius: 16px;
    font-size: 11px;
    opacity: 0;
    pointer-events: none;
    z-index: 25;
}

.hl-gallery__swipe-hint--show {
    animation: hlSwipeHintAnim 3s ease forwards;
}

.hl-tab-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    color: #666;
}

.hl-tab-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #e0e0e0;
    border-top-color: #4a90e2;
    border-radius: 50%;
    animation: hlSpinnerRotate 0.8s linear infinite;
    margin-bottom: 15px;
}

.hl-tab-loading-text {
    font-size: 14px;
    font-weight: 500;
}

.pr-compatibility-section * {
    box-sizing: border-box;
}

.pr-compat-header {
    background: linear-gradient(135deg, #FF8C00 0%, #CC7000 100%);
    color: #fff;
    padding: 25px 30px;
    border-radius: 8px 8px 0 0;
    position: relative;
}

.pr-position-badge h4 {
    color: #FF8C00;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.pr-position-badge img {
    width: 100px;
    height: auto;
    display: block;
    margin: 0 auto 6px;
    border: 2px solid #e9ecef;
    border-radius: 4px;
    padding: 6px;
    background: #f8f9fa;
}

.pr-compat-content {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

.pr-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.pr-column {
    display: flex;
    flex-direction: column;
}

.pr-column:first-child {
    border-right: 1px solid #e0e0e0;
}

.pr-item {
    padding: 20px 25px;
    border-bottom: 1px solid #e0e0e0;
    transition: all 0.2s ease;
}

.pr-item:last-child {
    border-bottom: none;
}

.pr-item:hover {
    background: #f8f9fa;
}

.pr-item.pr-green {
    background: #f3faf3;
    border-left: 4px solid #6cc070;
}

.pr-item.pr-red {
    background: #fff5f5;
    border-left: 4px solid #f08080;
}

.pr-item-label {
    font-size: 13px;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 6px;
}

.pr-item-value {
    font-size: 22px;
    font-weight: 700;
    color: #212529;
    line-height: 1.3;
    margin-bottom: 4px;
}

.pr-item-code {
    font-size: 13px;
    color: #868e96;
    font-weight: 500;
}

.pr-item-code strong {
    color: #495057;
}

.pr-info-box {
    padding: 20px 25px;
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
}

.pr-info-box:last-child {
    border-bottom: none;
}

.pr-info-label {
    font-size: 12px;
    font-weight: 600;
    color: #FF8C00;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 6px;
}

.pr-info-text {
    font-size: 15px;
    color: #495057;
    line-height: 1.5;
}

.pr-note {
    background: #fff9e6;
    border: 1px solid #ffe4a3;
    border-radius: 6px;
    padding: 15px 20px;
    margin: 20px;
    text-align: center;
}

.pr-note-text {
    font-size: 13px;
    color: #856404;
    font-weight: 500;
    margin: 0;
}


/* === @media all and (max-width: 800px) === */
@media all and (max-width: 800px) {
    .hl-seite2 img {
        width: auto;
        max-width: 100%;
        max-height: 510px;
        margin: 0 0 0 -1%;
    }
}


/* === @media all and (max-width: 700px) === */
@media all and (max-width: 700px) {
    .hl-seite2 img {
        width: auto;
        max-width: 100%;
        max-height: 480px;
        margin: 0 0 0 -1%;
    }
}


/* === @media all and (max-width: 600px) === */
@media all and (max-width: 600px) {
    .hl-seite2 img {
        width: auto;
        max-width: 100%;
        max-height: 420px;
        margin: 0 0 0 -1%;
    }
}


/* === @media all and (max-width: 500px) === */
@media all and (max-width: 500px) {
    .hl-seite2 img {
        width: auto;
        max-width: 100%;
        max-height: 320px;
        margin: 0 0 0 -1%;
    }
}


/* === @media all and (max-width: 450px) === */
@media all and (max-width: 450px) {
    .hl-seite2 img {
        width: auto;
        max-width: 100%;
        max-height: 320px;
        margin: 0 0 0 -1%;
    }
}


/* === @media all and (min-width: 1550px) === */
@media all and (min-width: 1550px) {
    .asa_product_box {
        width: 193.5px;
    }
    .block_template_d div.block_background {
        max-width: 100%;
        color: #5e6c77;
        //min-height: 800px;
        padding-right: 16px;
        padding-left: 16px;
        padding-top: 19px;
        line-height: 20px;
        border-radius: 7px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        background-clip: padding-box;
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(107,109,113,.7);
        background-image: linear-gradient(to top, #dbdbdc 0%, #dbdbdc 0.54%, #e8e8e8 2.44%, #f2f2f2 23.63%, #f2f2f2 79.35%, #fff 100%);
    }
    .block_template_s h2 {
        background: #D8D8D8;
        //background-repeat: repeat-x;
        //color: white;
        font-size: 100%;
        //font-weight: bold;
        //border-bottom: 2px solid #088A08;
        padding-left: 15px;
        padding-top: 11px;
        padding-bottom: 6px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .block_template_s div.block_background {
        color: #5e6c77;
        padding-right: 16px;
        padding-left: 16px;
        padding-top: 19px;
        line-height: 20px;
        border-radius: 7px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        background-clip: padding-box;
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(107,109,113,.7);
        background-image: linear-gradient(to top, #dbdbdc 0%, #dbdbdc 0.54%, #e8e8e8 2.44%, #f2f2f2 23.63%, #f2f2f2 79.35%, #fff 100%);
    }
    .block_template_s:nth-child(1) p {
        padding-bottom: 39px;
    }
    .block_template_s:nth-child(2) div.block_background {
        padding-bottom: 18px;
    }
    .block_template_s:nth-child(2) p {
        padding-bottom: 5px;
    }
}


/* === @media all and (min-width: 1630px) === */
@media all and (min-width: 1630px) {
    .asa_product_box {
        width: 173px;
    }
    .block_template_d div.block_background {
        max-width: 100%;
        color: #5e6c77;
        //min-height: 800px;
        padding-right: 16px;
        padding-left: 16px;
        padding-top: 19px;
        line-height: 20px;
        border-radius: 7px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        background-clip: padding-box;
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(107,109,113,.7);
        background-image: linear-gradient(to top, #dbdbdc 0%, #dbdbdc 0.54%, #e8e8e8 2.44%, #f2f2f2 23.63%, #f2f2f2 79.35%, #fff 100%);
    }
    .block_template_s h2 {
        background: #D8D8D8;
        //background-repeat: repeat-x;
        //color: white;
        font-size: 100%;
        //font-weight: bold;
        //border-bottom: 2px solid #088A08;
        padding-left: 15px;
        padding-top: 11px;
        padding-bottom: 6px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .block_template_s div.block_background {
        color: #5e6c77;
        padding-right: 16px;
        padding-left: 16px;
        padding-top: 19px;
        line-height: 20px;
        border-radius: 7px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        background-clip: padding-box;
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(107,109,113,.7);
        background-image: linear-gradient(to top, #dbdbdc 0%, #dbdbdc 0.54%, #e8e8e8 2.44%, #f2f2f2 23.63%, #f2f2f2 79.35%, #fff 100%);
    }
    .block_template_s:nth-child(1) p {
        padding-bottom: 39px;
    }
    .block_template_s:nth-child(2) div.block_background {
        padding-bottom: 18px;
    }
    .block_template_s:nth-child(2) p {
        padding-bottom: 5px;
    }
}


/* === @media all and (min-width: 1780px) === */
@media all and (min-width: 1780px) {
    .asa_product_box {
        width: 190px;
    }
    .block_template_d div.block_background {
        max-width: 100%;
        color: #5e6c77;
        //min-height: 800px;
        padding-right: 16px;
        padding-left: 16px;
        padding-top: 19px;
        line-height: 20px;
        border-radius: 7px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        background-clip: padding-box;
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(107,109,113,.7);
        background-image: linear-gradient(to top, #dbdbdc 0%, #dbdbdc 0.54%, #e8e8e8 2.44%, #f2f2f2 23.63%, #f2f2f2 79.35%, #fff 100%);
    }
}


/* === @media (min-width: 650px) and (max-width: 1100px) === */
@media (min-width: 650px) and (max-width: 1100px) {
    .block_template_s h2 {
        background: #D8D8D8;
        //background-repeat: repeat-x;
        //color: white;
        font-size: 100%;
        //font-weight: bold;
        //border-bottom: 2px solid #088A08;
        padding-left: 15px;
        padding-top: 11px;
        padding-bottom: 6px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .block_template_s div.block_background {
        color: #5e6c77;
        padding-right: 16px;
        padding-left: 16px;
        padding-top: 19px;
        line-height: 20px;
        border-radius: 7px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        background-clip: padding-box;
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(107,109,113,.7);
        background-image: linear-gradient(to top, #dbdbdc 0%, #dbdbdc 0.54%, #e8e8e8 2.44%, #f2f2f2 23.63%, #f2f2f2 79.35%, #fff 100%);
    }
    .block_template_s:nth-child(1) p {
        padding-bottom: 39px;
    }
    .block_template_s:nth-child(2) div.block_background {
        padding-bottom: 18px;
    }
    .block_template_s:nth-child(2) p {
        padding-bottom: 5px;
    }
}


/* === @media (min-width: 250px) and (max-width: 649px) === */
@media (min-width: 250px) and (max-width: 649px) {
    .ebay_besuchen_1 form {
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 13px;
        width: 243px;
        margin-bottom: 15px;
        text-align: left;
    }
    input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="date"], textarea, select, .form-control {
        height: 50px;
        background-color: transparent;
        border-radius: 5px;
        box-shadow: none;
        color: #323232;
        padding-left: 20px;
        //padding-right: 20px;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 16px;
        //line-height: 30px;
        font-weight: 300;
        border: 2px solid rgba(0, 0, 0, 0.05);
        width: 200px;
    }
    body {
        font: normal 14px/1 Arial,Helvetica,Garuda,sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 1;
    }
    .ebay_besuchen_3 form {
        margin-top: 20px;
        margin-left: 100px;
        margin-right: 13px;
        width: 243px;
        margin-bottom: 15px;
        text-align: left;
    }
}


/* === @media (min-width: 768px) === */
@media (min-width: 768px) {
    .desktop-nav {
        display: flex;
        font-size: 170%;
        //margin: 3px;
    }
    .mobile-header {
        display: none;
    }
    body.with-fixed-header {
        padding-top: 90px;
    }
}


/* === @media (min-width: 992px) === */
@media (min-width: 992px) {
    .list1 li {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


/* === @media (max-width: 767px) === */
@media (max-width: 767px) {
    .header-container {
        padding: 0 0.5rem;
    }
    .header-content {
        padding: 0.75rem 0;
        min-height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 170%;
    }
    .logo-section img {
        height: 2rem;
    }
    body.with-fixed-header {
        padding-top: 60px;
    }
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }
    .products-container {
        padding: 0 10px;
    }
    .search-header {
        padding: 3px;
    }
    .search-header h2 {
        font-size: 1.2rem;
    }
    .header-controls {
        //flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }
    .close-search-btn {
        padding: 10px 16px;
        font-size: 13px;
        align-self: flex-end;
    }
    .asa_pic {
        height: 100px;
    }
    .asa_pic img {
        //width: 110%;
        //height: 110%;
        object-fit: cover;
        transition: transform 0.3s ease;
        padding-top: 30px;
    }
    .asa_main {
        padding: 15px;
    }
    .asa_txt a {
        font-size: 0.85rem;
        -webkit-line-clamp: 2;
    }
    .price-section {
        padding: 10px;
        margin-bottom: 12px;
    }
    .asa_price {
        font-size: 1rem;
    }
    .cart-btn {
        padding: 10px 14px;
        font-size: 0.85rem;
    }
}


/* === @media (max-width: 768px) === */
@media (max-width: 768px) {
    .vehicles-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .vehicles-container {
        padding: 1rem 0.5rem;
    }
    .vehicles-title {
        font-size: 1.5rem;
    }
    .warenkorb-item img {
        margin-bottom: 10px;
        margin-right: 0;
    }
    .selection-bar {
        flex-direction: column;
        gap: 5px;
        overflow: visible;
    }
    .selection-item {
        min-width: 100%;
        max-width: 100%;
    }
    .selection-dropdown {
        left: 0;
        right: 0;
        max-width: none;
        width: 100%;
    }
    .hsn-tsn-input {
        //flex-direction: column;
        gap: 10px;
    }
    .hsn-tsn-input input {
        width: 30%;
    }
    .selection-item:not(.active):not(#markeItem) {
        display: none;
    }
    .highline-article-content {
        padding: 1rem !important;
        width: 100% !important;
    }
    .highline-article-title {
        font-size: 1.5rem !important;
    }
    .highline-price-display {
        font-size: 2rem !important;
    }
    .highline-action-buttons {
        flex-direction: column !important;
    }
    .highline-action-btn {
        min-width: 100% !important;
    }
    .highline-specs-grid {
        grid-template-columns: 1fr !important;
    }
    .highline-article-meta {
        flex-direction: column !important;
        gap: 0.5rem !important;
    }
    .highline-gallery-slide img {
        cursor: default !important;
        touch-action: auto !important;
    }
    .highline-gallery-slide img.zoomed {
        transform: none !important;
        cursor: default !important;
    }
    html, body {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .highline-modern-article {
        width: 100vw !important;
        max-width: 100vw !important;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 0 !important;
    }
    .mobile-nav .fas,

        .mobile-nav .fab {
        margin-right: 0.5rem;
        width: 1.2em;
    }
    #cookie-banner {
        width: 95%;
        padding: 20px;
        margin: 10px;
    }
    .cookie-buttons {
        flex-direction: column;
        align-items: center;
    }
    .cookie-buttons button {
        width: 100%;
        max-width: 300px;
    }
    .cookie-option {
        flex-direction: column;
        text-align: center;
    }
    .cookie-option input[type='checkbox'] {
        margin-bottom: 10px;
    }
    .payment-logos-section {
        gap: 15px;
        padding: 20px 0;
    }
    .payment-logo-item svg,
        .payment-logo-item img {
        max-height: 30px;
    }
    .modern-footer {
        padding: 40px 0 20px;
    }
    .live-chat-window {
        width: calc(100vw - 20px);
        right: 10px;
        bottom: 90px;
        height: calc(100vh - 120px);
        max-height: 600px;
    }
    .modern-footer-content {
        grid-template-columns: 1fr;
    }
    .live-chat-button {
        bottom: 20px;
        right: 20px;
        width: 55px;
        height: 55px;
    }
    .vehicle-image-container {
        height: 140px !important;
    }
    .vehicle-image {
        object-fit: contain !important;
        object-position: center !important;
    }
    .show-all-button {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }
    .hl-gallery {
        height: 420px;
        min-height: 420px;
        max-height: 420px;
    }
    .hl-gallery__wrapper {
        flex-direction: column;
        height: 100%;
    }
    .hl-gallery__thumbs {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 90px;
        min-height: 90px;
        max-height: 90px;
        padding: 8px;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        grid-template-columns: none;
        contain: strict;
    }
    .hl-gallery__thumb {
        flex: 0 0 70px;
        width: 70px;
        min-width: 70px;
        max-width: 70px;
        height: 70px;
        min-height: 70px;
        max-height: 70px;
        scroll-snap-align: center;
    }
    .hl-gallery__main {
        height: calc(100% - 90px);
        min-height: auto;
    }
    .hl-gallery__track {
        touch-action: pan-x;
    }
    .hl-gallery__nav {
        display: none !important;
    }
    .hl-gallery__slide img.hl-zoomed {
        transform: scale(2);
    }
    .pr-compat-header {
        padding: 20px;
        padding-right: 160px;
    }
    .pr-position-badge img {
        width: 80px;
    }
    .pr-grid {
        grid-template-columns: 1fr;
    }
    .pr-column:first-child {
        border-right: none;
        border-bottom: 2px solid #e0e0e0;
    }
    .pr-item-value {
        font-size: 18px;
    }
}


/* === @media (max-width: 640px) === */
@media (max-width: 640px) {
    .vehicle-content {
        padding: 1rem;
    }
    .vehicle-title {
        font-size: 1.1rem;
    }
    .vehicle-image-container {
        height: 120px !important;
    }
    .modern-footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .vehicle-image {
        object-fit: contain !important;
        padding: 0.5rem !important;
    }
}


/* === @media (min-width: 769px) === */
@media (min-width: 769px) {
    .selection-bar {
        flex-wrap: nowrap;
        overflow-x: visible;
        overflow-y: visible;
    }
    .selection-item {
        flex: 0 0 auto;
        min-width: 140px;
        position: relative;
    }
    .selection-item:nth-last-child(-n+2) .selection-dropdown {
        left: auto;
        right: 0;
        min-width: 200px;
    }
}


/* === @media (max-width: 480px) === */
@media (max-width: 480px) {
    .highline-modern-article {
        margin: 0.5rem auto !important;
        width: calc(100% - 1rem) !important;
        border-radius: 12px !important;
        overflow: visible !important;
        touch-action: auto !important;
    }
    .highline-gallery-slide img,

        .highline-gallery-slide video {
        max-width: 100% !important;
        max-height: 100% !important;
    }
    .highline-article-content {
        padding: 1rem !important;
    }
    .highline-article-title {
        font-size: 1.25rem !important;
        line-height: 1.2 !important;
        margin-bottom: 0.75rem !important;
    }
    .highline-article-meta {
        flex-direction: column !important;
        gap: 0.5rem !important;
        margin-bottom: 1rem !important;
    }
    .highline-meta-item {
        font-size: 0.85rem !important;
    }
    .highline-price-section {
        padding: 1.5rem 1rem !important;
        margin: 1.5rem 0 !important;
    }
    .highline-price-display {
        font-size: 2rem !important;
        margin-bottom: 0.5rem !important;
    }
    .highline-shipping-details {
        font-size: 0.9rem !important;
        margin-bottom: 1rem !important;
    }
    .highline-action-buttons {
        flex-direction: column !important;
        gap: 0.75rem !important;
    }
    .highline-action-btn {
        min-width: 100% !important;
        padding: 0.875rem 1.5rem !important;
        font-size: 0.9rem !important;
    }
    .highline-tab-navigation {
        gap: 0 !important;
        margin-bottom: 1rem !important;
    }
    .highline-tab-nav-item {
        padding: 0.75rem 1rem !important;
        font-size: 0.6rem !important;
        min-width: 0 !important;
        flex: 1 !important;
        text-align: center !important;
    }
    .highline-tab-panel {
        padding: 1rem 0 !important;
    }
    .highline-specs-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }
    .highline-specs-table {
        padding: 1rem !important;
    }
    .highline-specs-table h4 {
        font-size: 1rem !important;
        margin-bottom: 0.75rem !important;
    }
    .highline-specs-row {
        padding: 0.5rem 0 !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.25rem !important;
    }
    .highline-specs-label {
        font-size: 0.85rem !important;
    }
    .highline-specs-value {
        font-size: 0.9rem !important;
        text-align: left !important;
        font-weight: 600 !important;
    }
    body {
        touch-action: auto !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }
    .asa_txt a {
        font-size: 0.8rem;
    }
    .price-section {
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }
    .close-search-btn {
        display: none !important;
    }
    .pr-compat-header {
        padding: 15px;
    }
}


/* === @media (max-width: 360px) === */
@media (max-width: 360px) {
    .highline-modern-article {
        width: calc(100% - 0.5rem) !important;
        margin: 0.25rem auto !important;
    }
    .highline-article-content {
        padding: 0.75rem !important;
    }
    .highline-article-title {
        font-size: 1.1rem !important;
    }
    .highline-price-section {
        padding: 1rem 0.75rem !important;
    }
    .highline-price-display {
        font-size: 1.75rem !important;
    }
    .highline-tab-nav-item {
        padding: 0.5rem 0.5rem !important;
        font-size: 0.8rem !important;
    }
}


/* === @media (pointer: coarse) === */
@media (pointer: coarse) {
    .highline-tab-nav-item {
        min-height: 44px !important;
    }
}


/* === @media (prefers-reduced-motion: reduce) === */
@media (prefers-reduced-motion: reduce) {
    .highline-gallery-viewport,

        .highline-thumbnail-item,

        .highline-action-btn,

        .highline-gallery-nav,

        .highline-control-button {
        transition: none !important;
    }
}


/* === @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) === */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .highline-thumbnail-item img {
        image-rendering: crisp-edges !important;
    }
}


/* === @media (max-width: 400px) === */
@media (max-width: 400px) {
    .highline-modern-article {
        box-shadow: none !important;
        border-radius: 8px !important;
    }
    .highline-article-content {
        border-radius: 0 0 8px 8px !important;
    }
    .highline-specs-label,

        .highline-specs-value {
        font-size: 0.8rem !important;
        line-height: 1.3 !important;
    }
    .highline-action-btn {
        min-height: 48px !important;
        font-size: 0.85rem !important;
    }
}


/* === @media (max-width: 768px) and (pointer: coarse) === */
@media (max-width: 768px) and (pointer: coarse) {
    .highline-gallery-section,

        .highline-gallery-main,

        .highline-gallery-viewport,

        .highline-gallery-slide,

        .highline-gallery-slide img,

        .highline-gallery-slide video {
        touch-action: auto !important;
        overflow: visible !important;
    }
}


/* === @media (min-width: 1200px) === */
@media (min-width: 1200px) {
    .products-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}


/* === @media (min-width: 768px) and (max-width: 1199px) === */
@media (min-width: 768px) and (max-width: 1199px) {
    .products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}


/* === @media (max-width: 320px) === */
@media (max-width: 320px) {
    .products-grid {
        grid-template-columns: 1fr;
    }
}


/* === @media (max-width:1024px) === */
@media (max-width:1024px) {
    .desktop-nav {
        display: none;
    }
    .mobile-menu-button,.mobile-header {
        display: flex;
    }
}


/* === @media (max-width: 1024px) === */
@media (max-width: 1024px) {
    .modern-footer-content {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* === @media only screen and (max-width: 767px) === */
@media only screen and (max-width: 767px) {
    .asa_product_box, 
        .asa_product_boxv {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin-bottom: 20px !important;
        padding: 0 !important;
        border: 1px solid #ddd;
        border-radius: 8px;
        overflow: hidden;
        position: relative;
    }
    .asa_pic {
        width: 100% !important;
        height: 200px !important;
        float: none !important;
        margin: 10 !important;
        display: block !important;
        border: none !important;
    }
    .asa_pic img {
        width: 100% !important;
        //height: 100% !important;
        object-fit: cover !important;
        padding: 10 !important;
        margin: 10 !important;
        border: none !important;
        border-radius: 0 !important;
    }
    .asa_main {
        padding: 0 !important;
        display: block !important;
        width: 100% !important;
    }
    .asa_txt {
        display: block !important;
        position: relative !important;
        margin-top: -50px !important;
        height: 50px !important;
        width: 100% !important;
        z-index: 10;
        background: rgba(255, 255, 255, 0.7) !important;
        padding: 5px 10px !important;
        overflow: hidden;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }
    .asa_txt a {
        font-size: 14px !important;
        color: #333 !important;
        font-weight: bold;
        line-height: 1.3 !important;
        text-shadow: 0 1px 0 rgba(255,255,255,0.5);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .price-section {
        position: relative;
        background: #fff;
        margin: 0 !important;
        padding: 10px 15px !important;
        z-index: 11;
    }
    .cart-btn {
        margin: 0 15px 15px 15px !important;
        width: calc(100% - 30px) !important;
    }
}


/* === @media (hover: none) === */
@media (hover: none) {
    .hl-gallery__thumb:active {
        transform: scale(0.95);
    }
}
