/**
 * =============================================================================
 * Anpassungen in diese Datei
 * ==========================================================================
 */

.ios .jarallax {
    background-size: cover;
    background-attachment: scroll;
} 

.productlogo #logo {
    width: 48px;
    height: 38px;
    background-image: url(/files/theme/img/logos/logo-canvas-klein-weiss.png);
}

.mainmenu ul li span.new {
    font-size: 0.9em;
    font-weight: bold;
    margin-left: 5px;
    background: red;
    color: #fff;
    border-radius: 2px;
    padding-left: 4px;
    padding-right: 4px;
    float: right;
}

.submenulr ul li span.new,
.customNavi-lr span.new {
    display: none;
}

.navititle {
    display: block;
    font-weight: normal;
    font-size: 12px;
}

.top .contactdetails ul li:focus-within {
  border: 2px dashed #7f7339; /* Gestrichelte Umrandung */
  border-radius: 4px; /* Optional: Abgerundete Kanten */
  background-color: #fff;
  padding: 0px 5px; /* Abstand, um den Inhalt nicht zu überlappen */
}
.top a:focus-visible {
  color: #7f7339;
  border: 0px dashed #7f7339; /* Gestrichelte Umrandung */
  border-radius: 0px; /* Optional: Abgerundete Kanten */
}
.top .mod_search:focus {
    outline: 2px solid #007bff; /* Blauer Rahmen für Fokus (kann angepasst werden) */
    outline-offset: 4px; /* Abstand des Rahmens vom Element */
    border-radius: 4px; /* Optional: Abgerundete Ecken für den Rahmen */
    background-color: rgba(0, 123, 255, 0.1); /* Optional: Leicht hervorgehobener Hintergrund */
    transition: outline 0.2s ease, background-color 0.2s ease; /* Optional: Übergang für sanftere Effekte */
    cursor: pointer; /* Zeigt visuell, dass das Element klickbar ist */
}
#footer a:focus-visible {
  border: 2px dashed #fff; /* Gestrichelte Umrandung */
  border-radius: 4px; /* Optional: Abgerundete Kanten */
}
.ctsheaderimagev2 .linkwrapper .link.bgfix.bgdark a:focus-visible {
	outline: 2px dashed #fff; /* Weisser Rahmen für Fokus (kann angepasst werden) */
    outline-offset: 4px; /* Abstand des Rahmens vom Element */
}
.ce_ctsimage a:focus-visible {
	outline: 2px dashed #7f7339; /* Brauner Rahmen für Fokus (kann angepasst werden) */
    outline-offset: 4px; /* Abstand des Rahmens vom Element */
}
/* Standardzustand: Skiplink unsichtbar */
.invisible {
    position: absolute; /* Entferne den Skiplink visuell aus dem Layout */
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}

/* Skiplink wird bei Fokus sichtbar */
.invisible:focus-visible {
    position: absolute; /* Bringt den Skiplink ins sichtbare Layout */
    top: 0;
    left: 0;
    visibility: visible;
    background-color: #007bff; /* Hintergrundfarbe */
    color: #ffffff; /* Schriftfarbe */
    padding: 10px;
    text-align: center;
    font-size: 16px;
    z-index: 1000;
    outline: none; /* Entferne Standard-Outline (optional) */
    border: 2px dashed #7f7339; /* Fokusrahmen */
}
.mainmenu ul>li>a:focus-visible,
.mainmenu ul>li>strong:focus-visible {
  color: #7f7339;
  background-color: #fff;
  border: 2px dashed #7f7339; /* Gestrichelte Umrandung */
  border-radius: 4px; /* Optional: Abgerundete Kanten */
  text-decoration    : none;
  -moz-transition    : All 0.6s ease;
  -ms-transition     : All 0.6s ease;
  -o-transition      : All 0.6s ease;
  -webkit-transition : All 0.6s ease;
  transition         : All 0.25s ease;
}

.mainmenu ul ul li a:focus-visible,
.mainmenu ul ul li strong:focus-visible {
  color: #7f7339;
  background-color: #fff;
  text-decoration  : none;
  border-radius    : 0;
  -moz-transition  : All 0.25s ease;
  -ms-transition   : All 0.25s ease;
  -o-transition    : All 0.25s ease;
  -webkit-transition: All 0.25s ease;
  transition       : All 0.15s ease;
}
.ce_text a:focus-visible, #logo a:focus-visible {
  color: #7f7339;
  border: 2px dashed #7f7339; /* Gestrichelte Umrandung */
  border-radius: 4px; /* Optional: Abgerundete Kanten */
}


/* fuer alle Geraete-Klassen */

.myClass p {
    color: #ff0000;
}
.ctsheaderimagev2 .contentwrapper .headline.texthl span {
  font-weight: 600;
}
.ctsheaderimagev2 .contentwrapper {
  line-height: 1.2;
}
.ctsheaderimagev2 .linkwrapper .link.bgfix.bgdark a {
  background-color: #72662c;
  border: 1px solid #fff;
}
.ce_ctsteam .desc {
  width: unset;
  padding-left: 2px;
  padding-right: 10px;
}
.figure.effectlily .figcaption>div.link {
    height: 100%;
    margin-top: 0;
}

.figure.effectlily .figcaption>div.link a {
    font-size: 0;
}
.ce_ctsimagebox p {
  font-size: 0.85em;
  text-wrap: balance;
}


/* fuer tablets und groessere Displays*/
@media only screen and (min-width:768px) {

    .myClass p {
        color: #00ff99;
    }
     .rightcolumn #right {
    flex-basis: 330px;
  }

    header .bxsmall .bx-viewport {
        border: 10px solid #e5e8ee;
    }

}


/* fuer tablets und groessere Displays*/
@media only screen and (min-width:992px) {

    .myClass p {
        color: #f300ff;
    }

}

/* fuer desktop */
@media only screen and (min-width:1025px) {

    .myClass p {
        color: #0800ff;
    }


}


/* fuer Smartphones */
@media only screen and (max-width:767px) {}