:root {
	--kb-green: #759f26;
	--kb-error: #cc0000;
	--kb-success: #1c7700;
	--kb-nav-start: #7ba86d;
	--kb-nav-end: #7ba000;
	--kb-background: #eee;
	--kb-white: #fff;
}

body {
	background: #eee;
	color: #444;
}

h1 {
	background-color: #ffffff;
	line-height: 25px;
	font-size: 1.3em;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
}

section {
	background: #eee;
}

input.error {
	background: #ee7171;
}

.textConfigBox {
	text-align: left;
}

.kbkatbild {
	margin: auto;
}

.textConfigBox {
	background-color: #f5f5f5;
	margin-top: 15px;
}

.textConfigBoxHead {
	background-color: #ffffff;
	line-height: 30px;
	font-size: 1.5em;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
}

.textConfigBoxNumber {
	float: left;
	background: #759f26;
	color: #fff;
	width: 30px;
	margin-right: 10px;
	text-align: center;
}

.textConfigBoxTitle {
	display: inline-block;
	position: relative;
	font-weight: 400;
}

.textConfigBoxContent {
	padding: 8px 0;
}

.textConfigBoxContent ul {
	margin-top: 15px;
}

.textConfigBoxContent ul li {
	float: left;
	margin-right: 15px;
}

.textConfigaddLineWr {
	text-align: right;
}

.spacingWrapper {
	margin-top: -19px;
}

.spacingWrapper input[type="number"] {
	padding: 5px;
	border: 1px solid #ddd;
}

.optionsLine {
	margin-bottom: 5px;
}

.checkbox_container {
	list-style: none;
}

.checkbox_container input[type="checkbox"] {
	display: none;
}

.checkbox_container label {
	cursor: pointer;
}

.checkbox_container label:before {
	background-color: #fff;
	border: 1px solid #999;
	color: #fff;
	content: "_";
	height: 20px !important;
	line-height: 20px !important;
	width: 20px !important;
}

.checkbox_container label:hover {
	color: #111;
}

.checkbox_container label:hover:before {
	color: #bababa;
}

.checkbox_container input[type="checkbox"]:checked+label:before {
	background-color: #759f26;
	border: 1px solid #999;
	color: #fff;
	content: "x";
}

.checkbox_container input[type="checkbox"]:disabled+label:before {
	display: none;
}

.checkbox_container input[type="checkbox"]:disabled+label {
	display: none;
}

.k-dropdown {
	width: 100%;
	height: auto;
}

.k-dropdown-wrap {
	width: 100%;
	padding: 5px;
	padding-right: 30px;
}

.kendoDropDownList .k-input {
	height: 100%;
	line-height: 25px;
	text-indent: inherit !important;
}

.k-popup .k-list .k-item {
	line-height: inherit !important;
	padding: 5px !important;
	display: block !important;
	cursor: pointer;
}

.k-popup .k-list .k-state-hover,
.k-popup .k-list .k-state-focused,
.k-popup .k-list .k-state-selected {
	border: 1px !important;
	padding: 5px !important;
}

.k-popup.k-list-container {
	padding: 5px !important;
}

.k-select {
	width: 33px !important;
	background-color: #e6e6e6;
	border-radius: 0 !important;
}

#colorDD_listbox .k-item {
	margin-bottom: 1px !important;
}

#colorDD_listbox img.kendoDropdownImg {
	max-height: 25px;
	display: block;
	margin-right: 10px;
}

#colorDD_listbox .k-item .k-state-default {
	float: left;
	line-height: 25px;
}

#colorDD_listbox .k-item:after {
	content: "";
	display: table;
	line-height: 0;
	clear: both;
}

.kendoDropDownList .k-input img {
	float: left;
	max-height: 100%;
	margin-right: 10px;
	padding: 1px;
}

#imagePreview {
	text-align: center;
	/*min-height: 100px;
*/
	margin: 0 30px 0 0;
	width: 100%;
}

#imagePreview .previewCell {
	width: 100%;
}

#imagePreview img {
	max-width: 100%;
	padding: 10px;
	background: url(data: image/png;
 base64, iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAH0lEQVQImWNggILNmzf/Z0AHKIKbN2/+j46xq8QmCACyfhvZm8XXIAAAAABJRU5ErkJggg==) #fff;
}

.heightTooLowError {
	font-weight: bold;
	font-size: 0.8em;
	margin: 5px 0;
	display: none;
	color: #cc0000;
}

/*.k-block, .k-button, .k-textbox, .k-drag-clue, .k-touch-scrollbar, .k-window, .k-window-titleless .k-window-content, .k-window-action, .k-inline-block, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator, .k-autocomplete, .k-multiselect, .k-combobox, */
.k-dropdown,
.k-dropdown-wrap

/*, .k-datepicker, .k-timepicker, .k-colorpicker, .k-datetimepicker, .k-notification, .k-numerictextbox, .k-picker-wrap, .k-numeric-wrap, .k-colorpicker, .k-list-container, .k-calendar-container, .k-calendar td, .k-calendar .k-link, .k-treeview .k-in, .k-editor-inline, .k-tooltip, .k-tile, .k-slider-track, .k-slider-selection, .k-upload*/
	{
	border-radius: 0 !important;
}

.k-dropdown-wrap .k-input

/*, .k-picker-wrap .k-input, .k-numeric-wrap .k-input*/
	{
	border-radius: 0 !important;
}

.k-dropdown-wrap.k-state-border-down .k-input

/*, .k-picker-wrap.k-state-border-down .k-input, .k-picker-wrap.k-state-border-down .k-selected-color, .k-numeric-wrap.k-state-border-down .k-input*/
	{
	border-radius: 0 !important;
}

