.cookies-container {
  width: 1200px;
  margin: 40px auto;
  color: grey;
  line-height: 1.7;
}
@media screen and (max-width: 1200px) {

  .cookies-container {
    width: 92%;
    margin: 40px 20px 0px 20px;
  }

}
@media screen and (max-width: 1156px) {

  .cookies-container {
    margin: 40px 20px 0px 20px;
  }

}
.cookies-container a {
  color: #f17923;
}
.cookies-container .cookies-title {
  color: #f17923;
}
.cookies-container .button-type-1,
.cookies-container .button-type-1 a,
.cookies-container .button-type-1 a:hover {
  background: #f17923;
  color: #ffffff;
}
.cookies-container .button-type-1 {
  border: 1px solid #f17923 !important;
}
.cookies-container .button-type-1.cookies-options-button-deactivated,
.cookies-container .button-type-1.cookies-options-button-deactivated a {
  background: #ffffff;
  color: #f17923 !important;
}
.cookies-options {
    width: 100%;
    float: left;
    margin: 10px 0 20px 0;
}
.cookies-options > p:first-child {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.cookies-options .button-type-1 {
    margin: 10px 10px 0 0;
    border: 1px solid #333333;
}
.cookies-options .button-type-1 a {
    line-height: 33px;
}
.cookies-options .button-type-1.cookies-options-button-deactivated {
    background: #FFFFFF;
}
.cookies-options .button-type-1.cookies-options-button-deactivated a {
    color: #333333;
}
.cookies-options p.cookies-options-state {
    font-weight: bold;
    text-decoration: underline;
}
.default-cookies-options .content > p > a {
    color: #000000;
    font-weight: bold;
}
.default-cookies-options .content > p > a:hover {
    text-decoration: none;
}
