.widget {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  height: auto;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: rgba(250, 250, 250, 0.94);
  text-align: center;
  color: #222;
  z-index: 100001;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 100;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-color: #4b4b4b;
}


.containerfoot {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
  color: #222;
  z-index: 10000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
}

.containerfoot ul {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    list-style: none;
    margin: .9375em 0;
    padding: 0px;
    color: #222;
}
.containerfoot li {
    color: inherit;
    font-family: inherit;
    list-style: inherit;
    margin: 0 .9375em .375em 0;
    font-weight: 300;
    color: #222;
}
.containerfoot a  {
  color: #222;
}

#containerfoot-infobox  {
  border: 1px solid;
  border-color: #888;
  background-color: rgba(255, 255, 255, 0.98);
  color: #333;
  padding: 4px;
  font-size: 12px;
  margin: 0 auto;
  width: 90%;
}

.containerfoot p  {
  font-size: 12px;
}

#contwidth {
 width:100%;
 margin: 0 auto;
}

[type="checkbox"]
{
    vertical-align: middle;
    margin-bottom: 5px;
    width:23px;
    height:23px;
    padding:0px;
}

.form-submit-button {
     background: #0066A2;
     color: white;
     border-style: outset;
     border-color: #0066A2;
     height: 50px;
     width: 100px;
     font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
     font: bold 15px arial, sans-serif;
     text-shadow:none;
}

.titcookie {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #222;
  font-size: 22px;
  line-height: 50px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

#headcookie {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  color: #222;
}

html.w-mod-js *[data-ix="widg"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

@media screen and (max-width: 767px) {

.widget {
  font-size: 12px;
  width: 500px;
}

.titcookie {
  font-size: 16px;
  line-height: 40px;
}

#headcookie {
  font-size: 12px;
  line-height: 16px;
}

#containerfoot-infobox  {
  font-size: 10px;
  line-height: 12px;
}

#containerfoot-infobox  {
  padding: 4px;
  font-size: 12px;
}

#contwidth {
 margin: 0 auto;
}

}