/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/
/*Styles für das Inhaltsverzeichnis*/
.input-generated-toc{
	display: none;
}

#generated-toc-label{
    display: block;
}
.heading-generated-toc, .generated-toc-img{
    cursor: pointer;
}
.heading-generated-toc{
    width: 60%;
    width: calc(100% - 28px);
    display: inline-block;
}
.wrapper-generated-toc img{
	margin: 5px!important;
	height: 18px;
    float: right;
    transform: rotate(45deg);
    transition: transform .8s ease-in-out!important; 
}
#generated-toc{
    display: none;
	margin-bottom: 14px;
}
#input-generated-toc:checked~#generated-toc{
    display: block;
}
#input-generated-toc:checked~.generated-toc-label>img{
    transform: rotate(-360deg);
}

.wrapper-generated-toc{
    padding: 15px 20px 0px 20px;
    background-color: #3a999812;
    margin: 15px 0px;
    border-top: 1px dashed #626262;
    border-bottom: 1px dashed #626262;
}
.heading-generated-toc{
    font-size: 18px;
    font-weight: bold;
    color: #626262;
    margin-bottom: 0px!important;
}
#generated-toc a{
    color: #626262;
}
/* Selektiert alle direkten LI-Kinder von ul#generated-toc und macht den Text fett */
#generated-toc > li > a {
    font-weight: bold;
}

/* Überschreibt die Fettformatierung für alle Unterlisten und deren Anker, sodass sie normal erscheinen */
#generated-toc ul li a {
    font-weight: normal;
}
/*Inhaltsverzeichnis ENDE*/

.vc_column_container>.vc_column-inner{
	padding-left: 0px!important;
	padding-right: 0px!important;
}
.vc_row{
	margin-left: 0px!important;
	margin-right: 0px!important;
}
@media(min-width: 767px){
	.td-pb-row{
		margin-left: -24px!important;
		margin-right: -24px!important;
	}
	.td-pb-span8{
		width: 66.66666667%!important;
	}
	.td-pb-span4{
		width: 33.33333333%!important;
	}
}

.tablepress-testtabellen{
    display: block;
    overflow-x: scroll;
    max-width: 100%;
}
.tablepress-testtabellen>:where(thead,tfoot)>*>th{
    background-color: transparent;
}
.tablepress-testtabellen th,
.tablepress-testtabellen img{
    width: unset!important;
    max-width: 100%;
    max-height: 150px;
}
.tablepress-testtabellen td{
    border: 1px solid #626262;
    min-width: 175px;
    max-width: 150px;
}
.tablepress-testtabellen .row-2 td{
    text-align: left!important;
}
.tablepress-testtabellen td:not(.column-1){
    text-align: center;
    vertical-align: middle!important;
}
.tablepress-testtabellen .column-1{
    font-weight: bold;
}
.pill_grade{
    font-size: 10px;
    font-weight: bold;
}
.table_pricing .strike_price{
    margin-bottom: 0px;
    text-decoration: line-through;
    color: #626262;
    font-weight: bold;
    font-size: 11px;
}
.table_pricing .normal_price{
    margin-bottom: 5px;
    color: green;
    font-weight: bold;
    font-size: 16px;
}
.table_pricing .price_disclaimer{
    color: #626262;
    font-size: 10px;
}

/*Styles für Testergebnis*/
.rating_badge{
    border: 2px solid #808080;
}

.rating_badge_winner{
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    color: #ffffff;
    background-color: var(--main-color);
    padding-top: 3px;
    padding-bottom: 2px;
}
.rating_badge_top{
    color: #ffffff;
    background-color: var(--main-color);
    padding: 5px 0px;
}
.rating_badge_middle{
    color: var(--main-color);
    padding: 8px 0px;
}
.rating_badge_middle p{
    margin-bottom: 0px;
}
.r_b_middle_middle{
    font-weight: bold;
    font-size: 28px;
    line-height: 1.5;
}
.rating_badge_bottom{
    background-color: #EFEFEF;
    text-align: center;
    display: flex;
    justify-content: center;
}
.rating_badge_bottom img{
    max-width: 80%!important;
    padding: 5px 0px;
    margin-bottom: 0px!important;
}

