<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */


/*
  patterns
*/


.infobox_blue{
    padding: 10px;
    background-color: #0188a2;
    color: white;
}

.infobox_blue a{
    color: white;
    text-decoration: underline;
}




/* CSS on All Pages
-------------------------------------------------------------- */

.custom_hr_row{
    margin: 20px 0;
}

.hr_no_facets{
    margin-bottom: 44px;
}

.hr_arrow_down{
    background-image: url(bilder/icons/icon-arrow-down-grey.png);
    height: 22px;
    background-color: inherit;
    background-repeat: no-repeat;
    background-position: center top;
    border-top: 1px solid rgba(0,0,0,.08);
}

select:focus {
    color: #ffffff;
    background-color: rgb(68, 68, 66) !important;
    border-color: #00979f;
}

select {
    border-radius: 0px;
}

.price_area .next_vk_price{
    font-size: 12px;
    font-style: italic;
}
.price_extra_big{
    font-size: 1.2em;
}

#price_primary_line{
    font-size: 20px;

}

#price_secondary_line{
    font-size: 16px;

}

.price_extra_big{
    font-style: italic;
    color: #0188a2;
    font-weight: bold;
}


/*WooCommerce*/
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
input[name^='wccf'],
body .select2-container--default .select2-selection--single
{
    /* border-radius: 12px; */
}

body .select2-container--default .select2-selection--single{
    height: 41px;
}
body  .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 9px;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding-top: 6px;
    text-align: left;
    color: #626262;
    line-height: normal;
    padding-left: 0;
}

body .woocommerce .quantity .qty{
    width: 100%;
}
body .woocommerce .cart-collaterals .cart_totals,
body .woocommerce-page .cart-collaterals .cart_totals{
    width: 100%;
}


/* -----------------------------
Tooltip
------------------------------*/

select{

}

table{
    background-color: white;
}

.um_tooltip_outer{
    position: absolute;
    display: inline-block;
    cursor: help;
}

.um_tooltip_outer .um_tooltip_inner {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    z-index: 100;
    right: 0;
    top: 18px;
    position: absolute;
}

.um_tooltip_outer:hover .um_tooltip_inner {
    visibility: visible;
}

/* -----------------------------
Trapezi Button
------------------------------*/

.woocommerce button.button.alt{
    background-color: #09B576;
}


.um-button-trapezi{
    background-color: #09B576;
    color: white;
    display: block;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
}

.um-button-trapezi:hover,
.woocommerce button.button.alt:hover{
    color: white;
    background-color: #444;
}


/* -----------------------------
Header / Menu
------------------------------*/

#Top_bar .menu li ul li a .menu-arrow {
    color: rgb(255, 255, 255);
}




/* CSS on Specific Pages
-------------------------------------------------------------- */


/* -----------------------------
Archive Pages
------------------------------*/

ul.products{
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-products-header{
    margin-bottom: 40px;
}

.products_wrapper.isotope_wrapper{
    width: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title{
    font-size: 19px;
}

.ArchiveContentBelowProducts{
    margin-top: 64px;
}

.ArchiveContentBelowProducts .row ul { /* Listings below Archive Pages */
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
    list-style: disc;
    margin-left: 28px;
    margin-bottom: 20px;
    margin-top: 17px;
}

.ArchiveContentBelowProducts .row img{
    height: inherit;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    display: flex;
    flex-wrap: wrap;
}

.woocommerce ul.products li.product .desc{
    width: 100%;
    padding: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
    background: #444442;
    color: white;
    padding-left: 20px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title mark {
    color: rgb(1, 136, 162);
}

.image_frame .image_wrapper .mask, .edd_download_image:after{
    -webkit-box-shadow: none;
    box-shadow: none;
}

#Content li.product.isotope-item{ /* List Elements on Archive Pages */
    z-index: 0;
    -webkit-box-shadow: 0 0 10px -6px rgba(0,0,0,0.62);
    -moz-box-shadow: 0 0 10px -6px rgba(0,0,0,0.62);
    box-shadow: 0 0 10px -6px rgba(0,0,0,0.62);
    display: flex;
    flex-direction: column;
    padding: 1%;
    width: 250px !important;
    background: white;
    position: relative;
}

.badge{
    height: 130px;
    width: 130px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    background-position: center;
    background-size: cover;
}

.badge.b_angebot{
    background-image: url("bilder/icons/Badge_Angebot.png");
}

.badge.b_tipp{
    background-image: url("bilder/icons/Badge_Tipp.png");
}

.badge.b_lager{
    background-image: url("bilder/icons/Badge_auf_Lager.png");
}

.box_warenherkunft{
    min-height: 26px;
    text-align: center;
    font-weight: bold;
}

#archive_table_wrapper{
    padding: 0;
    width: 100%;
    height: auto;
}

.um_arch_footer_content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 2;
}

