﻿/* Cookie Consent start */
.imgCookie {
	border-radius: 0.7em;
}

.bm-cookie-float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 30px;
    left: 20px;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    border: 2px solid #fff;
}

.bm-cookie-float .tooltiptext{
	visibility: hidden;
    width: 335px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 18%;
    margin-left: 24px;
    font-size: 16px;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.divAccord{
	top: 1.2em;
	color:#ee3e42;
	font-weight: 600;
}
.accordActive  {
  background-color: #ee3423;
  color: #fff;
}

.accordion:hover{
  background-color: #ccc;
  color: #000;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: left;
  margin-right: 5px;
}

.accordActive:after {
  content: "\2212";
  color: #fff;
}

.togPanel {
  padding: 0 18px;
  background-color: white;
  max-height: 100%;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  display:none;
}

.toggSwitch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.toggSlider{
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggSlider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .toggSlider {
  background-color: #ee3e42;
}

input:focus + .toggSlider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .toggSlider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.toggSlider.round {
  border-radius: 34px;
}

.toggSlider.round:before {
  border-radius: 50%;
}

.togMargin{
	margin-left: 1em !important;
}

.togPanel > p {
	text-align: justify;
	padding: 10px;
}


/* Cookie Consent End/*