.checked_list{
    position: relative;
    list-style: none;
    margin-top: -10px;
}
.checked_list li{
    padding: 5px 0px;
    margin-left: 30px;
}
.checked_list li:before{
    content: "";
    display: block;
    background-image: url(https://pharmazieratgeber.de/wp-content/uploads/2025/07/checked.png);
    background-size: contain;
    height: 22.5px;
    width: 22.5px;
    position: absolute;
    left: 4px;
}

.very-light-green-background{
    background-color: #3a999812;
}

/*Styles für die Pricerange*/
.background-0{
    background-color: #e7582c;
}
.background-1{
    background-color: #e77e19;
}
.background-2{
    background-color: #dea506;
}
.background-3{
    background-color: #7FBC23;
}
.background-4{
    background-color: #52a11a;
}
.background-5{
    background-color: #297D0F;
}

.sign-0{
    border: 2px solid #e7582c;
    margin-left: 0%;
}
.sign-0 .pricerange-sign-price{
    color: #e7582c;
}
.sign-0.pricerange-sign:after{
    background-color: #e7582c;
}

.sign-1{
    border: 2px solid #e77e19;
    margin-left: 16.5%;
}
.sign-1 .pricerange-sign-price{
    color: #e77e19;
}
.sign-1.pricerange-sign:after{
    background-color: #e77e19;
}

.sign-2{
    border: 2px solid #dea506;
    margin-left: 33%;
}
.sign-2 .pricerange-sign-price{
    color: #dea506;
}
.sign-2.pricerange-sign:after{
    background-color: #dea506;
}

.sign-3{
    border: 2px solid #7FBC23;
    margin-left: 49.5%;
}
.sign-3 .pricerange-sign-price{
    color: #7FBC23;
}
.sign-3.pricerange-sign:after{
    background-color: #7FBC23;
}

.sign-4{
    border: 2px solid #52a11a;
    margin-left: 66%;
}
.sign-4 .pricerange-sign-price{
    color: #52a11a;
}
.sign-4.pricerange-sign:after{
    background-color: #52a11a;
}

.sign-5{
    border: 2px solid #297D0F;
    margin-left: 82.5%;
}
.sign-5 .pricerange-sign-price{
    color: #297D0F;
}
.sign-5.pricerange-sign:after{
    background-color: #297D0F;
}

.wrapper-pricerange{
        --pricerange-color: #287d0e;
        --pricerange-color-light: #287d0e30;
        width: 100%;
        margin-top: 35px;
        margin-bottom: 35px;
}
.pricerange-headline{
    font-weight: bold;  
    font-size: 20px; 
    padding-top: 5px; 
    color: black;
    text-decoration: underline;
    margin-bottom: 38px!important;
}

.pricerange-selection{
    background-color: var(--pricerange-color-light);
    border-radius: 2px;
    padding-bottom: 6px;
}

.pricerange-sign{
    position: relative;
    width: 17%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    margin-bottom: 26px;
}

.pricerange-sign-text{
    margin-bottom: 3px!important;
    font-size: 13px;
    font-weight: bold;
    color: #666;
    padding-left: 3px;
    padding-right: 3px;
}

.pricerange-sign-price{
    margin-bottom: 3px!important;
    font-size: 13px;
    font-weight: bold;
    padding-left: 3px;
    padding-right: 3px;
}

.pricerange-sign:after{
    content: "";
    display: block;
    height: 26px;
    width: 2px;
    background-color: var(--pricerange-color);
    border-radius: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    position: absolute;
    bottom: -28px;
    left: 50%;
    left: calc(50% - 1px);
}

.wrapper-pricerange-seperation{
    display: inline-block;
    float: left;
    width: 16%;
    margin-left: 0.5%;
    text-align: center;
}

.pricerange-seperation{
    width: 100%;
    height: 10px;
    border-radius: 3px;
}

.pricerange-text{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px!important;
    margin-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
}


.pricerange-price{
    font-size: 13px;
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 6px!important;
    color: #666;
}

@media(max-width: 1018px){
.pricerange-headline{
    font-size: 18px;
}
.pricerange-sign-text, .pricerange-sign-price, .pricerange-text, .pricerange-price{
    font-size: 10px;
}
}
@media(max-width: 656px){
    .wrapper-pricerange{
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .pricerange-headline{
        font-size: 16px;
    }
    .pricerange-sign-text, .pricerange-sign-price, .pricerange-text, .pricerange-price{
        font-size: 8px;
    }
    .pricerange-sign{
        width: 26%;
    }
    .sign-0.pricerange-sign:after{
        left: 32.7%;
        left: calc(32.7% - 1px)
    }
    .sign-1.pricerange-sign{
        margin-left: 11.75%;
    }
    .sign-2.pricerange-sign{
        margin-left: 28.25%;
    }
    .sign-3.pricerange-sign{
        margin-left: 44.75%;
    }
    .sign-4.pricerange-sign{
        margin-left: 61.25%;
    }
    .sign-5.pricerange-sign{
        margin-left: 74%;
    }
    .sign-5.pricerange-sign:after{
        left: 65.4%;
        left: calc(65.4% - 1px);
    }
}

.h2_points_0_5:after{
	content: "(0/5)";
	display: inline-block;
	color: #c3c3c3;
	margin-left: 8px;
}
.h2_points_1_5:after{
	content: "(1/5)";
	display: inline-block;
	color: #c3c3c3;
	margin-left: 8px;
}
.h2_points_2_5:after{
	content: "(2/5)";
	display: inline-block;
	color: #c3c3c3;
	margin-left: 8px;
}
.h2_points_3_5:after{
	content: "(3/5)";
	display: inline-block;
	color: #c3c3c3;
	margin-left: 8px;
}
.h2_points_4_5:after{
	content: "(4/5)";
	display: inline-block;
	color: #c3c3c3;
	margin-left: 8px;
}
.h2_points_5_5:after{
	content: "(5/5)";
	display: inline-block;
	color: #c3c3c3;
	margin-left: 8px;
}

/*CSS Variablen*/
:root {
  --main-color: #399998 ;
}
.break_all{
    word-break: break-all!important;
}
.display_none{
    display: none!important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
#CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider{
    background-color: var(--main-color)!important;
}
#CybotCookiebotDialogBodyButtonDecline,
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CybotCookiebotDialogBodyLevelButtonCustomize,
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll{
    border-color: var(--main-color)!important;
}
#CybotCookiebotDialogNavList .CybotCookiebotDialogActive{
    border-bottom: 1px solid var(--main-color)!important;
    color: var(--main-color)!important;
}
.CookieDeclaration{
    display: none!important;
}

.td-main-logo img{
    max-height: 80px;
    width: auto;
}

#td-outer-wrap{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 60%);
}