.um_arch_meta_content{
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.footer_area{
    flex: 1;
    min-height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}



.archive_page_table{ /* Custom Meta Table on Archive Pages*/
    border-radius: 0;
}

.style-simple table.archive_page_table td, .style-simple table.archive_page_table th{
    padding: 3px 3px;
    border-width: 0;
    border-top-width: 1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    line-height: 19px;
}

.style-simple table.archive_page_table th{
    text-align: left;
    padding-left: 10px;
}

.archive_page_table td:nth-child(2){
    text-align: left;
}

.pa_farbe td:nth-child(2){
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pa_farbe td:nth-child(2) div{
    margin-bottom:2px;
    margin-right: 1px;
    cursor: crosshair;
}

#Content {
    padding-top: 0 !important;
}

.sec_Title {

}

.short_Description {
    font-size: 20px;
    line-height: 34px;
}

.ArchiveTextAboveProducts {
    padding-top: 60px;
}

.ArchiveTextAboveProducts .column{
    margin-bottom: 0;
}

.ArchiveTextAboveProducts .more_product_infos_link_area{
    text-align: right;
}

.ArchiveContentBelowProducts .row ol {
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
    list-style: decimal;
    margin-left: 28px;
    margin-bottom: 20px;
    margin-top: 17px;
}

.ArchiveContentBelowProducts .row p {
    margin: 0;
    font-size: 20px;
    line-height: 34px;
}

.ArchiveContentBelowProducts .row {
    margin: 20px 0;
}

.InhaltmitBildRow {
    position: relative;
    height: auto;
}

.row .InhaltmitBildRow .rowImg {
    max-height: 400px;
}

.row .InhaltmitBildRow .rowImg {
    width: 55%;
    background-position: center;
    background-size: cover;
    height: 100%;
    position: absolute;
    max-height: 100%;
    top: 0;
    left: 0;
}

.row .InhaltmitBildRow.AusrichtungLinks .rowImg {
    right: 0;
    left: inherit;
}

.row .InhaltmitBildRow .rowTextOuter1 {
    width: 100%;
    height: auto;

}

.row .InhaltmitBildRow .rowTextOuter2 {
    height: auto;
    padding: 1px 0;
}

.InhaltmitBildRow .rowTextOuter2 .column {
    margin-bottom: 0;
}

.row .InhaltmitBildRow .rowText {
    width: 58%;
    background-color: white;
    margin: 96px 0;
    float: right;
    padding: 20px;
    font-size: 26px;
    line-height: 34px;
}

.row .InhaltmitBildRow .rowText p {
    margin: 0;
    font-size: 26px;
}

.row .InhaltmitBildRow.AusrichtungLinks .rowText {
    float: left;
    text-align: right;
}

.row .borderBox {
    padding: 50px;
    border-left: 1px solid #626262;
    margin: 30px 0;
    width: 75%;
}

.row .OnlyTextBox.AusrichtungLinks .borderBox {
    border-left: none;
    border-right: 1px solid #626262;
    text-align: right;
    float: right;
}

.row .InhaltMitBildStandard .column {
    display: flex;
    justify-content: space-between;
}

.row .InhaltMitBildStandard.AusrichtungLinks .column {
    flex-direction: row-reverse;
}

.row .InhaltMitBildStandard .rowImg {
    width: 49%;
}

.row .InhaltMitBildStandard .rowText {
    width: 49%;
    padding: 0 40px;
}


a.formlink{
    background-color: #0188a2;
    color: white;
    padding: 6px 16px;
    font-weight: 400;
}


.facet { /* Facet Selectors*/
    padding-left: 2%;
    padding-right: 2%;
    position: relative;
}

.facetwp-facet{
    margin: 0;
}
.facetwp-dropdown{
    margin: 0;
}

.facets_area .facetwp-facet{
    margin-bottom: 14px;
}

.facet_title{
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    padding-bottom: 6px;
}



.facet_description{

}

.facetwp-dropdown {
    width: 100%;
}

.filter_area{
    display: none;
}

.filter_area{
    margin: 0 1%;
}

.filter_header_area, .filter_footer_area{
    position: relative;
    text-align: right;
}

.filter_header_area, .filter_footer_area .formlink {
    position: relative;
    top:-4px;
    margin-right:12px;
}

.filtertext{
    font-size: 26px;
}

.facet_reset{
    position: relative;
    float: right;
    right: 0;
    top: -8px;
    display: inline-block;
    padding: 6px 14px;
    font-size: 14px;
}

.facets_area {
    display: block;
}

.facet_row {
    display: flex;
    justify-content: space-between;
}

.facet_row_count1 .facet{
    width: 100%;
}


.facet_row_count2 .facet{
    width: 50%;
}

.facet_row_count3 .facet{
    width: 33%;
}

.facet_row_count4 .facet{
    width: 25%;
}

.facet_row_count5 .facet{
    width: 20%;
}

.facet_row_count6 .facet{
    width: 16.66%;
}

.facet_row_count7 .facet{
    width: 14.27%;
}
.facet_row_count8 .facet{
    width: 12.5%;
}





.um_tooltip_outer.facet_tool_tip:before{
    position: relative;
    left:8px;
}

.um_tooltip_outer.facet_tool_tip .um_tooltip_inner{
    width: fit-content;
    top: 0;
    left: 0;
    padding: 20px;
    background: #444442;
    color: white;
    border: 1px solid #0188a2;
    text-align: left;
    min-width: 300px;
    font-size: 13px;
}

.facet_pos_right.um_tooltip_outer.facet_tool_tip .um_tooltip_inner{
    right: 0;
    left:inherit;
}

.um_tooltip_outer.facet_tool_tip .um_tooltip_inner .tooltip_colors{
    display: flex;
    min-width: 380px;
}

.um_tooltip_outer.facet_tool_tip .um_tooltip_inner .tooltip_colors div{
    padding: 2px;
    margin: 0 2px 2px 0;
    cursor: inherit;
}


/* Other Rules */
.product .desc h4{
    min-height: 76px;
    margin-top: 6px;
    display: flex;
    align-items: center;
    font-size: 19px;
    line-height: 25px;
    font-weight: 400;
    justify-content: center;
    text-align: center;
    height: 100%;
    padding-bottom: 4px;
}


.um-pricebox{
    text-align: center;
    color: #161922;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
}

.single .um-pricebox{
    display: none;
}

.um-pricebox .woocommerce-Price-amount{
    color: #09B576;
    font-size: 30px;
    font-weight: 300;
}

.um-pricebox .netto_price{
    font-size: 14px;
}

.woocommerce ul.products li.product .price{
    display: flex;
    align-items: flex-end;
    min-height: 36px;
    justify-content: center;
    display: none;

}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    align-content: baseline;
}




