@import url(https://fonts.googleapis.com/css?family=Oswald|Open+Sans:400,700);
body {
  width: 100%;
  *zoom: 1;
  display: inline-block;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
body {
  padding: 0;
  margin: 0;
  font: 13px Arial, Helvetica, Garuda, sans-serif;
  *font-size: small;
  *font: x-small;
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary,
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
em,
strong,
pre,
code,
p {
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}
table {
  font-size: inherit;
  font: 100%;
}
ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.menu li {
  margin: 0;
  padding: 0;
  line-height: 1em;
  background: none;
}
img {
  border: 0;
  max-width: 100%;
}
a {
  text-decoration: none;
}
input,
select,
textarea {
  font: inherit;
}
.pathway {
  margin: 0;
  padding: 0;
}
.pathway li {
  display: inline-block;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #000000;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 18px;
}
@media (max-width: 960px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  body {
    font-size: 14px;
  }
}
p {
  margin-bottom: 1em;
  line-height: 1.6em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', Arial, sans-serif;
  margin-bottom: 1em;
}
h1 {
  font-size: 36px;
}
@media (max-width: 960px) {
  h1 {
    font-size: 30px;
  }
}
@media (max-width: 760px) {
  h1 {
    font-size: 24px;
  }
}
h2,
h3 {
  font-size: 30px;
  color: #898754;
}
@media (max-width: 960px) {
  h2,
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 760px) {
  h2,
  h3 {
    font-size: 24px;
  }
}
h4 {
  font-size: 20px;
}
ul,
ol {
  margin: 0 0 30px 20px;
  padding: 0;
  list-style-type: square;
}
ul li,
ol li {
  margin: 0 0 1em 0;
  padding: 0 0 0 8px;
}
strong {
  font-weight: bold;
}
a {
  text-decoration: underline;
  color: #000000;
}
a:hover {
  text-decoration: none;
}
fieldset {
  padding: 0 20px 20px;
  margin-bottom: 10px;
  border: 1px solid #e8e8e8;
}
fieldset small {
  display: block;
  margin-top: 40px;
}
legend {
  color: #CCC;
  font-size: 22px;
  padding: 0 10px;
  text-transform: lowercase;
  margin: 15px 0;
}
div.select div.checkbox {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
div.blockinput label {
  width: 100%;
  clear: both;
  margin-bottom: 10px;
}
div.checkbox input {
  float: left;
  margin-top: 8px;
}
div.checkbox label {
  float: none;
  margin-left: 5px;
  font-weight: normal;
}
.input {
  margin-bottom: 10px;
}
.input label {
  font-weight: normal;
  color: #555;
  float: left;
  width: 300px;
}
.input label a {
  font-size: 12px;
  text-decoration: none;
}
input[type='text'],
input[type='number'],
textarea,
select {
  font: inherit;
  font-size: 18px;
  color: inherit;
  padding: 7px;
  border: 1px solid #dedede;
  width: 300px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
input[type='text']:focus,
input[type='number']:focus,
textarea:focus,
select:focus {
  border: 1px solid #4c4c4c;
}
#column input[type='text'],
#column input[type='number'],
#column textarea,
#column select {
  width: 100%;
  padding: 3px 5px;
}
#column .input {
  margin-bottom: 5px;
}
#column .input label {
  width: 100%;
}
#column .submit {
  clear: both;
  padding-top: 2px;
}
textarea {
  height: 135px;
}
div.required label:after {
  content: " *";
}
input[type='submit'],
.button {
  font: inherit;
  -webkit-appereance: none;
  background: #898754;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  margin-top: 20px;
  padding: 4px 12px;
  -webkit-transition: all .2s;
  transition: all .2s;
  border: 0;
}
input[type='submit']:hover,
.button:hover {
  background: #9f9d6c;
}
div.captcha input {
  color: #666;
  float: left;
  font-size: 34px;
  font-weight: normal;
  height: 40px;
  margin-right: 10px;
  text-align: center;
  width: 90px;
}
div.captcha img {
  border: 1px solid #E0E0E0;
}
.button {
  display: inline-block;
}
.checkbox input,
.checkbox label {
  vertical-align: middle;
}
.checkbox label {
  display: inline;
}
.error-message {
  font-size: .9em;
  color: red;
}
#flashMessage {
  background-color: #D4F1D4;
  border: 1px solid #0D6D0D;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #AAAAAA;
  color: #0D6D0D;
  font-size: 15px;
  margin-bottom: 30px;
  opacity: 0.8;
  padding: 8px 0 8px 50px;
  text-align: center;
}
#flashMessage.error {
  background: url("../img/core/alert.png") no-repeat scroll 20px 50% #FFCCCC;
  border: 1px solid #DDAAAA;
  color: #AA0000;
  text-align: left;
}
div.error-message {
  color: #CC0000;
  font-size: 11px;
  padding-top: 2px;
  text-align: left;
  padding-left: 150px;
}
div.checkbox div.error-message {
  padding-left: 18px;
}
label.rederror {
  color: #cc0000;
}
label.rederror a {
  color: #cc0000;
}
label {
  margin-bottom: .3em;
  display: block;
}
.boxed {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
#header {
  background: url("../img/bgheader.jpg") repeat scroll 63% 0 transparent;
}
#header .boxed {
  position: relative;
  height: 328px;
}
@media (max-width: 1300px) {
  #header .boxed {
    height: 278px;
  }
}
@media (max-width: 1050px) {
  #header .boxed {
    height: 228px;
  }
}
@media (max-width: 960px) {
  #header .boxed {
    height: 140px;
  }
}
#header .logoContainer {
  display: inline;
  float: left;
  width: 30.555555555556%;
  margin: 0 1.3888888888889%;
}
@media (max-width: 1300px) {
  #header .logoContainer {
    display: inline;
    float: left;
    width: 22.222222222222%;
    margin: 0 1.3888888888889%;
  }
}
@media (max-width: 960px) {
  #header .logoContainer {
    display: inline;
    float: left;
    width: 13.888888888889%;
    margin: 0 1.3888888888889%;
  }
}
@media (max-width: 760px) {
  #header .logoContainer {
    display: inline;
    float: left;
    width: 22.222222222222%;
    margin: 0 1.3888888888889%;
  }
}
#header .menuContainer {
  display: inline;
  float: left;
  width: 63.888888888889%;
  margin: 0 1.3888888888889%;
}
@media (max-width: 1300px) {
  #header .menuContainer {
    display: inline;
    float: left;
    width: 72.222222222222%;
    margin: 0 1.3888888888889%;
  }
}
@media (max-width: 960px) {
  #header .menuContainer {
    display: inline;
    float: left;
    width: 80.555555555556%;
    margin: 0 1.3888888888889%;
  }
}
@media (max-width: 760px) {
  #header .menuContainer {
    display: inline;
    float: left;
    width: 72.222222222222%;
    margin: 0 1.3888888888889%;
  }
}
#header #logo {
  display: block;
  margin-top: 22px;
}
@media (max-width: 960px) {
  #header #logo {
    margin-top: 13px;
  }
}
#header .slogan {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  color: #898754;
  position: absolute;
  top: 11px;
  right: 20%;
  display: block;
  overflow: hidden;
  width: 40%;
  height: 55px;
}
#header .slogan a {
  color: #898754;
  text-decoration: none;
}
#header .slogan .marquee {
  position: absolute;
  top: 0;
  left: 0;
  width: 880px;
  animation-name: slide;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: slide;
  -webkit-animation-duration: 15s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}
