/* include css from http://s3.amazonaws.com/valao-cloud/cookie-hinweis/ */
.cmb-cookie-message-light-floating #webhint {
  display: none;
}
.cmb-cookie-message-light-floating .cc_banner-wrapper {
  z-index: 90010000;
  position: relative;
}
.cmb-cookie-message-light-floating .cc_container .cc_btn {
  cursor: pointer;
  text-align: center;
  font-size: 0.6em;
  -webkit-transition: font-size 200ms;
  transition: font-size 200ms;
  line-height: 1em;
}
.cmb-cookie-message-light-floating .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;
}
.cmb-cookie-message-light-floating .cc_container .cc_logo {
  text-indent: -1000px;
  overflow: hidden;
  width: 81px;
  height: 22px;
  background-size: cover;
  background-image: url(http://valao.de/images/system/cookiehinweis2.png);
  opacity: 0.7;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
.cmb-cookie-message-light-floating .cc_container .cc_logo:hover,
.cmb-cookie-message-light-floating .cc_container .cc_logo:active {
  opacity: 1;
}
@media screen and (min-width: 500px) {
  .cmb-cookie-message-light-floating .cc_container .cc_btn {
    font-size: 0.8em;
  }
  .cmb-cookie-message-light-floating .cc_container .cc_message {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .cmb-cookie-message-light-floating .cc_container .cc_btn {
    font-size: 1em;
  }
  .cmb-cookie-message-light-floating .cc_container .cc_message {
    font-size: 1em;
    line-height: 1em;
  }
}
@media screen and (min-width: 992px) {
  .cmb-cookie-message-light-floating .cc_container .cc_message {
    font-size: 1em;
  }
}
@media print {
  .cmb-cookie-message-light-floating .cc_banner-wrapper,
  .cmb-cookie-message-light-floating .cc_container {
    display: none;
  }
}
.cmb-cookie-message-light-floating .cc_container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 10px 15px 50px;
}
.cmb-cookie-message-light-floating .cc_container .cc_btn {
  padding: 8px 16px;
  background-color: #f1d600;
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
  text-align: center;
}
@media screen and (min-width: 500px) {
  .cmb-cookie-message-light-floating .cc_container {
    left: initial;
    right: 20px;
    bottom: 20px;
    width: 300px;
    padding-bottom: 77px;
  }
  .cmb-cookie-message-light-floating .cc_container .cc_btn {
    right: 15px;
    bottom: 37px;
  }
  .cmb-cookie-message-light-floating .cc_container .cc_logo {
    display: none;
    position: absolute;
    bottom: 8px;
    left: calc(0%);
  }
}
@media screen and (min-width: 768px) {
  .cmb-cookie-message-light-floating #webhint {
    display: block;
  }
  .cmb-cookie-message-light-floating .cc_container {
    padding-bottom: 87px;
  }
  .cmb-cookie-message-light-floating .cc_container .cc_message {
    font-size: 1em;
  }
}
.cmb-cookie-message-light-floating .cc_container {
  background: #fff;
  color: #999;
  font-size: 17px;
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cccccc;
}
.cmb-cookie-message-light-floating .cc_container ::-moz-selection {
  background: #ff5e99;
  color: #fff;
  text-shadow: none;
}
.cmb-cookie-message-light-floating .cc_container .cc_btn,
.cmb-cookie-message-light-floating .cc_container .cc_btn:visited {
  color: #000;
  background-color: #f1d600;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.cmb-cookie-message-light-floating .cc_container .cc_btn:hover,
.cmb-cookie-message-light-floating .cc_container .cc_btn:active {
  background-color: #d7bf00;
  color: #000000;
}
.cmb-cookie-message-light-floating .cc_container a,
.cmb-cookie-message-light-floating .cc_container a:visited {
  text-decoration: none;
  color: #31a8f0;
  -webkit-transition: 200ms color;
  transition: 200ms color;
}
.cmb-cookie-message-light-floating .cc_container a:hover,
.cmb-cookie-message-light-floating .cc_container a:active {
  color: #555555;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.cmb-cookie-message-light-floating .cc_container {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@media screen and (min-width: 500px) {
  .cmb-cookie-message-light-floating .cc_container {
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 500px) {
  .cmb-cookie-message-light-floating .cc_logo {
    background-image: none !important;
    float: left;
    margin-bottom: -21px;
  }
}
.cmb-cookie-message-dark-bottom #webhint {
  display: none;
}
.cmb-cookie-message-dark-bottom .cc_banner-wrapper {
  z-index: 9001;
  position: relative;
}
.cmb-cookie-message-dark-bottom .cc_container .cc_btn {
  cursor: pointer;
  text-align: center;
  font-size: 0.6em;
  -webkit-transition: font-size 200ms;
  transition: font-size 200ms;
  line-height: 1em;
}
.cmb-cookie-message-dark-bottom .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;
}
.cmb-cookie-message-dark-bottom .cc_container .cc_logo {
  display: none;
  text-indent: -1000px;
  overflow: hidden;
  width: 100px;
  height: 22px;
  background-size: cover;
  background-image: url(https://s3-eu-west-1.amazonaws.com/assets.cookieconsent.silktide.com/cookie-consent-logo.png);
  opacity: 0.9;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
.cmb-cookie-message-dark-bottom .cc_container .cc_logo:hover,
.cmb-cookie-message-dark-bottom .cc_container .cc_logo:active {
  opacity: 1;
}
@media screen and (min-width: 500px) {
  .cmb-cookie-message-dark-bottom .cc_container .cc_btn {
    font-size: 0.8em;
  }
  .cmb-cookie-message-dark-bottom .cc_container .cc_message {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .cmb-cookie-message-dark-bottom .cc_container .cc_btn {
    font-size: 1em;
  }
  .cmb-cookie-message-dark-bottom .cc_container .cc_message {
    font-size: 1em;
    line-height: 1em;
  }
}
@media screen and (min-width: 992px) {
  .cmb-cookie-message-dark-bottom .cc_container .cc_message {
    font-size: 1em;
  }
}
@media print {
  .cmb-cookie-message-dark-bottom .cc_banner-wrapper,
  .cmb-cookie-message-dark-bottom .cc_container {
    display: none;
  }
}
.cmb-cookie-message-dark-bottom .cc_container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 10px;
}
.cmb-cookie-message-dark-bottom .cc_container .cc_btn {
  padding: 8px 10px;
  background-color: #f1d600;
  cursor: pointer;
  -webkit-transition: font-size 200ms;
  transition: font-size 200ms;
  text-align: center;
  font-size: 0.6em;
  display: block;
  width: 33%;
  margin-left: 10px;
  float: right;
  max-width: 120px;
}
.cmb-cookie-message-dark-bottom .cc_container .cc_message {
  -webkit-transition: font-size 200ms;
  transition: font-size 200ms;
  font-size: 0.6em;
  display: block;
}
@media screen and (min-width: 500px) {
  .cmb-cookie-message-dark-bottom .cc_container .cc_btn {
    font-size: 0.8em;
  }
  .cmb-cookie-message-dark-bottom .cc_container .cc_message {
    margin-top: 0.5em;
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .cmb-cookie-message-dark-bottom #webhint {
    display: block;
  }
  .cmb-cookie-message-dark-bottom .cc_container {
    padding: 15px 30px 15px;
  }
  .cmb-cookie-message-dark-bottom .cc_container .cc_btn {
    font-size: 1em;
    padding: 8px 15px;
  }
  .cmb-cookie-message-dark-bottom .cc_container .cc_message {
    font-size: 1em;
  }
}
@media screen and (min-width: 992px) {
  .cmb-cookie-message-dark-bottom .cc_container .cc_message {
    font-size: 1em;
  }
}
.cmb-cookie-message-dark-bottom .cc_container {
  background: #222;
  color: #fff;
  font-size: 17px;
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmb-cookie-message-dark-bottom .cc_container ::-moz-selection {
  background: #ff5e99;
  color: #fff;
  text-shadow: none;
}
.cmb-cookie-message-dark-bottom .cc_container .cc_btn,
.cmb-cookie-message-dark-bottom .cc_container .cc_btn:visited {
  color: #000;
  background-color: #f1d600;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.cmb-cookie-message-dark-bottom .cc_container .cc_btn:hover,
.cmb-cookie-message-dark-bottom .cc_container .cc_btn:active {
  background-color: #fff;
  color: #000000;
}
.cmb-cookie-message-dark-bottom .cc_container a,
.cmb-cookie-message-dark-bottom .cc_container a:visited {
  text-decoration: none;
  color: #31a8f0;
  -webkit-transition: 200ms color;
  transition: 200ms color;
}
.cmb-cookie-message-dark-bottom .cc_container a:hover,
.cmb-cookie-message-dark-bottom .cc_container a:active {
  color: #b2f7ff;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    transform: translateY(66px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    transform: translateY(66px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.cmb-cookie-message-dark-bottom .cc_container,
.cmb-cookie-message-dark-bottom .cc_message,
.cmb-cookie-message-dark-bottom .cc_btn {
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
/* style cookie banner general */
body.cmb-cookie-message-dark-bottom div.cc_banner-wrapper .cc_banner.cc_container,
body.cmb-cookie-message-light-floating div.cc_banner-wrapper .cc_banner.cc_container {
  /*padding-top: 15px;
			padding-bottom: 65px;
			border-radius: 0px;
			border: none;*/
}
body.cmb-cookie-message-dark-bottom div.cc_banner-wrapper p.cc_message,
body.cmb-cookie-message-light-floating div.cc_banner-wrapper p.cc_message {
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 1.1;
  font-size: 16px;
}
body.cmb-cookie-message-dark-bottom div.cc_banner-wrapper p.cc_message a,
body.cmb-cookie-message-light-floating div.cc_banner-wrapper p.cc_message a {
  color: #ea3b3b;
}
body.cmb-cookie-message-dark-bottom div.cc_banner-wrapper p.cc_message a:active,
body.cmb-cookie-message-light-floating div.cc_banner-wrapper p.cc_message a:active,
body.cmb-cookie-message-dark-bottom div.cc_banner-wrapper p.cc_message a:focus,
body.cmb-cookie-message-light-floating div.cc_banner-wrapper p.cc_message a:focus,
body.cmb-cookie-message-dark-bottom div.cc_banner-wrapper p.cc_message a:hover,
body.cmb-cookie-message-light-floating div.cc_banner-wrapper p.cc_message a:hover {
  color: #000;
}
body.cmb-cookie-message-dark-bottom div.cc_banner-wrapper a.cc_btn,
body.cmb-cookie-message-light-floating div.cc_banner-wrapper a.cc_btn {
  bottom: 15px;
  border-radius: 0px;
  background-color: #ea3b3b;
  color: #fff;
}
body.cmb-cookie-message-dark-bottom div.cc_banner-wrapper a.cc_btn:active,
body.cmb-cookie-message-light-floating div.cc_banner-wrapper a.cc_btn:active,
body.cmb-cookie-message-dark-bottom div.cc_banner-wrapper a.cc_btn:focus,
body.cmb-cookie-message-light-floating div.cc_banner-wrapper a.cc_btn:focus,
body.cmb-cookie-message-dark-bottom div.cc_banner-wrapper a.cc_btn:hover,
body.cmb-cookie-message-light-floating div.cc_banner-wrapper a.cc_btn:hover {
  color: #fff;
  background-color: #c41515;
}
body.cmb-cookie-message-light-floating .cc_banner.cc_container {
  padding-top: 15px;
  padding-bottom: 65px;
  border-radius: 0px;
  border: none;
}
body.cmb-cookie-message-light-floating .cc_banner.cc_container a.cc_btn:active,
body.cmb-cookie-message-light-floating .cc_banner.cc_container a.cc_btn:focus,
body.cmb-cookie-message-light-floating .cc_banner.cc_container a.cc_btn:hover {
  color: #000;
  background-color: #ea3b3b;
}
@media (max-width: 767px) {
  body.cmb-cookie-message-light-floating .cc_banner.cc_container {
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
  }
  body.cmb-cookie-message-light-floating .cc_banner.cc_container a.cc_btn {
    margin-top: 15px;
    font-size: 1em;
  }
}
body.cmb-cookie-message-dark-bottom .cc_banner.cc_container {
  padding: 20px 15px;
}
body.cmb-cookie-message-dark-bottom .cc_banner.cc_container p.cc_message {
  margin-top: 0;
  display: inline-block;
  line-height: 1.3;
  max-width: 80%;
}
body.cmb-cookie-message-dark-bottom .cc_banner.cc_container p.cc_message a {
  color: #ea3b3b;
  padding: 5px;
}
body.cmb-cookie-message-dark-bottom .cc_banner.cc_container p.cc_message a:active,
body.cmb-cookie-message-dark-bottom .cc_banner.cc_container p.cc_message a:focus,
body.cmb-cookie-message-dark-bottom .cc_banner.cc_container p.cc_message a:hover {
  color: #c41515;
}
body.cmb-cookie-message-dark-bottom .cc_banner.cc_container a.cc_btn {
  max-width: 20%;
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  body.cmb-cookie-message-dark-bottom .cc_banner.cc_container p.cc_message {
    max-width: 100%;
    display: block;
  }
  body.cmb-cookie-message-dark-bottom .cc_banner.cc_container a.cc_btn {
    margin-top: 15px;
    max-width: 100%;
    width: 100%;
    display: block;
    font-size: 1em;
  }
}
