#cookiesjsr{
--layer-header-bg-color: #000000;
--layer-border-color: #000000;
  --btn-font-color: #000000;
--layer-body-bg-color:#000000;
--layer-footer-bg-color:#000000;
--layer-tab-bg-color:#000000;
--switch-always-on-bg-color:#000000;
}

.cookiesjsr-layer--close{
  background: url(../images/close.svg);
}

#cookiesjsr{
  font-size: 16px;
  line-height: 24px; 
}

.cookiesjsr--app{
  font-size: 16px;
  line-height: 24px;}

.cookiesjsr-banner--links {
  font-size: 16px;
  line-height: 24px;}

.cookiesjsr-banner{
background-color: #000000;
color:#ffffff;

-webkit-box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.7);
-moz-box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.7);
box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.7);

}

.cookiesjsr-service--links a, .cookiesjsr-service--links a:active,.cookiesjsr-service--links a:visited,
.cookiesjsr-banner a{
color:#ffffff;
}

 .cookiesjsr-service--links a:hover, 
.cookiesjsr-banner a:focus,
.cookiesjsr-banner a:hover{
color:#e452f0;
}
.cookiesjsr-banner--info{
  margin-bottom: 0px;
}

.cookiesjsr-links.links--row li::before {background-color:#1d2837;}

.cookiesjsr-btn.important.invert,
.cookiesjsr-btn.invert,
.cookiesjsr-btn.important,
.cookiesjsr-btn{
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 20px;
  font-weight: 400;    min-height: 0px;
}

.cookiesjsr-btn.important.invert:hover,
.cookiesjsr-btn.invert:hover,
.cookiesjsr-btn:hover{
-webkit-transform: scale(1);
transform: scale(1);
background-color:#e452f0;
border-color:#e452f0;
color:#ffffff;
}
.cookiesjsr-btn.allowAll{
  background-color: transparent;
  border-color: #e452f0;
  color: #e452f0;
}


.cookiesjsr-btn.allowAll:hover{
-webkit-transform: scale(1);
transform: scale(1);
background-color:#e452f0;
border-color:#e452f0;
color:white;
}


.cookiesjsr-layer--label-all {
  color: white;
}

.cookiesjsr-service--always-on {
  color: #e452f0;
}

.cookiesjsr-service--links a {
  font-size: 14px;
}


.cookiesjsr-service-group--tab{
color:#ffffff;
}

.cookiesjsr-service-group.active .cookiesjsr-service-group--tab {
  background: #e452f0;
}

.cookiesjsr-service-group.active .cookiesjsr-service-group--content {
  background: black;
  color: #ffffff;
  display: block;
  font-weight: 400;
}

.cookiesjsr-layer--title ,
.cookiesjsr-service--description h3{
color:#ffffff;  font-weight: 700;
}




/************ úprava do støedu *************/

.cookiesjsr-banner{
  display: block;
}

 
.cookiesjsr-banner .cookiesjsr-links.links--row{
    justify-content: center;
  }

.cookiesjsr-banner.active{
  display: flex;
  z-index: 100000;
  flex-wrap: wrap;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  align-content: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.5);

  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  box-shadow: unset;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  max-height: unset;
}


.cookiesjsr-banner .cookiesjsr-banner--info{
  margin: 0px;
 width: 90%;
  max-width: 840px;
  background: black;
  padding: 20px;  

text-align:center;
max-height: unset;
  overflow: visible;
}


.cookiesjsr-banner .cookiesjsr-banner--info:before{
background:url(../images/logo.svg) no-repeat center center;
background-size:100%  100%;
content:"";display:block;
margin:0px auto 20px ;
width:198px;height:82px;
}


.cookiesjsr-banner .cookiesjsr-banner--action{
  margin:  0px ;
   width: 90%; 
  max-width: 840px;
  background: black;
  padding: 0px 20px 20px;

}


