@import 'colors.css';

html {
    --font-size-body: 1rem;
    --font-weight-body: 400;
    --font-line-height-body: 1.3rem;

    --font-size-price: 1.5rem;
    --font-weight-price: 700;
    --font-line-height-price: 1.88rem;

    --font-size-label: 0.75rem;
    --font-weight-label: 400;
    --font-line-height-label: 1rem;

    --font-size-h1: 1.25rem;
    --font-weight-h1: 700;
    --font-line-height-h1: 1.88rem;

    --font-size-h2: 1rem;
    --font-weight-h2: 700;
    --font-line-height-h2: 1.3rem;

    --font-size-h3: 1rem;
    --font-weight-h3: 400;
    --font-line-height-h3: 1.3rem;

    --font-size-body-headline: 1rem;
    --font-weight-body-headline: 700;
    --font-line-height-body-headline: 1.3rem;

    --font-size-cancel: 0.875rem;
    --font-weight-cancel: 400;
    --line-height-cancel: 1.3125rem;;
}

.font-cancel {
    font-size: var(--font-size-cancel);
    font-weight: var(--font-weight-cancel);
    line-height: var(--font-line-height-cancel);
    text-decoration: underline;
    text-align: center;
}

.font-label {
    font-size: var(--font-size-label);
    font-weight: var(--font-weight-label);
    line-height: var(--font-line-height-label);
}

.font-h1 {
    font-size: var(--font-size-h1);
    font-weight: var(--font-weight-h1);
    line-height: var(--font-line-height-h1);
}

.font-h2 {
    font-size: var(--font-size-h2);
    font-weight: var(--font-weight-h2);
    line-height: var(--font-line-height-h2);
}

.font-h3 {
    font-size: var(--font-size-h3);
    font-weight: var(--font-weight-h3);
    line-height: var(--font-line-height-h3);
}

.font-headline {
    font-size: var(--font-size-body-headline);
    font-weight: var(--font-weight-body-headline);
    line-height: var(--font-line-height-body-headline);
}

a.admin-wishlist-link[data-md-tooltip]:before {
    bottom: 18px;
}

[data-md-tooltip] {
    position: relative;
    white-space: nowrap;
}

[data-md-tooltip]:before {
    content: attr(data-md-tooltip);
    position: absolute;
    bottom: -35px;
    left: 50%;
    padding: 8px;
    border-radius: 3px;
    transform: translateX(-50%) scale(0);
    transition: transform 0.3s ease-in-out;
    transform-origin: top;
    background: #666;
    color: white;
    border: 2px solid #999;
    font-size: 12px;
    font-family: 'Source Sans 3', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
}

[data-md-tooltip]:hover:before {
    transform: translateX(-50%) scale(1);
}

[data-md-tooltip].md-tooltip--right:before {
    left: auto;
    right: -10px;
    bottom: auto;
    top: 50%;
    transform: translate(100%, -50%) scale(0);
    transform-origin: left center;
}

[data-md-tooltip].md-tooltip-custom-width:before {
    width: 172px!important;
}

[data-md-tooltip].md-tooltip--right:hover:before {
    transform: translate(100%, -50%) scale(1);
}

[data-md-tooltip].md-tooltip--left:before {
    left: -15px;
    right: auto;
    bottom: auto;
    top: 50%;
    transform: translate(-100%, -50%) scale(0);
    transform-origin: right center;
}

[data-md-tooltip].md-tooltip--left:hover:before {
    transform: translate(-100%, -50%) scale(1);
}

.md-tooltip--top:before {
    top: -35px;
    bottom: auto;
    transform: translateX(-50%) scale(0);
    transform-origin: bottom center;
}

.scale-down {
    object-fit: scale-down;
}

body {
    margin: 0;
    font-family: 'Source Sans 3', Verdana, Arial, Helvetica, sans-serif !important;
    font-size: var(--font-size-body);
    font-weight: var(--font-weight-body);
    line-height: var(--font-line-height-body);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #eee;
}

.px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.px-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
}

#fixed-wrapper {
    position: fixed;
    z-index: 13;
    width: 100%;
    top: 116px;
}

.alert {
    font-family: 'Source Sans 3', Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 16px;
    line-height: 21px;
    font-weight: 400;
    text-align: left;
    display: flex;
    justify-content: space-between;
    width: inherit;
}

#alert-wrapper {
    max-width: 1632px;
}

label.required::after{
    content: "*";
}

a.just-green01-font{
    text-decoration: underline;
}

.alert-success {
    color: var(--green-alert-font);
    background-color: var(--green-alert-bg);
    border-color: var(--green-alert-border);
}

.alert-warning {
    color: var(--yellow-alert-font);
    background-color: var(--yellow-alert-bg);
    border-color: var(--yellow-alert-border);
}

.alert-danger {
    color: var(--red-alert-font);
    background-color: var(--red-alert-bg);
    border-color: var(--red-alert-border);
}

.alert-syn{
    color: var(--dark-petrol);
    background-color: var(--lime);
    min-width:375px;
}

.offcanvas {
    max-height: 150px !important;
}


.footer-disclaimer {
    margin-top:32px;
    background:#eee;
    color:var(--gray-04)!important;
}

.footer-disclaimer > div {
    font-size:12px;
    max-width: 1200px;
    text-align:left!important;
    padding-left:15px;
}

.siteFooter {
    color: white;
    padding-bottom: 16px;
    background-color: #333333;
    box-sizing: border-box;
    border-bottom: 1px solid #797979;
}

.accordionShowMore-btn{
    background-color: #fff !important;
    color: #212529!important;
    box-shadow: unset!important;
}

.accordionShowMore-btn:not(.collapsed) {
    color: #212529!important;
    background-color: #fff !important;
    box-shadow: unset!important;
}

.accordionShowMore-btn::after {
    content: ''!important;
    margin-left: auto!important;
    color: #212529!important;
}
.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon)!important;
}

.footer-bottom {
    justify-content: center !important;
    flex-direction: row;
    padding: 1em 0px;
}

.support-list {
    justify-content: center !important;
    flex-direction: column;
    align-content: center;
    align-items: center;

}

.support-link,
.support-link:hover {
    text-decoration: none;
    color: var(--white-01);
    border-radius: 3px;
    background-color: rgb(255 255 255 / 25%);
    box-sizing: border-box;
    padding: 10px;
    white-space: nowrap;
    margin-top: 16px;
}

.support-link:hover {
    background-color: rgb(255 255 255 / 40%);
}

.syn-green{
    color: var(--petrol);
}


#search_sortByPrice{
    width: 164px;
    color: #787878;
}

.text-underline{
    text-decoration: underline;
}

.toggle-on-effect:after{ 
    content:'toggle_on';
    color: var(--petrol);
}
.toggle-on-effect:hover:after{ 
    content:'toggle_off';
    color: var(--salmon-02);
}

.toggle-off-effect:after{ 
    content:'toggle_off';
    color: var(--salmon-02);
}
.toggle-off-effect:hover:after{ 
    content:'toggle_on';
    color: var(--petrol);
}

.pre {
    white-space: pre;
}

.white-space-pre li {
    white-space: pre;
}

.break-spaces li {
    white-space: break-spaces!important;
    overflow-wrap: break-word;
}

.pre-line{
    white-space: pre-line!important;
}

.break-word {
    word-break: break-word!important;
}

footer {
    margin-top: auto;
    flex: 0 0 50px;
    bottom: 0;
}

.wrapper-search {
    background-color: #eee;
}

