* {
	margin: 0;
	padding: 0;
}
@font-face {
	font-family: 'cantarellregular';
	src: url('/layout/font/Cantarell-Regular-webfont.eot');
	src: url('/layout/font/Cantarell-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/layout/font/Cantarell-Regular-webfont.woff') format('woff'), url('/layout/font/Cantarell-Regular-webfont.ttf') format('truetype'), url('/layout/font/Cantarell-Regular-webfont.svg#cantarellregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background: #7c7b7b;
	font: 100%/1 "cantarellregular", Verdana, Geneva, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
}
.wrapper {
	width: 800px;
	margin: 0 auto;
}
header {
	background: #cccccc;
	text-align: center;
	padding: 35px 0 0 0;
	color: #737771;
}
nav {
	background: #cccccc;
	text-align: center;
	padding: 0 0 25px 0;
	color: #737771;
}
section {
	padding: 20px 0;
	text-align: center;
}
footer {
	font-size: 60%;
	margin: 40px 0 10px 0;
	text-align: center;
	clear: both;
}
h1 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h1 a {
	color: #737771;
	text-decoration: none;
	font-weight: normal;
}
h2 {
	font-size: 100%;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
section a:link, section a:visited {
	color: #ffffff;
	text-decoration: none;
}
section a:hover, section a:active, section a:focus {
	text-decoration: underline;
}
footer a:link, footer a:visited {
	color: #cccccc;
	text-decoration: none;
}
footer a:hover, footer a:active, footer a:focus {
	text-decoration: underline;
}
.blog {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}
.column-1, .column-2 {
	width: 253px;
	margin: 0 20px 20px 0;
	float: left;
}

.column-3 {
	width: 253px;
	margin: 0 0px 20px 0;
	float: left;
}

/*.cols-1 a{
	  -webkit-transition: opacity 1s ease-in-out;
       -moz-transition: opacity 1s ease-in-out;
        -ms-transition: opacity 1s ease-in-out;
         -o-transition: opacity 1s ease-in-out;
            transition: opacity 1s ease-in-out;
			}	*/
	
.column-1 a:hover, .column-2 a:hover, .column-3 a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
	text-decoration: none;
}
.item-page {
	width: 800px;
	min-height: 400px;
	margin: 0 auto;
}
.item-pagecenter {
	min-height: 400px;
	margin: 0 auto;
}
.column-1, .column-2, .column-3, .item-page div {
	text-align: left;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
nav ul li {
	display: inline;
	border-right: 1px solid #d7d8d8;
}
nav ul li:last-child {
	display: inline;
	border-right: 0px solid #d7d8d8;
}
nav ul a:link, nav ul a:visited {
	display: inline-block;
	padding: 10px;
	color: #737771;
	text-decoration: none;
}
nav ul a:hover {
	color: #ffffff;
}
nav ul .active a {
	color: #ffffff;
}
p {
	margin: 0 0 20px 0;
}




.com-content-category-blog__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 0rem;
}

/* Tablet (ab 600px) */
@media (min-width: 600px) {
  .com-content-category-blog__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Desktop (ab 1024px) */
@media (min-width: 1024px) {
  .com-content-category-blog__items {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Optional: Styling der einzelnen Elemente */
.com-content-category-blog__item {
  padding: 0.2rem;
}

.com-content-category-blog__item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0.5rem;
}

.com-content-category-blog__item p {
  margin: 0;
  font-size: 1rem;
	text-align: left;
}
