#viewlet-disclaimer {
    position: fixed;
    z-index: 99;
    bottom: 0px;
    width: 100%;
    left: 0px;
    background: rgba(255, 255, 255, 0.5);
    text-align:left;
}

.section-datenschutzerklaerung #viewlet-disclaimer,
.section-impressum #viewlet-disclaimer,
.section-agb #viewlet-disclaimer,
.template-contact-info #viewlet-disclaimer{
    display:none!important;
}

.disclaimer-inner {
    max-width: 600px;
    border: solid 3px white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    padding: 15px;
    margin:auto;
    margin-top: 100px;
    background: #FAFAFA;
    color:black;
    overflow: hidden;
}
button[name="dsgvo.disclaimer.ok"]{
    float:right;
    padding-left: 10px;
    padding-right: 10px;
}

 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

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

.slidercheckbox:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slidercheckbox {
  background-color: #2196F3;
}

input:focus + .slidercheckbox {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slidercheckbox:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slidercheckbox.round {
  border-radius: 34px;
}

.slidercheckbox.round:before {
  border-radius: 50%;
}
.disclaimer-item h3{
    margin-top:0px;
    margin-bottom:0px;
}
.disclaimer-item-check{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.gmap-wrapper{
    background-color: lightgrey;
    position: relative;
}
.gmap-wrapper #gmaps-cons-content{
    position: absolute;
    top:10px;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height:1.5;
}
.gmap-wrapper #gmaps-cons-detail{
    padding-left: 10px;
    padding-right: 10px;
}
