/* Füge hier Dein eigenes CSS ein */
 .bildrahmen .alignleft {
  margin-right: 30px;
}

 .bildrahmen .alignright {
  margin-left: 30px;
}

.bildrahmen figcaption {
	margin: 0 0 10px 0;
}
.bildrahmen img {
		border-radius: 7px;
}
.entry-content p:not([class]) a, .entry-content li a {
  font-weight: 600;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-color: #ffccee;
  border: none;
}
.entry-content p a.more-link {
  text-decoration: none;
}
.entry-content p a.more-link:after {
  content: " … ";
}
.widget_tag_cloud div.tagcloud a.tag-cloud-link:hover {
  background-color: #ffaa00;
  color: #ffffcc;
}
nav#vision-primary-nav ul li.current-menu-item a {
  border-color: #9999ff;
}

div.footer-widgets .widget-title::after
{
  background-color: #aaaaff;
}  
.entry-content a:hover {
		border-radius: 4px;
		color: #ffffcc ! important;
		background-color: #9b8be3;
}

#respond .comment-reply-title span {
	color: #000000;
}

h2 {
  font-weight: 700;
	color: #555;
}

h3 {
  font-weight: 700;
	color: #555;
}

aside.widget_recent_entries a:hover {
  color: #6d0ccf;
}

.entry-content p {
  border-radius: 8px;
}

.entry-header img,
article .entry-header img.wp-post-image {
		border-radius: 8px;
}

article .entry-header img.wp-post-image {
  margin: 0;
}
header.entry-header {
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center; 
  background-image: url("https://www.papamaus.de/wp/wp-content/uploads/2018/09/header-bg.svg");
}
img.logo {
		border-radius: 18px;
}

.entry-content .more-link {
    padding: 0 2px;
    font-family: Raleway, Helvetica, Arial, sans-serif;
    font-style: normal;
}