/* Egyedi CSS */
/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 3px;
  background: #8f9aa5
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #343a40; 
  border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #007bff; 
}
/* speak */

.speak_on {
	margin-left:10px;
	display:none;
}

.white {
	color:white;
}

.navbar-search-block {
	width:85%;
}

.navbar_head{
	border-bottom: 1px solid #6d6d6d !Important;
}
.navbar_head a{
	color:white;
}
.news4you {
	font-weight:bold !Important;
}
.news4you_blue {
	color:#007bff;
	font-weight:bold !Important;
}
.news-title {
	font-weight:bold;
	color:white !Important;
	text-shadow:1px 1px 2px #000 !Important;
	
	/*text-shadow: 5px 6px 10px black;
	-webkit-text-stroke-width: 0.2px;
    -webkit-text-stroke-color: #ffffff;*/
}
.news-image {
	/*height:350px !Important;
	background-blend-mode: multiply;*/
	border-radius:.25rem;
}
.max-width img {
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	border-radius:.25rem;
}
.blur {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius:.25rem;
  line-height: 1;
  text-shadow:1px 1px 3px #000 !Important;
  /*mix-blend-mode: color-burn;*/
 -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  max-width: 100%;
  max-height: 50%;
  padding: 1.25rem;
  /*padding: 20px 40px;*/
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0rem !Important;
    border-radius: calc(.25rem - 0);
}

.top-margin {
	padding-top:10px !Important;
}
.card-footer,.card-body {
	/*color:black;*/
}
.no-bottom {
	margin-bottom: 0rem;
}
.right-margin {
	margin-right:20px;
}

.no-border {
	border:0px !Important;
	padding:0px !Important;
	margin:0px !Important;
}
.bottom-10 {
	margin-bottom:15px !Important;
}
.left-text {
	text-align:left;
}
.kibontva img {
	/*width:200px !Important;*/
}
.kibontva a{
	color:white !Important;
	text-decoration: none !Important;
}
.kibontva a:hover{
	color:white !Important;
	text-decoration: none !Important;
}
.dark-mode a:not(.btn):hover {
    color: #f8f9fa !Important;
}
.dark-mode a:not(.btn):hover {
    color: rgb(255, 255, 255) !Important;
}