/* Füge hier Dein eigenes CSS ein */
html { 
	overflow: scroll;
	overflow-x: hidden;
}
body {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300; 
	font-size: 16px;
	background-color: #f5f5f5; 
}
.container {
	background-color: #ffffff; 
	padding-bottom: 1rem;
}
#main .post, #main .page, #main .page-header {
	border: none;
	border-bottom: 1px dotted #666 !important;
	padding: 0;
	padding-top: 1rem;
}
.entry-title {
	margin-bottom: 0.5rem;
}
.post-3097 .entry-meta, 
.post-3099 .entry-meta, 
.post-3190 .entry-meta, 
.post-3101 .entry-meta, 
.post-3173 .entry-meta, 
.post-3187 .entry-meta  {
	display: none;
}
img {
	height: auto;
}
.widget {
	border: none !important;
}
.site-footer {
	display: none;
}
.custom-logo {
  max-width: 320px !important;
	height: auto;
	margin-top: 0.5rem;
}
.widget_nav_menu ul{
	list-style: none;
	font-weight: 100;
}
.menu {
	font-size: 1.6rem;
}
.widget_nav_menu li {
	margin-top: 0.6rem;
}
.sub-menu {
	font-size: 1rem;
}
.sub-menu li {
	margin-top: 0.3rem;
	font-weight: 300;
}
.bg-light {
  background-color: #fff !important;
}
.site-title  {
	color: #aa0000;
	font-weight: 100;
	font-size: 2rem;
}
h1 {
	font-size: 1.8rem;
	font-weight: 300;
}
h2 {
	font-size: 1.6rem;
	font-weight: 300;
}
h3 {
	font-size: 1.3rem;
	font-weight: 300;
}
a {
	color: #aa0000;
  text-decoration: none;
}
a:hover {
  color: #990000;
  text-decoration: none;
}
.c-accordion__title {
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-top: 1px dotted #999;
}
.posted-on, .byline {
	display: none;
}
.more-link {
font-size: 0.8rem;
}
.dropdown-menu {
	border: none;
}
.cat-links, .tags-links {
	
}
.categories-icon, .tags-icon {
	display: none;
}
/* Anpassungen für die mobile Ansicht*/
/* xl */
@media (min-width: 1200px){ 

}
/* lg */
@media (max-width: 1199px){ 
	.menu {
		font-size: 1.6rem;
	}
	.sub-menu {
		font-size: 1.1rem;
	}
}
/* md */
@media (max-width: 991px){ 
	.custom-logo {
		width: 200px;
	}
	#block-14 img {
		width: 200px;
	}
}
/* sm */
@media (max-width: 767px){ 
	.menu {
		font-size: 1.4rem;
	}
	.sub-menu {
		font-size: 1rem;
	}
}
/* xs */
@media (max-width: 575px){  
	.site-title {
		font-size: 2rem;
		line-height: 2.3rem;
  	font-weight: 300;
	}
	#sidebar-left {
		display:none;
	}
}