/* Füge hier Dein eigenes CSS ein */

body.home .post-title,
.copyright-social-wrapper {
  display: none;
}

body.home .post-content-container {
  background: transparent !important;
}

html div.portfolio-category-wrapper {
	min-width: 174px;
}

html .portfolio-categories {
	font-size: 1.22em;
  direction: rtl;
}

span.tagline {
	white-space: nowrap;
}

body li {
    margin-bottom: 0.2em;
}

body .portfolio-title-wrapper {
  opacity: 1;
}

body.single li.meta-title {
	display: none; 
}


@media only screen and (max-width: 1000px) {
	body .portfolio-categories li::after {
  	content: '|'; 
	}
}

body .site-menu {
  border-bottom: 0;
}