/* Basis-Variablen */
: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: var(--kb-background);
  color: #444;
}

h1 {
  background-color: var(--kb-white);
  line-height: 25px;
  font-size: 1.3em;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

section {
  background: var(--kb-background);
}

input.error {
  background: #ee7171;
}

#textConfigBox {
  text-align: left;
}

.kbkatbild {
  margin: auto;
}

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

.textConfigBoxHead {
  background-color: var(--kb-white);
  line-height: 30px;
  font-size: 1.5em;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.textConfigBoxNumber {
  float: left;
  background: var(--kb-green);
  color: var(--kb-white);
  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: var(--kb-white);
  border: 1px solid #999;
  color: var(--kb-white);
  content: "";
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  text-align: center;
  line-height: 20px;
}

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

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

.checkbox_container input[type="checkbox"]:checked + label:before {
  background-color: var(--kb-green);
  content: "✓";
}

.checkbox_container input[type="checkbox"]:disabled + label:before,
.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;
  height: 32px;
}

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

.k-popup .k-list .k-item {
  line-height: inherit;
  padding: 5px;
  display: block;
  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;
  padding: 5px;
}

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

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

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

#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;
  width: 100%;
  margin: 0 30px 0 0;
}

#imagePreview .previewCell {
  width: 100%;
}

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

.heightTooLowError {
  font-weight: bold;
  font-size: 0.8em;
  margin: 5px 0;
  display: none;
  color: var(--kb-error);
}

.k-dropdown,
.k-dropdown-wrap {
  border-radius: 0;
}

.kb-dropdown-wrap .k-input,
.k-selectbox .k-input {
  padding: 0;
}

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

.k-dropdown-wrap.k-state-hover {
  background-color: var(--kb-white);
}

.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;
}

.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: var(--kb-error);
}

.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: 0 15px 12px 0;
  text-align: right;
  width: 145px;
  height: 50px;
  background-image: url(img/bg_input_price.png);
  background-repeat: no-repeat;
  background-color: transparent;
  font-size: 26px;
  font-weight: bold;
  color: var(--kb-success);
  display: inline-block;
  box-sizing: unset;
}

.flipped {
  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%;
  padding: 5px;
  margin: 2%;
}

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

[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 {
    height: 115px;
    width: 10%;
    margin-left: 2%;
    white-space: nowrap;
  }

  .tc-lines-head-wr > span > span {
    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: var(--kb-white);
  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: 1px solid #000;
}

.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: var(--kb-white);
  text-shadow: 0 0 4px #000;
  cursor: pointer;
  border: 2px solid var(--kb-white);
  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;
}

.dropzone,
.dropzone .dz-message,
.dropzone .dz-preview {
  min-height: 0;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  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;
  text-align: left;
}

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

.dz-preview {
  display: inline;
}

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

.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: var(--kb-white);
  width: 100%;
  min-height: 10px;
  display: inline-block;
  text-align: center;
  flex-wrap: nowrap;
  padding: 5px;
}

.kbKonfigHeader section {
  padding: 5px;
  margin: 0;
  background-color: var(--kb-white);
}

.KB_border {
  display: inline-block;
  background-color: var(--kb-white);
  padding: 5px;
  margin: 10px 0;
  border: 1px solid #777;
  border-radius: 5px;
}

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

.w50 {
  width: 50%;
}

.border {
  background-color: var(--kb-white);
  padding: 5px;
  margin: 10px 0;
  border: 1px solid #777;
  border-radius: 5px;
}

#fontSample {
  margin: auto;
}

.ColorButton {
  width: 160px;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  color: var(--kb-white);
  font-family: Arial;
  font-size: 16px;
  padding: 5px;
  text-decoration: none;
  text-shadow: 0 1px 6px #2f6627;
  background-image: url(img/SelectButtona.png);
  text-align: justify;
  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;
  background-image: url(img/SelectButtona.png);
  text-align: justify;
  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 {
  box-shadow: 0 0 15px #ccc;
}

.nomaginleft {
  margin-left: 5px;
}

#fontbox {
  max-width: 420px;
}

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