.facetwp-template{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.woocommerce ul.products li.product .image_frame{
    min-height: 252px;
}

#Content.stock_focus li.product.isotope-item.um_noitem_from_stock{
    display: none;
}

.more_order_button_area{
    margin: 0 auto;
    text-align: center;
}

.more_order_button_area button{
    font-size: 24px;
    padding: 20px;
}

.pager .pages{
    display: flex;
}

/* Archive Footer */

.vorteile_hc img{
    max-height: 75px;
}


/* -----------------------------
Product Detail Pages

------------------------------*/

/* reorder add to cart button START */
.woocommerce-variation-add-to-cart{
    flex-wrap: wrap;
}

.woocommerce-variation-add-to-cart &gt; div#wccf_product_field_master_container{
    order: 1;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#CustomInfoArea{
    order: 5;
    width: 100%;
}

.woocommerce-variation-add-to-cart &gt; div.quantity{
    order: 2;
    display: inline;

}

.woocommerce-variation-add-to-cart &gt; div.quantity:before{
    content: "Anzahl:";
    position: absolute;
    font-style: normal;
    margin-right: 10px;
    top: -28px;
}

.woocommerce-variation-add-to-cart &gt; button{
    order: 3;
    display: inline-block;
    width: 30%;
    height: 44px;
    float: right;
}
/* reorder add to cart button END */


