@keyframes fadeIn {
	 from {
		 opacity: 0;
	}
	 to {
		 opacity: 1;
	}
}
body {
	margin: 0;
	font-family: "Poppins", sans-serif;
	xxxfont-family: 'Merriweather Sans', sans-serif;
	font-size: 1.0rem;
	font-weight: 300;
	line-height: 1.8;
	color: #4d4d4d;
	text-align: left;
	text-rendering: optimizelegibility;
	font-variant-ligatures: common-ligatures;
	font-feature-settings: "liga", "kern";
	font-kerning: normal;
	animation: fadeIn 2.5s ease;
	-moz-hyphens: auto;
  	hyphens: auto;
}

a {
	color: #ff7b00;
	text-decoration: none;
	background-color: transparent
}
section.sectionHeader {
	display: none;
	padding-top: 1rem;
	background: transparent;
}

section.sectionNavigation {
	z-index:2;
}

section.sectionContent {
	background: #fff;
}

section.sectionFooter {
	background-color: #484848;
}

section.sectionSubFooter {
	text-align: right;
	padding-top: 1rem;
	background: #353535;
  	color: #f0f0f0;
  	}
  
.list-group {
	padding-left: 15px;
  	padding-right: 15px;
  	padding-top: 25px;
  	padding-bottom: 25px;
}
.list-group .img-fluid {
  	max-width: 40px;
  	max-height: 40px;
  	border-radius: 50%;
  	position: relative;
  	margin-right: 15px;
}  	
.cardsArtikelListe {
	padding-top: 25px;
	padding-bottom: 25px;

}

.catListStart {
	padding-bottom: 25px;
	z-index: 1;
  	position: relative;
  	top: -3rem;
	}
	
.catListStart .sidebarImage {
  display: none;
}

.catListStart .listSidebar .img-fluid {
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 15px;
  margin-right: 5px;
}
.cardWrapp {
	z-index: 2;
  	background: #fff;
  	position: relative;
  	xxxpadding: 0.9rem;
  	border-radius: 0;
	}
.cat01 {
	margin-bottom: 0.9rem;
	opacity: 0;
	z-index: 1;
	}
.catListStart .cardWrapp .sidebarTitle {
	xxxmargin-top: -0.4rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
  	xxxmargin-left: -15px;
  	xxxmargin-right: -15px;
  	padding-left: 15px;
  	padding-right: 15px;
  	border-bottom: 1px solid rgba(0, 0, 0, 0.175);
	}
.catListStart .cardWrapp .sidebarTitle a {
	color: #000;
	font-weight: 500;
	}
.catListStart .cardWrapp .listSidebar {
	padding: 0.9rem;
  	
	}
/*  catCardStart end */
  	  	
.catTitle {
	text-align: center;
}  	
.cardsArtikelListe .card {
	
	xxxmargin-bottom: 25px;
} 
.cardsArtikelListe .card-avatar {
    overflow: hidden;
}
.cardsArtikelListe .card-avatar img:hover {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.cardsArtikelListe .card-avatar img {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
} 	
@media (max-width: 576px) {
.cardsArtikelListe .card .card-avatar .img-fluid {
	min-width: 100%;
}
}
.cardsArtikelListe .card .table {
	text-align: center;
	xxxpadding-left: 5px;
  	xxxpadding-right: 5px;
	margin-bottom: 0;
} 
.cardsArtikelListe .card .table .line {
	margin-top: 0;
	margin-bottom: 10px;
} 


.arrow-down {
	background-image: url(../../media/pfeil-unten-v2.png);
  	cursor: pointer;
  	height: 52px;
  	width: 52px;
  	padding-top: 25px;
  	padding-bottom: 25px;
  	margin-left: auto;
  	margin-right: auto;
  	margin-top: 25px;
  	margin-bottom: 25px;
  	position: relative;
}
.arrow-down-focus {
	height: 0;
  	position: fixed;
  	top: 50px;
}  	
.topHome {
  position: fixed;
  float: right;
  bottom: 30px;
  right: 10px;
  z-index: 1000;
  display: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  text-align: center;
  background-color: #333;
  color: #fff;
  padding-top: 5px;
}