p {
  font-size: 16px;
  line-height: 20px;
  font-family: OpenSans, sans-serif;
}

header {
  background: var(--kb-white);
}

.content {
  background: var(--kb-white);
  padding: 15px;
}

.sidebar {
  background: var(--kb-white);
}

#productinfoprice {
  margin-left: 0;
}

.row {
  margin-left: 0;
}

nav {
  background: linear-gradient(to bottom, var(--kb-nav-start) 0%, var(--kb-nav-end) 100%);
  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: 0;
  padding: 5px;
}

.small {
  font-size: 70%;
}

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

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

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

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

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

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

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

.btn.incart {
  width: 100%;
}

.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: 0.875rem;
    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;
}

.jetztkaufen {
  background-color: #4CAF50;
  border: none;
  color: var(--kb-white);
  padding: 0.1em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  transition: all 0.4s ease;
  border-radius: 0.8em;
}

.jetztkaufen a {
  text-decoration: none;
  color: var(--kb-white);
}

.jetztkaufen a:hover,
.jetztkaufen a:active {
  color: black;
}

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

.jk2 {
  margin: 15px;
}

.jk4 {
  height: 500px;
}

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

.singleField {
  float: left;
  width: 20%;
  margin: 1%;
  font-weight: 200;
  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,
.infobox a:visited,
.infobox a:hover,
.infobox2 a:link,
.infobox2 a:visited,
.infobox2 a:hover {
  text-decoration: none;
}

.center {
  text-align: center;
}

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

/* Custom Container Styles */
.custom-container {
  background-color: #f9f9f9;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 6px;
  max-width: 900px;
  margin: 40px auto;
}

.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;
}
/* Kunden-Box Styles */
.kbbox {
  color: var(--kb-white);
}

.kbbox select {
  background-color: var(--kb-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);
  appearance: button;
  outline: none;
}

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

@media (max-width: 767px) {
  .kbbox select {
    width: 95%;
  }
  
  .kbbox::before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    color: black;
    right: 0;
    width: 0;
    height: 0;
    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 Style */
.notes {
  background-attachment: local;
  background-image: 
    linear-gradient(to right, var(--kb-white) 10px, transparent 10px),
    linear-gradient(to left, var(--kb-white) 10px, transparent 10px),
    repeating-linear-gradient(var(--kb-white), var(--kb-white) 30px, #ccc 30px, #ccc 31px, var(--kb-white) 31px);
  line-height: 31px;
  padding: 8px 10px;
}

/* Content Section */
.content section {
  background-color: #F5F5F5;
  padding: 20px;
}

/* Teaser Styles */
.teaser {
  font-size: 1.3em;
  font-family: var(--kb-font-main);
  font-weight: 400;
}

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

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

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

.fronttext {
  padding: 1rem;
}

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

/* Image Preview */
.imagePreview {
  max-height: 500px;
  display: flex;
}

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

/* Custom Box Styles */
.custom0 {
  padding: 30px 0;
}

.custom-box {
  width: 100%;
  background: var(--kb-white);
  border: 1px solid rgba(0,0,0,.125);
  transition: 0.3s;
  padding: 10px 10px 30px 10px;
  margin-bottom: 20px;
}

.custom-box:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

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

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

.custom-box a {
  padding: 0 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 Styles */
.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 */
.tip-box {
  background-color: #f8f8f8;
  border-left: 4px solid #0066cc;
  padding: 15px;
  margin-top: 20px;
}

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

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade-in {
  animation: fadeIn 0.3s ease-in;
}

/* Print Styles */
@media print {
  .no-print {
    display: none;
  }
  
  body {
    background: var(--kb-white);
  }
  
  .custom-box {
    box-shadow: none;
    border: 1px solid #000;
  }
  
  a {
    text-decoration: none;
    color: #000;
  }
}

/* Accessibility Styles */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* Focus Styles */
:focus {
  outline: 2px solid var(--kb-primary);
  outline-offset: 2px;
}

/* High Contrast Mode */
@media (forced-colors: active) {
  .custom-box {
    border: 2px solid CanvasText;
  }
  
  .custom-box:hover {
    background: Canvas;
  }
}