.cc_banner-wrapper {
  position: relative;
  z-index: 9001;
  width: 100%;
  min-height: 63px;
}

.cc_container {
  /*position: fixed;*/
  top: 0;
  left: 0;
  right: 0;
  /*overflow: hidden;*/
  background: #F8F8F8 !important;
  color: #fff !important;
  font-size: 17px !important;
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
  min-height: 63px !important;
  padding: 15px 15px 0px !important;
  border-bottom: 5px solid #6D6E70 !important;
  box-sizing: border-box !important;
}

.cc_container ::-moz-selection {
  background: #EC008C !important;
  color: #fff !important;
  text-shadow: none !important;
}

.cc_container .cc_btn {
  position: relative;
  display: block;
  float: right;
  cursor: pointer;
  font-size: 0.6em;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.1) !important;
  font-family: "Hammersmith One", sans-serif !important;
  background-color: #EC008C !important;
  -webkit-transition: font-size 200ms !important;
  transition: font-size 200ms !important;
  padding: 10px 28px 9px 12px !important;
  width: 33% !important;
  margin: 0 0 10px 10px !important;
  max-width: 120px !important;
}

.cc_container .cc_btn:after {
  position: absolute;
  top: 10px;
  right: 12px;
  content: "";
  background: transparent url('../../../../../../fileadmin/tmpl/img/icons/icon-arrow-dir-right.svg') no-repeat scroll 0 0;
  height: 8px;
  width: 4px;
}

@media screen and (min-width: 500px) {
  .cc_container .cc_btn:after {
    top: 12px;
  }
}

@media screen and (min-width: 768px) {
  .cc_container .cc_btn:after {
    top: 10px;
  }
}

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  color: #ffffff !important;
  background-color: #EC008C !important;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out !important;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out !important;
}

.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
  color: #ffffff !important;
  background-color: #ac0065 !important;
}

.cc_container a,
.cc_container a:visited {
  text-decoration: none !important;
  color: #ec008c !important;/*#c8c8c8;*/
  -webkit-transition: 200ms color !important;
  transition: 200ms color !important;
}

.cc_container a:hover,
.cc_container a:active {
  text-decoration: none !important;
  color: #ac0065 !important;/*#888;*/
}

.cc_container a.cc_btn {
  text-decoration: none !important;
}


.cc_container .cc_message {
  font-size: 0.6em;
  -webkit-transition: font-size 200ms;
  transition: font-size 200ms;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  color: #888;
  display: block;
  margin-bottom: 10px;
}

.cc_container .cc_logo {
  display: none;
  text-indent: -1000px;
  /*overflow: hidden;*/
  width: 100px;
  height: 22px;
  opacity: 0.9;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

.cc_container .cc_logo:hover,
.cc_container .cc_logo:active {
  opacity: 1;
}

@media screen and (min-width: 500px) {
  .cc_container .cc_btn {
    font-size: 0.8em;
    margin: 10px 0 10px 10px;
  }

  .cc_container .cc_message {
    font-size: 0.8em;
    margin-top: 0.7em;
  }
}

@media screen and (min-width: 768px) {
  .cc_container {
    padding: 10px 50px 10px;
  }

  .cc_container .cc_btn {
    font-size: 0.8em;
    padding: 8px 15px;
    font-size: 0.8em;
  }

  .cc_container .cc_message {
    font-size: 0.8em;
    line-height: 1.1em;
  }
}

@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 0.8em !important;
  }
}

@media print {
  .cc_banner-wrapper,
  .cc_container {
    display: none;
  }
}









@-webkit-keyframes slideDown {
  0% {
    margin-top: -63px;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes slideDown {
  0% {
    margin-top: -63px;
  }
  100% {
    margin-top: 0px;
  }
}

/*@-webkit-keyframes growDown {
    0% {
        height: 0;
    }
    100% {
        height: 63px;
    }
}

@keyframes growDown {
    0% {
        height: 0;
    }
    100% {
        height: 63px;
    }
}*/

.cc_container {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}

/*.cc_banner-wrapper {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-name: growDown;
    animation-name: growDown;
}*/

/*# sourceMappingURL=dark-top.css.map */