#search-mobile {
    max-width: 1200px;
    max-height: 54px;
    padding: 0px 16px;
}

.manage-address-btn, .proceed-checkout-btn {
    text-align: center!important;
}

.sticky-address-search{
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
    background-color: #eee;
    z-index: 1;
}

.search-btn-in-header {
    position: absolute !important;
    height: 49%;
    right: 14px;
    z-index: 50 !important;
    top: 14px;
    border: 3px solid var(--salmon-01);
    border-radius: 3px !important;
}

.w-95 {
    width: 95%;
}

.form-control {
    font-size: var(--font-size-body);
}

.form-control-big-height{
    height: 38px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow:none!important;
}

.form-control button {
    border: 1px solid #ced4da;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    box-shadow: none !important;
}

.just-green01-font,
.just-green01-font:hover {
    color: var(--petrol);
}

.table td {
    vertical-align: middle;
}

#requestRmaModal{
    z-index: 9999;
}

.btn.btn-primary {
    border-color: transparent;
    color: var(--white-01);
    background-color: var(--petrol);
    font-size: var(--font-size-body);
    font-weight: var(--font-weight-body);
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    box-shadow: none;
}

.btn {
    min-height: 38px;

}

.btn.btn-primary.active,
.btn.btn-primary:focus,
.btn.btn-primary:hover,
.btn.btn-primary:active:hover {
    background-color: var(--green-03);
    color: var(--white-01);
    outline: none;
    box-shadow: none;
}

.btn.btn-secondary {
    border-color: var(--petrol);
    background-color: transparent;
    color: var(--petrol);
    font-size: var(--font-size-body);
    font-weight: var(--font-weight-body);
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    box-shadow: none;
}

.btn.btn-secondary.active,
.btn.btn-secondary.focus,
.btn.btn-secondary:hover,
.btn.btn-secondary:active:hover {
    background-color: var(--gray-01);
    color: var(--petrol);
    outline: none;
    box-shadow: none;
}

.btn-outline-dark {
    border-color: #6c757d;
    color: #6c757d;
    background-color: transparent;
    font-size: var(--font-size-body);
    font-weight: var(--font-weight-body);
    border-radius: 5px;
    padding-left: 5px!important;
    padding-right: 5px!important;
    min-height: 28px!important;
    outline: none;
    box-shadow: none;
}

.btn-outline-dark.active,
.btn-outline-dark.focus,
.btn-outline-dark:hover,
.btn-outline-dark:active:hover,
.btn-outline-dark.show,
.btn-outline-dark:first-child:active {
    border-color: #6c757d!important;
    background-color: #EEEEEE!important;
    color: #000!important;
    outline: none!important;
    box-shadow: none!important;
}

.dropdown-item.dropdown-item-wishlist.active, .dropdown-item.dropdown-item-wishlist:active {
    color: #000!important;
    text-decoration: none;
    background-color: #EEEEEE!important;
}

.dropdown-caption:hover {
    background-color:#fff!important;
}

.btn.btn-cta {
    border-color: transparent;
    background-color: var(--lime);
    color: var(--dark-petrol);
    font-size: var(--font-size-body);
    font-weight: var(--font-weight-body);
    height: 38px;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    box-shadow: none;
}

.btn.btn-cta.active,
.btn.btn-cta:active,
.btn.btn-cta.focus,
.btn.btn-cta:focus,
.btn.btn-cta:hover,
.btn.btn-cta:active:hover {
    background-color: var(--lime-hover);
    color: var(--dark-petrol);
    border-color: transparent;
    outline: none;
    box-shadow: none;
}

.btn.btn-cta-secondary {
    border-color: var(--pale-petrol);
    background-color: var(--pale-petrol);
    color: var(--dark-petrol);
    font-size: var(--font-size-body);
    font-weight: var(--font-weight-body);
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    box-shadow: none;
}

.btn.btn-cta-secondary.active,
.btn.btn-cta-secondary:active,
.btn.btn-cta-secondary.focus,
.btn.btn-cta-secondary:focus,
.btn.btn-cta-secondary:hover,
.btn.btn-cta-secondary:active:hover {
    background-color: var(--pale-petrol);
    color: var(--dark-petrol);
    outline: none;
    box-shadow: none;
}

.btn-link-red,
.btn-link-red:hover {
    color: var(--salmon-02);

}

.btn-status{
    text-align: center;
    display: inline-block;
    width: 105px;
    border-radius: 7px;
    padding: 4px;
}

.btn-status-new{
    background-color: var(--yellow-01);
    color: #212529;
}

.btn-status-transferred, .btn-status-shipped {
    background-color: var(--yellow-01-mouse-over);
    color: var(--white-01);
}

.btn-status-completed{
    background-color: var(--green-completed);
    color: var(--white-01);
}

.btn-status-cancelled, .btn-status-pending{
    background-color: var(--gray-05);
    color: var(--white-01);
}

.copyText {
    color: var(--petrol);
    text-decoration: underline;
}

.copyText:hover {
    cursor: pointer;
}

.card-header-footer {
    background-color: #333333;
    border-radius: 0% !important;
}

.card-header-custom {
    background: var(--petrol);
    border-bottom: 0;
    border-radius: 0% !important;
    display: grid;
    color: var(--white-01);

}

.bg-c-gray {
    background-color: #eee;
}

.price,
.font-price {
    font-size: var(--font-size-price);
    font-weight: var(--font-weight-price);
    line-height: var(--font-line-height-price);
    white-space: nowrap;
}

/*DO NOT DELETE THIS CLASSES, THEY ARE USED FOR TWIG EXTENSION*/
.full-price {
    font-size: 22px;
    font-weight: bold;
    white-space: nowrap;
    margin-right: 8px;
}

.currency,
.price-fraction {
    position: relative;
    top: -6px;
    font-size: 14px;
    font-weight: bold;
}

/*DO NOT DELETE THIS CLASSES, THEY ARE USED FOR TWIG EXTENSION*/

.accordion>.card {
    overflow: visible;
}

.table-sm td,
.table-sm th {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.slider::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.slider {
    overflow-x: scroll;
    display: flex;
    gap: 24px;
    scrollbar-width: none;
    padding: 0 16px 24px 16px;

}
/*
.slider::before,
.slider::after {
    content: "";
    z-index: 10;
    position: absolute;
    top: 16px;
    width: 20px;
    height: 400px;
    
}

.slider::before {
    left: 0px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #eee);
}

.slider::after {
    right: 0px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #eee);
}
*/
.slider.hideleft::before,
.slider.hideright::after {
    display: none;
}

.slider-item {
    min-width: 300px;
    width: 300px;
}

.slider-controls {
    display: none;
    font-size: 25px;
    color: black;
}

.accs-link{
    color: var(--petrol);
    text-decoration: underline;
}

.accs-link:hover{
    color: var(--green-03);
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0 !important;
}

.no-picture {
    max-width: 215px !important;
    min-width: 215px !important;
    max-height: 215px !important;
    min-height: 215px !important;
}

.list-group-item {
    width: max-content;
}

.list-group-horizontal>.list-group-item:first-child {
    border-radius: 0;
}

#ccs-explore-product a {
    max-width: 100%;
    display: flex;
}

#ccs-explore-product img {
    max-width: 100%;
}

#ccs-explore-product {
    text-align: end;
    display: flex;
    justify-content: center;
    align-self: baseline;
}

.form-check-input:checked {
    color: #fff !important;
    border-color: #367e87 !important;
    background-color: #367e87 !important;
}