.full_width_inner_column{
    max-width: 1068px;
    float: none!important;
    margin-left: auto;
    margin-right: auto;
}
.full_width_inner_column .wpb_wrapper{
    display: flex;
    flex-direction: column;
}
.full_width_inner_column .wpb_wrapper>.vc_row_inner{
    display: flex;
}

/*Allg. Styles*/
.text_white,
.text_white p,
.text_white h1, 
.text_white h2, 
.text_white h3,
.text_white h4,
.text_white h5,
.text_white h6 {
    color: #ffffff!important;
}

/*Styles für Footer*/
#footer_logo{
    max-width: 350px;
}

#hilfreiche_infos{
    margin-bottom: 0px!important;
}
#menu-footer{
    margin-left: 0px!important;
}
#menu-footer li{
    margin-bottom: 0.25rem;
}

.td-footer-template-wrap{
    background-color: #f9f9f9!important;
}

/*Styles fÜr alle eingebetteten Bilder in Blogbeiträge*/

.blog_bild, 
.titelbild{
    margin-right: 10px;
    margin-bottom: 10px!important;
    display: inline-block;
}
.blog_bild{
    width: 50%;
    margin-bottom: 5px!important;
    float: left;
}

.big_letter{
    font-size: 4rem;
    float: left;
    line-height: 1;
    padding-right: 8px;
    margin-top: -0.8rem;
}

