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

@keyframes bfreeRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.bfree-dreh {

  animation: bfreeRotate 20s linear infinite;

  z-index: 9999;
}
.cookiebar__link {
    color: #555;
    text-decoration: underline;
}
.cookiebar {
  box-sizing: border-box;
  position: fixed;
  left: 0;
  width: 100%;
  padding: .6em 1.2em;
  background-color: rgba(256,256,256,0.7);
  color: #555;
  font-size: 14px;
  text-align: center;
  z-index: 10;
}
.cookiebar__button {
  background-color: #555;
  color: #fff;
}
.cookiebar__button:hover {
  background-color: #555;
  color: #fff;
}
.senden-button {
  background-color: #55ff83 !important;
}

button[type="submit"], input[type="submit"] {
  border-radius: 30px;
  font-size: 20px;
  color: #353ccf;

}
form.formv3 .formbody {
  overflow: hidden;
  font-size: 17px;
}

#backtotop ul li a {
  color: #000000;
  border-radius: 100px;
}
#backtotop ul li a::before {
  color: #000000;
}
.bfree-jump {
  animation: float-bounce 3s ease-in-out infinite;
  transform-origin: center bottom;
}

@keyframes float-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.right {
  text-align: right;
  display: block;
  width: 100%;
}
.ios .jarallax {
    background-size: cover;
    background-attachment: scroll;
}

.productlogo #logo {
    width: 162px;
    height: 33px;
    background-image: url(/files/theme/img/logos/logo-canvasplus-neg.svg);
}

.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;
    }
.vertical.showcase.nav li a .content span {
  font-weight: 700;
  text-transform: uppercase;
}
.ce_ctstabs.hovershowcase ul.nav li.active a .content {
    color: #fff;
}
.ce_ctstabs.hovershowcase ul.nav li:hover a .content {
    color: rgba(255,255,255,0.4);
  }

}


/* 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) {
    .center .image_container {
        display: flex;
        justify-content: center;
    }
}