.custom-control-input:focus {
    filter: grayscale(100%) brightness(115%);
}

.form-check-input:focus {
    border-color: #367e87 !important;
    outline: 0;
    box-shadow: none;
}

.footer-link,
.footer-link:hover {

    color: var(--white-01);
    text-decoration: underline;
}
/*
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--petrol);
    border-color: var(--petrol);
}
*/
small {
    color: var(--gray-04);
    font-size: var(--font-size-label);
    font-weight: var(--font-weight-label);
    line-height: var(--font-line-height-label);
}

.input-amount {
    max-width: 87px;
    max-height: 29px;
    border: 1px solid #367e87;
}

.input-amount.input-amaount-cart {
    max-width: 87px;
}

#supplier-price {
    white-space: nowrap;
    margin-right: 8px
}

#items-per-page {
    width: 75px;
    display: inline-block;
    border: 1px solid #ced4da;
    color: #212529;;
}

#items-per-page option:hover {
    background-color: #367e87;
    color: #fff;
}

.product-link {
    color: var(--black-01);
    display: contents;
}

.product-link:hover {
    color: var(--black-01);
    text-decoration: none;
}

.shadow {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;
}

.cartItem {
    border-bottom: 1px solid lightgrey;
    min-height: 238px;
}

#cartWrapperCard {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.cartItem:last-of-type{
    border-bottom: none!important;
}

.wishlistItem {
    border-bottom: 1px solid lightgrey;
    min-height: 238px;
}

#wishlistWrapperCard, .wishlistItem:last-of-type {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.badge:empty {
    display: inline-flex;
}

.badge-success {
    color: var(--white-01);
    min-height: 11px;
    background-color: var(--green-04);
    padding: 6px;
}

.badge-danger {
    color: var(--white-01);
    min-height: 11px;
    background-color: var(--red-01);
    padding: 6px;
}

.modal-body {
    position: relative;
    padding: 24px;
}

.modal-content {
    min-height: calc(10vh - 16px);
    min-width: calc(10vw);
    max-width: calc(100vw - 16px);
}

.confirm-delete:not([aria-hidden="true"]) {
    display: flex !important;
    align-items: center;
}

.btn-expandable[aria-expanded="false"]>.material-symbols-rounded::before {
    content: 'expand_more';
}

.btn-expandable[aria-expanded="true"]>.material-symbols-rounded::before {
    content: 'expand_less';
}

#delivery-adress-box {
    border-bottom: 1px solid #dee2e6;
}

.delivery-adress-box {
    border-bottom: 1px solid #dee2e6;
}

.delivery-adress-box:last-of-type {
    border-bottom: 0
}

#checkout-header {
    display: none;
}

.checkout-mobile-col {
    display: flex;
    justify-content: space-between;
}

.checkout-mobile-col:last-of-type {
    margin-bottom: 12px;
}

.w-95 {
    width: 95% !important;
}

.w-45 {
    width: 45% !important;
}


.card-img {
    width: 100% !important;
    height: 8.25rem;
}

.img-body {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0 !important;
}

.spacing-hr{
    display:none;
}

.productDesc {
    height: 85px;
    overflow-y: clip;
    line-height: 16px;
    font-size: 12px;
}

#spacer-col {
    display: none;
}

.btn:disabled {
    cursor: not-allowed;
}

/* Hide Arrows in Number Input */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}

.filter-selection-list {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    padding: 4px;
}

.filter-selection-list:hover {
    cursor: pointer;
}

.filter-selection-list>span {
    display: block;
    font-size: 0.9em;
}

.filter-selection-list:has(span.notClickable) {
    cursor: initial;
}

.search-skyscraper {
    border: 2px solid #CCCCCC !important;
    border-radius: 0px !important;
    padding: 16px;
    min-width: 100%
}

.productgroup-option, .productgroup-option-level-2,.productgroup-option-level-3{
    display: block;
}

.productgroup-option:hover,.productgroup-option-level-2:hover,.productgroup-option-level-3:hover {
    color: #367e87;
}

.productgroup-option.deletable:hover,.productgroup-option-level-2.deletable:hover,.productgroup-option-level-3.deletable:hover {
    text-decoration: line-through;
}

.admin-address-title{
    flex-grow:1; 
    text-align: left; 
}

#select{
    font-size: 14px;
    cursor: pointer;
}

#country-search{
    width: 100%;
    position: sticky;
    top: 0;
}
#bank-country-list{
    transform: translate(0px, 110px)!important;
    max-height: 145px!important;
    height: 145px;
    min-height: 111px!important;
    overflow-y: scroll!important;
}
#country-list{
    transform: translate(0px, 35px)!important;
    max-height: 158px!important;
    min-height: 80px!important;
    overflow-y: scroll!important;
}

#country-list .country-options{
    cursor: pointer;
    font-size: 14px;
}

.country-options:hover{
    color: #fff!important;
    background-color: #367E87!important;
}

.country-options, #noResults{
    padding-left: 12px;
    padding-right: 12px;
}

#noResults{
    pointer-events: none;
}

#sync-icon{
    display: inline-block;
    transition: transform 0.5s;
}

.rotate-icon{
    animation: rotate 1s linear infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

#productGroupsText {
    display: none;
}

#reducedFooterWrapperContactForm{
    background-image: unset;
}

.orderOverviewNote{
    width:unset;
}

#deleteModal:not([aria-hidden="true"]),
#specialPriceModal:not([aria-hidden="true"]), 
#addressModal:not([aria-hidden="true"]), 
#requestProductModal:not([aria-hidden="true"]),
#requestRmaModal:not([aria-hidden="true"]),
#acceptedDataSharingModal:not([aria-hidden="true"]) {
    display: flex !important;
    align-items: center;
    z-index: 99999!important;
}

.dropdown-menu.wishlist-dropdown.show {
    display: block;
    width: 100%;
}

.input-group.amount-cart{
    min-width: 147px!important;
    max-width: 147px!important;
}

.wishlist-table-data, .rent-table-data{
    width: 100%;
}
#wishlist-btn{
    max-width:100%;
}
#rent-link{
    max-width:100%;
}

.z-12 {
    z-index: 12!important;
}

#btn-group-wishlist-dropdown-cart{
    width: 100%;
}

.t-container {
    display: flex;
    width: 100%;
  }
.t-col {
    flex: 1;
    padding: 16px;
  }

#loginBigPicture{
    display: none;
}

#loginFormColumn {
    overflow-y: scroll;
    height:  calc(100vh - 82px);
}

#loginWrapper {
    /* 64px is the header's height */
    height: calc(100vh - 64px);
    background-image: url('../img/img_start-FINAL.jpg');
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.accordion-button-gpsr:not(.collapsed) {
    color: #212529!important;
    background-color: #F2F2F2!important;;
}
.accordion-button-gpsr::after{
    content: ''!important;
}

.accordion-button-gpsr:focus {
    box-shadow: none!important;
}

.vat {
    font-size: 12px;
    color: #777777;
}

#recaptcha-search{
    position: absolute;
    bottom: 0px !important;
    right: -36px;
}
.absolute-element{
    bottom: 50px;
    position: sticky;
    right: -24px;
}

#wordpressTab{
    border-bottom: 2px solid;
    border-color:rgba(204, 204, 204, 1);
}

#overview-tab, #news-tab, #actions-tab{
    position: relative;
    background-color: unset;
    font-size: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 8px;
    color: rgb(0, 0, 0);
    top: 1px;
}

