@charset "utf-8";
/*
#name-cookie-accept-bar{
	position: absolute;
}*/

.cookie-accept-bar{
	/*position: relative;
        top: 0;*/
	position: fixed;
	bottom: 0;
	left: 0;
	background: #000; /*#808080;*/
	padding: 10px 0px;
	width: 100%;
}

.cookie-accept-bar p{
	max-width: 1280px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}

#name-cookie-accept-btn{
	display: inline-block;
	padding:  3px 30px;
	background-color: #c33;
	margin: 0 auto 0 auto;
	border-radius: 5px;
	color: #fff;
	font-size: 1.0em;
	text-decoration: none;
}

#name-cookie-accept-btn i,
.material-icons{
	display: none;
}

#name-cookie-accept-btn:hover{
	background-color: #ccc;
	cursor: pointer ;
}

#modal-overlay{
	z-index: 1 ;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 0,0,0, 0.75 );
}
 
.button-link{
	color: #00f ;
	text-decoration: underline;
	font-size: 1.0em;
}
 
.button-link:hover{
	cursor: pointer;
	color: #f00;
}

#modal-content{
	width: 40%;
	margin: 0;
	padding: 10px 10px;
	border: 2px solid #aaa;
	background: #fff;
	position: fixed;
	display: none;
	z-index: 2;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

#modal-content-innar{
	margin:0 auto;
	width:95%;
	max-width: 500px;
}

@media (min-width: 769px){
#modal-content-innar{
	height: 340px;
}
}/*@media (min-width: 769px)  */
@media (min-width: 641px) and (max-width: 768px){
#modal-content{
	width: 90%;
	max-width: 400px;
}

#modal-content-innar{	
	height: 280px;
}
}/*@media (min-width: 641px) and (max-width: 768px)  */

@media (max-width: 640px){
#modal-content{
	width: 100%;
	max-width: 280px;
}

#modal-content-innar{
	height: 250px;
}
}/*@media (max-width: 640px)  */

#modal-content::-webkit-scrollbar{
	background: #ccc;
	width: 5px;
}

#modal-content::-webkit-scrollbar-thumb{
	background: #aaa;
}
