/** styling general **/
html {
    scroll-behavior: smooth;
}

.silbentrennung {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

::selection {
    color: #ffffff !important;
    background: #000000 !important;
}

strong,
b {
    font-weight: 700;
}

/** wpforms styling **/
div.wpforms-container-full .wpforms-form .wpforms-captcha-equation {
    font-size: 1.25rem;
}

/** navigation **/
@media (min-width: 1025px) {
    #page {
        margin-left: 120px;
    }
}

/** language switcher **/
.plsfe-menu li:first-child {
    border-width: 0px !important;
}

/** tabs home **/
.solicomp-tabs-widget {
    background-color: #000000;
    color: #FFFFFF;
}

.solicomp-tabs-widget .tabs {
    overflow: hidden;
    background-color: #FFFFFF;
    width: 100%;
    display: table;
    table-layout: fixed;
}

.solicomp-tabs-widget .tabs .tab-link {
    background-color: inherit;
    display: table-cell;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px 20px;
    transition: 0.3s;
    color: #000000;
    text-align: center;
}

.solicomp-tabs-widget .tabs .tab-link:hover,
.solicomp-tabs-widget .tabs .tab-link.active {
    background-color: #000000;
    color: #FFFFFF;
    border-right: 2px solid #B4B4B4;
}

.solicomp-tabs-widget .tabs .tab-link:hover a,
.solicomp-tabs-widget .tabs .tab-link.active a {
    color: #FFFFFF;
}

.solicomp-tabs-widget .tabs .tab-link {
    /*border-left: 1px solid black;*/
    border-right: 2px solid #B4B4B4;
}

.solicomp-tabs-widget .tabs .tab-link:nth-last-child(2) {
    border-right: none;
}

.solicomp-tabs-widget .tabs .tab-link:first-child {
    border-left: none;
    border-right: 2px solid #B4B4B4;
}

.solicomp-tabs-widget .tabs .tab-link:first-child:hover,
.solicomp-tabs-widget .tabs .tab-link:first-child:focus,
.solicomp-tabs-widget .tabs .tab-link:first-child:active,
.solicomp-tabs-widget .tabs .tab-link.active:first-child {
    border-left: none;
    border-right: 2px solid #B4B4B4;
}

.solicomp-tabs-widget .tabs .tab-link:last-child {
    border-left: 2px solid #B4B4B4;
    border-right: none;
}

.solicomp-tabs-widget .tabs .tab-link:last-child:hover,
.solicomp-tabs-widget .tabs .tab-link:last-child:focus,
.solicomp-tabs-widget .tabs .tab-link:last-child:active,
.solicomp-tabs-widget .tabs .tab-link.active:last-child {
    border-left: 2px solid #B4B4B4;
    border-right: none;
}


