/**
 * =============================================================================
 * Anpassungen in diese Datei
 * ==========================================================================
 */
.cookiebar {
  box-sizing: border-box;
  position: fixed;
  left: 0;
  width: 100%;
  padding: .6em 1.2em;
  background-color: rgba(75, 189, 213, 0.7);
  color: #fff;
  font-size: 1em;
  text-align: center;
  z-index: 10;
}
.cookiebar__button {
  background-color: #727f5f;
}
.cookiebar__button:hover {
  background-color: #555;
}


html {
  scroll-behavior: smooth;
}
.ecken_links {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.ecken_rechts {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.round {
    border-radius: 20px;
}
.round img {
    border-radius: 20px;
}
.ueberschrift-oswald {
    font-family: 'Oswald', sans-serif;
    font-weight: 700; /* kannst du anpassen: 300, 400, 500, 700 … */
    font-size: 2.5rem; /* passt du an die gewünschte Größe an */
    color: #fff; /* falls du es über ein Bild legst, z. B. weiß */

}

.ueberlagerung {
    background-color: #f0f4f7; /* deine gewünschte Hintergrundfarbe */
    position: relative;        /* relative, damit z-index funktioniert */
    top: -100px;                /* verschiebt die Box 50px nach oben */
    z-index: 10;               /* sorgt dafür, dass die Box über dem Bild liegt */
    padding: 0px;             /* optional, damit der Inhalt etwas Abstand hat */
    border-radius: 20px;

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



/* fuer alle Geraete-Klassen */

.myClass p {
    color: #ff0000;
}


.figure.effectlily .figcaption>div.link {
    height: 100%;
    margin-top: 0;
}

.figure.effectlily .figcaption>div.link a {
    font-size: 0;
}


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

    .myClass p {
        color: #00ff99;
    }

    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) {}