.container-link-cookie-settings {
	margin: auto;
	padding: 10px;
	position: relative;
	background-color: #FFF;
	text-align: center;
}
.container-link-cookie-settings a:hover{
	color: #000;
}
#cookie-consent {
    position: relative;
}
#cookie-consent-banner {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
	max-width: 450px; /*maximalni sirka okna*/
    box-sizing: border-box;
    z-index: 999999999;
    /*border-radius: 0;*/
    margin: 0;
    padding: 10px;
    /*text-align: center;*/
    color: #333;
    background-color: #eee;
    border-top: 0px solid #ccc;
    /*left: 50%; /*uprostred*/
    /*transform: translateX(-50%); /*uprostred*/
	
	/*vpravo*/
    right: 10px;
	
	margin-bottom: 10px;
    -webkit-box-shadow: 0 0 10px 2px #616161;
    box-shadow: 0 0 10px 2px #616161;	
   /*-webkit-border-radius: 5px !important;  
   -moz-border-radius: 5px !important;  
   border-radius: 5px !important;  
   -khtml-border-radius: 5px !important; 	*/
}
#cookie-consent-banner p {
	font-size: 13px !important;
}

@media (max-width: 835px) { 
	#cookie-consent-banner { 
		right: 0px;
		bottom: -10px;
	}
}

 

#cookie-consent-banner h5 {
    font-size: 23px;
    font-weight: 700;
    margin: 0 0 1rem;
	/*barva nadpisu pouzivame cookies, pokud bude na webu nevhodna*/
	/*color: #FFF !important;*/
}

#cookie-consent-banner a:not(.btn) {
    color: #333;
}

.dark #cookie-consent-banner {
    color: #eee;
    background-color: #333;
    border-top: 1px solid #555;
}

.dark #cookie-consent-banner a:not(.btn) {
    color: #eee;
}

/* Rozmazane pozadi pri zobrazenem banneru. */
#cookie-consent.blur-website.show-blur:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

#cookie-consent .left-buttons {
    float: left;
    padding-left: 1rem;
}

#cookie-consent .right-buttons {
    float: right;
    /*padding-right: 2rem;*/
}

#cookie-consent .settings-buttons {
    float: right;
    margin: -0.4rem 0 0.5rem 0;
}

#cookie-consent-settings {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999999999;
    display: none;
}

/* Rozmazane pozadi pri zobrazenem okne s nastavenimi. */
#cookie-consent-settings:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(128, 128, 128, 0.2);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: -1;
}

#cookie-consent-settings .modal-heading {
    font-size: 20px;
    line-height: 23px;
    padding-bottom: 35px;
    margin-bottom: 1rem;
    border-bottom: 1px solid #cccccc;
}

#cookie-consent-settings .cookie-consent-settings-window {
    position: fixed;
    margin: 0 auto;

    top: 5%;
    bottom: 10%;
    right: 0;
    left: 0;

    padding: 2rem 2.5rem;
    background-color: #ffffff;
    box-shadow: 0 0 5rem rgba(128, 128, 128, 0.5);
    color: #333;

    max-width: 975px;
    width: 80%;

    /* Aby oknem slo scrollovat, pokud se do nej obsah nevejde. */
    overflow: auto;
}

#cookie-consent-settings .cookie-consent-settings-window *:not(.btn) {
    color: #333;
}

.dark #cookie-consent-settings .cookie-consent-settings-window {
    background-color: #202020;
    box-shadow: 0 0 5rem rgba(128, 128, 128, 0.5);
    color: #ddd;
}

.dark #cookie-consent-settings .cookie-consent-settings-window *:not(.btn) {
    color: #ddd;
}

#cookie-consent-settings .cookie-consent-settings-window .general-info {
    margin-bottom: 2rem;
}
.general-info h2 {
	font-size: 23px !important;
}

#cookie-consent-settings label {
    display: block;
    margin-bottom: 2rem;
    cursor: pointer; 
}

#cookie-consent-settings label strong {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

#cookie-consent-settings label input {
    margin: 0.7rem;
    transform:scale(1.4, 1.4);
    float: right;
}


#cookie-consent .btn {
	font-size: 13px !important;
    background-color: #6c757d;
    color: #eee;
    padding: 10px 10px !important;
    /*border-radius: 3px;*/
    text-decoration: none;
    display: inline-block;
    margin: 10px;
    margin-bottom: 10px;
}

#cookie-consent .btn-primary {
    background-color: #000000;
}
 

@media (max-width: 519px) {
  #cookie-consent-settings .cookie-consent-settings-window {
        top: 5px;
        bottom: 5px;
        left: 5px;
        right: 5px;
        width: auto;
        padding: 1rem;
  }

  #cookie-consent .btn {
        margin: 5px;
		min-width: 100%;
  }
	

  #cookie-consent .right-buttons  {
    float: none;
    width: calc(100% - 10px);
	max-width: calc(100% - 10px);  
	overflow-x: hidden;  
    clear: both;
  }

#cookie-consent .left-buttons {
	float: none;
	width: auto;
	clear: both;
	margin-left: -15px;
	padding-right: 17px !important;
	position: relative;
}

  #cookie-consent .settings-buttons {
      float: none;
      width: calc(100% - 10px);
	  max-width: calc(100% - 10px);  
	  overflow-x: hidden;  	  
      clear: both;	
	  margin-bottom: 30px;
  }	
#cookie-consent-settings .modal-heading {
    text-align: center;
}	
}