/*Styles fÜr die Sidebar*/
.sidebar{
    padding: 15px 20px;
}
.sidebar_image_wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
    aspect-ratio: 1;
    margin-bottom: 15px!important;
}
.sidebar_image_wrapper img{
    width: auto;
}
.sidebar_title{
    font-size: 18px;
    line-height: 1.74;
    color: #626262;
    margin-bottom: 0px 
}
.sidebar_producttitle{
    font-size: 18px;
    font-weight: bold;
    margin-top: 12px!important;
    margin-bottom: 5px!important;
    color: #626262;
    line-height: 1.74;
}
.sidebar_description{
    color: #626262;
    margin-bottom: 20px 
}
.outer_wrapper_review_stars{
    padding: 5px;
    border-top: 1px dashed #626262;
    border-bottom: 1px dashed #626262;
}
.wrapper_review_stars{
    display: flex;
    margin-bottom: 0px!important;
}
.wrapper_product_review_stars{
    display: flex;
    margin-bottom: 12px;
}
.review_average{
    line-height: 22px;
    color: #626262;
    margin-right: 7px;
}
.review_stars, .product_review_stars{
    position: relative;
    height: var(--star-dimensions);
    width: 110px;
    margin-right: 12px;
}
.review_stars:before, .review_stars:after, .product_review_stars:before, .product_review_stars:after{
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: var(--star-dimensions);
    background-size: var(--star-dimensions);
}
.review_stars:before, .product_review_stars:before{
    background-image: url(/wp-content/uploads/2023/04/star_grey_64.png);
    width: 110px;
}
.review_test{
    font-size: 15px;
    line-height: 22px;
    color: #626262;
}
.product_review_test{
    font-size: 14px;
    line-height: 22px;
}
.review_test, .product_review_test{
    margin-bottom: 0px!important;
}
.sidebar_link.disabled{
	pointer-events: none;
}
.sidebar_link.disabled .sidebar_button{
	background-color: #f1f1f1;
}
.sidebar_button{
    width: 100%;
    padding: 0.5rem 0px;
    color: white;
    background-color: var(--main-color);
    border: navajowhite;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 0px rgb(50 50 50 / 50%);
    font-weight: normal;
}
.sidebar_button:hover{
    box-shadow: 0px 0px 3px 0px rgb(50 50 50 / 100%);
}
.sidebar_payment_icons{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}
.sidebar_payment_icon{
    margin-bottom: 0px!important;
}

/*Styles fÜr die Erfahrungsberichte*/
.product_review_wrapper .top{
    display: flex;
    justify-content: space-between;
}
.product_review_inner_part{
    display: flex;
}
.product_review_avatar{
    height: 50px;
    width: auto;
    border-radius: 100%;
    margin-right: 12px;
    margin-bottom: 0px!important;
}
.product_review_name{
    font-weight: bold;
    margin-bottom: 0px!important;
}
.product_review_name span{
    font-weight: lighter;
    margin-left: 12px;
    color: var(--main-color);
    font-size: 13px;
}
.product_review_date{
    font-size: 12px;
    color: grey;
    margin-bottom: 0px!important;
}
.product_review_number{
    margin-bottom: 0px!important;
}
.product_review_stars:after{
    background-image: url(/wp-content/uploads/2023/04/star_64.png);
}
.product_review_title h4{
    margin-top: -2px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
}
.product_review_seperator{
    margin: 2rem 0;
    height: 1px;
    background-color: grey;
}
.product_review_outer_wrapper .product_review_seperator:last-child{
    display: none;
}

/*Styles für FAQ-Sektion*/
.faq_section .wpb_wrapper{
    border: 1px solid #d8d8d8;
}
.faq_section h4{
    background-color: #3866413d;
    padding: 12px 10px;
    margin-bottom: 0px;
}
.faq_section p{
    padding: 20px 15px 20px 15px;
}
.faq_ausklappbar{
    border: 1px solid #d8d8d8;
    margin-bottom: 20px!important;
}
.faq_ausklappbar .vc_toggle_title{
    background-color: #3866413d!important;
}
.faq_ausklappbar h4{
    font-size: 19px;
    line-height: 29px;
}
.faq_ausklappbar p{
    margin-bottom: 0px;
}

/*Styles für die Autorenbox*/
.wrapper-autorenbox{
	padding: 20px 15px;
    border-radius: 0px;
    background-color: #3a999812;
}
.autorenbox-heading{
	font-size: 18px;
    line-height: 1.74;
    color: #626262;
    margin-bottom: 20px!important;
}
.autorenbox-seperator{
	display: none;
}
.autorenbox-bild{
	display: block;
    width: 45%;
    max-width: 200px;
    border-radius: 1000px;
    margin: 0px auto 20px auto!important;
}
.autorenbox-namen{
	font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px!important;
    color: #626262;
    line-height: 1.74;
}
.autorenbox-job{
    font-size: 15px;
    color: #808080;
    font-style: italic;
    margin-bottom: 12px!important;
}
.autorenbox-text{
	font-size: 15px!important;
}
.autorenbox-comment{
	font-style: italic;
    color: #626262;
    margin-bottom: 8px!important;
}
.autorenbox-signature{
    max-height: 27px;
}