/*.k-picker-wrap.k-state-active.k-state-border-down, */
.k-dropdown-wrap.k-state-active.k-state-border-down

/*, .k-numeric-wrap .k-link.k-state-selected*/
	{
	box-shadow: none !important;
}

/*.k-textbox > input, .k-autocomplete .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input, */
.k-dropdown-wrap .k-input,
.k-selectbox .k-input {
	padding: 0 !important;
}

.k-dropdown-wrap.k-state-border-down {
	padding-bottom: 5px !important;
}

.k-dropdown-wrap.k-state-hover {
	background-color: #fff !important;
}

.k-list .k-state-hover,
.k-list .k-state-focused,
.k-list .k-state-highlight,
.k-list .k-state-selected,
.k-dropzone {
	border-radius: 0 !important;
}

.tr {
	display: table-row;
}

.tr>* {
	display: table-cell;
}

.bild img {
	background-color: black;
}

.imagePreviewWidthDisplayWr {
	height: 8px;
	position: relative;
	box-sizing: border-box;
}

.imagePreviewWidthArrowWr {
	margin: 0;
	height: 100%;
	position: relative;
	display: block;
}

.imagePreviewWidthDisplayWrArrowLeft {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("img/arrow-left.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
}

.imagePreviewWidthDisplayWrArrowRight {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("img/arrow-right.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
}

.imagePreviewWidthDisplayWrLine {
	position: absolute;
	left: 1%;
	top: 3px;
	width: 98%;
	height: 2px;
	background: #000;
}

.imagePreviewHeightDisplayWr {
	width: 8px;
	height: 100%;
	position: relative;
	box-sizing: border-box;
}

.imagePreviewHeightDisplayWrArrowUp {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("img/arrow-up.png");
	background-position: left 0;
	background-repeat: no-repeat;
	background-size: contain;
}

.imagePreviewHeightDisplayWrArrowDown {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("img/arrow-down.png");
	background-position: left 0 bottom 0;
	background-repeat: no-repeat;
	background-size: contain;
}

.imagePreviewHeightDisplayWrLine {
	position: absolute;
	left: 3px;
	top: 10px;
	bottom: 10px;
	width: 2px;
	background: #000;
}

.imagePreviewHeightNumberWr {
	vertical-align: middle;
	max-width: 15px;
}

.imagePreviewHeightNumber {
	display: block;
	transform: rotate(270deg);
	width: 60px;
	height: 15px;
	white-space: nowrap;
	position: relative;
	left: -27px;
}

#imagePreviewImgWr {
	padding: 3px;
	background: url("img/config_bg.png");
}

.previewCell {
	position: relative;
}

.textConfigZoomTrigger {
	position: absolute;
	right: 0;
	bottom: -42px;
	width: 25px;
	height: 25px;
	background: url("img/zoom.png");
	background-size: contain;
	opacity: 0.7;
	cursor: pointer;
}

#text-config-warning {
	display: none;
	color: #cc0000;
}

.one_half {
	width: 48%;
	float: left;
}

.one_half.first {
	margin-right: 4%;
}

@media (min-width: 900px) {
	.one_half_main {
		width: 48%;
		float: left;
	}

	.one_half_main.first {
		margin-right: 4%;
	}
}

.textConfigBoxHelpWr {
	float: right;
}

.textConfigBoxHelpWr a {
	display: inline-block;
	width: 40px;
	text-align: center;
	background: #ddd;
}

.textConfigRightColumn .productprice {
	font-size: 1.5em;
	letter-spacing: -2px;
	border: none;
	padding: 0px 15px 12px 0px;
	text-align: right;
	width: 130px;
	height: 38px;
	background-image: url(img/bg_input_price.png);
	background-repeat: no-repeat;
	background-color: transparent;
	font-size: 26px;
	font-weight: bold;
	color: #1c7700;
	display: inline-block;
	box-sizing: unset;
}

