body {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#990000+0,000000+20,000000+80,ffff00+100 */
padding-top: 5px;
/*color: #990000;
background: #990000; /* Old browsers */*/
background: -moz-linear-gradient(left,  #990000 0%, #cccccc 25%, #cccccc 95%, #990000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #990000 0%,#cccccc 25%,#cccccc 95%,#990000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #990000 0%,#cccccc 25%,#cccccc 95%,#990000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#990000',GradientType=0 ); /* IE6-9 */
}
/*.columns-2 .einleitungsbild {height: 350px; width:250px;} .columns-2 .einleitungsbild img {height: 350px; width: 250px;}*/

.blog-item {
  border-width: 0px; 
  border-style: solid; 
  border-color: yellow;*/
}
.blog-item h2 {
  text-align: center;
  color: black;
  /*background-color: #990000;*/
}
.blog-items {
  width: 60%
  align: center;
  /*margin-left: 5%;*/
}
div.sprache {
	float: right;
	width: 180px;
	position: absolute;
	right: 5px;
  top: 15px;
	z-index: 1;
	background-color: transparent;
	border:none;
}

/*div.patch img {
    max-width: 100%;
    height: auto;
}*/

a:link {
  color: #990000;
}
a:visited {
	color: #990000;
}
/*:root {
	
--template-link-color color: #ffffff;
}*/
.back-to-top-link.visible {
  background-color: black;
  }
.container-header {
  z-index: 10;
  background-color: transparent;
  background-image: none;
  position: relative;
  left: 100px;
  top: 0px;
  display: none;
}
.container-banner {
  margin: 0 0 0rem;
  display: block;
  background-color: #900;
  top:0;
  position: sticky;
}
div.logo_li {
	background-color: transparent;
	border:none;
	margin-left: -1%;
	width: 35%;
	position: fixed;

}
#system-message-container joomla-alert {
  color: black;
}
.btn-secondary {
  --btn-color: var(--gray-800);
  --btn-bg: black;
  --btn-border-color: var(--gray-400);
  --btn-hover-color: var(--gray-800);
  --btn-hover-bg: var(--gray-100);
}
/*@media screen and (min-width: 600px) {
   div.logo_li {
    display: none;
  }
}*/
@media screen and (max-width: 600px) {
   div.patch {
    display: none;
  }
}
@supports (display:grid) {
  .blog-items[class^="columns-"] > div, .blog-items[class*=" columns-"] > div {
    flex: 0 auto;
    width: auto;
    max-width: none;
    padding: 10px;
  }