/*Styles für Produktvergleich*/
.product_pitch_outer_wrapper{
    overflow: scroll;
}
.product_pitch_inner_wrapper{
    display: flex;
    padding: 8px 0px;
}
.product_pitch_wrapper{
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    padding: 10px 10px;
    border-radius: 3px;
    margin: 10px 7px;
    transition: scale 0.2s;
    flex: 1 1 0px;
}
.product_pitch_wrapper:hover{
    scale: 102%;
}
.product_pitch_outer_wrapper .highlight{
    border: 3px solid #ffd700;
    margin-top: 8px;
}
.product_pitch_title{
    text-align: center;
    margin-bottom: 0px;
}
.highlight .product_pitch_title{
    font-weight: bold;
}
.product_pitch_sub_title{
    text-align: center;
    color: grey;
}
.product_pitch_price_wrapper{
    display: flex;
}
.product_pitch_compare_at_price, .product_pitch_price{
    margin: 0px 5px!important;
}
.product_pitch_compare_at_price{
    text-decoration: line-through;
}
.product_pitch_price{
    position: relative;
}
.product_pitch_price, .product_pitch_price:after{
    margin: 0px 5px;
    font-size: 18px;
    font-weight: bold;
    color: var(--main-color);
}
.product_pitch_price:after{
    content: "€";
    display: block;
    position: absolute;
    top: 0px;
    right: -18px;
}
.product_pitch_price_shubheading{
    font-size: 12px;
    color: grey;
    margin-bottom: 10px!important;
}
.product_pitch_button{
    margin-bottom: 1.5rem;
}
@media(min-width: 768px){
    .mobile_only{
        display: none!Important;
    }
}
@media(max-width: 767px){
    .product_pitch_outer_wrapper{
        margin-left: -20px;
        margin-right: -20px;
    }
    .desktop_only,
    .product_pitch_content{
        display: none!Important;
    }
    .product_pitch_inner_wrapper{
        flex-direction: column;
    }
    .product_pitch{
        display: flex;
    }
    .product_pitch_mobile_wrapper{
        width: 70%;
    }
    .product_pitch_link.mobile_only{
        width: 30%;
    }
    .product_pitch_title{
        text-align: left!important;
        margin-top: 3px;
    }
    .product_pitch_sub_title{
        text-align: left!important;
        margin-bottom: 4px!important;
    }
    .product_pitch_button{
        max-width: 250px;
    }
}
/*Sticky Bar CSS*/

.link-sticky-bar{
	color: #000!important;
}
.wrapper-sticky-bar{
	display: none;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	left: 0px;
	z-index: 100;
	background-color: #fff;
	box-shadow: 0px 0px 3px 1px rgba(50,50,50,0.5);

    transition: transform 0.3s ease-in-out;
    transform: translateY(0); /* Default: Visible */
}

/* Slide Down */
.wrapper-sticky-bar.collapsed {
    transform: translateY(100%); /* Moves it down */
}

/* Slide Up */
.wrapper-sticky-bar.expanded {
    transform: translateY(0); /* Moves it back up */
}

.wrapper-sticky-bar a{
    display: flex;
}
.wrapper-sticky-bar-img{
	width: 20%;
}
.sticky-bar-img{
	height: auto;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px!important;
}
.wrapper-sticky-bar-rightside{
	width: 80%;
}
.sticky-bar-heading{
  margin-bottom: 0px!important;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5!important;
}
.wrapper-sticky-bar-recommendation{
  display: flex;
}
.wrapper-sticky-bar-text-reviews{
  width: 60%;
}
.sticky-bar-text{
	width: 100%;
	font-size: 13px;
	max-height: 44px;
	overflow: hidden;
	margin-bottom: 0px!important;
}
.wrapper-sticky-bar-text-reviews .jdgm-widget{
  font-size: 12px;
}
.wrapper-sticky-bar-btn{
	width: 40%;
}
.sticky-bar-btn{
	width: 95%;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	background-color: var(--main-color);
	padding: 10px 5px;
	margin-top: 3px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3px!important;
	border: 1px solid #7e7e7e;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(255,255,255,.4) inset;
}

