
.cookieservice-tabcontent p {
  color: #000;
  margin-right: 5%;
}

.cookieservice-tab {
  overflow-y: auto;
  float: left;
  background-color: #f1f1f1;
  width: 30%;
  height: 310px;
  -webkit-box-sizing: revert !important;
  -moz-box-sizing: revert !important;
  -ms-box-sizing: revert !important;
  box-sizing: revert !important;
  overflow: hidden; 
}

/*.cookieservice-tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #dddddd;
}

.cookieservice-tab button:hover {
  background-color: #ddd;
}

.cookieservice-tab button.cookieservice-active {
  background-color: #fff;
  border-left: 5px solid #083944;
  color: #083944;
}*/

.cookieservice-tab div {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #dddddd;
}

.cookieservice-tab div:hover {
  background-color: #ddd;
}

.cookieservice-tab div.cookieservice-active {
  background-color: #fff;
  border-left: 5px solid #083944;
  color: #083944;
}


.cookieservice-tabcontent {
  text-align: left;
  padding: 0px 12px;
  border: 0px solid #ccc;
  width: 70%;
  border-left: none;
  height: 310px;
  -webkit-box-sizing: revert !important;
  -moz-box-sizing: revert !important;
  -ms-box-sizing: revert !important;
  box-sizing: revert !important;
}

.cookieservice-modal {
  font-size: 13px;
  padding-top: 20px;
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  font-family: Arial, Helvetica, sans-serif;
}

.cookieservice-modal-content {
  padding-bottom: 60px !important;
  background-color: #fff;
  margin: auto;
  border: 1px solid #888;
  width: 60%;
  border-radius:10px;
}

.cookieservice-title {
  background-color: #f1f1f1;
  color: #000;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  text-align: center;
}

.cookieservice-title h2{
  margin: 0;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.cookieservice-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.cookieservice-close:hover,
.cookieservice-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.cookieservice-button {
  cursor: pointer;
  font-size: 13px;
  display: inline-block;
  padding: 0.7em 1.4em;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.15em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  background-color: #AAAAAA;
  text-align: center;
  position: relative;
  border-radius:15px;
}

.cookieservice-button:active {
  top: 0.1em;
}

@media all and (max-width: 30em) {
  .cookieservice-button {
      display: block;
      width: 24em !important;
      margin: 0.4em auto;
  }

  #cookieservice-button-back {
      width: 25em !important;
  }

  #cookieservice-button-continue {
      width: 25em !important;
  }

  .cookieservice-l, .cookieservice-r {
    width: 100%!important;
  }
}

.cookieservice-hr {
  border: 0;
  border-top: 1px solid #083944;
  opacity: 0.1;
  padding-top: 2%;
  margin-top:0;
}

.cookieservice-img {
  width:10%;
  max-width:100px;
  min-width:65px;
  height:auto;
  float:left;
  padding-right:10px;
}

/*Switch*/
.cookieservice-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

.cookieservice-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/*Slider*/
.cookieservice-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cookieservice-slider-edit {
  float: right;
  margin-right: 40px;
}

.cookieservice-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .cookieservice-slider {
  background-color: #424242;
}

input:focus + .cookieservice-slider {
  box-shadow: 0 0 1px #424242;
}

input:checked + .cookieservice-slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

.cookieservice-slider.round {
  border-radius: 34px;
}

.cookieservice-slider.round:before {
  border-radius: 50%;
}

.cookieservice-h3 {
  color: #000;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

#cookieservice-default, #cookieservice-detail {
  padding:10px 20px;
}

/* #cookieservice-default {
display: block;
}

#cookieservice-detail {
display: none;
}

#cookieservice-button-default {
display: block;
}

#cookieservice-button-detail {
display: none;
} */

#cookieservice-button-default, #cookieservice-button-detail {
  margin-left:20px;
  margin-right:20px;
}

.cookieservice-hide {
  display: none !important;
}

.cookieservice-show {
  display: block !important;
}

.cookieservice-r {
  float: right;
}

.cookieservice-l {
  float: left;
}

.cookieservice-p-left {
  padding-left: 33%;
}

.cookieservice-d-block {
  display: block;
}

.cookieservice-d-none {
  display: none;
}

.cookieservice-button-edited {
  color: #888 !important;
  background-color: #fefefe !important;
  border-radius: 25px;
  border:1px solid #aaaaaa;
}

.cookieservice-button-accept:hover {
  cursor: pointer;
}

.cookieservice-first-step {
  background: transparent;
  padding-top: 0px;
  bottom: 0px;
  position: sticky;
  height: auto;
}

.cookieservice-first-step > .cookieservice-modal-content {
  width: 96%;
}

.cookieservice-modal-content > h2 {
  color: #000;
}

.cookieservice-show > p {
  color: #000;
}

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

  .cookieservice-first-step > .cookieservice-modal-content {
      width: 100%;
      padding-bottom: 100px !important;
  }

  .cookieservice-button {
      align-items: center;
      width: 95%;
  }

  .cookieservice-modal-content {
      width: 100%;
      padding-bottom: 140px !important;
  }

  .cookieservice-tab {
      display: none;
      padding-top: 4%;
  }

  .cookieservice-d-none {
      display: block;
  }

  .cookieservice-p-left {
      padding-left: 0px !important;
  }

  .cookieservice-tabcontent {
      padding-bottom: 15px !important;
      padding-top: 5px !important;

      border: 0px solid #ccc;
      width: 100% !important;
      border-left: none;
      height: 20% !important;
  }

  .cookieservice-alwayson {
      font-size: 10px !important;
  }

  .cookieservice-h3 {
      color: #000;
      font-size: 1.17em;
      margin-top: 1em;
      margin-bottom: 1em;
      margin-left: 0;
      margin-right: 0;
      font-weight: bold;
  }

  .cookieservice-minus-symbol:before {
      content: "\2013";
      width: 12px;
      height: 12px;
      padding: 0px 0 7px 7px;
      margin-right: 5px;
      padding-top: 1px !important;
      padding-bottom: 9px !important;
  }

  .cookieservice-plus-symbol:before {
      content: "\002B";
      width: 12px;
      height: 12px;
      padding: 0px 0 7px 7px;
      margin-right: 5px;
  }

  .cookieservice-plus-symbol:before, .cookieservice-minus-symbol:before {
    border: 1px solid #000;
    display: inline-block;
    border-radius: 50%;
    padding-right: 4px;
    padding-top: 2px;
  }

  .cookieservice-description {
      display: none;
  }

  .cookieservice-slider {
      position: absolute;
      cursor: pointer;
      top: -6px;
      left: -6px;
      right: 0px;
      bottom: 7px;
      background-color: #ccc;
      -webkit-transition: 0.4s;
      transition: 0.4s;
  }
  .cookieservice-l, .cookieservice-r {
    width:50%;
  }
}

.cookieservice-image-floating {
  width: 35px;
  height: 35px;
  margin-top: 15px;
  }

.cookieservice-float {
  z-index: 10;
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  left: 20px;
  background-color: #424242;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
}

.cookieservice-my-float {
  margin-top: 22px;
}