#overview-tab:hover, #news-tab:hover, #actions-tab:hover {
    border: 2px solid rgb(0, 0, 0);
}

#overview-tab.active, #news-tab.active, #actions-tab.active{
    font-weight:700; 
    font-style: bold;
    border: 2px solid rgb(0, 0, 0);
}

.wp-link {
    color: unset;
    text-decoration: none
}

.wp-link:hover {
    color: unset;
}

.wp-post-type {
    padding: 32px 16px 0px 16px
}

.wp-post-title {
    font-weight:700; 
    font-style: bold;
    font-size: 16px;
    padding: 8px 16px 16px 16px;
    margin-bottom: 16px;
}

.wp-post-title:hover {
    color: rgb(34, 100, 110);
    text-decoration: underline;
}

.wp-post-date {
    padding: 16px;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #000000;
    text-align: left;
    line-height: 16px;
}

.truncate-multiline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    max-height: 3.25rem;
  }

/* FOR LONG CARD HEADERS */
@media (min-width: 475px) {
    .detail-header {
        display: flex;
    }

    .card-img {
        height: 7.25rem;
    }
}

/* Small devices (landscape phones, 385px and up)*/
@media (min-width: 385px) {
    .spacing-hr{
        display:flex;
    }
}

@media (min-width: 536px) {
    #delivery-adress-box {
        border-bottom: 0;
        border-right: 1px solid #dee2e6;
    }

    #productGroupsText {
        display: inline;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .card-head {
        font-size: 13px;
    }

    .detail-header {
        display: flex;
    }

    .card-img {
        height: 8.25rem;
    }

    .modal-dialog {
        max-width: unset !important;
    }

    #checkout-header {
        display: flex;
    }

    .checkout-mobile-header {
        display: none;
    }

    .checkout-mobile-col {
        display: block;
    }

    .delivery-adress-box:nth-child(odd){
        border-right: 1px solid #dee2e6;
    }

    .wishlist-table-data, .rent-table-data{
        width: 50%!important;
    }

    .dropdown-menu.wishlist-dropdown.show {
        max-width: 275px;
    }
    
    #wishlist-btn{
        max-width:275px;
        margin-left: 8px;
    }

    #btn-group-wishlist-dropdown-cart{
        max-width:275px;
    }
}

/* mobileFooter (mobile, 680px and up)*/
@media (min-width: 680px) {
    .support-list {
        justify-content: center !important;
        flex-direction: row;
        /* margin-top: 0px; */
        align-items: baseline;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .card-head {
        font-size: 13px;
    }

    .card-img {
        width: 100% !important;
        height: 6.25rem;
    }

    .productDesc {
        height: 85px;
        overflow-y: clip;
        line-height: 21px;
        font-size: 16px;
    }

    .delivery-adress-box{
        border-right: 1px solid #dee2e6;
        border-bottom: 0;
    }

    .orderOverviewNote{
        width:48px;
    }

    #wishlist-btn[data-qty-box-visible="false"]{
        max-width:275px;
    }

    #wishlist-btn[data-qty-box-visible="true"]{
        max-width: 422px;
    }
    
    .dropdown-menu[data-qty-box-visible="true"].wishlist-dropdown.show {
        max-width: 422px!important;
        min-width: 351px!important;
    }

    .dropdown-menu[data-qty-box-visible="false"].wishlist-dropdown.show {
        max-width: 275px!important;
        min-width: 275px!important;
    }
    #startPageMediumRectangle{
        width:auto;
    }
}

@media (max-width: 993px) {
    #loginWrapper::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        overflow-y: scroll;
    }

    #registrationCheckpointRow hr {
        opacity: 1;
        border-top: 1px solid white;
    }

    .loginAdditionalTexts,
    .loginAdditionalTexts a {
        color: white;
        text-align: center;
    }

    #loginFormColumn {
        justify-content: flex-start;
    }

    .login-form,
    #registrationCheckpointRow {
        min-width: 200px;
    }

    #search-mobile .input-group {
        flex-grow: 1;
        width: unset;
        max-width: none !important;
    }
    #reducedFooterWrapperContactForm{
        background-image: linear-gradient(-180deg, #333333 28.645833333333332%, rgba(85, 85, 85, 1) 83.33333333333334%);
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    #loginBigPicture {
        width: 50%;
        overflow: hidden;
        height: 100vh;
        display: block;   
    }

    #loginBigPicture img {
        display: block;
        height: 100%;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }

    .login-form,
    #registrationCheckpointRow {
        max-width: 400px;
    }

    #loginFormColumn {
        width: 50%;
        justify-content: space-between;
    }

    #loginWrapper {
        background-image: none !important;
        align-items: initial !important;
        height: calc(100vh - 64px);
    }

    .loginAdditionalTexts,
    .loginAdditionalTexts a {
        color: black;
        text-align: center;
    }

    .card-head {
        font-size: 13px;
    }

    .card-img {
        width: 100% !important;
        /* height: 9.25rem; Do we need a intermediate step with a higher card?*/
    }

    .slider-controls {
        display: inline-block;
        cursor: pointer;
    }

    #delivery-adress-box {
        border-right: 0 !important;
        border-bottom: 1px solid #dee2e6;
    }

    .delivery-adress-box{
        border-right: 0!important;
    }

    .delivery-adress-box:not(:last-of-type){
        border-bottom: 1px solid #dee2e6;
    }

    #spacer-col {
        display: block;
    }

    #price-col {
        margin-top: 0px;
    }

    #wishlist-btn[data-qty-box-visible="false"], #rent-link[data-qty-box-visible="false"]{
        max-width:275px;
        margin-left:8px;
    }

    #wishlist-btn[data-qty-box-visible="true"], #rent-link[data-qty-box-visible="true"]{
        max-width:275px;
        margin-left: 155px;
    }

    .dropdown-menu[data-qty-box-visible="true"].wishlist-dropdown.show {
        max-width: 275px!important;
        min-width: 275px!important;
    }

    .dropdown-menu[data-qty-box-visible="false"].wishlist-dropdown.show {
        max-width: 275px!important;
        min-width: 275px!important;
    }
    /*DO NOT DELETE THIS CLASSES, THEY ARE USED FOR TWIG EXTANSION*/
    .currency,
    .price-fraction {
        position: relative;
        top: -6px;
        font-size: 15px;
        font-weight: bold;
    }

    .full-price {
        font-size: 24px;
    }

    /*DO NOT DELETE THIS CLASSES, THEY ARE USED FOR TWIG EXTANSION*/
    
    .admin-address-title{
        text-align: center;
        margin-left: 234px;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .card-img {
        width: 100% !important;
        height: 7.25rem;
    }

    #mediumrectangle{
        min-height:250px;
        min-width:300px;
    }
}

/* Footer Accordion */
.accordion-button::after {
    content: '\e5ce';
    font-family: 'Material Symbols Rounded';
    float: right;
    margin-left: 5px;
    transition: transform 0.2s ease-in-out;
}

.accordion-button.collapsed::after {
    content: '\e5cf';
}

.hide {
    display: none !important;
}

.slider-button {
    position: absolute;
    top: 260px;
    line-height: 12px;
    z-index: 10;
    background-color: white;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid white;
    border-radius: 5px;
}

ul.checklist {
    list-style-type: none;
    padding: 0;
}

.checklist li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.search-btn-green {
    color: var(--white) !important;
    background-color: var(--petrol) !important;
    border: 0;

}

.search-btn-green:hover {
    background-color: var(--petrol) !important;
}