.vermerk{
    border: 1px solid #0188a2;
    padding: 10px;
    background-color: #0187a2CC;
    width: 100%;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    order: 4;
    margin: 10px 0px;
}

.vermerk label{
    text-decoration: underline;
}



.calc_pa_laenge{ /* VIP: disable pa_laenge variation field, if is calculatable product for stock or no stock */
    background-color: #d4d4d4;
    opacity:0.2;
    display: none;
}



.style-simple .ui-tabs .ui-tabs-nav li.ui-state-active a{
    background: #0188a2;
    color: #FCFCFC;
    font-weight: 400;
}

.hind_before_selection{
    margin-bottom: 30px;
}

.goto_lagerware a, .more_product_infos_link_area a{
    color: #FCFCFC;
    background: #0188a2;
    display: block;
    padding: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.markant{
    font-size: 18px;
    color: #0188a2;
    font-weight: bold;
}

.goto_lagerware a:hover{
    text-decoration: none;
}

#Content .more_product_infos_link_area a{
    display: inline-block;
    padding: 6px 14px;
    font-size: 14px;
}


.woocommerce-content{
    padding-top: 40px;
}

.basket_headline{
    margin-top: 40px;
}

form.cart .woocommerce-variation-price, .woocommerce-variation-availability{
    display: none;
}

.woocommerce-content .um-pricebox{
    text-align: center;
}

.woocommerce .variations_form .variations{

}

.woocommerce #Content .variations_form .variations .info_col{
    vertical-align: middle;
    text-align: left;
    position: relative;
}

.woocommerce .variations_form .variations .variant_info_col i{
    font-size: 22px;
    top: 16px;
    left: -12px;
}

.product_short_description{
    font-size: 15px;
    font-style: initial;
}

div#um_infotext {
    font-style: initial;
    font-size: 20px;
    font-weight: 300;
    font-family: Roboto, Arial, Tahoma, sans-serif;
}

table.variations tr:first-child td{
    box-shadow: none;
}

div.reset_area{
    text-align: right;
    padding-right:16px;
}
a.reset_variations {
    float: right;
    display: none;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 300;
    text-align: left;
    font-size: 16px;
}

.custom_thank_you_text{
    margin-bottom: 40px;
}

.variations td:nth-child(2){
    text-align: left;
}

.variations td:nth-child(2) select{
    width: 100%;
}

.TR_pa_farbe {
    /* display: none;  TODO: blenden wir wieder aus, wenn nicht mehr entwickelt wird*/
}

.variation_colors_cell{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.woocommerce-message.alert_success{
    background: #0188a2;
}

.woocommerce-message.alert_success a{
    color: white;
}

table#um-table-layout.price_table th{
    background-image: url(bilder/icons/Icon-Preisberechnung.png);
}

table#um-table-layout.meta-table th{
    background-image: url(bilder/icons/Produkteigenschaften.png);
}