@media (max-width: 1050px) {
  #header .slogan {
    font-size: 28px;
    right: 15%;
    width: 50%;
    height: 44px;
  }
  #header .slogan .marquee {
    width: 720px;
  }
}
@media (max-width: 960px) {
  #header .slogan {
    right: 12%;
  }
}
@media (max-width: 760px) {
  #header .slogan {
    right: 5%;
    font-size: 18px;
    height: 30px;
    top: 96px;
    color: #fff;
  }
  #header .slogan a {
    color: #fff;
  }
  #header .slogan .marquee {
    width: 470px;
  }
}
@media (max-width: 480px) {
  #header .slogan {
    width: 90%;
  }
}
#header .banner {
  position: absolute;
  top: 21px;
  right: 0;
}
@media (max-width: 1300px) {
  #header .banner {
    max-width: 130px;
  }
}
@media (max-width: 1050px) {
  #header .banner {
    max-width: 90px;
  }
}
@media (max-width: 960px) {
  #header .banner {
    display: none;
  }
}
#header #social {
  position: absolute;
  bottom: 7px;
  right: 0;
}
#header #social a {
  display: block;
  background: url("../img/facebook.png") no-repeat 0 0;
  height: 46px;
  width: 46px;
  text-decoration: none;
  text-indent: -100em;
  overflow: hidden;
}
@media (max-width: 760px) {
  #header #social {
    right: 50%;
    top: 20px;
    margin-right: -23px;
  }
  #header #social a {
    background: url("../img/facebook-mobile.png") no-repeat 0 0;
  }
}
@media (max-width: 1600px) {
  #header {
    background-position: 60% 0;
  }
}
@media (max-width: 1360px) {
  #header {
    background-position: 59% 0;
  }
}
@media (max-width: 1300px) {
  #header {
    background-position: 58% 45%;
  }
}
@media (max-width: 1050px) {
  #header {
    background-position: 56% 62%;
  }
}
@media (max-width: 960px) {
  #header {
    background-position: 57% 76%;
  }
}
@media (max-width: 760px) {
  #header {
    background-position: 52% 76%;
  }
}
@media (max-width: 480px) {
  #header {
    background-position: 57% 76%;
  }
}
#main {
  background: url("../img/bgmain.jpg") no-repeat 50% 0;
}
@media (max-width: 1400px) {
  #main {
    background-position: 30% 0;
  }
}
@media (max-width: 1200px) {
  #main {
    background: none;
  }
}
#content {
  display: inline;
  float: left;
  width: 97.222222222222%;
  margin: 0 1.3888888888889%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.homepage {
  position: relative;
}
.homepage .banner {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 760px) {
  .homepage .banner {
    position: relative;
    margin-bottom: 15px;
  }
}
.homepage h1 {
  margin-bottom: .2em;
}
.homepage p {
  text-align: justify;
}
.nuovasede {
  background: #deddc5;
  text-align: center;
  padding: 15px 5px;
  font-weight: bold;
}
#services {
  background: #efefef;
  padding: 30px 0;
}
#services .boxed {
  overflow: visible;
}
#services .servicesSlider {
  margin-left: -2%;
  overflow: hidden;
}
#services .servicesSlider .service_home {
  float: left;
  margin-left: - 26px;
}
@media (max-width: 1530px) {
  #services .servicesSlider {
    margin-left: 0;
  }
}
@media (max-width: 1050px) {
  #services {
    padding: 20px 0;
  }
}
.txt {
  overflow: hidden;
}
#mappa {
  width: 100%;
  height: 450px;
  border: 1px solid #898754;
}
@media (max-width: 760px) {
  #mappa {
    height: 250px;
  }
}
#footer {
  background: #898754;
  font-size: 13px;
  color: #fff;
  height: 90px;
  padding: 20px 0;
  line-height: 25px;
}
#footer .info {
  display: inline;
  float: left;
  width: 88.888888888889%;
  margin: 0 1.3888888888889%;
}
@media (max-width: 760px) {
  #footer .info {
    display: inline;
    float: left;
    width: 97.222222222222%;
    margin: 0 1.3888888888889%;
    margin-bottom: 15px;
  }
}
#footer .credits {
  display: inline;
  float: left;
  width: 5.5555555555556%;
  margin: 0 1.3888888888889%;
}
@media (max-width: 760px) {
  #footer .credits {
    display: inline;
    float: left;
    width: 97.222222222222%;
    margin: 0 1.3888888888889%;
  }
}
#footer .credits a {
  display: block;
  width: 44px;
  height: 24px;
  margin-top: 20px;
  background: url("../img/core/credits.png") no-repeat 0 0;
  text-indent: -100em;
  overflow: hidden;
}
@media (max-width: 1300px) {
  #footer .credits a {
    margin-top: 0;
  }
}
@media (max-width: 760px) {
  #footer .credits a {
    position: relative;
    left: 50%;
    margin-left: -22px;
  }
}
#footer a {
  color: #fff;
}
@media (max-width: 1300px) {
  #footer {
    height: auto;
    line-height: 20px;
    padding: 10px 0;
  }
}
#mainMenu ul.menu {
  margin: 0;
  list-style-type: none;
  position: absolute;
  bottom: 13px;
  z-index: 6;
}
#mainMenu ul.menu li {
  float: left;
  background: none;
  padding: 0;
}
#mainMenu ul.menu li:first-child a {
  margin-left: 0;
}
@media (max-width: 760px) {
  #mainMenu ul.menu li {
    float: none;
  }
}
#mainMenu ul.menu li a {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 20px;
  color: #deddc5;
  float: left;
  margin-left: 46px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 4px solid transparent;
  padding-bottom: 6px;
}
#mainMenu ul.menu li a:hover {
  color: #000;
  border-bottom: 4px solid #000;
}
#mainMenu ul.menu li a.active {
  border-bottom: 4px solid #deddc5;
}
@media (max-width: 1400px) {
  #mainMenu ul.menu li a {
    margin-left: 35px;
  }
}
@media (max-width: 1300px) {
  #mainMenu ul.menu li a {
    margin-left: 20px;
  }
}
@media (max-width: 1100px) {
  #mainMenu ul.menu li a {
    margin-left: 13px;
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  #mainMenu ul.menu li a {
    margin-left: 10px;
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  #mainMenu ul.menu li a {
    font-size: 22px;
    width: 100%;
    margin: 0;
    height: auto;
    line-height: normal;
    padding: 20px 10px;
    border-bottom: none;
    text-align: center;
  }
  #mainMenu ul.menu li a:hover,
  #mainMenu ul.menu li a.active {
    color: #000;
    background: #deddc5;
    border-bottom: 4px solid transparent;
  }
}
@media (max-width: 1300px) {
  #mainMenu ul.menu {
    right: 60px;
  }
}
@media (max-width: 760px) {
  #mainMenu ul.menu {
    -webkit-transition: all .5s !important;
    transition: all .5s !important;
    position: fixed;
    z-index: 9999;
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    overflow: auto;
    background: #898754;
    padding-top: 15%;
    opacity: 0;
  }
}
#mainMenu #toggler {
  display: none;
  -webkit-transition: all .5s !important;
  transition: all .5s !important;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: url(../img/menu.png) no-repeat 50% 50%;
  z-index: 99999;
  cursor: pointer;
}
@media (max-width: 760px) {
  #mainMenu #toggler {
    display: block;
  }
}
@media (max-width: 760px) {
  #mainMenu.open ul.menu {
    top: 0;
    opacity: 1;
  }
}
@media (max-width: 760px) {
  #mainMenu.open #toggler {
    background-color: #fff;
  }
}
#slideshow {
  max-width: 403px;
  overflow: hidden;
  position: absolute;
  top: 65px;
  right: 20%;
  z-index: 1;
}
#slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
#slideshow img.placeholder {
  position: static;
  display: block;
}
#slideshow img.active {
  display: block;
  z-index: 3;
}
@media (max-width: 1300px) {
  #slideshow {
    max-width: 300px;
  }
}
@media (max-width: 1050px) {
  #slideshow {
    max-width: 197px;
    top: 47px;
    right: 23%;
  }
}
@media (max-width: 960px) {
  #slideshow {
    display: none;
  }
}
.service {
  position: relative;
  width: 200px;
  height: 340px;
  float: left;
  margin-right: 33px;
  margin-bottom: 40px;
}
.service .service_img_link {
  background-position: 50% center;
  background-repeat: no-repeat;
  display: block;
  height: 150px;
  text-decoration: none;
  border-radius: 3px;
}
.service a {
  text-decoration: none;
}
.service h3 {
  font-size: 26px;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .service h3 {
    font-size: 24px;
  }
}
@media (max-width: 760px) {
  .service h3 {
    font-size: 22px;
  }
}
.service span {
  display: block;
  font-size: 12px;
}
.service a.readon {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 32px;
  line-height: 32px;
  width: 121px;
  background: #898754;
  text-align: center;
  color: #fff;
  font-size: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.service a.readon:hover {
  background: #9f9d6c;
}
@media (max-width: 760px) {
  .service {
    width: 45%;
    margin-right: 5%;
    height: 360px;
  }
}
.s_3 {
  margin-right: 0;
}
#left_inner {
  width: 63%;
  margin-right: 5%;
  float: left;
}
#left_inner .serviceGallery {
  overflow: hidden;
}
@media (max-width: 760px) {
  #left_inner {
    width: 100%;
    margin-right: 0;
  }
}
#right_inner {
  width: 32%;
  float: right;
}
@media (max-width: 760px) {
  #right_inner {
    width: 100%;
    margin-right: 0;
  }
}
.prev_gratis {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: none repeat scroll 0 0 #efefef;
  font-weight: bold;
  line-height: normal;
  padding: 10px;
  text-align: center;
}
.prev_gratis a {
  font-size: 25px;
  text-decoration: none;
}
@media (max-width: 760px) {
  .prev_gratis {
    display: none;
  }
}
.previmg {
  display: block;
  margin: 0 auto 30px;
}
#contact_form .privacy {
  font-size: 12px;
}
#fastcontact #FastContactForm {
  width: 70%;
  margin: 0 15%;
}
@media (max-width: 760px) {
  #fastcontact #FastContactForm {
    width: 90%;
    margin: 0 5%;
  }
}
#fastcontact h3 {
  text-transform: uppercase;
  text-align: center;
}
#fastcontact .input label,
#fastcontact .input input,
#fastcontact .input textarea {
  width: 100%;
}
#fastcontact .privacy {
  font-size: 12px;
}
#fastcontact .checkbox {
  overflow: hidden;
  clear: both;
}
#fastcontact .checkbox label {
  float: left;
  line-height: 14px;
  margin-top: 4px;
  font-size: 12px;
  width: 90%;
}
#fastcontact .checkbox input {
  float: left;
  width: 6%;
}
#fastcontact .checkbox .error-message {
  clear: both;
  padding-left: 18px;
}
#fastcontact .error-message {
  padding-left: 0;
}
a.pirobox_gall,
a.gall {
  float: left;
  margin: 0px 15px 15px 0;
  border: 1px solid #898754;
  padding: 1px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
a.pirobox_gall.pirobox_gall:hover,
a.pirobox_gall.gall:hover,
a.gall.pirobox_gall:hover,
a.gall.gall:hover {
  border: 1px solid #898754;
}
@media (max-width: 760px) {
  a.pirobox_gall,
  a.gall {
    width: 45%;
    margin: 0 5% 5% 0;
  }
}
@keyframes slide {
  from {
    left: 100%;
  }
  to {
    left: -150%;
  }
}
@-webkit-keyframes slide {
  from {
    left: 100%;
  }
  to {
    left: -150%;
  }
}
#cookiedisclaimer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #333;
  padding: 10px;
  z-index: 99999;
  border-top: 1px solid;
}
#cookiedisclaimer a {
  text-decoration: underline;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
}
#cookiedisclaimer a:hover {
  color: #eee;
}
#cookiedisclaimer span {
  background: #00aa00;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  margin: 5px 10px 0 20px;
  padding: 5px 10px;
}
#cookiedisclaimer span:hover {
  background: #008800;
}
.nocookie {
  font-style: italic;
  font-size: smaller;
  padding: 20px 0;
  text-align: center;
}
#cookie_reload {
  cursor: pointer;
  text-decoration: underline;
}
#cookiedisclaimer2022 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999999;
  background: rgba(0,0,0,0.35);
  transition: opacity .35s;
  pointer-events: all;
}
#cookiedisclaimer2022 .inner_disclaimer {
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  padding: 75px 25px;
  text-align: center;
  color: #333;
  font-size: 15px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  z-index: 9999;
  line-height: 1.5em;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  transform: translateY(-50%);
  max-height: 100%;
  overflow: auto;
  transition: transform 1000ms cubic-bezier(0.165,0.840,0.440,1.000);
  letter-spacing: 0;
  font-weight: normal;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .inner_disclaimer {
    font-size: 13px;
  }
}
#cookiedisclaimer2022.hidden {
  pointer-events: none;
  opacity: 0;
}
#cookiedisclaimer2022.hidden .inner_disclaimer {
  transform: translateY(-75%);
}
#cookiedisclaimer2022 h3 {
  font-size: 18px;
  margin-bottom: 2em;
  font-weight: normal;
  color: inherit;
  line-height: 1.2em;
  letter-spacing: 0;
}
#cookiedisclaimer2022 .cookie_options {
  margin-bottom: 2em;
  display: flex;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .cookie_options {
    flex-flow: column;
  }
}
#cookiedisclaimer2022 .cookie_options span {
  background: #333;
  cursor: pointer;
  display: inline-block;
  padding: 1em;
  margin: 10px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #333;
  transition: background .35s;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .cookie_options span {
    margin: 5px 0;
  }
}
#cookiedisclaimer2022 .cookie_options span:hover {
  background: #4d4d4d;
}
#cookiedisclaimer2022 .cookie_options span#cookieselect,
#cookiedisclaimer2022 .cookie_options span#cookieko {
  color: #333;
  background: #fff;
}
#cookiedisclaimer2022 .cookie_options span#cookieselect:hover,
#cookiedisclaimer2022 .cookie_options span#cookieko:hover {
  background: #e6e6e6;
}
#cookiedisclaimer2022 a {
  text-decoration: underline;
  color: #808080;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
}
#cookiedisclaimer2022 a:hover {
  color: #333;
}
#cookiedisclaimer2022 #cookie_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #333;
  color: #fff;
  cursor: pointer;
  transition: background .35s;
}
#cookiedisclaimer2022 #cookie_close:hover {
  background: #4d4d4d;
}
#cookiedisclaimer2022 #cookie_preferences {
  text-align: left;
  margin-bottom: 2em;
  display: none;
}
#cookiedisclaimer2022 #cookie_preferences.show {
  display: block;
}
#cookiedisclaimer2022 .cookie_type {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #999999;
}
#cookiedisclaimer2022 .cookie_type:last-of-type {
  border-bottom: none;
}
#cookiedisclaimer2022 .cookie_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#cookiedisclaimer2022 .cookie_flex h5,
#cookiedisclaimer2022 .cookie_flex h6 {
  margin: 0;
}
#cookiedisclaimer2022 .cookie_type_list {
  padding-left: 20px;
}
#cookiedisclaimer2022 .toggle {
  cursor: pointer;
  display: inline-block;
}
#cookiedisclaimer2022 .toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.35s;
}
#cookiedisclaimer2022 .toggle-switch:before,
#cookiedisclaimer2022 .toggle-switch:after {
  content: "";
}
#cookiedisclaimer2022 .toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom,#fff 0%,#eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.25);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.35s;
}
.toggle:hover #cookiedisclaimer2022 .toggle-switch:before {
  background: linear-gradient(to bottom,#fff 0%,#fff 100%);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.5);
}
#cookiedisclaimer2022 .toggle-checkbox:checked + .toggle-switch {
  background: #55bb55;
}
#cookiedisclaimer2022 .toggle-checkbox:checked + .toggle-switch:before {
  left: 30px;
}
#cookiedisclaimer2022 .toggle-checkbox {
  position: absolute;
  visibility: hidden;
}
#cookiedisclaimer2022 button {
  display: block;
  font-size: 18px;
  margin: 0 auto 2em;
  float: none;
  background: #55bb55;
  padding: 1em 2em;
  color: #fff;
  transition: background 0.35s;
  font-weight: 400;
}
#cookiedisclaimer2022 button:hover {
  background: #33aa33;
}
