
/* z.14  Farbe Label-Text */
.cc_container .cc_message {
  color: #fff;
}

/* z.70 */
.cc_container {
  padding: 15px 15px 15px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

/* z.78  BUTTON-BACGROUND! (auch z.123) */
.cc_container .cc_btn {
  background-color: #aad19a;
}

/* z.98  BOX-PADDING TOP/BOTTOM */
@media screen and (min-width: 768px) {
  .cc_container {
    padding: 5px 50px 5px;
  }
}

/* z.110 */
.cc_container {
  background: #555;
  color: #fff;
  font-size: 1.3em;
  font-family: inherit;
}

/* z.123  BUTTON-BACGROUND! (auch z.78) */
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  background-color: #aad19a;
}

/* z.123  LINK-COLOR */
.cc_container a,
.cc_container a:visited {
  color: #55bc80;
}