table#um-table-layout .product_headline th{
    font-size: 28px !important;
    text-align: left !important;
}

table#um-table-layout tr:nth-child(1) th, table#um-table-layout th.um-table-headline {
    padding-left: 50px;
    background-repeat: no-repeat;
    height: 40px;
    background-position-x: 10px;
    background-position-y: center;
    background-size: 32px;
    font-size: 24px;
    font-weight: 300;
    padding-top: 0px;
    padding-bottom: 0;
    border-bottom: 2px solid #444;
    vertical-align: middle;
}

table#um-table-layout th, table#um-table-layout td {
    text-align: left;
}

table#um-table-layout tr:nth-child(2n) td {
    background: #fafafa;
}

table#um-table-layout tr.bold{
    font-weight: bold;
}

#CustomInfoArea table#um-table-layout tr td:nth-child(1) {
    width: 45%
}

#CustomInfoArea table#um-table-layout tr td{
    padding: 4px 8px;
}

#um-table-layout.price_table{
    margin-bottom: 40px;
}


.tab_attributes{
    background-color: inherit;
}

.tab_attributes td{
    text-align: left;
}

/* Kantteile Masse A-X*/

.product_cat-kantteile #wccf_product_field_master_container{
    display: flex;
    flex-wrap: wrap;
}

.product_cat-kantteile #wccf_product_field_master_container &gt; div{
    width: 30%;
    margin-right: 10px;
}

.woocommerce div.product form.cart .variations select[disabled='disabled']{
    background-color: #f1f1f1;
    border-color: white;
}


/* ColorBoxes-CSS*/

#color_box_wrapper{
    display: flex;
    flex-wrap: wrap;
}

#color_box_wrapper &gt; div{
    white-space: nowrap;
    text-align: center;
    position: relative;
}

#color_box_wrapper &gt; div &gt; .color_Text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

/* -----------------------------
Cart Page
------------------------------*/
.cart-collaterals .cart_totals{
    float: right!important;
}

.cart_hind_text_box{
    margin-bottom: 15px;
}


.cart-collaterals h2{
    display: none;
}

.woocommerce-cart-form{
    margin-top: 40px;
}

.woocommerce-cart-form table,
#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table,
.woocommerce .shop_table td.actions
{
    background-color: inherit;
}

.woocommerce-cart .cart-collaterals .cart_totals table:nth-of-type(1) {
    background: #e28f258f;
    border: 1px solid #e28f25;
}

.woocommerce-cart .cart-collaterals .cart_totals table:nth-of-type(1) .shipping-calculator-button {
    margin-top: 0;
    color: white;
}

.woocommerce a.button.alt:hover{
    background-color: #444;
}

.woocommerce .woocommerce-cart-form a.button, .woocommerce .woocommerce-cart-form button.button{
    background-color: #444
}

.woocommerce .woocommerce-cart-form button.button:disabled, .woocommerce .woocommerce-cart-form button.button[disabled]:disabled{
    background-color: #888888;
}

.woocommerce .woocommerce-cart-form a.button span{
    color: white;
}

.wc-proceed-to-checkout a.checkout-button.alt, .woocommerce-message.alert_success{
    background-color: #09B576;
}

#wccf_checkout_field_cc408b1b{
    font-size: 28px;
    line-height: 29px;
    font-weight: 300;
    letter-spacing: 0px;
}


table.checkout_freight td, table.checkout_freight th{
    padding: 0 10px;
}

.checkout_freightbox_wrapper p{
    margin: 0;
}

.checkout_freightbox_wrapper ul.infolist li{
    margin: 0;
    color: white;
    font-size: 14px;
    line-height: 25px;
}

.checkout_freightbox_wrapper{
    padding: 10px;
    background-color: #0188a2;
    color: white;
}

.checkout_freightbox_wrapper .basket_headline{
    color: white;
}

.checkout_freightbox_wrapper table{
    background-color: inherit;
}
.checkout_freightbox_wrapper table th{
    color: white;
    border-color: white;
}