.flipped {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.textConfigBoxHead {
	background: #e5e5e5;
}

.textConfigLinesWr {
	display: none;
}

.line-width-input-wr {
	display: none;
}

.textConfigTextWrapper {
	clear: both;
}

.textConfigTextWrapper>* {
	width: 13%;
	float: left;
	margin-left: 2%;
}

.textConfigTextWrapper .font-select {
	width: 40%;
	margin: 0;
}

.configurator_action * {
	box-sizing: border-box;
}

.textConfigTextWrapper>* input,
.textConfigTextWrapper>select {
	max-width: 100%;
	margin-bottom: 0;
}

.textConfigTextWrapper input,
.textConfigTextWrapper select,
#final-width,
#final-height,
.textConfigRightColumn [name="products_qty"] {
	padding: 5px;
	font-size: 14px;
	border: 1px solid #c5c5c5;
	height: auto;
}

.k-animation-container,
.k-list-container {
	width: 90% !important;
	padding: 5px;
	margin: 2%;
}

.k-list-container img {
	max-width: none !important;
}

[name="tc-text"] {
	width: 100%;
	box-sizing: border-box;
}

.tc-lines-head-wr>span {
	display: inline-block;
	height: 90px;
	width: 12%;
	margin-left: 2%;
	white-space: pre-line;
}

.tc-lines-head-wr>span>span {
	display: inline-block;
	transform-origin: 0 100%;
	transform: translate(16px, 67px) rotate(300deg);
}

@media (max-width: 600px) {
	.tc-lines-head-wr>span {
		display: inline-block;
		height: 115px;
		width: 10%;
		margin-left: 2%;
		white-space: nowrap;
	}

	.tc-lines-head-wr>span>span {
		display: inline-block;
		transform-origin: 0 100%;
		transform: translate(20px, 88px) rotate(280deg);
	}
}

.tc-lines-head-wr>span:first-child {
	width: 40%;
	margin-left: 0;
}

.color-stage-background {
	position: fixed;
	z-index: 9999;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: 0.4;
}

.color-stage {
	position: fixed;
	z-index: 10000;
	background: #fff;
	padding: 10px;
	max-width: 95%;
	width: 800px;
	text-align: center;
	top: 0;
	left: 0;
	right: 0;
	margin: 50px auto;
	max-height: calc(100% - 80px);
	overflow: auto;
	border: 1py solid #000;
	padding: 10px;
}

.color-stage .color-selector {
	margin: 3px;
	display: inline-block;
	width: 47%;
	padding: 30px 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #fff;
	text-shadow: 0 0 4px #000;
	cursor: pointer;
	border: 2px solid #fff;
	border-radius: 5px 15px;
}

.color-stage .color-selector.active {
	border-color: #ccc;
}

.k-state-default.text {
	display: none;
}

.k-state-default.img[data-value^="-"] {
	border-color: #ccc;
}

.k-state-default.text[data-value^="-"] {
	display: block;
	text-align: center;
	padding: 5px;
	font-size: 1.4em;
}

.k-dropdown-wrap {
	height: 32px !important;
}

.dropzone,
.dropzone .dz-message,
.dropzone .dz-preview {
	min-height: 0 !important;
	border: none !important;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	display: block;
}

.dropzone .dz-preview .dz-progress {
	position: static;
	width: auto;
	margin-top: 5px;
	margin-left: 0;
}

.dropzone .dz-preview .dz-details {
	padding: 0;
	position: static;
}

.dropzone .dz-message {
	display: block !important;
	text-align: left;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
	height: auto !important;
	border: none !important;
	background: none !important;
}

.dz-preview {
	display: inline !important;
}

#final-width,
#final-height,
.textConfigRightColumn [name="products_qty"] {
	width: 80px !important;
	margin: 0 !important;
}

.tc-lines-head-wr {
	overflow: hidden;
}

.kb_AZ_vorschau {
	display: inline-table;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAASklEQVRYhe3QsQ0AIAwDwew/m8dBUIYNKNFL+eI7FydXkiZVSfrs9eznRpAgQTNBpJgPCRIkaByIFPMhQYIEjQORYj4kSJCgSaALQUwaTpvNn7oAAAAASUVORK5CYII=');
	max-height: 200px;
	border: 1px solid red;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	float: none;
}

.kbKonfigHeader {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.kbKonfigHeader .item1,
.item2,
.item3 {
	background-color: #fff;
	width: 100%;
	min-height: 10px;
	display: inline-block;
	text-align: center;
	flex-wrap: nowrap;
	padding: 5px;
}

.kbKonfigHeader section {
	padding: 5px 5px 5px 5px;
	margin: 0px;
	background-color: #fff;
}

.KB_border {
	display: inline-block;
	background-color: #fff;
	padding: 5px 5px 5px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-color: #777;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
}

.KB_gewaehlt {
	width: 100%;
	box-sizing: border-box;
}

.w50 {
	width: 50%;
}

.border {
	background-color: #fff;
	padding: 5px 5px 5px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-color: #777;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
}

#fontSample {
	margin: auto auto;
}

.ColorButton {
	width: 160px;
	border-radius: 8px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 16px;
	padding: 5px 5px;
	text-decoration: none;
	text-shadow: 0px 1px 6px #2f6627;
	background-image: url(img/SelectButtona.png);
	text-align: justify;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.TextButton {
	width: 160px;
	border-radius: 8px;
	display: inline-block;
	cursor: pointer;
	color: #000;
	font-family: Arial;
	font-size: 16px;
	padding: 5px 5px;
	background-image: url(img/SelectButtona.png);
	text-align: justify;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.bcolorpicbox {
	display: block;
	background-color: #2b91af;
	font-weight: 200;
	margin: 0 0.5% 3px 0;
	min-height: 50px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 3px 8px 8px 8px;
	line-height: 16px;
	text-align: center;
	padding-top: 10px;
}

#colorpick:hover {
	-moz-box-shadow: 0 0 15px #ccc;
	-webkit-box-shadow: 0 0 15px #ccc;
	box-shadow: 0 0 15px #ccc;
}

.nomaginleft {
	margin-left: 5px !important;
}

#fontbox {
	max-width: 420px;
}

.over:hover {
	transform: scale(1.3);
}

boddy {
	background: #dadada;
	font: 400 16px/20px "Helvetica", sans-serif;
	color: #777;
}

p {
	font: 400 16px/20px "Helvetica", sans-serif;

}

p {
	font-size: 16px/20px
		/* Hier kann die Schriftgr��e angepasst werden */
		font-family: OpenSans, sans-serif;
	/* Hier kann die Schriftart angepasst werden */
}

header {
	background: #ffffff;
}

.content {
	background: #ffffff;
	padding: 15px 15px;
}

.sidebar {
	background: #ffffff;
}

#productinfoprice {
	margin-left: 0px;
}

.row {
	margin-left: 0px;
}