ul.checklist li::before {
    content: 'check';
    font-size: 1.4em;
    font-family: 'Material Symbols Rounded';
    color: var(--petrol);
    margin-right: 15px;
}

#newsline {
    min-height: 32px;
    padding: 8px 2px 8px 2px;
    background-image: linear-gradient(-260.44504601760605deg, #367e87 16.008054691918545%, #f85e43 57.16870466435261%);
    box-sizing: border-box;
    color: white;
    text-align-last: center;

}

#loginFooterlinks {
    padding: 16px 8px;
    letter-spacing: 0.5px;
    flex: 0 0 50px;
    bottom: 0;
}



.registrationCheckpointboxesInner {
    width: 24px;
    border: 1px solid var(--petrol);
    height: 24px;
    background-color: white;
    margin-bottom: 4px;
    align-items: center;
    display: flex;
    justify-content: center;

}

.registrationCheckpointboxesOuter {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.green01-bg {
    background-color: var(--petrol) !important;
    color: white !important;
}

#registrationCheckpointRow {
    width: 100%;
    margin-top: 16px;
    font-size: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
}

#registrationCheckpointRow hr {
    width: 15%;
}

.clickable {
    cursor: pointer;
}

.clickable:hover {
    opacity: 0.75;
}

.disabled-rma {
    cursor:not-allowed!important;
}

.headline,
.headline-in-search {
    padding: 16px 16px 8px 16px;
    font-size: var(--font-size-h1);
    font-weight: var(--font-weight-h1);
    color: #000000;
    text-align: left;
    line-height: var(--font-line-height-h1);
    width: 100%;
}

.headline-in-search {
    padding: 16px 16px 8px 8px !important;
}

.headline div,
.headline-in-search div {
    font-weight: 400;
    display: inline;
}

.headline_sm {
    padding: 16px 16px 8px 8px;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    text-align: left;
    line-height: 30px;
}

.startPageManufacturerCard {
    width: 153px;
    height: 100px;

}

.startPageProductGroup {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.175);
    background:  #fff;
    min-height: 75px;
}
.startPageProductGroupWrapper {
    max-height: 71px;
}

.startPageProductGroup a.btn {
    padding: 0px !important;
}

.startPageProductGroup a:active {
    border:unset;
}

.startPageProductGroup a {
    border:unset;
}


#itemsListInCheckout> :last-child {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

/*Order Overview*/
.orderRowContent div {
    width: 16.6%;
}

#orderRowsWrapper {
    flex-direction: column;
    row-gap: 16px;
    column-gap: 16px;
    display: flex;
    flex-wrap: wrap;
}

.orderRowContent {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.grecaptcha-badge{
    bottom: 63px!important;
}

@media (max-width: 768px) {
    .orderRowContent {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: normal;
    }

    .orderRow {
        flex-grow: 1;
    }

    .orderRowContent div {
        width: unset;
    }

    #orderRowsWrapper {
        flex-direction: row;
    }
}

.cartSymbolBubble {
    color: var(--pale-petrol);
    position: absolute;
    right:33px;
    bottom:44px;
}

.product-image{
    position: relative;
}

.copyright {
    position: absolute;
    bottom: -10px;
    right: 33%;
    color: #a2a1a1;
}

.cookie-banner{
   background-color: var(--salmon-01)!important;
   color: #fff!important;
}

#find-synaxon-partner{
    color:#fff;
    font-size:0.8em;
    text-decoration: none;
    line-height: 120%;
    cursor: pointer;
}

#close-synaxon-partner-search{
    cursor: pointer;
}

.synaxon-partner-card{
    background-color: var(--gray-01)!important;
    border: 0;
    padding:16px;
    margin-bottom:16px;
}

.dropdownArrow{
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc) !important;
    background-position:
        calc(100% - 18px) calc(1em - 1px),
        calc(100% - 13px) calc(1em - 1px),
        calc(100% - 2.5em) 0.3em !important;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em !important;
    background-repeat: no-repeat !important;
}

.hideInfoField{
    width: 136px;
    overflow: hidden;
}

.form-control.no-validate:valid, .form-control.no-validate:focus, .form-select.no-validate:valid {
    border-color: #ced4da;
    padding-right: .75rem;
    background: none;
}