/*Reviews Sticky Bar*/
.wrapper_review_stars, .wrapper_product_review_stars{
    display: flex;
    margin-bottom: 12px;
}
.mobile_review_stars{
    position: relative;
    height: var(--mobile_star_dimensions);
    width: 110px;
    margin-right: 12px;
}
.mobile_review_stars:before, .mobile_review_stars:after{
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: var(--mobile_star_dimensions);
    background-size: var(--mobile_star_dimensions);
}
.mobile_review_stars:before{
    background-image: url(/wp-content/uploads/2023/04/star_grey_64.png);
    width: 90px;
}
.mobile_review_test{
    font-size: 12px;
    line-height: 20px;
}
.mobile_review_test{
    margin-bottom: 0px!important;
}

/*CSS Styles für die Designelemente der Blogbeiträge*/
.list-plus, .list-minus, .list-check{
    list-style-type: none;
    margin-left: 30px;
}
.list-plus:before, .list-minus:before,  .list-check:before{
    font-family: fontawesome;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    width: 19.5px;
    height: 19px;
    border-radius: 100px;
    margin-left: -30px;
    margin-right: 8px;
}
.h3-check:before{
    font-family: fontawesome;
    font-size: 18px;
    content: "\f00c";
    display: inline-block;
    text-align: center;
    color: var(--main-color);
    line-height: 22px;
    width: 22px;
    height: 22px;
    border: 2px solid var(--main-color);
    border-radius: 100px;
    margin-right: 6px;
}
.list-h3-plus:before, .list-h3-minus:before,  .list-h3-check:before{
    font-family: fontawesome;
    display: inline-block;
    font-size: 22px;
    text-align: center;
    line-height: 22px;
    width: 22px;
    height: 22px;
    border-radius: 100px;
    margin-left: -12px;
    margin-right: 8px;
}
.list-plus:before, .list-h3-plus:before{
    content: "\f067";   
    color: var(--main-color);
    border: 2px solid var(--main-color);
}
.list-minus:before, .list-h3-minus:before{
    content: "\f068";   
        color: #ff0000;
    border: 2px solid #ff0000;
}
.list-check:before, .list-h3-check:before{
    content: "\f00c";   
    color: var(--main-color);
    border: 2px solid var(--main-color);
	font-size: 13px;
}
.list-check:before{
	font-size: 13px;
}
.list-h3-check{
	position: relative;
	margin-left: 20px;
}
.list-h3-check:before{
	position: absolute;
	left: -21px;
	font-size: 18px;
}

/*Styles für Produktempfehlung*/
.recommendation{
    border: 2px solid var(--main-color);
    border-radius: 5px;
    padding: 20px 15px;
    box-shadow: 2px 2px 5px rgba(70,70,70,0.5);
}
.recommendation_producttitle{
    margin-top: 0px;
    margin-bottom: 2px;
}
.recommendation_content{
    display: flex;
}
.category-entry-title{
    margin-top: 0;
    margin-bottom: 8px;
    word-wrap: break-word;
    font-size: 41px;
    line-height: 50px;
}

