a.cookieSwitchLang {
  display: inline-block;
  margin-top: 40px;
  padding:20px;
}
#banner-privacy {
  display: none;
  position: fixed;
  z-index: 99999;
  padding: 30px 0 30px 0;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background: #003C6C;
}
#banner-privacy .logo-banner {
  margin-bottom: 30px;
}
#banner-privacy .btn-cookie{
  margin-bottom: 0.5rem;
  margin-right: 0.9rem;
}

#banner-privacy .container{
  padding-right: 120px;
  padding-left: 120px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  #banner-privacy .container{
    padding-left: 15px;
    padding-right: 15px;
  }
}

#banner-privacy .logo-banner img {
  display: block;
  width: 100%;
  max-width: 336px;
  height: auto;
  max-height: 80px;
  margin: 0 auto;
}
#banner-privacy p {
  text-align: left;
  padding: 0;
}
#banner-privacy a {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
#banner-privacy button {
  background-color: #e06100;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-style: normal;
}
#banner-privacy button:hover, #banner-privacy button:focus, #banner-privacy button:active {
  background-color: #ff7a14;
}
#banner-privacy .bdi-hidden {
  display: none;
}
#banner-privacy :focus {
  outline: none;
}
#banner-privacy ::-moz-focus-inner {
  border: 0;
}
#banner-privacy .bdi-lang-switcher a {
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px dashed;
  color: white;
}
#banner-privacy .bdi-lang-switcher a:hover, #banner-privacy .bdi-lang-switcher a:focus, #banner-privacy .bdi-lang-switcher a:active {
  color: #ff7a14;
  text-decoration: none;
}

@media screen and (max-height: 500px) {
  #banner-privacy {
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.3;
    min-height: 100%;
  }
  #banner-privacy .logo-banner {
    width: 60%;
    margin: 0 auto 10px auto;
  }
  #banner-privacy button {
    margin-top: 10px;
  }
}
@media screen and (max-height: 320px) {
  #banner-privacy {
    line-height: 1.2;
  }
  #banner-privacy .logo-banner {
    width: 30%;
  }
}
.bdi-no-cookie #banner-privacy {
  display: block;
}

.no-js #banner-privacy, .no-js .bdi-no-cookie #banner-privacy {
  display: none;
}

body.bdi-no-cookie {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body.bdi-no-cookie::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(200, 200, 200, 0.6);
  cursor: not-allowed;
  z-index: 2;
}
body.bdi-no-cookie #bdi-ie-cookie-policy-curtain {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 1000;
  /*
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; // IE8
  filter: alpha(opacity=60); // IE 5-7
  opacity: 0.6;
  */
}


/* Inizio Stile
per la pagina
della privacy
*/

.cb_toggle__display {
  --offset: 0.125rem;
  --diameter: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  box-sizing: content-box;
  width: 2.05rem;
  height: 1.05rem;
  border: 0.1em solid rgb(0 0 0 / 0.2);
  position: relative;
  border-radius: 100vw;
  background-color: #fbe4e2;
  transition: 250ms;
  padding: 0.3em 0.5em;
}
.cb_toggle__display::before {
  content: "";
  z-index: 9200;
  position: absolute;
  top: 50%;
  left: var(--offset);
  box-sizing: border-box;
  /* width: var(--diameter); */
  width: 1.17rem; /*calc(var(--diameter)*1.3);*/
  height: 1.17rem; /*calc(var(--diameter)*1.3);*/
  /* height: var(--diameter); */
  /* border: 0.1em solid rgb(0 0 0 / 0.2); */
  border: 0.1em solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background-color: white;
  transform: translate(-40%, -50%);
  will-change: transform;
  transition: inherit;
  margin-left: 10px;
}

.cb_bt-icon,
.cb_bt-icon-text {
  display: inline-block;
}
.cb_bt-icon {
  width: 1rem;
  height: 1rem;
}

