
	button {
		font-family: "Open Sans";
		font-size: 0.75em;
		padding: 0.7em 1.2em;
		border-radius: 4px 4px;
		cursor: pointer;
		transition: background-color 0.2s, color 0.2s, border-color 0.2s;
		float: right;
		border: 0;  
	}

	.button:hover {
		box-shadow: none !important;
	}

	.header_bild_caption .btn_filled_red:hover {
		box-shadow: none !important;
	}

	.header_bild_caption .btn:hover {
		box-shadow: none !important;
	}

	.header_overlay {
		position: absolute;
		width: 150px;
		height: 60px;
		bottom: 5px; 
		left: 0px;		
		background: #B00C28;
		display: flex;
		align-items: center; 
		border-radius: 5px;
		border-top-right-radius: 30px;
		padding: 3px 15px 3px 3px; 
		z-index: 5; 
	}

	.header_overlay img {
		display: block;		
		height: auto;
	}

	.header_overlay_text {
		font-family: "Open Sans";
		color: #FFF;
		width: 95%;
	}

	.header_overlay_text1 {
		font-size: 19px;
		font-weight: 600;
		line-height: 0.9;
		text-align: left;
	}

	.header_overlay_text2 {
		font-size: 28px;
		font-weight: 700;
		line-height: 0.7;
		padding-top: 2px;
		text-align: left;
	}

	.btn_filled_red {
		background: #B00C28;
		color: white;
		border: 2px solid #B00C28;
		box-shadow: none !important;
		font-size: 16px;
		font-weight: 600;
		margin-top: 10px;
	}

	.btn_filled_red img {
		padding-right: 5px;
	}

	.btn_text {
		font-size: 15px;
		font-weight: 600;
		margin-left: 5px;
	}

	hr {
		border: none;
		height: 1px;
		background-color: #B00C28; 
		margin-top: 3em; 
		margin-bottom: 3em; 
	}
	
	h1 {
		font-size: 48px;
		font-weight: 600;	
		width: 90%;
		line-height: 1.18 !important;
	}

	h2 {
		font-size: 1.2em;	
	}

	h3 {
		font-weight: bold;
	}

	p {
		font-family: "Open Sans";
		font-size: 15px;
		font-weight: 300;
		color: #444;
		margin: 1px 0 1px 0;
	}

	li, ol {
		font-size: 15px;	
		padding-left: 0px; 
		list-style-position: inside;
	}

	a {
		color: #444444;
		font-weight: 400;
	}	

	table tr td {
		text-align: center !important;
		border-top: #c8b5b5 !important;    
	}

	section {
		border: none !important;	
	}

	.toggle_link {
		display: none;
	}

	.abpreis {
		font-family: Arial, sans-serif;
		font-size: 1.8em;
		font-weight: bold;	
	}

	.slider {
		display: flex;
		overflow: hidden;    
		width: 100%;	
		position: relative;	
		flex-direction: column;
		margin-top: 1em;
		margin-bottom: 1em;
		font-family: "Open Sans";
		padding: 0px;
		align-items: center;
	}

	.slider.peek {
		width: 100%;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		align-items: center; 
		padding: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.smartframe_slide_zubehoer {
		flex: 0 0 auto; 
		transition: transform 0.5s ease, opacity 0.5s ease;
		transform: scale(0.85);
		opacity: 0.5	
		-webkit-backface-visibility: hidden;
		transform-style: preserve-3d;
	}

	.slides_track,
	.slides_track_center {
		gap: 20px;
		transition: transform 0.5s ease-in-out;
		will-change: transform;
		backface-visibility: hidden;
		display: flex !important;
		align-items: stretch;
		width: max-content; 
		padding: 20px 0;  
	}

	.slides_track_center .smartframe_slide_zubehoer {
		opacity: 0.6;
		transform: scale(0.8);
	}

	.slides_track_center .smartframe_slide_zubehoer.active {
		transform: scale(1.2);
		opacity: 1;
		z-index: 10;
	}

	.slides_track .smartframe_slide_zubehoer {
		opacity: 1;
		transform: scale(1);
	}

	.slides_track .smartframe_slide_zubehoer.active {
		opacity: 1;
	}

	.slides_track {
		display: flex;
		transition: transform 0.5s ease;
		width: 80%; 
		align-items: stretch; 
	}

	.slides_track_center {
		display: flex;
		gap: 50px;
		padding: 40px 0;
		transition: transform 0.4s ease;
		align-items: center;
		width: 50%;
		margin-left: 50px !important;
	}

	.slider.zoom-effect .smartframe_slide.active {
		transform: scale(1.1);
	}

	.slides {
		display: flex;
		transition: transform 0.4s ease;
	}

	.smartframe_slide {
		width: 75%; 
		border-radius: 8px;
		display: flex;
		background: #F1F1F1;
		margin-left: 0px;
		flex-shrink: 0;
		transition: transform 0.4s ease, opacity 0.4s ease;
		opacity: 0.6;
		transition: all 0.5s ease;
		text-decoration: none;	
		opacity: 1;		
	}	
	
	.smartframe_slide:not(.peek) {	  
		display: none;
		flex: 0 0 100%; 
		box-sizing: border-box;	  
		color: white;
		margin-left: 0px;
		width: 100%;
		min-width: 100%;
		min-height: 272px;
	}

	.smartframe_slide.active:not(.peek) { 
		display: flex; 
	}
	
	.smartframe_slide_red {	  
		background: #a00030 !important;
	}	
	
	.smartframe_slide img {
		width: 100%;
		object-fit: cover;	  
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        transition: box-shadow 0.3s ease;
	}
	
	.smartframe_slide_grey {	
		background: #F1F3F4;
		color: #000000;
	}	
	
	.smartframe_slide_grey h3 {
		color: #000000;
	}
		
	.smartframe_slide_produkte {
		width: 75%;
		border-radius: 8px;
		display: flex;
		background: #F1F1F1;
		margin-left: 0px;
		flex-shrink: 0;
		transition: all 0.5s ease;
		text-decoration: none;		
	}		
		
	.slide_card {		
		display: flex;
		flex-direction: column;
		margin: 2rem auto;
		font-family: "Open Sans";
		margin-left: 2em;
		width: 15%;
		padding: 0px;
		margin-bottom: -20px;
	}

	.slide_overlay_text {
		position: relative !important;
		top: 0px !important;
		left: 1px !important;
		font-size: 0.9em;
		width: 100% !important;
		color: #A00030;
		margin: 0.75em;
		text-transform: uppercase;
	}	

	.slide_button_icon {
		padding-right: 5px;		
		width: 25px;		
	}	
	
	.produkte_slide_img {
		display: block;     
		width: 100%;
		height: auto;  		
	}
		
	.produkte_slide_card {
		position: relative;	
		display: flex;
		padding: 20px 0 20px 20px;
	}

	.produkte_slide_overlay {
		position: absolute;
		bottom: 20px; 
		left: 20px;		
		background: #B00C28;
		display: flex;
		align-items: center; 
		border-radius: 5px;
		border-top-right-radius: 30px;
		padding: 3px 15px 3px 3px; 
		z-index: 5; 
	}

	.produkte_slide_overlay img {
		display: block;
		width: 100%;
		height: auto;
	}

	.produkte_slide_overlay_text {
		font-family: "Open Sans";
		font-size: 10px;
		font-weight: 600;
		text-transform: uppercase;
		color: #FFF;
		line-height: 1.1;
	}

	.produkte_slide_overlay_text2 {
		font-size: 16px;
		font-weight: 700;
		padding-top: 2px;
	}
	
	.produkte_slider_ueber {
		color: #555 !important;
		/* font-style: italic; */
	}

	.produkte_slider_content {
		display: flex;
		flex-direction: column;
		flex-grow: 1; 		
		width: 100%;
		color: #444;		
		font-size: 0.9em;
		margin-left: 1em;
		margin-right: 1em;
		padding: 20px;
		margin-top: 0;	
	}

	.artikel_preis {
		color: #444;
		margin-top: auto;
	}

	.artikel_preis_ab {
		font-size: 16px;
		font-weight: 300;
	}

	.artikel_preis_betrag {
		font-size: 30px;
		font-weight: 600;
	}

	.artikel_preis_weiss {
		color: #fff;
	}

	.slider_container {
		-webkit-mask-image: linear-gradient(to right, 
			transparent 0%, 
			black 15%, 
			black 85%, 
			transparent 100%
		);
		mask-image: linear-gradient(to right, 
			transparent 0%, 
			black 15%, 
			black 85%, 
			transparent 100%
		);
	}

	.smartframe_slide_quadrat {
		height: 420px;
	}
	
	.zubehoer_slide_img {
		width: 100%;
		border-radius: 6px;
		min-height: 240px;
	}

	.zubehoer_slide_card {
		display: flex;
		font-family: "Open Sans";
		margin-left: 2em;		
		margin-top: 2em;		
		margin-right: 2em;		
		margin-bottom: 2em;		
		width: 50%;
	}

	.zubehoer_slider_ueber {
		color: #444 !important;
	}

	.zubehoer_slider_ueber_rot {
		color: #FFF !important;
	}

	.zubehoer_slider_content {
		display: flex;
		flex-direction: column;
		flex-grow: 1; 			
		width: 75%;
		color: #444;		
		font-size: 0.9em;
		margin-left: 0px;
		padding-left: 0px;
		padding: 20px;
		flex-grow: 1; 
	}

	.zubehoer_slider_content h3 {
		font-size: 16px;
		font-style: italic;
		font-weight: 600;		
	}	

	.zubehoer_slider_content p {
		color: #444;	
		opacity: 0.7;		
		font-size: 16px;
		padding-right: 10px;		
		display: flex;
		flex-grow: 1; 
		flex-direction: column;		
	}

	.zubehoer_slider_content_rot p {
		color: #FFF;	
		padding-right: 10px;
	}

	.faq {
		margin: 0 auto;
		margin-top: 2em;
		width: 100%;	
	}

	.faq_item {
		border: 1px solid #b00c28;
		border-radius: 4px;
		margin-bottom: 20px;
		overflow: hidden;
		transition: max-height 0.3s ease;
	}
	
	.faq_item .faq_content,
	.faq_item hr {
		display: block;
		max-height: 0; 
		opacity: 0;
		transition: max-height 0.3s ease, opacity 0.3s ease;		
	}
	
	.faq_item.open .faq_content,
	.faq_item.open hr {
		max-height: 760px;     
		opacity: 1;
		display: block;
	}

	.faq_header {
		font-size: 15px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px 18px 10px 18px;
		cursor: pointer;
		font-weight: 600;
		transition: background 0.2s;
		width: 97%;		
	}

	.faq_arrow {
		width: 16px;
		height: 16px;
		transition: transform 0.3s ease;
		cursor: pointer;
		margin-left: 5px;
	}

	.faq_item.open .faq_arrow {
		transform: rotate(180deg);
	}

	.faq_content {
		padding: 14px 18px 10px 18px;
		display: none;
		line-height: 1.5;
		width: 97%;
		transition: padding 0.2s ease;
	}

	.faq_item:not(.open) .faq_content {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.faq_item.open .faq_content {
		font-size: 16px;
		font-weight: 300;
		padding-top: 14px !important;
		padding-bottom: 10px !important;
	}

	.faq_hr {
		display: none;
		width: 97%;
		display: block;
		opacity: 0;
		transition: max-height 0.3s ease, opacity 0.3s ease;
		margin-top: 0 !important;
		margin-bottom: 0 !important;	
	}

	.content {
		padding: 1rem;
		display: flex;
		flex-direction: column;
		flex: 1;
	}

	.label {
		background: white;
		color: #a00030;
		font-size: 0.8rem;
		padding: 0.2rem 0.5rem;
		align-self: flex-start;
		margin-bottom: 0.5rem;
		font-weight: bold;
	}

	.btn {
		background: white;
		color: #B00C28;
		border: none;
		padding: 0.6rem 1rem;
		cursor: pointer;
		font-size: 1rem;
	}

	.site_ueberschrift h1 {
		/* margin-left: auto !important; */
		/* text-align: center !important; */
		/* width: 100% !important; */

	}
	
	
	.card_head {
		font-size: 40px;
		font-weight: 400;
		color: #444444;
		line-height: 100%;
		font-weight: 400;
		margin: 10px 0px 25px 0px !important;
	}

	.header_bild {
		text-align: center;
		position: relative;
		width: 100%;
	}

	.header_bild img {
		width: 100%;
		border-radius: 5px;
	}

	.header_bild_caption {
		display: flex;
		flex-direction: column;
		gap: 10px;
		position: absolute; 
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		align-items: center;
		background-color: rgba(255, 255, 255, 0.8); 
		padding: 15px;
		border-radius: 12px;
		box-shadow: 0 8px 25px rgba(0,0,0,0.15);
		z-index: 10;	
		width: 50%;
	}

	.header_bild_caption img {
		width: 18%;
	}

	.header_bild_button {
		opacity: 1;
	}

	.header_bild_text {
		font-size: 28px;
		font-weight: 400;
		margin: 8px 0 8px 0;
		color: #444;	
		width: 100%;
		opacity: 1;
	}

	.header_bild_icons {
		display: flex;
		flex-direction: column;
		position: absolute; 
		top: 14%;
		left: 85%;
		margin: 0px;
		background: white;
		border-radius: 4px;
	}

	.header_bild_icons .icon {
		width: 45px;
		background: white;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px;
		margin: 0px;
		border-radius: 4px;
	}

	.header_bild_icons .icon img {
		width: 100%;
		height: auto;
	}

	.header_text {
		font-size: 16px;
		font-weight: 300;	
		width: 100%;
		margin: 1em 0 0em 0;
	}

	.smartframe_wrapper {
		width: 90%;
		margin: 0 auto;
	}

	.site_ueberschrift {
		width: 100%;
	}

	.smartframe_section {
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 40px;
		margin: 0 auto;
	}

	.smartframe_content {
		flex: 1;
		width: 100%;
		margin: 0px;
	}

	.smartframe_content h2 {
		font-size: 40px;
		font-weight: 400;
		color: #444444;
		line-height: 1.5em;
		font-weight: 400;
		margin: 10px 0px 25px 0px;	  
	}

	.smartframe_content_vorgehoben {
		text-align: center;
		font-size: 20px;
		font-weight: 600;
	}

	.smartframe_content_liste {
		list-style: none; 
		counter-reset: mein-counter; 
		padding-left: 0;
	}

	.smartframe_content_liste li {
		counter-increment: mein-counter;
		display: flex; 
		margin-bottom: 0.3em;
	}

	.smartframe_content_liste li::before {
		content: counter(mein-counter) ".";     
		width: 1.3em; 
		flex-shrink: 0; 
		color: #444;
		font-weight: 300;
		display: inline-block;
	}

	.smartframe_liste {
		list-style: none;
		padding: 0;
		margin: 0 0 20px 0;
	}

	.smartframe_liste li {
		position: relative;
		padding-left: 25px;
		margin-bottom: 5px;
		line-height: 1.6;
		color: #555;
		font-size: 16px;
	}

	.smartframe_liste li::before {
		content: "";
		position: absolute;
		left: 0;
		top: 6px;
		width: 10px;
		height: 10px;
		background-color: #B00C28;
		border-radius: 50%;
	}

	.button_stoffauswahl {
		display: inline-flex;
		border: 2px solid #B00C28;
		font-weight: 600; 
		text-decoration: none;
		border-radius: 4px;
		cursor: pointer;
		font-size: 15px;
		margin-top: 10px;
	}

	.no_border {
		border: 0px !important;	
		background-color: inherit !important;		
	}

	.button_stoffauswahl:hover {
		background-color: #B00C28;
		color: white;
	}

	.smartframe_image_mobile {
		width: 100%;
		max-width: 500px;
		margin: 1.5em auto;
		border-radius: 8px;	
		display: none;
	}

	.smartframe_image_desktop {
		display: block;
	}

	.smartframe_image {
		flex: 1;
		width: 100%;
		margin: 0px;
	}

	.smartframe_image img {
		width: 100%;
		height: auto;
		border-radius: 8px 8px 8px 8px;
	}

	.pos_links {
		float: left;
		margin-right: 15px;
		font-size: 14px;
	}

	.table_vergleich {
		table-layout: fixed;
		background-color: #FFFFFF !important;
		margin-top: 2.0em;
		width: 100%;
		font-family: 'Open Sans', sans-serif;
		border-collapse: collapse;
		min-width: 700px;
		text-align: center;
		border-radius: 5px;
		overflow: hidden;
    }

    .table_vergleich th {
		height: 53px; 
		border: 1px solid #ffffff; 
		border-top: none;
		border-bottom: none;
		padding: 8px;
		vertical-align: middle; 
    }

    .table_vergleich tr {
		height: 70px; 
    }

    .table_vergleich td {
		padding: 5px;
		vertical-align: middle;
    }

    .table_vergleich th {	  
		background-color: #B00C28;
		color: #fff;
		font-weight: bold;
		font-size: 16px;
    }

    .table_vergleich td:not(:first-child) {	  
		border-left: 1px solid #B00C28;
		border-right: none;
    }
   
    .table_vergleich tr:nth-child(2n+1) td {     
		background-color: #fff !important;	   
    }

    .table_vergleich tr:nth-child(2n) td {
		background-color: #F1F1F1 !important; 	 
    }

    .table_vergleich .check {
		color: green;
		font-size: 1.2em;
		font-weight: bold;
    }

	.table_vergleich .tabletext {
		font-size: 16px;
		font-weight: 400;		
	}

	.table_vergleich .tabletext .vorgehoben {
		font-size: 24px;
		font-weight: 400;
	}

	.label {
		background: white;
		color: #a00030;
		padding: 0.2rem 0.5rem;
		font-size: 0.8rem;
		font-weight: bold;
		display: inline-block;
		margin-bottom: 0.5rem;
	}

	.btn {
		background: white;
		color: #B00C28;
		padding: 0.6em 1.2em;
		border: none;
		cursor: pointer;
		box-shadow: none !important;
	}

	.nav_slider {  
		cursor: pointer; 
		box-shadow: none !important;
	}

	.nav.prev { 
		position: relative;
	}
	.nav.next { 
		position: relative;
	}

	.pagination {
		width: 100%; 
		display: flex; 
		align-items: center; 
		justify-content: center;  
		margin-top: 1em;
		gap: 0.5em;
	}

	.dot { 
		flex-shrink: 0;
		position: relative;
		width: 20px; 
		height: 20px; 
		border: 2px solid #F8F8F8; 
		border-radius: 50%; 
		cursor: pointer; 	
		transition: background 0.3s;
		margin: 0em 0.5em;  
	}
	
	.dot.active::after {
		content: "";
		position: absolute;
		inset: 5px;        
		border-radius: 50%;
		background: #B00C28; 
	}
	
	.dot.active { 	  
		border-color:#F1F1F1; 
	}
  
	.pagination_tab {
		display: none;
	}

	.slider_container {
		max-width: 1200px;
		margin: 0 auto;
		background: white;
		padding: 40px 20px;
		border-radius: 10px;
		box-shadow: 0 2px 10px rgba(0,0,0,0.1);
		width: 95%;
	}

	.slider_wrapper {
		position: relative;
		overflow: hidden;
		padding: 20px 0;
		width: 100%;
	}

	.slides_track {
		margin-left: 390px; 
	}

	.slider_track {
		display: flex;
		gap: 20px;
		transition: transform 0.5s ease;
		width: 100%;
	}


	.mobile_action_button {
		display: none; 
	}
	
	
@media (max-width: 768px) {
		
	.smartframe_section {
		flex-direction: column;
		gap: 20px;
		padding: 40px 20px;
	}
	
	.smartframe_image_mobile {
		display: block;
	}
	
	.smartframe_image_desktop {
		display: none;
	}

	.smartframe_image {
		max-width: 100%;
	}

	.smartframe_content h2 {
		font-size: 16px;
		font-weight: 600;
	}
  
  	.produkte_slider_content {
		width: 85%;
		color: #555;		
		font-size: 0.9em;
		color: black;
		padding-top: 0.5em;
		margin-left: 0em;  
		padding-right: 1em;
		margin-top: 1em; 
	}
  
}

@media (max-width: 800px) {

	li, ol {
		font-size: 15px;
		color: #444;
		line-height: 1.3em;
	}

	p {
		font-size: 15px;
		color: #444;
		line-height: 1.3em;
	}

	button {
		padding: 0.6em 0.2em;
		float: none;
	}

	#text_inhalt * {
		box-sizing: content-box;		
	}

	#text_inhalt h1 {
		font-size: 20px;
	}
	
	#text_inhalt h3 {
		margin-top: 5px;
		margin-bottom: 5px;
		font-size: 16px;
		font-weight: 600;
	}

	#text_inhalt p {
		font-size: 15px;
		font-weight: 300;		
	}

	.bild_rahmen {
		/* width: 274px;           */
		height: 210px;         
		overflow: hidden;      
		position: relative;
	}
	.bild_rahmen picture {
		width: 100%;
		height: 100%;
		display: block;
	}
	.bild_rahmen img {
		transform: scale(1.2);
		object-fit: cover; 
		width: 100%;          
		height: 100%;
		transform-origin: center 100%; 
	}

	.header_overlay {
		width: 75px;
		height: 40px;
		bottom: 0px;
		align-items: center; 
		border-radius: 5px;
		border-top-right-radius: 30px;
		padding: 3px 15px 3px 3px; 
		z-index: 5; 
	}

	.header_overlay img {
		display: block;
		width: 75% !important;
		height: auto;
	}

	.header_overlay_text {
		font-family: "Open Sans";
		color: #FFF;
		width: 60%;
	}

	.header_overlay_text1 {
		font-size: 10px;
		font-weight: 600;
		line-height: 13px;
		text-align: left;
		text-transform: uppercase;
	}

	.header_overlay_text2 {
		font-size: 16px;
		font-weight: 700;
		line-height: 13px;
		padding-top: 2px;
		text-align: left;
	}

	.img_zahnrad {
		display: none;		
	}
	
	.slider_container {
		-webkit-mask-image: none;
		mask-image: none;
		box-shadow: none;
    }
	
	.smartframe_wrapper {
		width: 100%;
	}

	.smartframe_section {
		width: 100%;
		padding: 0px;
	}
	
	.smartframe_slide {
		display: flex;		
		flex-direction: column;
		flex-grow: 1;
		flex-shrink: 0;
		gap: 10px;
		width: 90%; 
		border-radius: 8px;
		background: #F1F1F1;
		margin-left: 0px;
		margin-right: 1em;
		transition: transform 0.4s ease, opacity 0.4s ease;
		transition: all 0.5s ease;
		text-decoration: none;	
		opacity: 1;	
		position: relative;
	}
	
	.smartframe_slide img {
		/* width: 100%; */
		border-radius: 5px;
		/* object-fit: cover;	   */
        /* border-radius: 12px; */
        /* box-shadow: 0 4px 12px rgba(0,0,0,0.1); */
        /* transition: box-shadow 0.3s ease; */
	}
	
    .smartframe_content {
        display: flex;
        flex-direction: column;
    }
	
	.zubehoer_slide_img {
		width: 100% !important;
	}
	
	.site_ueberschrift {
		width: 280px;		
	}
	
	.site_ueberschrift h1 {
		font-size: 20px !important;
		margin-bottom: 0px;
		padding: 0px;
	}
	
	.header_bild {
		text-align: center;
		position: relative;
		/* width: 280px; */
		margin-bottom: 20px;
	}

	.header_bild > img {
		height: 150%;
		margin-top: -20px;
	}
	
	.header_bild_text {
		width: 115%;
	}
	
	.header_bild_button {
		width: 65%;
		padding-left: 1em;
		padding-right: 1em;
		padding-bottom: 1em;
		opacity: 1;
	}
	
	.header_bild_caption {
		flex-direction: column;
		gap: 20px;
		position: absolute;     
		top: 45%;
		left: 50%;
		transform: translate(-50%, -50%);
		display: flex;
		align-items: center;
		gap: 0px;
		padding: 15px;
		border-radius: 10px;
		padding-top: 15px;
		padding-bottom: 10px;
		box-shadow: 0 8px 25px rgba(0,0,0,0.15);
		z-index: 10;	
		width: 80%;
		opacity: 0.97; 		
	}

	.header_bild_caption button {
		padding: 2%;
	}

	.header_bild_text {
		font-size: 17px;
		font-weight: 600; 
		margin: 3px;
		/* color: #444;	 */
		/* width: 100%; */
		/* opacity: 1; */
	}

	.header_bild_icons {
		display: none;
	}

	.header_text {
		font-size: 15px;
		width: 100%;
		margin: 0em;
		color: #444;
		line-height: 1.3em;
	}

	.header_text {
		max-height: 4.5em;     
		overflow: hidden;
		transition: max-height 0.3s ease;
	}

	.header_text.expanded {
		max-height: 40em;   
	}

	.toggle_link {
		display: inline-block;
		color: #C4495E;
		cursor: pointer;
		margin-bottom: 2em;
		margin-top: 0em;
		font-weight: bold;
		width: 100%;
		text-align: left;
	}

	.pos_links {
		float: none;
		margin-right: 0px;
		margin-bottom: 10px;
		/* padding-bottom: 30px; */
	}

	.button_wrapper {
		display: inline-flex;
		justify-content: center;
		width: 100%;
		text-decoration: none;
		margin-top: 10px;
	}
	
	.button_stoffauswahl {
		border: 0;
		margin: auto;
		display: inline-flex;
		justify-content: center;
		width: 100%;	  
	}

	.button_stoffauswahl:hover {
		background-color: #FFF;
		color: #FFF;
	}

	.btn {
		/* margin: 0.2em 2.0em 0.5em 2.0em; */
		border: 1px solid #B00C28;
		width: 65%;
	}

	.slides_track {
		display: flex;
		width: 95%;
		align-items: stretch;
		gap: 10px;
	}

	.smartframe_slide_zubehoer {
		display: flex;
		flex-direction: column;
		height: auto; 
	}

	.smartframe_slide_zubehoer img {
        width: 100%; 
	}

	.zubehoer_slider_content {
		display: flex;
		flex-direction: column;	
		flex-grow: 1;   
		padding: 5%;   
		width: 90%; 
		margin-top: 0em;
	}

	.zubehoer_slider_content p {
		margin-bottom: 20px; 
		display: flex;
		flex-grow: 1;
		flex-direction: column;
		font-size: 1.2em;
	}

	.zubehoer_slider_content h3 {
		margin-top: 5px;
		font-size: 1.3em;
		font-style: normal;
	}
	
	.artikel_preis {
		margin-top: auto; 
		padding-top: 20px;
	}

	.zubehoer_slide_card {
		width: 90%;
	}

	.zubehoer_slide_card {	
		margin-left: 5%;		
		margin-top: 5%;		
		margin-right: 5%;		 
		margin-bottom: 5%;		 
	}
		
	.zubehoer_slide_img {
		width: 100%;
		height: auto;
		display: block;
		min-height: 140px;
	}
		
	.smartframe_slide_quadrat {
		height: auto;
		margin-left: 2px;
	}

	.artikel_preis_betrag {
		font-size: 23px;
	}

	.smartframe_liste li {
		line-height: 1.4em;
		color: #444;
		font-size: 16px;
		font-weight: 300;
	}

	.btn_filled_red {
		/* height: 2.4em; */
		width: 77%;
		font-weight: 300;		
	}
	
	.btn_filled_red img {
		width: 15%;
	}

	.btn_filled_red_breit {
		width: 100%;
		padding-left: 1em;
		padding-right: 1em;
		padding-bottom: 1em;	  
	}
	
	.btn_text {
		font-weight: 300;
	}
	
	.produkte_slider_ueber {
		margin-top: 0px;		
	}

	.produkte_slider_content {
		display: flex;
		flex-direction: column;	
		flex-grow: 1;   
		padding: 10px;   
		width: 85%; 
		margin-top: 0em;
		margin-left: 10px;
	}

	.produkte_slider_content p {
		color: #666;	
		font-size: 1.2em;
		opacity: 0.7;
		margin-top: 0px;
		margin-bottom: 20px; 
		display: flex;
		flex-grow: 1; 
		flex-direction: column;
	}

	.produkte_slide_img {
		margin: 1.0em 1.5em 0em 1.0em;
		width: 85% !important;
		height: auto;
		display: block;
		border-radius: 8px; 
	}
	
	.produkte_slide_overlay {
		bottom: 0px;
		left: 1.0em;
	}

	.produkte_slide_card {
		 width: 100%;            
		 position: relative;    
		 display: block; 
		 margin: 0 0 0.4em 0; 
		 padding: 0; 
	}
		
	.smartframe_slide_produkte {
		flex-shrink: 0;
		display: flex;
		flex-direction: column; 
		align-items: center; 
		margin: 0 0px;
		box-sizing: border-box;
	}
	
    .mobile_action_button {
        display: flex;
		flex-direction: row;
        position: absolute;
        bottom: 25px;
        width: 35px;
        height: 35px; 
    }
	
	.mobile_action_button {
		display: block;
		position: absolute;
		bottom: 20px;
		right: 20px; 
		width: 35px;
		height: 35px; 
		z-index: 5;  
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain; 
	}

	.mobile_action_button_weiss {
		background-image: url("/bilder/seo/cards/2025/icon_pfeil_rund_rechts_weiss.svg");
	}	

	.mobile_action_button_rot {
		background-image: url("/bilder/seo/cards/2025/icon_pfeil_rund_rechts_rot.svg");		
	}	
	
    .mobile_action_button_weiss {
		background-image: url("/bilder/seo/cards/2025/icon_pfeil_rund_rechts_weiss.svg");
    }	

    .mobile_action_button_rot {
		background-image: url("/bilder/seo/cards/2025/icon_pfeil_rund_rechts_rot.svg");		
    }

	.expandable_text {
		position: relative;
		max-height: 100px; 
		overflow: hidden;
		transition: max-height 0.5s ease;
	}

	.text_fade {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 50px; 
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
		pointer-events: none; 
		transition: opacity 0.3s ease;
	}
	
	.expandable_text.expanded {
		max-height: 1155px; 
	}

	.expandable_text.expanded .text_fade {
		opacity: 0; 
	}
		
	.card_head {
		font-size: 17px;
		font-weight: 600;
	}
		
	.produkte_slide_overlay_textbild {
		width: 100% !important; 
	}

    .pagination_tab {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 75px;
        margin-top: 15px;
		margin-left: -15px;
    }

    .pagination_tab .dot {
        height: 12px;		
		flex-shrink: 0;
		position: relative;
		width: 20px; 
		height: 20px; 
		border: 2px solid #F8F8F8; 
		border-radius: 50%; 
		cursor: pointer; 	
		transition: background 0.3s;
		margin: 0 4px;		
    }

    .pagination_tab .dot.active {
		  content: "";
		  border-radius: 50%;
    }
	
	.pagination_tab .dots-wrapper {
		display: flex;
		gap: 8px;
		align-items: center;
	}	
	
    .nav_table_prev, .nav_table_next {
        top: 8px; 
        z-index: 25;
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
        width: 24px;
    }

    .nav_table_prev {
        left: 130px; 
    }

    .nav_table_next {
        right: 10px;
    }

    .nav_slider img {
        width: 24px;
        height: auto;
        display: block;
    }	
	
    .table_slider_wrapper {
        position: relative;
		margin-top: 0px;
		margin-right: -20px; 
		margin-left: 0;      
		overflow-x: hidden;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch; 			
        order: 2;
        margin-bottom: 25px; 		
    }

    .smartframe_content h2 {
		font-size: 16px !important;
		font-weight: 600;
        margin-bottom: 0px;
    }

    .smartframe_content .order_text {
        order: 3;
    }

    .smartframe_content .order_link {
        order: 4;
        margin-top: 10px;
    }

    .table_vergleich {
        width: 100%;
		min-width: 141%;		
		border-collapse: separate; 
		border-spacing: 0; 
        table-layout: fixed; 
		border-right: none !important;
    }
	
	.table_vergleich .tabletext {
		line-height: 25px;
		font-size: 16px;
		font-weight: 400;	
	}
	
    .table_vergleich td.tabletext {        
        word-break: break-word;
        hyphens: auto;         
        overflow-wrap: anywhere; 
    }
	
	.table_vergleich .tabletext .vorgehoben {
		font-size: 22px;
		font-weight: 400;
	}
		
    .table_vergleich th:nth-child(2),
    .table_vergleich th:nth-child(3) {
        position: relative;
        z-index: 1; 
		transition: transform 0.5s ease-in-out, border-radius 0.3s ease, border 0.1s ease;
		will-change: transform; 
        background-color: #B00C28 !important; 
        color: #ffffff;
        text-align: center;
        font-weight: bold;
    }

    .table_vergleich th {
        white-space: nowrap; 
        padding: 12px 5px;
    }

    .table_vergleich th:nth-child(1) {
        z-index: 100;
        background-color: #B00C28 !important;
    }
	
    .table_vergleich th:nth-child(1),
    .table_vergleich td:nth-child(1) {
        position: sticky;
		width: 33%; 
        left: 0;
        z-index: 100;
        background-color: #ffffff !important;
        border: none;
		padding-left: 5px;
		padding-right: 5px;
    }

    .table_vergleich td:nth-child(1)::after,
    .table_vergleich th:nth-child(1)::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 0px; 
        height: 100%;
        z-index: 101; 
    }

    .table_vergleich th:nth-child(1) {
        background-color: #B00C28 !important;
        color: #ffffff;
    }
    .table_vergleich th:nth-child(1)::after {
        background-color: #f1f1f1; 
    }

    .table_vergleich th:nth-child(2),
    .table_vergleich td:nth-child(2),
    .table_vergleich th:nth-child(3),
    .table_vergleich td:nth-child(3) {
        position: relative;
        z-index: 1; 
        transition: transform 0.5s ease-in-out;
        background-color: #fff;
    }	
    .table_vergleich th:nth-child(3) {
		border-top-right-radius: 5px;

    }		
	
	.table_vergleich th:nth-child(3).rounded-active {
		border-top-right-radius: 5px; 
	}	
	
	.table_vergleich th:last-child, 
	.table_vergleich td:last-child {
		border-right: none !important;
	}	
	
	.table_vergleich .col_features, 
	.table_vergleich td.tabletext {
		width: 33%; 
	}

	.table_vergleich .col_slide,
	.table_vergleich td.check {
		width: 33%; 
		min-width: 33%;
	}	
	
	.faq_header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px 18px 10px 18px;
		cursor: pointer;
		font-weight: 400;
		transition: background 0.2s;
		width: 92%;
	}
	
	.faq_hr {
		width: 92%;
	}
	
	.faq_content {	
		width: 92%;
	}
	
	.faq_content.open {	
		max-height: 400px;
	}

    .slides_track_center {
        justify-content: center; 
        align-items: center;     
        padding: 20px 0;    
        transform: scale(1.1);   
        margin: 0 40px;
		gap: 15px;          
		width: 75%;
	}

    .pagination.peek {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
		gap: 10px;
    }

	.dot { 
		flex-shrink: 0;
		position: relative;
		width: 20px; 
		height: 20px; 
		border: 2px solid #F8F8F8; 
		border-radius: 50%; 
		cursor: pointer; 	
		transition: background 0.3s;
		margin: 0.0em;
	}
}

	
/* ------------------------------------------------------ */ 

        @media (max-width: 768px) {
            .slidex {
                width: calc(50% - 10px);
            }
        }

        @media (max-width: 480px) {
            .slidex { width: 80%; }
			.produkte_slide_overlay_text2 { font-size: 13px; }		
        }
		
        @media (min-width: 480px) {            
			.pagination_tab { display: none; }
			.table_slider_wrapper { width: 100%; }
			.table_vergleich { min-width: 100%; }			
        }