.checkout_freightbox_wrapper table td{
    border-color: white;
}

.checkout_freightbox_wrapper ul li a{
    color: white;
    text-decoration: underline
}

tr.cart-subtotal {
    display: none;
}
tr.order-total {
    display: none;
}


th.product-total {
    display: none;
}

.product-price, .product-subtotal{
    white-space: nowrap;
}


/* -----------------------------
#Checkout
------------------------------*/

td .product-name{
    color: #0188a2;
    font-weight: bold;
}

.product-name .product-quantity{
    color: #626262;
    font-size: 20px;
}

dl.variation dt{
    color: #626262
}

.woocommerce table.shop_table td small{
    display: block;
}

ul.wc-item-meta{
    margin: 0;
}

dl.variation dd, .woocommerce-checkout .order_details li{
    font-weight: 300;
    font-size: 14px;
    margin: 0;
}

#order_review thead tr:nth-child(1) .product-name{
    color: #626262;
}

#wccf_user_field_customernr{
    width: 100%;
}

label[for^='wccf']{
    font-weight: bold;
}

.woocommerce div.product div.images .flex-control-thumbs li{
    border: 1px solid #0188a2;
    width: 32%;
    margin-right: 1.4%;
    margin-bottom: 8px;
}

.woocommerce div.product div.images .flex-control-thumbs li:nth-child(3n+3){
    margin-right: 0;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){
    clear: none;
}

.woocommerce-product-gallery div.flex-viewport{

}



#wccf_checkout_field_cc408b1b_container{ /* Custom Checkout Fields wccf */

}

#wccf_checkout_field_a75ea685_container h1{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 23px;
}

#wccf_checkout_field_checkout_projektbeschreibung{
    height: 128px;
    /*border-radius: 12px;*/
    margin-bottom: 0;
}

#wccf_checkout_field_checkout_projektbeschreibung textarea{

}

.woocommerce-order .woocommerce-table--order-details &gt; tbody &gt; tr table &gt; tbody &gt; tr &gt; td:first-child{
    max-width: 250px !important;
    width: 25%;
    font-weight: bold;
}


.woocommerce-order .woocommerce-table--order-details &gt; tbody &gt; tr table &gt; tbody &gt; tr &gt; td:nth-child(2){
    text-align: left;
}

.woocommerce-order .woocommerce-table--order-details &gt; tbody &gt; tr table &gt; tbody &gt; tr &gt; td{
    padding: 4px 5px !important;
}










/* -----------------------------
# Job Pages
------------------------------*/

.sjb-page {
    background-color: #FCFCFC;
}

.sjb-page .list-data {
    background: #FCFCFC;
}
.sjb-page .sjb-detail .list-data .job-detail h3 {
    font-weight: 300;
    font-size: 42px;
    line-height: 42px;
}
.sjb-page {
    margin-top: 70px;
    margin-bottom: 40px;
}
.sjb-page .btn-primary {
    background-color: #09B576;
}


/* -----------------------------
# CF7 Changes
------------------------------*/

.mcb-item-h16omz1zj .ui-tabs-panel{
    padding-left: 4%;
}

input.wpcf7-not-valid,
select.wpcf7-not-valid,
span.wpcf7-not-valid{
    background-color: #fb5455;
}

input.wpcf7-not-valid::placeholder,
input.wpcf7-not-valid,
select.wpcf7-not-valid,
span.wpcf7-not-valid{
    color: white;
}

body:not(.cf7p-message) .wpcf7-not-valid-tip{
    display: none;
}



/* Unsorted CSS */

.h2look {
    font-size: 34px;
    line-height: 34px;
    font-weight: 300;
    letter-spacing: 0;
    font-family: "Roboto", Arial, Tahoma, sans-serif;
    color: #161922;
    margin-bottom: 15px;
}

b, strong, dt {
    font-weight: 400 !important;
}



#wccf_product_field_tragschale_verwendung_als_container{
    width: 50%;
}