.btn-coockie {
  /*border-radius: 50px;*/
  font-style: normal;
  /*font-weight: 400;*/
  vertical-align: middle;
      padding: 10px 20px;
   /*font-size: 1rem;*/
  line-height: 1.5;
  letter-spacing: 1px;
  background-color: #e06100;
  color: white;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.btn-light.focus, .btn-light:focus, .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem!important;
    margin-right: 0.9rem!important;
}

.d-flex {
    display: flex!important;
}

.justify-content-start {
    justify-content: flex-start!important;
}

.cb_toggle {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  gap: 1ch;
}
button.cb_toggle {
  border: 0;
  padding: 0;
  background-color: transparent;
  font: inherit;
}
.cb_toggle__input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
}

/*FOCUS ORIGINALE*/
.cb_toggle:focus .cb_toggle__display,
.cb_toggle__input:focus + .cb_toggle__display {
  outline: 1px dotted #212121;
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: 2px;
}
.cb_toggle:focus,
.cb_toggle:focus:not(:focus-visible) .cb_toggle__display,
.cb_toggle__input:focus:not(:focus-visible) + .cb_toggle__display {
  outline: 0;
}
.cb_toggle[aria-pressed="true"] .cb_toggle__display,
.cb_toggle__input:checked + .cb_toggle__display {
  background-color: #e3f5eb;
}
.cb_toggle[aria-pressed="true"] .cb_toggle__display:before,
.cb_toggle__input:checked + .cb_toggle__display:before {
  transform: translate(70%, -50%);
}
.cb_toggle[disabled] .cb_toggle__display,
.cb_toggle__input:disabled + .cb_toggle__display {
  opacity: 0.6;
  filter: grayscale(40%);
  cursor: not-allowed;
}
.cb_toggle__icon {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  color: inherit;
  fill: currentcolor;
  vertical-align: middle;
  overflow: hidden;
}
.cb_toggle__icon--cross {
  color: #e74c3c;
  font-size: 85%;
  margin-right: -6px;
}
.cb_toggle__icon--checkmark {
  color: #1fb978;
  margin-left: -5px;
}

#cookie-dialog {/* top: 15%; */ /*0px;*//* bottom:15%; */}
#cookie-dialog .dialog-content {
  width:70%;
  height: 70%;
  overflow: auto;
}
@media only screen and (max-width: 280px) {
  #cookie-dialog .dialog-content {
    /* margin-right:0px; */
    /* margin-left:0px; */
    max-width: max-content;
    width: 90%;
  }
}

@media only screen and (max-width: 380px) {
  #cookie-dialog .dialog-content {
    padding: 4em 1.2em;
  width:80%;
  }
}
@media only screen and (min-width: 381px) and (max-width: 467px) {
  #cookie-dialog .dialog-content {
    padding: 4em 2em;
  }
}

#cookie-dialog {
    /*top: 15%; 0px;
  bottom:15%;*/
    margin-top: 3em;
    margin-bottom: 3em;
    overflow: hidden;
  }
  #cookie-dialog .dialog-content {
    padding: 2rem;
    overflow-y: scroll;
  }
  #cookie-dialog .cb_toggle__div-border {
    margin-left: 10px;
  }
  #cookie-dialog a:focus {
  outline-color: rgba(43, 46, 56, 0.9);
  }

#cs_m .m_border {
  border-bottom-width: 0.1rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(0, 0, 0);
  padding: 0.7rem 0;
}
#cs_m .m_border:nth-child(4) {
  border-bottom: none;
}

.m_border details {
  /* margin-top: -1rem; */
  margin-left: 4.875rem; /*78px*/
}

details>summary {
  list-style: none;
  font-size: .9rem;
}
summary::-webkit-details-marker {
  display: none
}

summary:after {
  /* content: ' ►'; */
  content: ' \25B6';
}
details[open] summary:after {
  /* content: " ▼"; */
  content: " \25BC";
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .cb_toggle__display {
    margin-right: 10px;
  }
  .cb_toggle__icon--checkmark {
    margin-left: -16px;
  }
  .cb_toggle__display:before {
    margin-left: -1px;
  }

}



.screen-reader {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.row-banner {
  margin-right: -15px;
  margin-left: -15px;
}

/* Fine Stile
per la pagina
della privacy
*/