/* NEW SHOP DESIGN STYLES */
@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans 3 Regular'), local('SourceSans3-Regular'),
        url('https://s3.eu-central-1.amazonaws.com/synaxon.static/fonts/Source_Sans_3/Source_Sans_3/static/SourceSans3-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Source Sans 3';
    font-style: bold;
    font-weight: 700;
    src: local('Source Sans 3 Bold'), local('SourceSans3-Bold'),
         url('https://s3.eu-central-1.amazonaws.com/synaxon.static/fonts/Source_Sans_3/Source_Sans_3/static/SourceSans3-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src:    local('Ubuntu Regular'), local('Ubuntu-Regular'),
            url(' https://s3.eu-central-1.amazonaws.com/synaxon.static/fonts/Source_Sans_3/Ubuntu/Ubuntu-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Ubuntu';
    font-style: bold;
    font-weight: 700;
    src:    local('Ubuntu Bold'), local('Ubuntu-Bold'),
            url('https://s3.eu-central-1.amazonaws.com/synaxon.static/fonts/Source_Sans_3/Ubuntu/Ubuntu-Bold.ttf') format('truetype');
}

@font-face {
    font-family: "Material Symbols Rounded";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/MaterialSymbolsRounded.woff2") format("woff2");
  }

  @font-face {
    font-family: "Material Symbols Outlined";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/MaterialSymbols.woff2") format("woff2");
  }

   .material-symbols-rounded {
      font-family: "Material Symbols Rounded";
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      display: inline-block;
      white-space: nowrap;
      word-wrap: normal;
      direction: ltr;
      font-feature-settings: "liga";
      -webkit-font-feature-settings: "liga";
      -webkit-font-smoothing: antialiased;
    }
    
    .material-symbols-outlined {
      font-family: "Material Symbols Outlined";
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      display: inline-block;
      white-space: nowrap;
      word-wrap: normal;
      direction: ltr;
      font-feature-settings: "liga";
      -webkit-font-feature-settings: "liga";
      -webkit-font-smoothing: antialiased;
    }
/*Start OLD CSS*/
/*
.slider::-webkit-scrollbar {
width: 0;
height: 0;
}

.slider {
overflow-x: scroll;
display: flex;
gap: 16px;
scrollbar-width: none;
padding: 0 16px 24px 16px;

}

.slider.hideleft::before,
.slider.hideright::after {
display: none;
}

.slider-item {
min-width: 280px;
width: 280px;
max-width: 280px;
}
*/
.active-category{
border:  2px solid #00787A !important;
}

.slider-controls {
display: inline-block;
cursor: pointer;
}
.btn-expandable[aria-expanded="false"]>.material-symbols-rounded::before {
content: 'expand_more';
}

.btn-expandable[aria-expanded="true"]>.material-symbols-rounded::before {
content: 'expand_less';
}
.accs-link{
color: #367E87;;
text-decoration: underline;
}

.accs-link:hover{
color: #367E87;;
}
.form-check-input:checked {
color: #fff !important;
border-color: #367e87 !important;
background-color: #367e87 !important;
}
/*Loading Animation*/
.lds-ring {
display: inline-block;
position: relative;
width: 45px;
height: 45px;
}

.lds-ring div {
box-sizing: border-box;
display: block;
position: absolute;
width: 40px;
height: 40px;
margin: 4px;
border: 4px solid #367E87;
border-radius: 50%;
animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: #367E87 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
animation-delay: -0.15s;
}

@keyframes lds-ring {
0% {
    transform: rotate(0deg);
}

100% {
    transform: rotate(360deg);
}
}

#loading {
text-align: center;
}

.lds-ellipsis-images {
min-height: 10px!important;
max-height: 10px!important;
}

.lds-ellipsis-images div{
background: #ccc!important;
top: 24px!important;
width: 10px!important;
height: 10px!important;
}

.lds-ellipsis {
display: none;
position: relative;
text-align: center;
width: 80px;
min-height: 38px;
max-height: 38px;
margin-top: -1.5rem;
margin-bottom:1.5rem;
}

.lds-ellipsis div {
position: absolute;
top: 33px;
width: 13px;
height: 13px;
border-radius: 50%;
background: #00787A;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
left: 8px;
animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
left: 8px;
animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
left: 32px;
animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
left: 56px;
animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
0% {
    transform: scale(0);
}

100% {
    transform: scale(1);
}
}

@keyframes lds-ellipsis3 {
0% {
    transform: scale(1);
}

100% {
    transform: scale(0);
}
}

@keyframes lds-ellipsis2 {
0% {
    transform: translate(0, 0);
}

100% {
    transform: translate(24px, 0);
}
}

.product-link {
color: #000;
display: contents;
}

.product-link:hover {
color: #000;
text-decoration: none;
}

.img-body {
margin-top: 0.5rem;
margin-bottom: 1rem;
display: flex;
align-items: center;
justify-content: center;
padding-bottom: 0 !important;
}

.card-img {
width: 100% !important;
height: 8.25rem;
}

.scale-down {
object-fit: scale-down;
}

.productDesc {
height: 85px;
overflow-y: clip;
line-height: 16px;
font-size: 12px;
}
.font-label {
font-size: 0.75rem;;
font-weight: 400;
line-height: 1rem;
}
.vat {
font-size: 12px;
color: #777777;
}

.btn.btn-primary {
border-color: transparent;
background-color: #00787A!important;
color:#fff!important;
font-size: 16px!important;
border-radius: 4px!important;
}

.badge:empty {
display: inline-flex;
}

.badge-success {
color: var(--white-01);
min-height: 11px;
background-color: var(--green-04);
padding: 6px;
}

.badge-danger {
color: var(--white-01);
min-height: 11px;
background-color: var(--red-01);
padding: 6px;
}

.offcanvas-logo{
    max-height: 18px;
    width: auto;
}

.dropdown-toggle-no-arrow::after{
    content: ''!important;
    display: none!important;
}

.rotate-on-hover:hover i {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

.cs-order-row .cs-order-row-wrapper{
    width: 100%;
}

.status-wrapper{
    width: 100%;
}

/*DO NOT DELETE THIS CLASSES, THEY ARE USED FOR TWIG EXTENSION*/
.full-price {
font-size: 22px;
font-weight: bold;
white-space: nowrap;
margin-right: 8px;
}

.currency,
.price-fraction {
position: relative;
top: -6px;
font-size: 14px;
font-weight: bold;
}

/*DO NOT DELETE THIS CLASSES, THEY ARE USED FOR TWIG EXTENSION*/



@media (min-width: 475px) {
.card-img {
    height: 7.25rem;
}
.cs-order-row .status-wrapper{
    width: 50%;
}
}

@media (min-width: 576px) {
.card-img {
    height: 8.25rem;
}
}

@media (min-width: 768px) {
.card-img {
    width: 100% !important;
    height: 6.25rem;
}
.productDesc {
    height: 85px;
    overflow-y: clip;
    line-height: 21px;
    font-size: 16px;
}
.cs-order-row  .cs-order-row-wrapper{
    width: 25%;
}
.cs-order-row .status-wrapper{
    width: 100%;
}
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
.card-img {
    width: 100% !important;
    /* height: 9.25rem; Do we need a intermediate step with a higher card?*/
}
.full-price {
    font-size: 24px;
}
.cs-order-row  .cs-order-row-wrapper{
    width: 20%;
}
}

@media (min-width: 1200px) {
.card-img {
    width: 100% !important;
    height: 7.25rem;
}
}
/*END OLD CSS*/
    body{
        background-color: #fff!important;
        font-family: 'Source Sans 3', Verdana, Arial, Helvetica, sans-serif!important;
        font-weight: 400!important;
        font-size: 16px!important;
    }

    /*1*/
    /*Start Navigation*/
    .syn-header{
        position: sticky;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
    }

    .syn-font-icon{
        font-family: 'Source Sans 3', Verdana, Arial, Helvetica, sans-serif!important;
        font-size: .75rem;
        font-weight:bold;
    }
    /*2*/
    .syn-nav-top{
        min-height: 64px;
    }
    /*3*/
    .syn-header  .syn-nav-top, .syn-nav-bottom {
        width: 1600px;
    }

    #footer-container{
        max-width: 1632px;
    }

    /*4*/
    .syn-brand-img{
        height: 21px!important;
        width: 156px!important;
        max-width: 156px!important;
        margin-top: 3px;
    }

    .portfolio-search{
        max-width:520px;
    }

    .portfolio-search-btn{
        background-color: #D2E100;
        color: #003C3C;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    .portfolio-search-btn:hover, .portfolio-search-btn:active{
        background-color: #D7EB00!important;
        color: #003C3C!important;
        border-color: #D7EB00!important;
    }
    
    #syn-searchbar{
        position: relative;
        z-index: 10;
    }
    #syn-search-btn, #syn-full-search-btn{
        width: 84px;
        min-width: 84px;
        background-color: #D2E100;
        color: #003C3C;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    #syn-search-btn:hover, #syn-full-search-btn:hover, #syn-full-search-btn:active #syn-search-btn:active{
        background-color: #D7EB00!important;
        color: #003C3C!important;
        border-color: #003C3C!important;
    }

    .syn-nav-bottom-wrapper{
        position: relative;
        top: 0;
        background-color: #E1F0EB;
        height: 48px;
        color: #00787A!important;
        transition: transform 0.3s ease-in-out;
    }

    .syn-dropdown-toggle::after{
        font-family: 'Material Symbols Rounded'!important;
        content: 'expand_more'!important;
        border-top: 0!important;
        vertical-align: baseline!important;
        font-size: 20px!important;
    }
    .syn-nav-bottom .nav .nav-item .btn-group .syn-dropdown-toggle.show{
        left: 15px!important;
    }
    .syn-nav-bottom .nav .nav-item .btn-group .syn-dropdown-toggle.show:after{
        position: relative!important;
        left: -15px!important;
    }
    .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
        color: var(--bs-btn-active-color);
        background-color: var(--bs-btn-active-bg);
        border-color: var(--bs-btn-active-border-color);
    }
    .syn-dropdown-menu.show{
        display: block;
        position: absolute!important;
        inset: 0px auto auto 0px!important;
        margin: 0px!important;
        transform: translate(0px, 47px)!important;
        max-height: 560px !important;
        overflow-y: auto!important;
    }
    .syn-dropdown-menu-nav.show{
        display: block;
        position: absolute!important;
        inset: 2px auto auto 0px!important;
        margin: 0px!important;
        transform: translate(-81px, 43px)!important;
        min-width: 238px!important;
    }

    .syn-dropdown-item:focus, .syn-dropdown-item:hover {
        color: #00787A!important;
        background-color: #fff!important;
    }
    .nav-link:focus, .nav-link:hover {
        color: unset;
    }
    .syn-nav-link:hover,.syn-nav-link:focus{
        color: #00787A!important;
    }
    .footer-nav-link:hover, .footer-nav-link:focus{
        color: #fff;
    }
    .footer-wrapper{
        margin-top: 64px;
    }
    .syn-shadow{
        box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12)!important;
    }
    #suggestions {
        position: absolute!important;
        z-index: 998;
        top: 57px;
        margin-left: 0;
        line-height: 1.5;
    }
    .suggestion:hover {
        color: #000 !important;
        text-decoration: none;
        background-color: #e9ecef !important;
        cursor: pointer;
    }
    .cloudsolution-customer-suggestion:hover {
        background-color: #fff;
        color: #00787A;
        cursor: pointer;
    }
    .bg-dark-petrol{
        background-color: #003C3C;
    }
    .bg-light-petrol{
        background-color: #A5DCD7;
    }
    .bg-pale-petrol{
        background-color: #E1F0EB;
    }
    .bg-petrol{
        background-color: #00787A;
    }
    .bg-lime{
        background-color: #D2E100;
    }
    .text-dark-petrol{
        color: #003C3C;
    }
    .text-light-petrol{
        color: #A5DCD7;
    }
    .text-pale-petrol{
        color: #E1F0EB;
    }
    .text-petrol{
        color: #00787A;
    }
    .text-lime{
        color: #D2E100;
    }
    .text-black{
        color: #000;
    }
    .text-weight-normal {
        font-weight: normal;
    }
    
    .fs-7{
        font-size: 14px;
    }
    .fs-8{
        font-size: 12px;
    }

    .border-dark-petrol {
        border-color: #003C3C!important;
    }

    .border-light-petrol {
        border-color: #A5DCD7!important;
    }

    .border-pale-petrol {
        border-color: #E1F0EB!important;
    }

    .border-petrol {
        border-color: #00787A!important;
    }

    .border-lime {
        border-color: #D2E100!important;
    }

    .border-black {
        border-color: #000!important;
    }

    .border-gray {
        border-color: #ccc!important;
    }
    /*End Navigation*/


    /*Start Cloud-Solution*/
    .slider-item {
        opacity: 1;
        transition: opacity 0.5s ease;
      }
      /* Beim Ausblenden wird die Opacity animiert auf 0 */
    .slider-item.fade-out {
        opacity: 0;
      }
    .syn-alert-danger{
        background-color: #FF00001A;
        color: #000;
    }
    .syn-form-input{
        border-bottom: 1px solid #999 !important;
        border-top-left-radius: 4px!important;
        border-top-right-radius: 4px!important;
    }
    #agreement_form .form-floating:first-of-type .syn-form-input{
        background-color: #f4f4f4!important;
    }
    #agreement_form .form-floating:not(:first-of-type) .syn-form-input{
        background-color: #f4f4f4!important;
    }
    #request_sso_form .form-floating:first-of-type .syn-form-input{
        background-color: #f4f4f4!important;
    }
    #request_sso_form .form-floating:not(:first-of-type) .syn-form-input{
        background-color: #f4f4f4!important;
    }
    #article_booking_form .form-floating:first-of-type .syn-form-input{
        background-color: #f4f4f4!important;
    }
    #article_booking_form .form-floating:not(:first-of-type) .syn-form-input{
        background-color: #f4f4f4!important;
    }
    .syn-form-checkbox{
        border-color: #999!important;
    }
    .syn-form-radio{
        border: 2px solid #ffffff;
        box-shadow: 0 0 0 2px #00787A!important;
        appearance: none;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        background-color: #ffffff;
        transition: all ease-in 0.2s;
    }
    .syn-form-radio:checked{
        background-color: #00787A!important;
    }
    .syn-form-radio:hover{
        box-shadow: 0 0 0 2px #008C91!important;
        background-color: #008C91!important;
    }
    .syn-text-link{
        cursor: pointer;
        color: #00787A!important;
    }
    .syn-text-link:hover{
        color: #008c91!important;
    }
    .syn-text-link:active{
        color: #008c91!important;
        background-color: transparent!important;
        border-color: transparent!important;
    }
    .syn-primary-btn{
        background-color: #00787A!important;
        color:#fff!important;
        font-size: 16px!important;
        border-radius: 4px!important;
    }
    .syn-secondary-btn{
        background-color: #E1F0EB!important;
        color:#003C3C!important;
        font-size: 16px!important;
        border-radius: 4px!important;
    }
    .syn-cta-btn{
        background-color: #D2E100!important;
        color:#003C3C!important;
    }
    .btn-link,
    .btn-link:hover {
        color: #00787A;
    }

    .btn-link-nav{
        color:#003C3C!important;
    }
    .btn-link-nav:hover{
        color: #00787A!important;
    }
    .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
        color: unset;
    }
    .syn-cta-btn:hover{
        background-color: #D7EB00!important;
    }
    .syn-link-btn{
        color:#00787A!important;
        text-decoration: none!important;
    }
    .syn-link-btn:hover{
        color:#008c91!important;
    }
    .syn-headline{
        font-family: 'Ubuntu', Verdana, Arial, Helvetica, sans-serif!important;
        font-size: 30px!important;
        font-weight: 700!important;
        color:#003C3C!important;
    }
    .syn-subline{
        font-family: 'Ubuntu', Verdana, Arial, Helvetica, sans-serif!important;
        font-size: 20px!important;
        font-weight: 700!important;
        line-height: 30px!important;
        color:#003C3C!important;
    }
    .syn-tagline{
        font-family: 'Ubuntu', Verdana, Arial, Helvetica, sans-serif!important;
        font-size: 16px!important;
        font-weight: 700!important;
        line-height: 30px!important;
        color:#000!important;
    }
    .category-text-card{
        height: 92px!important;
        min-height: 92px!important;
        background-color: #fff!important;
        border: 2px solid #CCC;
        border-radius: 8px!important;
        font-size: 20px!important;
        font-weight: 400!important;
        color: #000!important;
    }
    .syn-card{
        border: 2px solid #CCC!important;
        border-radius: 8px!important;
    }
    
    .syn-card-btn-height{
        height: calc(100% - 38px);
    }

    .syn-card-headline{
        min-height: 48px!important;
        color: #000!important;
    }
    .syn-sys-badge{
        color:#000!important;
        font-size: 12px!important;
        font-weight: 400;
        text-transform: uppercase;
        border-radius: 4px!important;
        letter-spacing: 0.5px;
    }
    .manufacturer-card{
        width: 145px;
        height: 90px;
    }
    .manufacturer-card-top{
        width: 285px;
        height: 112px;
    }
    .manufacturer-card-top img{
        max-height: 80px!important;
    }
    .manufacturer-img{
        max-height: 88px!important;
    }

    .syn-slider-button{
        border-radius: 4px;
        width: 40px;
        height: 40px;
        background-color: #00787A;
    }
    .syn-accordion-button{
        font-size: 20px!important;
    }

    .syn-accordion-button:not(.collapsed) {
        color: #000!important;
        background-color: #EFF0F0!important;
        box-shadow: unset!important;
    }
    .syn-accordion-button:focus {
        border-color: #00787A;;
        box-shadow: 0 0 0 0.25rem rgba(0, 120, 122, 0.5)!important;
    }
    .syn-accordion-button::after {
        flex-shrink: 0;
        width: var(--bs-accordion-btn-icon-width)!important;
        height: var(--bs-accordion-btn-icon-width)!important;
        margin-left: auto!important;
        content: ""!important;
        background-image: var(--bs-accordion-btn-icon)!important;
        background-repeat: no-repeat!important;
        background-size: var(--bs-accordion-btn-icon-width)!important;
        transition: var(--bs-accordion-btn-icon-transition)!important;
    }
    .sys-accordion-button{
        font-size: 20px!important;
    }

    .sys-accordion-button:not(.collapsed) {
        color: #000!important;
        background-color: #fff!important;
        box-shadow: unset!important;
    }
    .sys-accordion-button:focus {
        border-color: none;
        box-shadow: unset!important;
    }
    .sys-accordion-button::after {
        flex-shrink: 0;
        width: var(--bs-accordion-btn-icon-width)!important;
        height: var(--bs-accordion-btn-icon-width)!important;
        margin-left: auto!important;
        content: ""!important;
        background-image: var(--bs-accordion-btn-icon)!important;
        background-repeat: no-repeat!important;
        background-size: var(--bs-accordion-btn-icon-width)!important;
        transition: var(--bs-accordion-btn-icon-transition)!important;
    }
    .sys-table-header{
        color: #fff;
        background-color: #00787A!important;
    }
    .fading-text-wrapper {
      position: relative;
      overflow: hidden;
    }
    .fading-text-wrapper::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2em;
      background: linear-gradient(to bottom, transparent, white);
      transition: opacity 0.3s ease;
    }
    .fading-text-wrapper.expanded::after {
        opacity: 0;
    }
    .custom-form-control {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: var(--bs-body-color);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: var(--bs-body-bg);
        background-clip: padding-box;
        border: var(--bs-border-width) solid var(--bs-border-color);
        border-radius: var(--bs-border-radius);
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .custom-form-control:focus {
        color: var(--bs-body-color);
        background-color: var(--bs-body-bg);
        border-color: #ced4da;
        outline: 0;
        box-shadow: none;
    }

    .custom-form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    }

    .offcanvas {
        max-height: unset!important;
    }
    .syn-offcanvas-header{
        min-height: 64px!important;
        max-height: 64px!important;
    }
    .absolute-element{
        position: sticky!important;
        right: -24px!important;
        height: calc(100% - 212px)!important;
        pointer-events: none!important;
        bottom: 0!important;
    }
    #recaptcha-search{
        position: absolute!important;
        bottom: 0px !important;
        right: -16px!important;
        pointer-events: auto!important;
    }
    .synaxon-partner-card{
        background-color: #E1F0EB!important;
        border: 0;
        padding: 16px;
        margin-bottom: 16px;
    }
    .synaxon-partner-card:first-of-type{
        margin-top: 16px;
    }
    .partner-headline, .partner-contact{
        font-size: 14px;
        line-height: 16px
    }
    .partner-address{
        font-size: 12px;
        line-height: 16px;
    }
    .partner-contact:hover{
        color: #00787A!important;
    }

    .contact-text {
        text-decoration: underline;
    }
    
    .contact-mobile-text {
        display: none;
    }
    .start-page-image-card{
        background-color: #fff !important;
        border: 2px solid #CCC;
        border-radius: 8px !important;
        font-weight: 400 !important;
        color: #000 !important;
    }
            
