
.bg-secondary2 {

  background-color: #0071b3; !important;

}

.logoo { /*logo magassaga*/
	width: auto!important;
	height: 50px!important;
}

.topbarcolor {
	background-color: #4d99c4!important;
}

.phono {
	text-decoration: none!important;
	color: #fff!important;
}

.carousel-indicators {
	visibility: hidden;
}

/* Media query a kisebb képernyőmérethez */
@media screen and (max-width: 600px) {
.logoo { /*logo magassaga*/
	width: auto!important;
	height: 30px!important;
}
}

.cookie-consent{
  position: fixed;
bottom: 8px;
left: 20px;
width: 260px;
padding-top: 7px;
height: 103px;
color: #fff;

line-height: 20px;
padding-left: 10px;
padding-right: 10px;
font-size: 14px;
background: #292929;
z-index: 120;
cursor: pointer;
border-radius: 3px;
}

.allow-button{
    height: 20px;
    width: 104px;
    color: #fff;
    font-size: 12px;
    line-height: 10px;
    border-radius: 3px;
    border: 1px solid green;
    background-color: black;
}