nav {
	background: #7ba86d;
	background: -moz-linear-gradient(top,
			#7ba86d 0%,
			#7ba000 100%);
	background: -webkit-linear-gradient(top,
			#7ba86d 0%,
			#7ba000 100%);
	background: linear-gradient(to bottom,
			#84a479 0%,
			#7ba000 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7ba86d', endColorstr='#7ba000', GradientType=0);
	border-bottom: 4px solid #e3e3e3;
	border-top: 4px solid #e3e3e3;
	transition: all 0.3s ease-in-out;
	height: auto;
	position: relative;
	margin-top: 0;
}

.brand {
	float: left;
	margin: 0px;
	padding: 5px 5px;
}

.small {
	font-size: 70%;
}

input.search,
input.newsmail {
	background: #93b888;
	color: #fff;
}

#box_search button.btn {
	background-color: #84a879;
	border-color: #84a879;
}

p.sub {
	margin: 0px;
	padding: 3px 0px;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 18px;
}

p.hinweis {
	margin: 0px;
	padding: 3px 0px;
	font-weight: normal;
	font-size: 10px;
	line-height: 18px;
}

#optionstemplate input.nurlesen,
span.nurlesen {
	border: none;
	padding: 0px 15px 12px 0px;
	text-align: right;
	width: 150px;
	height: 50px;
	background-image: url(img/bg_input_price.png);
	background-repeat: no-repeat;
	background-color: transparent;
	font-size: 26px;
	font-weight: bold;
	color: #1c7700;
}

#productinfowrap .productprice {
	letter-spacing: -2px;
	border: none;
	padding: 0px 15px 12px 0px;
	text-align: right;
	width: 170px;
	height: 38px;
	background-image: url(img/bg_input_price_180.png);
	background-repeat: no-repeat;
	background-color: transparent;
	font-size: 26px;
	font-weight: bold;
	color: #1c7700;
	display: inline-block;
	box-sizing: unset;
}

.selectbutton {
	width: 98%;
	cursor: pointer;
}

.textblock {
	width: 98%;
	display: ruby-base-container;
}

.video {
	background-image: url(img/video.png);
}

.btn.incart {
	width: 100% !important;
}

.selectfontsize {
	padding: 8px;
	font-size: 20px;
	margin: auto;
	line-height: normal;
}

.textoption {
	box-sizing: border-box;
	padding: 10px;
	float: left;
	width: 25%;
	min-height: 100px;
}

@media (max-width: 767px) {
	.selectfontsize {
		padding: 8px;
		font-size: 70%;
		margin: auto;
		line-height: normal;
		font-stretch: condensed;
	}

	.textConfigBoxHead {
		line-height: 20px;
		font-size: 0.8em;
		font-stretch: condensed;
	}

	.textoption {
		width: 100%;
		min-height: 30px;
	}
}

.staffelpreis1 {
	float: left;
}

#batch_prices table {
	width: 50%;
}

#batch_prices td {
	border: 1px solid #ccc;
}

.staffelpreis2 {
	float: right;
}

.staff_nim_cell {
	float: left;
	font-size: 14px;
	width: 30%;
	line-height: 1.2em;
}

input.search,
input.newsmail {
	background: #93b888;
	color: #fff;
	width: 33%;
}

.bild img {
	background-color: black;
}

#productinfowrap .productimage {
	background: black;
}

.jetztkaufen {
	background-color: #4CAF50;
	/* Green */
	border: none;
	color: white;
	padding: 0.1em 0.1em;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	transition-duration: 0.4s;
	-moz-border-radius: 0.8em /0.8em;
	border-radius: 0.8em /0.8em;
}

.jetztkaufen a {
	text-decoration: none;
	color: white;
}

.jetztkaufen a:hover,
a:active {
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	/* Safari */
	color: black;
}

