/*



          /\
         /**\
        /****\   /\
       /      \ /**\
      /  /\    /    \
     /  /  \  /      \
    /  /    \/ /\     \
   /  /      \/  \/\   \
__/__/_______/___/__\___\______________________________

Made with Passion by GIPFELGOLD // www.gipfelgold.com
_______________________________________________________


Version: 240517 */

/*

       /\
      /  \/\
_____/___/__\______________________________________________________________

                                 BASICS
___________________________________________________________________________*/

/* ///////////////////////////////////////////////////////////////////////////////////////// COLORS */

:root {
    --orange: #f0872d;
    --blau: #1c3550;
    --grau: #7f7f7f;
}



/* /////////////////////////////////////////////////////////////////////////////////////////////// TABELLE */
body#lohn:not(.woocommerce-cart) table,
table:not(.variations):not(.shop_table):not(.group_table) tbody {
    border: none;
    background: none;
}

#lohn .tablepress tfoot th,
#lohn .tablepress thead th {
    background-color: transparent;
    font-weight: 700;
    vertical-align: middle;
    font-size: clamp(14px, 1.1vw, 16px);
    border: none;
    padding: 0.5em;
    color: var(--blau);
    border-bottom: 2px solid var(--orange);
    text-align: left;
    text-transform: none;
}

body#lohn:not(.woocommerce-cart) tr td {
    border: none;
    padding: 0.5em;
    font-size: clamp(14px, 1.1vw, 16px);
    border-bottom: 1px dotted var(--blau);
    text-align: left;
    line-height: 1.5em;
    vertical-align: middle;
}
body#lohn:not(.woocommerce-cart) tr td.column-1 {
    font-weight: 700;
    line-height: 1.25em;
    background: #ffffff;
}

body#lohn:not(.woocommerce-cart) table tr:nth-child(2n+1) {
    background: none;
}

#lohn .tablepress .row-hover tr:hover td {
    background-color: #f2f2f2;
    color: var(--blau);
}

@media only screen and (max-width:999px) {
    #tablepress-1-scroll-wrapper:before {
        content: "← →";
        display: block;
        width: 100%;
        text-align: center;
        font-size: 23px;
        line-height: 2em;
        color: var(--orange);
    }
}

/* Verzerrtes Youtube Video */
.videokorrektur .cms-video-container {
    padding-bottom: 0 !important; {
}




@media only screen and (min-width: 1000px) {
body#lohn:not(.woocommerce-cart) tr td,
body#lohn:not(.woocommerce-cart) tr th {
  hyphens: auto;
}
}

