#timcatalog-content {
    font-size: 16px;
    width: 61%;
    max-width: 61%;
    min-width: 61%;
    padding-right: 22.5px;
    padding-left: 22.5px;
    float: left;
}

#timcatalog-container {
    min-height:700px;
}
/*@media only screen and (max-width: 1366px) {

    #timcatalog-content {
        width: 58.5%;
        max-width: 58.5%;
    }
}*/
/*@media only screen and (max-width: 1023px) {



   .tim-mobile-men {
        box-shadow: 0 2px 30px rgb(68 68 68 / 15%);
        background-color: #fff;
        padding: 10px 10px 13px 10px !important;
        margin: 20px 23px 20px 23px !important;
        display: block !important;
        width: 100% !important;
        position: relative;
    }

    .bt-tim-mobile-men {
        display: block !important;
        width: 100% !important;
        border-bottom: 1px solid #000;
        text-align: left;
        background-image: url(/bucher-hydraulics/docs/img2022/expand-more_outlined.svg);
        background-position: top right;
        background-position-x: right 5px;
        padding: 1px 40px 3px 0px;
        white-space: nowrap;
        overflow: hidden;
    }

    .tim-mobile-men-list {*/
/*  position: absolute;
        left: 0;
        top: 40px;*/
/*height: 800px;
    }

    .tim-mobile-men-list-active {
        position: fixed;
        top: 0;
        z-index: 99;
        bottom: 0;
        right: 10px;
        left: 0;
        width: auto !important;
    }

        .tim-mobile-men-list-active .bt-tim-mobile-men {
            background-image: url(/bucher-hydraulics/docs/img2022/close.svg);
            background-size: 20px;
        }
}*/

.timPDFhidden {
    display:none!important;
}

.timPrinthidden {
    display: none!important;
}

.tim-div-Printdesktop {
    margin-top: 35px;
    width: 17%;
    max-width: 17%;
    left: 20px;
    float: left;
    padding-left: 22.5px;
}




.tim-nav-container {
    width: 260px !important;
    max-width: 260px !important;
    padding-right: 22.5px;
    float: left;
}

/* Linke Navigation */
.mainnav-tim {
    margin-top: 36px !important;
    max-width: 300px;
}

.div-tim-nav-list {
    width:250px;
}

.mainnav-tim li {
    position: relative !important;
    font-size: 16px;
    margin-bottom: 12px !important
}

    .mainnav-tim a {
        color: black;
        text-decoration: none !important;
    }

    .mainnav-tim > li {
        padding-right: 30px;
        padding-left: 0 !important;
    }

        .mainnav-tim > li > ul {
            /*2024-06-10 auf Wunsch: Menü immer auf */
            /*display: none;*/
            margin-top: 20px;
        }

            .mainnav-tim > li > ul > li {
                padding-right: 30px;
            }

        .mainnav-tim > li a {
            color: black;
            font-size: 16px;
            line-height: 16px;
        }

        .mainnav-tim > li ul a {
            color: black;
            font-size: 16px;
            line-height: 16px;
        }

/*2024-06-10 auf Wunsch: Menü immer auf */
.tim-nav-more {
    display: none!important;
}

@media only screen and (max-width: 1366px) {
    .mainnav-tim > li a {
        font-size: 16px !important;
    }

    .tim-nav-container {
        width: 26% !important;
        max-width: 26% !important;
    }

    .tim-div-Printdesktop {
        width: 12% !important;
        max-width: 12% !important;
        padding-left: 15px !important;
    }
}

























.d-hidden {
    display: none;
}

.tim-selected > a {
    /*text-decoration: underline !important;*/
    color: #DC0023 !important;
}

.tim-active > a {
    color: #DC0023 !important;
}

.tim-active > ul {
    display: block !important
}

.mainnav-tim a:hover {
    color: #DC0023
}

.mainnav-tim li::before {
    content: unset !important;
}

.tim-nav-more {
    position: absolute;
    right: 0px;
    top: 2px;
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z" fill="%23DC0023"/></svg>');
    background-repeat: no-repeat;
    width: 25px;
    height: 24px;
    display: block;
}

li.tim-active > a.tim-nav-more {
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 13H5v-2h14v2z" fill="%23DC0023"/></svg>');
}




#timcatalog-content img {
    max-width: 100%;
}
/* TAB Navigation */
.tab {
    background-color: #FFF;
}

    /* Style the buttons inside the tab */
    .tab > div > button {
        background-color: inherit;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 18px 0px 13px 0px;
        margin: 0 26px 0 0;
        transition: 0.3s;
        font-size: 18px;
        border-bottom: 4px solid white;
    }

        /* Change background color of buttons on hover */
        .tab > div > button:hover {
            color: #DC0023;
        }

        /* Create an active/current tablink class */
        .tab > div > button.active {
            border-bottom: 4px solid #DC0023;
            color: #DC0023;
            transition: 0.3s;
        }