.jetztkaufen1 {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.jk2 {
	min-height 300px;
	margin: 15px;
}

.jk4 {
	height: 500px;
}

.catbox {
	-moz-border-radius: 0.8em /0.8em;
	border-radius: 0.8em /0.8em;
	border: 1px solid rgb(212, 212, 212);
	padding: 0.1em 0.1em;
}

.singleField {
	float: left;
	width: 20%;
	margin: 1%;
	font-weight: 200;
	margin: 1%;
	min-height: 60px;
	box-sizing: border-box;
	border-radius: 3px 8px 8px 8px;
	background-color: rgb(219, 219, 219);
	line-height: 30px;
	text-align: center;
	padding-top: 1%;
}

.bb {
	box-sizing: border-box;
}

.infobox section {
	padding: 10px;
}

.infobox2 section {
	padding: 20px;
	box-sizing: border-box;
	border-radius: 3px 8px 8px 8px;
	background-color: rgb(219, 219, 219);
}

.infobox a:link,
a:visited,
a:hover {
	text-decoration: none;
}

.infobox2 a:link,
a:visited,
a:hover {
	text-decoration: none;
}

.center {
	text-align: center;
}

a.button {
	box-sizing: border-box;
	width: 100%;
}

.kbbox {
	color: white;
}

.kbbox select {
	background-color: white;
	color: black;
	padding: 12px;
	width: 70%;
	border: none;
	border-radius: 5px;
	font-size: 20px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
	-webkit-appearance: button;
	appearance: button;
	outline: none;
}

.kbbox::before {
	content: "\f13a";
	font-family: FontAwesome;
}

@media (max-width: 768px) {
	.kbbox select {
		width: 95%;
	}

	.kbbox::before {
		content: "";
		font-family: FontAwesome;
		position: absolute;
		color: black;
		right: 0;
		width: 0%;
		height: 0px;
		text-align: center;
		font-size: 28px;
		line-height: 45px;
		pointer-events: none;
	}
}

.kbbox:hover::before {
	color: rgba(0, 136, 0);
}

.kbbox select option {
	padding: 20px;
}

.notes {
	background-attachment: local;
	background-image: linear-gradient(to right, white 10px, transparent 10px), linear-gradient(to left, white 10px, transparent 10px), repeating-linear-gradient(white, white 30px,
			#ccc 30px,
			#ccc 31px, white 31px);
	line-height: 31px;
	padding: 8px 10px;
}

.content section {
	background-color: #F5F5F5;
	padding: 20px;
}

.teaser {
	font-size: 1.3em;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
}

.teaser::before {
	content: "> ";
}

.teaser::after {
	content: " <";
}

.teaserh2 {
	font-size: 1.0em;
	font-family: "anton", sans-serif;
	font-weight: 300;
	vertical-align: middle;
}

.fronttext {
	padding: 1.0rem
}

.infoDatenCheck {
	font-size: 0.8rem;
	padding: 0;
	margin: 0;
}

.imagePreview {
	max-height: 500px;
	display: flex;
}

.imgcenter {
	margin: auto;
	display: block;
}

.custom0 {
	/*	width: 100%; */
	padding: 30px 0px;
}

.custom-box {
	width: 100%;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
	transition: 0.3s;
	padding-bottom: 30px;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	overflow: auto;
	box-sizing: border-box
}

.custom-box:hover {
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

.custom-box h4 {
	padding: 15px 20px 10px 20px;
	margin-bottom: 0px;
	font-weight: bold;
}

.custom-box h3 {
	padding: 15px 20px 10px 20px;
	margin-bottom: 0px;
	font-weight: bold;
}

.custom-box p {
	padding: 0px 20px;
}

.custom-box a {
	padding: 0px 20px;
	text-decoration: none;
	font-weight: bold;
}

.custom-box ul li:before {

	color: #2E8B57;
	margin-right: 8px;
}

.custom-box ul {
	font-size: 1rem;
	color: #777;
	list-style-type: none;
	padding-left: 1.5rem;
}

.anwendungsbereich {
	margin-bottom: 30px;
}

.anwendungsbereich h2 {
	color: #333;
	border-bottom: 2px solid #e0e0e0;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.anwendungsbereich .row {
	margin-bottom: 30px;
}

.anwendungsbereich img {
	max-width: 100%;
	height: auto;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.anwendungsbereich h3 {
	color: #4a4a4a;
	margin-top: 15px;
}

.anwendungsbereich p {
	color: #666;
	line-height: 1.6;
}

.anwendungsbereich a {
	color: #0066cc;
	text-decoration: none;
}

.anwendungsbereich a:hover {
	text-decoration: underline;
}

.tip-box {
	background-color: #f8f8f8;
	border-left: 4px solid #0066cc;
	padding: 15px;
	margin-top: 20px;
}

.tip-box h3 {
	color: #0066cc;
	margin-top: 0;
}

.custom-container {
	background-color: #f9f9f9;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 6px;

	margin: 40px auto;
	overflow: auto;
	box-sizing: border-box;
}

.custom-header {
	color: #7EA000;
	font-size: 2em;
	margin-bottom: 20px;
}

.custom-lead {
	font-size: 1.2em;
	margin-bottom: 30px;
}

.custom-section-header {
	font-size: 1.8em;
	margin-bottom: 15px;
}

.custom-subheader {
	font-size: 1.5em;
	color: #444;
	margin-bottom: 15px;
}

.custom-paragraph {
	margin-bottom: 30px;
}

.custom-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 30px;
}

.custom-ordered-list {
	counter-reset: step;
	padding-left: 0;
}

.custom-ordered-list li {
	counter-increment: step;
	margin-bottom: 10px;
}

.custom-ordered-list li:before {
	content: counter(step) '. ';
	font-weight: bold;
	font-size: 1.2em;
	margin-right: 10px;
}

.custom-button-container {
	margin-bottom: 30px;
}

.custom-warning {
	padding: 10px;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	margin-bottom: 30px;
}

.categoryheader h1 {
	background-color: transparent;
	/* Entfernt den weißen Hintergrund */
	color: #ffffff;
	/* Passt die Textfarbe für Lesbarkeit an */
}

/* Spezifische Anpassung für den Header-Titel in boxheader */
.boxheader h1 {
	background-color: transparent;
	/* Entfernt den weißen Hintergrund */
	color: #ffffff;
}

/* Header-Titel-Styling */
.header-title {
	font-size: 2em;
	margin: 0;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	color: #ffffff;
	line-height: 1.3;
	text-align: center;
}

/* Untertitel-Styling */
.subheader-title {
	font-size: 1.2em;
	margin: 10px 0 0;
	font-weight: 300;
	color: #f5f5f5;
	text-align: center;
	line-height: 1.4;
}

/* Styling für Boxinhalte */
.boxcontent {
	background-color: #f9f9f9;
	/* Leichtes Grau für mehr Kontrast */
	border-radius: 5px;
	color: #333;
	font-size: 1em;
	line-height: 1.6;
}

.boxheader {
	padding: 20px;
	background-color: #7EA000;
	border-radius: 5px;
	margin-bottom: 20px;
	text-align: center;
}

.header-title {
	font-size: 2em;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
}

.subheader-title {
	font-size: 1.2em;
	color: #f5f5f5;
	margin-top: 10px;
}

/* Boxcontent Styling */


/* Key Benefits Styling */
.key-benefits {
	list-style-type: disc;
	padding-left: 20px;
	line-height: 1.6;
	margin-top: 15px;
}

.key-benefits li {
	margin-bottom: 8px;
}

/* Produktinformationen */
.product-info {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.6;
}

/* CTA Button */
.cta-button-container {
	text-align: center;
	margin: 20px 0;
}

.cta-button {
	padding: 10px 20px;
	background-color: #0056b3;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
	transition: background-color 0.3s ease;
}

.cta-button:hover {
	background-color: #003d80;
}

/* FAQ Styling */
.faq-section {
	background-color: #eaf4ff;
	padding: 20px;
	border-radius: 8px;
	margin-top: 30px;
}

.faq-section h3 {
	font-size: 1.8em;
	color: #0056b3;
	margin-bottom: 15px;
	text-align: center;
}

.faq-section h4 {
	font-size: 1.2em;
	color: #7EA000;
	margin-top: 15px;
	margin-bottom: 5px;
}

.faq-section p {
	line-height: 1.6;
	color: #333;
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
	.header-title {
		font-size: 1.5em;
	}

	.subheader-title {
		font-size: 1em;
	}

	.faq-section h4 {
		font-size: 1.1em;
	}

	.faq-section h3 {
		font-size: 1.5em;
	}
}

.custom-icon-list {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.custom-icon-list li {
	display: flex;
	align-items: center;
	padding: 8px 0;
	font-size: 1em;
	line-height: 1.5;
	color: #333;
	border-bottom: 1px solid #ddd;
}

.custom-icon-list li i {
	color: var(--kb-green);
	margin-right: 8px;
	font-size: 1.2em;
	width: auto;
	height: auto;
	background: none;
	transition: none;
	vertical-align: middle;
	margin-top: 0;
}

@media (max-width: 768px) {
	.custom-box {
		padding: 0px;
		margin-bottom: 10px;
		width: 100%;
		box-sizing: border-box;
	}

	.custom-icon-list {
		margin: 0;
		padding: 0;
	}

	.custom-icon-list li {
		display: felx;
	    grid-template-columns: auto; /* Ermöglicht flexiblen Textumbruch */
        white-space: normal;
		gap: 5px;
		padding: 8px 0;
		align-items: flex-start;
        justify-content: flex-start; 
		border-bottom: 1px solid #eee;
	}

	.custom-icon-list li i {
		grid-column: 1;
		margin-top: 4px;
	}

	/* Stil für die Eigenschafts-Labels (Material:, Produktion: etc.) */
	.custom-icon-list li strong {
		grid-column: 2;
		font-weight: bold;
	}

	/* Der eigentliche Inhaltswert */
	.custom-icon-list li span {
		grid-column: 3;
		text-align: left;
	}
}
/* Desktop Basis-Styles (min-width: 768px) */
@media (min-width: 768px) {
    .custom-container {
        max-width: 1420px;
        margin: 40px auto;
    }

    .custom-box {
        padding: 20px;
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        border-radius: 6px;
        margin-bottom: 20px;
    }

    .header-title {
        font-size: 2em;
        color: #7EA000;
        margin-bottom: 20px;
    }

    .custom-icon-list {
        margin: 15px 0;
    }

    .custom-icon-list li {
        display: flex;
        align-items: center;
        padding: 12px 0;
        border-bottom: 1px solid #eee;
    }

    .custom-icon-list li i {
        color: var(--kb-green);
        margin-right: 15px;
        font-size: 1.2em;
    }

    /* Optimierte Abstände für bessere Lesbarkeit */
    .teaser {
        font-size: 1.3em;
        margin-bottom: 20px;
    }
}

.categoryheader {
	font-size: 1.3em;
	padding: 15px;
	color: #FFF;
	background-color: #545454;
	border-left: 15px solid #7EA000;
	margin-top: 15px;
}

.category-content p {
	font-size: 1.2em;
	font-family: OpenSans, sans-serif;
	line-height: 1.6;
	color: #333;
	border: 1px solid #7ba000;
	padding: 20px;
	margin: 15px 0;
	border-radius: 4px;
	background-color: #f9f9f9;
}

.ddcustom-container {
	display: flex;
	gap: 10px;
	background-color: var(--kb-background);
	padding: 20px;
	border: 1px solid var(--kb-nav-end);
	border-radius: 5px;
}

.ddflex-box {
	flex: 1;
	/* Jede Box nimmt gleich viel Platz ein */
	max-width: 25%;
	/* Beschränkt jede Box auf 25% */
	background-color: var(--kb-white);
	border: 1px solid var(--kb-nav-start);
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ddflex-box img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 5px;
}

.product-description-container {
	font-family: Arial, sans-serif;
	color: #333;
	background-color: #f9f9f9;
	padding: 20px;
	border-radius: 8px;
	margin-top: 20px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.product-description-container h2 {
	color: var(--kb-nav-end);
	font-size: 1.8em;
	margin-bottom: 10px;
}

.product-description-container h3 {
	color: var(--kb-green);
	font-size: 1.5em;
	margin-top: 20px;
	margin-bottom: 10px;
}

.product-description-container p {
	line-height: 1.6;
	margin-bottom: 15px;
}

.example-list {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

.example-list li {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.example-list li i {
	font-size: 1.2em;
	color: var(--kb-green);
	margin-right: 10px;
}

.example-list li strong {
	color: var(--kb-green);
}

.final-note {
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
	color: #555;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
	.example-list li {
		display: block;
		margin-bottom: 20px;
	}

	.example-list li i {
		font-size: 1em;
		margin-right: 5px;
		vertical-align: middle;
	}

	.product-description-container h2 {
		font-size: 1.6em;
	}

	.product-description-container h3 {
		font-size: 1.3em;
	}
}

/* === Über-uns-Design Folien-Arbeiter.de === */
/* Custom-Design für die "Über uns"-Seite bei Folien-Arbeiter.de */
.content-about {
    max-width: 900px;
    margin: 20px auto;
    padding: 25px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
.content-about h1 {
    font-size: 2rem;
    color: #008bb5;
    margin-bottom: 0.5rem;
}
.content-about h2 {
    font-size: 1.5rem;
    color: #008bb5;
    border-left: 4px solid #008bb5;
    padding-left: 8px;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.content-about ul {
    list-style: none;
    padding-left: 0;
}
.content-about ul li {
    position: relative;
    padding-left: 1.8rem;
    margin-bottom: 0.5rem;
}
.content-about ul li:before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    color: #10b981;
    font-weight: bold;
}
.content-about p {
    margin-bottom: 1rem;
}
.content-about hr {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 2rem 0;
}
.content-about a {
    color: #008bb5;
    text-decoration: none;
}
.content-about a:hover {
    text-decoration: underline;
}
.content-about small {
    color: #666;
    font-size: 0.85rem;
}
/* Container und Überschrift */
.faq-section {
    margin: 40px auto;
    max-width: 1100px;
}

.faq-section h2 {
    font-size: 1.8em;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

/* Akkordeon-Wrapper */
.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* einzelne FAQ-Box */
.faq-item {
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.06);
    overflow: hidden;
}

/* Checkbox unsichtbar */
.faq-toggle {
    display: none;
}

/* Frage-Zeile */
.faq-question {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 12px 16px;
    font-weight: 600;
    font-size: 1em;
    color: #333;
    margin: 0;
    position: relative;
}

/* Icon-Kreis links */
.faq-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #759f26;
    flex-shrink: 0;
    position: relative;
}

/* kleines + in der Mitte */
.faq-icon::before,
.faq-icon::after {
    content: "";
    position: absolute;
    background-color: #759f26;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.faq-icon::before {
    width: 10px;
    height: 2px;
}

.faq-icon::after {
    width: 2px;
    height: 10px;
}

/* Antwort-Bereich */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 16px;
    transition: max-height 0.25s ease-out, padding-top 0.25s ease-out, padding-bottom 0.25s ease-out;
}

.faq-answer p {
    margin: 10px 0 14px 0;
    font-size: 0.95em;
    color: #444;
    line-height: 1.5;
}

/* Wenn Checkbox angehakt -> Antwort ausklappen */
.faq-toggle:checked ~ .faq-answer {
    max-height: 500px; /* ausreichend groß für Text */
    padding-top: 6px;
    padding-bottom: 10px;
}

/* Icon von + zu – ändern (vertikalen Strich ausblenden) */
.faq-toggle:checked + .faq-question .faq-icon::after {
    opacity: 0;
}

/* Hover-Effekte */
.faq-item:hover .faq-question {
    background-color: #f8f8f8;
}

.faq-item:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.10);
}

/* Mobile Optimierung */
@media (max-width: 768px) {
    .faq-section {
        padding: 0 10px;
    }

    .faq-section h2 {
        font-size: 1.5em;
    }

    .faq-question {
        padding: 12px 12px;
        font-size: 0.98em;
    }

    .faq-answer {
        padding: 0 12px;
    }
}

.klebebox {
    background-color: #f9f9f9;
    border: 1px solid #759f26; /* dein Shop-Grün */
    border-radius: 8px;
    padding: 18px 20px;
    margin: 10px 0 20px 0;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.06);
    max-width: 700px;
}

.klebebox-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.klebebox-list li {
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 10px;
    padding-left: 28px;
    position: relative;
    color: #333;
}

.klebebox-list li .icon {
    color: #759f26; 
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 1px;
}

/* Mobile */
@media (max-width: 600px) {
    .klebebox {
        padding: 15px;
    }
    .klebebox-list li {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
  .kbm-mobile-page {
    padding-bottom: 104px;
  }

  .kbm-mobile-page .kbKonfigHeader {
    display: none;
  }

  .kbm-mobile-page .kbm-step {
    background: #fff;
    border: 1px solid #dbe3ea;
    border-radius: 14px;
    margin-top: 10px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(20, 39, 62, 0.08);
  }

  .kbm-mobile-page .kbm-step .textConfigBoxHead {
    display: grid;
    grid-template-columns: 28px 1fr 24px;
    align-items: center;
    gap: 8px;
    line-height: 1.25;
    font-size: 0.95rem;
    padding: 12px 42px 12px 12px;
    position: relative;
    cursor: pointer;
    background: #fff;
  }

  .kbm-mobile-page .kbm-step .textConfigBoxHead > .textConfigBoxContent {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #edf1f5;
    display: none;
    background: #fff;
    text-align: left !important;
  }

  .kbm-mobile-page .kbm-step .textConfigBoxHead::after {
    content: "+";
    font-size: 22px;
    line-height: 1;
    color: var(--kb-nav-end);
    font-weight: 700;
    position: absolute;
    right: 34px;
    top: 50%;
    transform: translateY(-50%);
  }

  .kbm-mobile-page .kbm-step.is-open .textConfigBoxHead::after {
    content: "-";
  }

  .kbm-mobile-page #textConfigBox3 {
    background: transparent;
    border: 0;
    box-shadow: none;
    margin-top: 8px;
  }

  .kbm-mobile-page #textConfigBox3 .textConfigBoxHead {
    display: block;
    padding: 0;
    background: transparent;
    cursor: default;
  }

  .kbm-mobile-page #textConfigBox3 .textConfigBoxNumber,
  .kbm-mobile-page #textConfigBox3 .textConfigBoxTitle,
  .kbm-mobile-page #textConfigBox3 .textConfigBoxHelpWr {
    display: none !important;
  }

  .kbm-mobile-page #textConfigBox3 .textConfigBoxHead::after {
    content: "" !important;
    display: none !important;
  }

  .kbm-mobile-page #textConfigBox3 .textConfigBoxHead > .textConfigBoxContent,
  .kbm-mobile-page #textConfigBox3 .textConfigBoxContent {
    display: block !important;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    padding: 0;
  }

  .kbm-mobile-page .kbm-step .textConfigBoxNumber {
    float: none;
    width: 28px;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    margin-right: 0;
    border-radius: 50%;
    font-size: 14px;
  }

  .kbm-mobile-page .kbm-step .textConfigBoxTitle {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 600;
  }

  .kbm-mobile-page .kbm-step .textConfigBoxHelpWr {
    float: none;
    margin-left: 0;
    position: relative;
    z-index: 2;
  }

  .kbm-mobile-page .kbm-step .textConfigBoxHelpWr a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    background: #eef2f6;
    color: #2c3a4a;
    text-decoration: none;
    font-size: 14px;
  }

  .kbm-mobile-page .kbm-step .textConfigBoxContent {
    display: none;
    padding: 10px 12px 12px;
    border-top: 1px solid #edf1f5;
    background: #fff;
  }

  .kbm-mobile-page .kbm-step.is-open .textConfigBoxContent {
    display: block;
  }

  .kbm-mobile-page #textConfigBox4 .textConfigBoxContent {
    display: none !important;
    text-align: left !important;
    width: 100% !important;
    max-width: 100% !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
  }

  .kbm-mobile-page #textConfigBox4.kbm-step.is-open .textConfigBoxContent {
    display: block !important;
  }

  .kbm-mobile-page #textConfigBox4 .textConfigBoxContent * {
    box-sizing: border-box;
  }

  .kbm-mobile-page #textConfigBox4 .textoption {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    min-height: 0;
    padding: 10px;
    margin: 0 0 10px;
    border: 1px solid #e1e8ef;
    border-radius: 10px;
    background: #f8fafc;
    float: none;
    line-height: 1.35;
  }

  .kbm-mobile-page #textConfigBox4 .textoption:last-child {
    margin-bottom: 0;
  }

  .kbm-mobile-page #textConfigBox4 .ColorButton,
  .kbm-mobile-page #textConfigBox4 .TextButton {
    display: block !important;
    width: 100% !important;
    min-height: 46px;
    border-radius: 10px;
    padding: 10px 12px;
    text-align: left;
    background-image: none;
    text-shadow: none;
    border: 2px solid #9fb2c4;
    background-color: #fff;
    color: #1b2733;
    font-weight: 600;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  .kbm-mobile-page #textConfigBox4 #gespa + img,
  .kbm-mobile-page #textConfigBox4 #gespb + img {
    display: none;
  }

  .kbm-mobile-page #textConfigBox4 #gespa,
  .kbm-mobile-page #textConfigBox4 #gespb {
    margin-left: 6px;
    transform: scale(1.15);
    vertical-align: middle;
  }

  .kbm-mobile-page #textConfigBox3 .kb_AZ_vorschau {
    max-height: none;
    padding: 6px;
  }

  .kbm-mobile-page #textConfigBox3 #fontSample {
    max-width: 100%;
    height: auto;
  }

  .kbm-mobile-page #kb_text,
  .kbm-mobile-page #smenge,
  .kbm-mobile-page #m_lange,
  .kbm-mobile-page #m_hoehe,
  .kbm-mobile-page .textblock,
  .kbm-mobile-page .selectfontsize,
  .kbm-mobile-page .kbbox select {
    width: 100% !important;
    box-sizing: border-box;
    font-size: 16px;
  }

  .kbm-mobile-page #kbvorschau .span6.left {
    width: 100%;
    text-align: left;
  }

  .kbm-mobile-page #kb_menge_plus,
  .kbm-mobile-page #kb_menge_minus {
    display: none !important;
  }

  .kbm-mobile-page .kbm-summary .span6.left > label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    text-align: left;
  }

  .kbm-mobile-page .kbm-summary #smenge {
    max-width: 120px;
    margin: 0 0 10px;
  }

  .kbm-mobile-page .kbm-summary .kbm-summary-title {
    display: block;
    margin: 6px 0;
    font-weight: 600;
    text-align: left;
  }

  .kbm-mobile-page .kbm-summary #id\[txt_29\] {
    min-height: 90px;
    margin-top: 0;
  }

  .kbm-mobile-page #optionstemplate {
    display: none;
  }

  /* Platz fuer Sticky-Bar am Seitenende */
  .kbm-mobile-page {
    padding-bottom: 80px;
  }

  /* Sticky-Bar ausblenden wenn Textfeld fokussiert (virtuelle Tastatur offen) */
  .kbm-mobile-page:has(input:focus, textarea:focus, select:focus) .kbm-sticky-bar {
    position: absolute;
    bottom: auto;
    box-shadow: none;
  }

  .kbm-mobile-page .kbm-sticky-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    background: #fff;
    border-top: 1px solid #d8dfe6;
    box-shadow: 0 -8px 18px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  }

  .kbm-mobile-page .kbm-sticky-price {
    min-width: 120px;
  }

  .kbm-mobile-page .kbm-price-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #5f6d7a;
  }

  .kbm-mobile-page .kbm-price-value {
    display: block;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
    color: var(--kb-success);
  }

  .kbm-mobile-page .kbm-cart-btn {
    flex: 1;
    min-height: 46px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(180deg, var(--kb-nav-start), var(--kb-nav-end));
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  }
}

