.modal-backdrop {
  z-index: -1 !important;
}

.modal {
    background-color: rgba(0,0,0,0.8) !important;
}

.cookiediv {
    position: fixed;
    bottom: 0;
    line-height: 1.3;
    width: 100%;
    left: 0;
    z-index: 9999;
    padding: 15px;
    background-color: #000;
    color: #fff;
}

.nocookiediv {
    float: right;
    line-height: 1.3;
    z-index: 999;
}

.terms-priv {
    display: inline-block;
    margin-right: 15px;
}

.terms-priv a {
    font-size: 14px;
    color: #fff !important;
}


.nocookiediv a#gdpr, .nocookiediv a#gdpr:focus, .nocookiediv a#gdpr:hover {
    background-color: #000;
    color: #fff;
    padding: 5px 15px;
	display: inline-block;
}

.cookiediv .col-sm-2 {
    text-align: center;
}

.btnGA {
    display: inline-block !important;
    text-align: center !important;
	min-width: 50%;
	
    background-color: #000000 !important;
    border: 3px solid #f6ee1f !important;
    padding: 5px !important;
    border-radius: 50px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    transition: all 0.3s;
}

.btnGA:hover {
    background-color: #000 !important;
}

.btnHide {
    margin-left: 15px;
    font-size: 24px !important;
	color:  #fff !important;
    cursor: pointer;
}

.nodisp {
    display: none;
}

.cookiediv a#lesmer {
    text-decoration: underline;
    color: #fff;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    background-color: #292872;
    display: inline-block;
    color: #fff;
    padding: 10px 25px;
}

.terms-priv a {
    color: #fff;
}

.modal-body h1 {
    font-size: 24px;
}

.modal-body {
    overflow: auto;
    max-height: 35vh;
    color: #383838;
}
.modal-content {
    padding: 15px;
    top: 120px;
}

.modal-content .close {
    font-size: 50px !important;
    color: #292872  !important;
    opacity: 1;
}

.modal-footer h1 {
    font-size: 16px;
    display: inline-block;
    margin: 0 30px 0 0;
}

.switchdiv {
    display: inline-block;
}

.switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 30px;
  margin: 0;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 5px;
  left: 0;
  right: 0;
  bottom: -5px;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #292872;
}

input:focus + .slider {
  box-shadow: 0 0 1px #292872;
}

input:checked + .slider:before {
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 30px;
}

.slider.round:before {
  border-radius: 50%;
}

@media (max-width: 768px) {
	.cookiediv .col-sm-2 {
		margin: 15px 0;
	}
}