#wordpressTab, #ordersTab{
border-bottom: 2px solid;
border-color:rgba(204, 204, 204, 1);
}

#overview-tab, #news-tab, #actions-tab, #hard-software-tab, #cloud-solution-tab{
position: relative;
background-color: unset;
font-size: 16px;
padding-left: 16px;
padding-right: 16px;
padding-bottom: 8px;
color: rgb(0, 0, 0);
top: 1px;
}

#overview-tab:hover, #news-tab:hover, #actions-tab:hover, #hard-software-tab:hover, #cloud-solution-tab:hover {
border: 2px solid #00787A;
}

#overview-tab.active, #news-tab.active, #actions-tab.active, #hard-software-tab.active, #cloud-solution-tab.active{
font-weight:700; 
border: 2px solid #00787A;
}

.wp-link {
color: unset;
text-decoration: none
}

.wp-link:hover {
color: unset;
}

.wp-post-type {
padding: 32px 16px 0px 16px
}

.wp-post-title {
font-weight:700; 
font-style: bold;
font-size: 16px;
padding: 8px 16px 16px 16px;
margin-bottom: 16px;
}

.wp-post-title:hover {
color: rgb(34, 100, 110);
text-decoration: underline;
}

.wp-post-date {
padding: 16px;
font-weight: 400;
font-style: normal;
font-size: 12px;
color: #000000;
text-align: left;
line-height: 16px;
}