pre {
    background: none;
    color: black;
    font-size: 12px;
    line-height: 14px;
}

.colorBox {
    width: 40px;
    height: 40px;
    border: 1px solid black;
    margin: 5px;
    float: left;
    overflow-wrap: break-word;
    font-size: 8px;
    line-height: 8px;
}

.um_colors .value {
    max-height: 94px;
    display: block;
    overflow-y: auto;
}

.column_column ul li {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 0;
}


/* Akkordeon */

.style-simple .accordion .question .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 0;
}

.accordion .question .title {
    box-shadow: inset 2px 1px 0 0 rgba(0,0,0,.04);
}

.accordion .question .title &gt; .acc-icon-plus {

    top: 20px;

}

.accordion .question .answer {
    box-shadow: none;
}


/* Tabs */

.ui-tabs .ui-tabs-nav li a {

    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 0;
}

.mfn-variations-wrapper{
    display: none;
}





/**
 Zusaetzliche Mobile Breakpoints absteigend einordnen
 Keine Breakpoints im regulaeren CSS einbinden !!!
*/

@media screen and (max-width: 1239px) {

}

@media screen and (max-width: 959px) {
    #Content li.product.isotope-item{
        min-width: 191px;
    }

}

/* Ipad*/
@media screen and (max-width: 767px) {
    img.alignleft, img.alignright, div.wp-caption{
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    .facetwp-template{
        justify-content: center;
    }

    .single_add_to_cart_button.button.alt{
        width: 60%;
    }

    .ui-tabs-active.um_stock_variants_tab{
        background-color: inherit;
    }


}

/* custom width */
@media screen and (max-width: 550px) {

    .facet_row{
        flex-wrap: wrap;
    }

    #facet_area .facet{
        width: 100%;
        border-bottom: 1px solid #ebeaeb;
        margin-bottom: 8px;
    }

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

}

@media screen and (max-width: 479px) {
    .woocommerce ul.products.col-4 li.product{
        width: 48% !important;
        margin: 1% !important;
    }

    ul.products{
        justify-content: center;
    }

    .woocommerce ul.products li.product.product-category a{
        width: 100%;
        display: block;
    }

    .woocommerce ul.products li.product .woocommerce-loop-category__title{
        font-size: 15px;
        padding: 0 2px;
    }
}


.wccf_field_invalid, .woocommerce-invalid-required-field{
    background-color: #fb5455;
    color: white;
}

.wccf_field_invalid .wccf_label, #Content .woocommerce-invalid-required-field label{
    color: white;
}



#Content .shop_table td, #Content .shop_table th{
    box-shadow: inset 0px 4px 3px -2px rgb(0 0 0 / 6%);
    padding: 6px !important;
    text-align:left;
    border-right: 1px solid rgba(0,0,0,.1) !important;
}

#Content .shop_table td:first-child{
    box-shadow: inset 0px 4px 3px -2px rgb(0 0 0 / 6%);
    padding: 6px !important;
    border-right: 1px solid rgba(0,0,0,.1) !important;
    max-width: 250px !important;
}


.single-product form.cart{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}


.woocommerce .product div.entry-summary .cart .button{
    width: 170px;
}

#wccf_product_field_master_container{
    width: 100%;
}



/* iPhone 6/7/8 PLUS*/
@media screen and (max-width: 414px) {

}

/* iPhone 6/7/8 */
@media screen and (max-width: 375px) {

}

/* iPhone 6/7/8 */
@media screen and (max-width: 375px) {

}

/* iPhone 5 / 5S */
@media screen and (max-width: 320px) {

}

