/* Cookierichtlinien */
div[data-cycon-module=cookie] * {
  font-family: "TheSansRegular", Verdana, sans-serif;
}


div[data-cycon-module=cookie] {
  background: #005fa9 none repeat scroll 0 0;
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
  z-index: 999;
  left: 0;
  display: none;
  font-size: 11px;
  border-bottom: 3px solid #ffec00;
}

@media only screen and (min-width: 10px) {
  div[data-cycon-module=cookie] {
    position: relative;
    width: 100%;
	z-index: 999;
  }
}

@media only screen and (min-width: 870px) {
  div[data-cycon-module=cookie] {
	  position: relative;
      width: 870px;
	  z-index: 999;
  }
}

div[data-cycon-module=cookie] p {
  margin: 0 10px 10px;
  text-align: center;
  color: #ffffff;
  font-size: 10px;
}
div[data-cycon-module=cookie] .link {
  float: left;
  padding: 0 10px 0 0;
}
.cookie-wrapper {
  text-align: center;
  display: inline-block;
}
@media screen and (min-width: 10px) {
  div[data-cycon-module=cookie] .cookie-button-wrapper {
    text-align: center;
  }
  div[data-cycon-module=cookie] .link {
    display: inline-block;
    float: none;
    margin: 0 0 10px 0;
  }
}
@media screen and (min-width: 870px) {
  div[data-cycon-module=cookie] p {
    float: left;
    width: 500px;
  }
  div[data-cycon-module=cookie] .cookie-button-wrapper {
    margin-left: 540px;
	margin-top: 15px;
    overflow: hidden;
  }
  div[data-cycon-module=cookie] .link {
    float: left;
    margin: 0 10px 0 0;
    overflow: hidden;
  }
}
div[data-cycon-module=cookie] .button {
  float: left;
  color: #ffffff;
  background-color: #005fa9;
  border: 1px solid #000000;
  padding: 6px 17px;
  display: block;
  cursor: pointer;
  font-size: 1em;
  line-height: 15px;
  text-decoration: none;
}
div[data-cycon-module=cookie] .button:hover {
  text-decoration: none;
}