@media (max-width: 1210px) {
    .solicomp-tabs-widget .tabs .tab-link {
        width: 100%;
        background-color: inherit;
        display: inline-table;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 15px 20px;
        transition: 0.3s;
        color: black;
        text-align: left;
    }

    .solicomp-tabs-widget .tabs .tab-link:hover,
    .solicomp-tabs-widget .tabs .tab-link.active {
		background-color: #000000;
		color: #FFFFFF;
        border-right: none;
        border-bottom: 2px solid #B4B4B4;
    }

    .solicomp-tabs-widget .tabs .tab-link {
        /*border-left: 1px solid black;*/
        border-bottom: 2px solid #B4B4B4;
    }

    .solicomp-tabs-widget .tabs .tab-link:nth-last-child(2) {
        border-bottom: 2px solid #B4B4B4;
    }

    .solicomp-tabs-widget .tabs .tab-link:first-child {
        border-left: none;
        border-right: none;
        border-bottom: 2px solid #B4B4B4;
    }

    .solicomp-tabs-widget .tabs .tab-link:first-child:hover,
    .solicomp-tabs-widget .tabs .tab-link:first-child:focus,
    .solicomp-tabs-widget .tabs .tab-link:first-child:active,
    .solicomp-tabs-widget .tabs .tab-link.active:first-child {
        border-left: none;
        border-right: none;
        border-bottom: 2px solid #B4B4B4;
    }

    .solicomp-tabs-widget .tabs .tab-link:last-child {
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

    .solicomp-tabs-widget .tabs .tab-link:last-child:hover,
    .solicomp-tabs-widget .tabs .tab-link:last-child:focus,
    .solicomp-tabs-widget .tabs .tab-link:last-child:active,
    .solicomp-tabs-widget .tabs .tab-link.active:last-child {
        border-left: none;
        border-right: none;
        border-bottom: none;
    }
}




.solicomp-tabs-widget .tab-wrapper {
    display: none;
    padding: 25px;
    -webkit-animation: fadeEffect 1s;
    -o-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    border-top: none;
    float: left;
    background-color: #000000;
    width: 100%;
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.solicomp-tabs-widget .tab-nav .tab-nav-button {
    background: #FFFFFF;
    clear: both;
    margin-bottom: 5px;
    font-size: 1.25rem;
}

.solicomp-tabs-widget .tab-nav-button a {
    height: 100%;
    padding: 5px 10px;
    display: inline-block;
    line-height: normal;
}

.solicomp-tabs-widget .tab-nav-button a {
    color: #000000;
    width: 100%;
}

.solicomp-tabs-widget .tab-nav-button a:active,
.solicomp-tabs-widget .tab-nav-button a:hover,
.solicomp-tabs-widget .tab-nav-button a:focus {
    color: #000000;
    width: 100%;
}

.solicomp-tabs-widget .tab-wrapper .tab-nav {
    display: block;
    width: 33%;
    margin-right: 2%;
    float: left;
}

.solicomp-tabs-widget .tab-wrapper .tab-content {
    display: block;
    font-size: 1.25rem;
    line-height: 1.4;
    width: 65%;
    float: left;
}

.solicomp-tabs-widget .tab-wrapper .tab-content ul {
    margin: 10px 20px;
}

.solicomp-tabs-widget .tab-wrapper .tab-content ul li {
    margin-bottom: 5px;
}

@media (max-width: 1210px) {
    .solicomp-tabs-widget .tab-wrapper .tab-nav {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .solicomp-tabs-widget .tab-wrapper .tab-content {
        width: 100%;
    }
}


.solicomp-tabs-widget .tab-image {
    margin: 25px;
}

.solicomp-tabs-widget .tab-title-text {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1rem;
    line-height: 1.4;
    -ms-hyphens: auto !important;
    -webkit-hyphens: auto !important;
    hyphens: auto !important;
}

.solicomp-tabs-widget .tab-content p {
    margin-bottom: unset;
}

.solicomp-tabs-widget .tab-image img {
    width: 100%;
    height: auto;
    max-width: 90px;
    max-height: 90px;
}


@media (max-width: 1210px) {
    .solicomp-tabs-widget .tab-image {
        display: table-cell;
        margin: 5px;
        width: 45px;
        text-align: center;
    }

    .solicomp-tabs-widget .tab-title-text {
        display: table-cell;
        text-align: left;
        padding-left: 20px;
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 1.25rem;
        line-height: 1.4;
        -ms-hyphens: auto !important;
        -webkit-hyphens: auto !important;
        hyphens: auto !important;
    }

    .solicomp-tabs-widget .tab-content p {
        margin-bottom: unset;
    }

    .solicomp-tabs-widget .tab-image img {
        width: 100%;
        height: auto;
        max-width: 45px;
        max-height: 45px;
    }
}





.solicomp-tabs-widget .tab-link.active .image-neg,
.solicomp-tabs-widget .tab-link:not(.active):hover .image-pos,
.solicomp-tabs-widget .tab-link:not(.active):active .image-pos,
.solicomp-tabs-widget .tab-link:not(.active):focus .image-pos,
.solicomp-tabs-widget .tab-link:not(.active):hover .image-neg,
.solicomp-tabs-widget .tab-link:not(.active):active .image-neg,
.solicomp-tabs-widget .tab-link:not(.active):focus .image-neg {
    display: inline;
}

.solicomp-tabs-widget .tab-link.active .image-pos,
.solicomp-tabs-widget .tab-link:not(.active) .image-neg,
.solicomp-tabs-widget .tab-link:not(.active):hover .image-pos,
.solicomp-tabs-widget .tab-link:not(.active):active .image-pos,
.solicomp-tabs-widget .tab-link:not(.active):focus .image-pos {
    display: none;
}

/* product listing widget */


.accordion_parent {
    float: left;
    line-height: 2.0;
    width: 100%;
    margin-bottom: 1%;

}

.js_button_parent {
    display: block;
    width: 100%;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #CCCCCC;
}

/*
.js_button_parent:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background: #000;
    cursor: pointer;
}
*/

.panel_parent {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 700;
    overflow: hidden;
    display: none;
    padding-left: 20px;
}

.panel_active {
    display: table !important;
    width: 100%;
}

.product-wrapper {
    padding: 0px 0px 20px 0px;
    display: table-cell;
    float: left;
}

@media (min-width: 320px) {
    .product-wrapper {
        width: 100%;
    }
}

@media (min-width: 764px) {
    .product-wrapper {
        width: 50%;
    }
}

@media (min-width: 1025px) {
    .product-wrapper {
        width: 33.3333333333%;
    }
}

/* Accordion Children */

.product-image-wrapper {
    padding: 0px;
    display: table-cell;
    height: 300px;
    vertical-align: middle;
    width: 100%;
}

h5.product-title {
    margin-top: 20px;
    color: #ffffff !important;
    line-height: 20px !important;
}

h5.product-title span {
    background: black;
    padding: 0px 5px;
}

h6.product-subtitle {
    color: #ffffff !important;
    font-size: 0.85rem;
    font-weight: 400;
    margin-top: 1px;
}

h6.product-subtitle span {
    background: #7A7A7A;
    padding: 0px 5px;
}



.product-content ul {
    margin: 10px 20px;
}

.product-content ul li {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
}

.product-content p {
    margin: 10px 20px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
}

.accordion_child {
    float: left;
    line-height: 2.0;
    width: 100%;
    margin-top: 1%;
}

.js_button_child {
    width: 100%;
    padding-left: 2%;
    font-weight: bold;
    outline-width: 0;
    position: relative;
    box-sizing: border-box;
}

.js_button_parent:before {
    content: '+';
    width: 20px;
    display: inline-block;
}

.js_button_parent.active:before {
    content: '-';
}

.js_button_child:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background: #000;
}

.panel_child {
    width: 100%;
    padding-left: 2%;
    font-weight: bold;
    overflow: hidden;
}

.panel-icon {
    float: left;
    width: 10px;
}

.tab-search-form {
    float: left;
    width: 100%;
}

.tab-search-input {
    height: 64px !important;
    width: calc(100% - 70px);
    font-size: 20px;
    color: black !important;
    padding: 1.5em !important;
    border-radius: 0 !important;
    float: left;
}

.tab-search-button {
    height: 64px;
    width: 64px;
    border: 4px solid white !important;
    background-color: black !important;
    color: white !important;
    float: left;
}

.tab-search-button:active,
.tab-search-button:hover,
.tab-search-button:focus {
    background-color: white !important;
    color: black !important;
}

/*
.tab-link.has-link {
    padding: 0 !important;
}
*/

/* NEU HINZUGEFÜGTES CSS - HOLMES */

div.tab-wrapper>.submenu {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

div.tab-wrapper>.submenu>div {
    background: #ffffff;
    color: #000;
    min-width: 20rem;
    text-align: center;
    cursor: pointer;
    margin-bottom: 5px;
}

.submenu-item {
    -webkit-animation: fadeEffect 1s;
    -o-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

.hide-submenu-item {
    display: none;
}