/* roboto-100 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url('../../../fonts/roboto-v18-latin-100.eot'); /* IE9 Compat Modes */
    src: local('Roboto Thin'), local('Roboto-Thin'),
    url('../../../fonts/roboto-v18-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../fonts/roboto-v18-latin-100.woff2') format('woff2'), /* Super Modern Browsers */ url('../../../fonts/roboto-v18-latin-100.woff') format('woff'), /* Modern Browsers */ url('../../../fonts/roboto-v18-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../../fonts/roboto-v18-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-100italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    src: url('../../../fonts/roboto-v18-latin-100italic.eot'); /* IE9 Compat Modes */
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'),
    url('../../../fonts/roboto-v18-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../fonts/roboto-v18-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../../../fonts/roboto-v18-latin-100italic.woff') format('woff'), /* Modern Browsers */ url('../../../fonts/roboto-v18-latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../../fonts/roboto-v18-latin-100italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../../../fonts/roboto-v18-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Roboto Light'), local('Roboto-Light'),
    url('../../../fonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../fonts/roboto-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../../../fonts/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */ url('../../../fonts/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../../fonts/roboto-v18-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-300italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url('../../../fonts/roboto-v18-latin-300italic.eot'); /* IE9 Compat Modes */
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
    url('../../../fonts/roboto-v18-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../fonts/roboto-v18-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../../../fonts/roboto-v18-latin-300italic.woff') format('woff'), /* Modern Browsers */ url('../../../fonts/roboto-v18-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../../fonts/roboto-v18-latin-300italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../../../fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
    url('../../../fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../../../fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../../../fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../../fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('../../../fonts/roboto-v18-latin-italic.eot'); /* IE9 Compat Modes */
    src: local('Roboto Italic'), local('Roboto-Italic'),
    url('../../../fonts/roboto-v18-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../fonts/roboto-v18-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../../../fonts/roboto-v18-latin-italic.woff') format('woff'), /* Modern Browsers */ url('../../../fonts/roboto-v18-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../../fonts/roboto-v18-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../../../fonts/roboto-v18-latin-500.eot'); /* IE9 Compat Modes */
    src: local('Roboto Medium'), local('Roboto-Medium'),
    url('../../../fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../fonts/roboto-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../../../fonts/roboto-v18-latin-500.woff') format('woff'), /* Modern Browsers */ url('../../../fonts/roboto-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../../fonts/roboto-v18-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url('../../../fonts/roboto-v18-latin-500italic.eot'); /* IE9 Compat Modes */
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
    url('../../../fonts/roboto-v18-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../fonts/roboto-v18-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../../../fonts/roboto-v18-latin-500italic.woff') format('woff'), /* Modern Browsers */ url('../../../fonts/roboto-v18-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../../fonts/roboto-v18-latin-500italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../../../fonts/roboto-v18-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Roboto Bold'), local('Roboto-Bold'),
    url('../../../fonts/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../fonts/roboto-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../../../fonts/roboto-v18-latin-700.woff') format('woff'), /* Modern Browsers */ url('../../../fonts/roboto-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../../fonts/roboto-v18-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url('../../../fonts/roboto-v18-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
    url('../../../fonts/roboto-v18-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../fonts/roboto-v18-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../../../fonts/roboto-v18-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('../../../fonts/roboto-v18-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../../fonts/roboto-v18-latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../../../fonts/roboto-v18-latin-900.eot'); /* IE9 Compat Modes */
    src: local('Roboto Black'), local('Roboto-Black'),
    url('../../../fonts/roboto-v18-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../fonts/roboto-v18-latin-900.woff2') format('woff2'), /* Super Modern Browsers */ url('../../../fonts/roboto-v18-latin-900.woff') format('woff'), /* Modern Browsers */ url('../../../fonts/roboto-v18-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../../fonts/roboto-v18-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    src: url('../../../fonts/roboto-v18-latin-900italic.eot'); /* IE9 Compat Modes */
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'),
    url('../../../fonts/roboto-v18-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../fonts/roboto-v18-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../../../fonts/roboto-v18-latin-900italic.woff') format('woff'), /* Modern Browsers */ url('../../../fonts/roboto-v18-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../../fonts/roboto-v18-latin-900italic.svg#Roboto') format('svg'); /* Legacy iOS */
}</pre></body></html>