/* Style the tab content */
.tabbuttoncontainer {
    margin-top: 6px;
    /* box-shadow: 0 2px 30px rgb(68 68 68 / 15%);*/
    white-space: nowrap;
    border-bottom: 3px solid #CFCFCF;
}

.tabcontent {
    display: none;
    padding: 45px 0 0 0;
}



.tab > div.active {
    display: block !important;
}

.para-in-tab {
    /*Absatz im Tab */
    margin-bottom: 18px;
}

span.bodytext {
    display: block;
    margin-bottom: 16px;
}

@media only screen and (max-width: 1366px) {
    .tab > div > button {
        font-size: 16px;
        margin: 0 15px 0 15px;
    }
}

@media only screen and (max-width: 1023px) {
    .tabbuttoncontainer {
        box-shadow: unset;
        border-bottom: 2px solid #c9c9c9;
    }

    .tab > div > button:first-child {
        margin-left: 0;
    }

    .div-tim-nav-list {
        width:100%;
    }
}




/* Akkordeon */
.tim-accordion-page:first-child > .tim-accordion-button {
    border-top: solid 1px #CFCFCF !important;
}

.tim-accordion-button {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background: transparent;
    text-align: left;
    border-bottom: solid 1px #CFCFCF !important;
    padding: 3px 50px 4px 0;
    position: relative;
    font-size: 18px;
}

    .tim-accordion-button > div > div {
        float: left;
    }

        .tim-accordion-button > div > div:first-child {
            width: 87px;
            height: 87px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .tim-accordion-button > div > div:first-child img {
                max-width: 87px !important;
                max-height: 87px !important;
            }

        .tim-accordion-button > div > div:nth-child(2) {
            min-height: 87px;
            display: flex;
            justify-content: left;
            align-items: center;
            margin-left: 20px;
            width: calc(100% - 150px)
        }

.tim-accordion-content {
    display: none;
}

    .tim-accordion-content.active {
        display: block !important;
        border-bottom: 2px solid #DC0023;
        padding-top: 15px;
        padding-bottom: 24px;
    }

.tim-accordion-button::after {
    content: ' ';
    background: url(/bucher-hydraulics/docs/img2022/expand-more_outlined_black.svg) no-repeat;
    background-size: 100% auto;
    background-position: center;
    display: block;
    position: absolute;
    width: 28px;
    height: 21px;
    right: 0;
    top: 53%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.tim-accordion-button.active {
    color: #DC0023 !important;
    border-bottom-style: none !important;
    font-weight: bold;
}

    .tim-accordion-button.active::after {
        transform: rotate(180deg);
        top: 30%;
    }


div.accordion + h5 {
    margin-top: 50px;
}

.SubSubHeadline {
    margin-top: 25px;
    margin-bottom: 15px;
    color: black;
    font-weight: 600;
}

/* Subheadline simulieren */







/*        div .tim-para-productdesc:last-child {
        margin-bottom:5px;
    }
*/

.productDescriptionLVS8-12 > div > div {
    margin: 15px 0 25px 0;
}

    .productDescriptionLVS8-12 > div > div > ul {
        margin-top: 0px;
    }

.productDescriptionLVS8-12 > div div.tim-img {
    text-align: right;
    margin: 30px 0 10px 0;
}

    .productDescriptionLVS8-12 > div div.tim-img:first-child {
        margin-top: 9px;
    }



@media only screen and (max-width: 1024px) {
    .productDescriptionLVS8-12 > div > div.col-sm-1 {
        display: none;
    }

    .productDescriptionLVS8-12 > div div.tim-img {
        text-align: center;
        margin: 0 0 40px 0;
    }

        .productDescriptionLVS8-12 > div div.tim-img img {
            max-width: 500px !important;
            width: 100%;
        }

        .productDescriptionLVS8-12 > div div.tim-img div {
            text-align: center
        }

    .productDescriptionLVS8-12 > div div.tim-img {
    }

        .productDescriptionLVS8-12 > div div.tim-img:first-child {
            margin-top: 0;
        }

    .productDescriptionLVS8-12 > div span.bodytext {
        /* margin-top: -50px;
            margin-bottom: 40px !important;
            text-align: center;*/
    }
}


.tim-bold {
    font-weight: 600;
}

.productDescriptionLVS8-12 > div div.tim-img:last-child {
    margin-bottom: 0px;
}

.productDescriptionLVS8-12 > div > div span.bodytext {
    margin-bottom: 4px;
}

.productDescriptionLVS8-12 h5 {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5em;
    margin: 0 0 8px 0;
    font-weight: 600;
    color: black;
}

.tabcontentSub > div > div.tim-img > img {
    max-width: 80% !important;
}


.productDescriptionLVS8-12 > div > div span.bodytext > strong:first-child {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0;
}

    .productDescriptionLVS8-12 > div > div span.bodytext > strong:first-child:has(+ br) {
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
    }



/* Subtab im Akkordeon */

.tabSub {
    background-color: white;
}

/* Style the buttons inside the tab */
.tablinksSub {
    background-color: white !important;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 12px 0px 12px 0px;
    margin: 0 26px 0 0px;
    /*transition: 0.3s;*/
    font-size: 16px;
    line-height: 16px;
    position: relative;
    color: #595959;
}

    /* Change background color of buttons on hover */
    .tablinksSub:hover {
        color: #DC0023;
    }

/* Create an active/current tablink class */
.tabSub > div > button.active {
    color: #DC0023;
    transition: 0.3s;
}

.tablinksSub.active::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    /* background: transparent; */
    position: absolute;
    bottom: -2px;
    z-index: 1;
    color: #DC0023;
    background: #DC0023;
}


/* Style the tab content */
.tabbuttoncontainerSub {
    margin-top: 20px;
    border-bottom: 2px solid #CFCFCF;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    min-height: 44px;
}

.tabcontentSub {
    display: none;
    padding: 0;
    margin: 40px 0 40px 0;
}

.tabSub > div.active {
    display: block !important;
}


/* Tablelle */
.tim-table {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .tim-table > thead tr > th {
        font-size: 16px;
        line-height: 18px;
        font-weight: 600;
        padding: 10px 15px;
        border-bottom: 2px solid #CFCFCF;
    }

    .tim-table > tbody tr > td {
        font-size: 16px;
        line-height: 22px;
        padding: 10px 15px;
        border-bottom: 1px solid #CFCFCF;
    }


.tim-td-align-left {
    text-align: left
}

.tim-td-valign-top {
    vertical-align: top;
}

.tim-h4top {
    margin-top: 22px !important;
}



h4 + div > div.table-responsive > table {
    margin-top: 0px;
}

.tabcontent > .para-in-tab:first-child > .table-responsive > table:first-child {
    margin-top: -7px;
}


@media only screen and (max-width: 1023px) {
    .tim-h4top {
        font-size: 32px;
    }
}

/* Custom  - */

.CSTFCT0E6HJO .tim-table tbody td img {
    max-height: 50px;
    display: block;
    margin-top: 5px;
}


/* Print */

.tim-div-Printdesktop > div {
    /*position: fixed;
    width: 15%;
    max-width: 15%;*/
}

.position-sticky {
    top: 200px;
    position: fixed;
}

.tim-print {
    height: 32px;
    display: block;
    text-decoration: none;
    background-image: url(/ProductCatalog/Resources/img/print.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    position: relative;
    vertical-align: middle;
    background-size: 22px Auto;
    margin-bottom: 5px;
    font-size: 14px;
    margin-top: 0;
}

    .tim-print span {
        position: absolute;
        left: 30px;
        top: 1px;
    }

.tim-download {
    height: 32px;
    display: block;
    text-decoration: none;
    /*background-image: url(/ProductCatalog/Resources/img/download.gif);*/
    background-position: 0 0;
    background-repeat: no-repeat;
    position: relative;
    vertical-align: middle;
    font-size: 14px !important;
}

    .tim-download > span {
        position: absolute;
        left: 30px;
        top: 3px;
        min-width: 160px;
    }

        .tim-download > span > span {
            color: black !important
        }


@media only screen and (max-width: 1366px) {
    .tim-print {
        /* margin-top: 5px;
        font-size: 16px;
        background-size: 26px Auto;
        height: 26px;*/
    }

        .tim-print > span {
            /* left: 34px;
            top: 3px;*/
        }


    .tim-download {
        /* font-size: 16px;
        height: 44px;
        background-size: 26px;*/
    }

        .tim-download > span {
            /*  left: 34px;
            top: 3px;*/
            min-width: 120px;
        }
}

@media only screen and (max-width: 1023px) {
    .tim-div-Printdesktop {
        display: none !important;
    }

    #timcatalog-content {
        min-width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }
}


/* Mobile Navigation */

@media only screen and (min-width: 1023px) {
    .tim-nav-div-dummy {
        display: block;
    }

    .dektop-nav-position-sticky {
        top: 160px;
        position: fixed;
    }

}

@media only screen and (max-width: 1023px) {

    .tim-nav-div-dummy {
        display:none;
    }

    #breadcrumbs {
        display: none;
    }

    #timcatalog-container {
        min-width: 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .tim-nav-container {
        box-shadow: 0 2px 30px rgb(68 68 68 / 15%);
        background-color: #fff;
        padding: 10px 0 13px 0 !important;
        margin: 20px 23px 20px 0 !important;
        display: block !important;
        width: 100% !important;
        min-width: 100%;
        max-width: 100%;
        position: relative;
        float: unset;
    }

    .bt-tim-mobile-men {
        display: block !important;
        width: 100% !important;
        border-bottom: 1px solid #000;
        text-align: left;
        background-image: url(/bucher-hydraulics/docs/img2022/expand-more_outlined_black.svg);
        background-position: top right;
        background-position-x: right 5px;
        padding: 1px 40px 3px 0px;
        white-space: nowrap;
        overflow: hidden;
        font-weight: bold;
    }

        .bt-tim-mobile-men > span {
            padding-right: 10px;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .tim-nav-container-sticky + #timcatalog-content {
        padding-top: 90px;
    }

    .div-tim-nav-list {
        display: none;
    }

    .tim-nav-container-sticky, .tim-nav-container-active {
        position: fixed;
        top: 67px;
        left: 39px;
        right: 39px;
        bottom: unset;
        width: unset !important;
        min-width: unset !important;
        max-width: unset !important;
        float: unset !important;
        z-index: 100;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .tim-nav-container-sticky {
        box-shadow: 0 10px 10px rgb(68 68 68 / 15%) !important;
        padding-bottom: 20px !important;
    }




    .tim-nav-container-active {
        position: fixed;
        top: 0;
        z-index: 99;
        bottom: 0;
    }

        .tim-nav-container-active .bt-tim-mobile-men {
            background-image: url(/bucher-hydraulics/docs/img2022/close.svg);
            background-size: 20px;
        }

        .tim-nav-container-active .div-tim-nav-list {
            display: block;
        }

    .mainnav-tim {
        max-width: 100%;
        margin-top: 15px !important;
    }

    .div-tim-nav-list {
        padding: 15px 0 15px 0;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        top: 75px;
        overflow-y: scroll;
       
    }

        .div-tim-nav-list > ul > li {
            border-bottom: 2px solid #EBEBEB;
            padding: 2px 10px 10px 39px;
        }

    .tim-download-mobile {
        position: absolute;
        left: 15px;
        top: 40px;
        right: 15px;
        white-space: nowrap;
        padding: 10px 0 10px 0;
        overflow: hidden;
        display: none;
    }

    .tim-nav-container-active .tim-download-mobile {
        display: block;
    }

    .div-bt-tim-mobile-men {
        margin: 0 15px 0 15px;
    }

    .mainnav-tim > li > a {
        margin-left: 15px;
        margin-right: 15px;
    }

    .mainnav-tim > li > a {
        margin-left: 15px;
        margin-right: 15px;
    }

    .mainnav-tim > li > ul > li {
        padding-top: 5px;
        padding-bottom: 5px;
        margin-left: 15px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 575px) {



    .tim-nav-container-sticky, .tim-nav-container-active {
        left: 15px;
        right: 15px;
    }
}

@media only screen and (min-width: 1024px) {
    .div-bt-tim-mobile-men, .tim-download-mobile {
        display: none;
    }
}

.tim-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.tim_paratitle {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin: 2px 0 4px;
}

.timimgwith50 {
    width: 50%!important;
}


/* Modal für Bilder */
/* The Modal (background) */
.tim-modal-img {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    justify-content: center;
    align-items: center;
}

/* Modal Content */
.tim-modal-img-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px 20px 20px 20px;
    border: 1px solid #888;
    width: 90%;
    max-width: 1000px;
    max-height: 95vh;
    box-sizing: border-box;
}

/* The Close Button */
.tim-modal-img-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .tim-modal-img-close:hover,
    .tim-modal-img-close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.tim-modal-img-img {
    box-sizing:border-box;
    width:100%;
    height: calc(95vh - 70px);
 
}

.tim-modal-click-img {
    cursor:pointer;

}

@media only screen and (max-width: 700px) {



    .tim-modal-click-img {
        cursor: default;
    }
}

.graphicTitle {
    font-weight:700;
    font-size: 14px;
 padding-bottom:5px;
}   
    .graphicTitle + .tim-img {
        margin-bottom:25px;
    }

.search-term-hilite {
    background-color: rgba(220, 0, 35, 0.2);
    
    
}