
.navbar.navbar-transparent {
	background-color: #000;
}

.navbar-default {
	background-color: #0000004d;
	border-color: #000;
	backdrop-filter: blur(5px);
}
.textorange {
	color: #e53828;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
	line-height: 1.5;
}
.copyright
{
	display: none;
}

@media screen and (max-width: 428px) {
.title-logo-wrapper{margin-left: 11px;}
}

@media screen and (max-width: 912px) {
	.nav > li > a
	{
		padding: 0;
	}
}
	@media (max-width: 768px)
	{
		.footer	.copyright
	{display: none;}
		.title-logo-wrapper{margin-left: 11px;}
}

.header-filter {top: 31px;}
.navbar-default .navbar-nav > li > a {color: #fff;}

.widget_recent_entries, .widget_archive, .widget_categories, .posted-by, .vcard, .author {display: none;}


.atitle  {
  background-image: url(https://www.pixandbytes.de/wp-content/uploads/2024/06/flamme.webp
);
  background-size: contain;
  color: transparent;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-transform: uppercase;
  margin: 10px 0;
}

.subline {
  font-weight: 500;
  text-align: center;
  background: linear-gradient(90deg, #000, #fff, #000);
  letter-spacing: 1px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-repeat: no-repeat;
  background-size: 80%;
  animation: shine 10s linear infinite;
  position: relative;
}

@keyframes shine {
  0% {
    background-position-x: -500%;
  }
  100% {
    background-position-x: 500%;
  }
}

.btn-shine {
	font-weight: 500;
	text-align: center;
  transform: translate(-50%, -50%);
  color: #ffffff;
  background: linear-gradient(to right, #4d4d4d 0, white 10%, #4d4d4d 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 4s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  white-space: nowrap; }

@keyframes shine {
  0% {
    background-position: 0; }
  60% {
    background-position: 430px; }
  100% {
    background-position: 430px; } }
@media (max-width: 500px)
{
	.btn-shine {font-size: 14px;}
}

.hestia-title  {
  animation: textwelle 4s;
}

@keyframes textwelle {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }  
  70% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;	
  }
}
#ssb-btn-1 {display: none;}

.info-title {
	font-weight: 400; 
}
.entry-tags, a.facebook {display: none;}