.truncate-multiline {
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 2;
-webkit-line-clamp: 2;
line-height: 1.5;
max-height: 3.25rem;
}

.btn-status{
text-align: center;
display: inline-block;
width: 100%;
border-radius: 7px;
}

.btn-status-new{
background-color: #FFC500;
color: #212529;
}

.btn-status-transferred, .btn-status-shipped {
background-color: #FCA952;
color: #fff;
}

.btn-status-completed{
background-color: #277F55;
color: #fff;
}

.btn-status-cancelled, .btn-status-pending{
background-color: #999999;
color: #fff;
}

.page-item.active,
.page-item.active .page-link {
    z-index: 3;
    background-color: #00787a;
    color: #ffffff;
}

.page-item {
    background-color: #e1f0eb;;
    color: #003c3c;;
    box-shadow: none;
    font-size: 16px;
    padding: 8px;
    text-align: center;
    width: 52px;
    height: 52px;
    border-radius: 4px;
    line-height: 20px;
    margin: 0 10px 0 10px;
    border: none;
}

.page-link {
    background-color: #e1f0eb;
    color: #003c3c;
    box-shadow: none;
    font-size: 16px;
    text-align: center;
    border: 0;
    line-height: 20px;
    border: none;
}
.page-link:focus {
    z-index: 3;
    color: #003c3c;
    background-color: #e1f0eb;
    outline: 0;
    box-shadow: none;
}

.page-link:hover {
    z-index: 2;
    color: #003c3c;
    background-color: #e1f0eb;
    border-color: transparent;
}

.search-input-group{
    margin-bottom: 20px;
}

#search_searchterm{
    min-height:53px;
    height:53px;
    border-right: 0!important;
}

#search_searchterm:focus {
    color: #212529;
    background-color: #fff;
    border-color: #003C3C!important;
    outline: 0;
    box-shadow: unset!important;
    border-right: 0!important;
}

.lh-30{
    line-height: 30px!important;
}

/*
.page-item.active .page-link {
z-index: 3;
color: #fff;
background-color:#00787A;
border-color: #00787A;
}

.page-link {
color: #00787A;
box-shadow: none;
}

.page-link:hover,
.page-link:focus {
color: #fff;
background-color: #00787A;
box-shadow: none;
}*/
    @media (max-width: 768px) {
        .partner-contact {
            justify-content: center;
            background-color: #A5DCD7;
            color: #003C3C;
            padding: 10px 15px;
            border-radius: 5px;
            text-align: center;
            width: 100%;
        }
    
        .partner-contact i {
            color: #003C3C;
            margin-right: 8px;
        }
    
        .partner-contact span {
            text-decoration: none;
            color: #003C3C;
        }
        .contact-text {
            display: none;
        }
    
        .contact-mobile-text {
            display: inline;
            color: #003C3C;
            font-size: 1rem;
            text-decoration: none;
        }
        .footer-wrapper{
            margin-top: 32px;
        }
    }
/*End Cloud-Solution*/