/*Mobiloptimierung*/
@media(min-width:778px){
    .display_on_mobile{
        display: none!important;
    }
}
@media(max-width: 767px){
    .display_on_desktop{
        display: none!important;
    }
    .category-entry-title{
        font-size: 32px;
        line-height: 36px;
    }
    .single #CookiebotWidget:not(.CookiebotWidget-inactive){
        bottom: 100px!important;
    }
    #td-outer-wrap{
        margin-top: 0px;
    }
    .td-main-logo img{
        max-width: 250px;
    }
    /*Blogartikel Titelbild*/
    .titelbild{
        margin-left: -20px;
        margin-right: -20px;
        border: none;
        border-radius: 0px;
        padding: 0px;
    }
    
    /*Abstände für die Blogartikel*/
    .single section>.tdc-row{
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media(max-width: 400px){
    .product_review_name span{
        display: block;
        margin-left: 0px;
    }
}


.sign-rev-0{
    border: 2px solid #e7582c;
}
.sign-rev-0 .pricerange-sign-price {
    color: #e7582c;
}
.sign-rev-0.pricerange-sign:after {
    background-color: #e7582c;
}

.sign-rev-1{
    border: 2px solid #e77e19;
}
.sign-rev-1 .pricerange-sign-price {
    color: #e77e19;
}
.sign-rev-1.pricerange-sign:after {
    background-color: #e77e19;
}

.sign-rev-2{
    border: 2px solid #dea506;
}
.sign-rev-2 .pricerange-sign-price {
    color: #dea506;
}
.sign-rev-2.pricerange-sign:after {
    background-color: #dea506;
}

.sign-rev-3{
    border: 2px solid #7FBC23;
}
.sign-rev-3 .pricerange-sign-price {
    color: #7FBC23;
}
.sign-rev-3.pricerange-sign:after {
    background-color: #7FBC23;
}

.sign-rev-4{
    border: 2px solid #52a11a;
}
.sign-rev-4 .pricerange-sign-price {
    color: #52a11a;
}
.sign-rev-4.pricerange-sign:after {
    background-color: #52a11a;
}

.sign-rev-5{
    border: 2px solid #297D0F;
}
.sign-rev-5 .pricerange-sign-price {
    color: #297D0F;
}
.sign-rev-5.pricerange-sign:after {
    background-color: #297D0F;
}

.wrapper-pricerange-sign {
    margin-bottom: 26px;
}

 
/* Modal background overlay (hidden by default) */
.simple-modal {
    display: none;
    position: fixed; /* Changed from absolute to fixed */
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Added background color for modal overlay */
    overflow: hidden; /* Prevent scrolling */
}

/* Show modal when targeted */
.simple-modal:target {
    display: block;
}

/* Modal content box */
.simple-modal-content {
    position: relative;
    margin: 5% auto; /* Center the modal content */
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    max-width: 90%; /* Ensure the modal content doesn't exceed the viewport width */
    max-height: 90%; /* Ensure the modal content doesn't exceed the viewport height */
    overflow-y: auto; /* Allow scrolling within the modal content */
}

.close-modal {
    position: absolute; /* Position relative to .simple-modal-content */
    top: -1px; /* Adjusted for better positioning */
    right: 18px;
    font-size: 25px;
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.td-module-meta-info, .td-post-sharing-top{
    display: none;
}

/* General Styles */
#custom-post-meta-bar {
    font-size: 14px;
    color: #666;
    padding: 10px 0;
}

/* Main Flex Container */
.flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

/* Flex items */
.flex-item, .flex-item span, .flex-item a {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Social Sharing */
.social-sharing a {
    padding: 0 2px;
}

/* Author Section */
.author-section p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.author-img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 2px !important;
}

/* Visitors Info */
.visitor-info {
    justify-content: flex-start;
}

/* Last Updated Info */
.last-updated {
    justify-content: flex-start;
}

/* Social Sharing Section */
.social-sharing {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

/* Borders for styling */
.border-top {
    border-top: 1px dotted #ccc;
}

.border-bottom {
    border-bottom: 1px dotted #ccc;
}

/* Icons hover effect */
.fab {
    font-size: 18px;
    color: #666;
    transition: color 0.3s;
}

.fab:hover {
    color: #0073aa;
}

/* Responsive Styles for Mobile Devices */
@media (max-width: 768px) {
    /* .author-section,


    .social-sharing {
        justify-content: flex-start;
        /* Align social icons to the left on mobile */
    width: 100%;
    /* Ensure full width on mobile */
}

#custom-post-meta-bar {
    padding: 5px 0;
    font-size: 16px;
}

.author-img {
    width: 28px;
    height: 28px;
}

.wpb_row {
    margin-bottom: -30px;
}
}

@media (max-width: 480px) {
    .flex-container {
        gap: 10px;
    }

    .social-sharing {
        flex-wrap: wrap;
    }

    .fab {
        font-size: 16px;
    }

    .wpb_row {
        margin-bottom: -30px;
    }
}

@media (max-width: 450px) {
    .icon-text {
        display: none !important;
    }
}

.wpb_text_column.wpb_content_element.wp-bottoms-links {
    word-break: break-all;
}

/* Fix for very small screens (319px and below) to ensure 100% width */
@media screen and (max-width: 319px) {
  #btn-area a {
    min-width: auto !important;
    width: 100% !important;
    box-sizing: border-box;
  }
  
  /* Ensure other elements are also responsive at very small widths */
  .td-container-wrap,
  .td-main-content-wrap {
    width: 100% !important;
    min-width: 320px !important;
    box-sizing: border-box;
  }
}