body {
  font-size: 18px;
}
p a {
  color: #D32C30;
}  
p {
  margin: 10px 0;
}

h1 {
  font-size: 1.8em;
  font-weight: 300;
}

h2 {
  font-size: 1.5em;
  font-weight:300;
}

h3 {
  font-size: 1.1em;
  margin: 8px 0;
  font-weight:300;	
}
.post img {
  float: left;
  margin: 0 8px 0 0;
	width:auto;
	height:auto;
}  /*gundhild 17.4.20 */
.post h3 a,
#uebungsleiter h3 {
/*  color: #D32C30; */
  color: black;
	color: #D32C30;
/*  text-decoration: underline */
}
#single-post h3 {
color:black;
}

.post.format-standard h3 a,
.post.format-image h3 a{
  font-size: 1.1em;
}

.post.format-aside h3 a {
  font-size: 1.5em
}

.fontsize-small {
  font-size: 0.75em;
}

#copyright p {
  margin-bottom: 10px;
}
.siteorigin-widget-tinymce.textwidget > p:first-child {
  margin-top: 0
}

a.more-link {
  color: #D32C30;
  text-decoration: none
}


#menu-rechtliches {
  margin: 5px;
  text-decoration: none
}

#menu-rechtliches.menu {
  float: right;
  display: flex;
}

#menu-rechtliches.menu li {
  list-style: none;
  margin-left: 20px;
}

#menu-rechtliches.menu a {
  display: block;
  color: rgba(255,255,255,0.8);
  font-size: 0.8em;
  text-decoration: none;
}

#uebungsleiter #post-navigation {
  margin-top: 25px;
  padding-top:  20px;
  border-top: 1px solid #eeeeee
}

#uebungsleiter #post-navigation p {
  text-align: center;
  line-height: 170%;
  font-size: 0.75em
}

#uebungsleiter #post-navigation p span {
  margin: 10px;
}

#uebungsleiter #post-navigation p span a {
  text-decoration: none
}

#uebungsleiter img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 1px 1px 15px rgba(0,0,0,0.2)
}

#uebungsleiter h3 {
  margin-top: 0px;
  margin-bottom: 5px
}

#uebungsleiter p {
  margin-top: 5px;
  margin-bottom: 20px
}

#post-loop-image ul {
  margin: 0;
  padding: 0;
  display: grid;
  /*grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 5px; */
}

#post-loop-image ul li {
  list-style: none;
  display: flex; 
  
}

#post-loop-image ul li a img {
  max-width: 100%;
  height: 100%;
}

.formular input, .formular textarea {
  font-size: 1em;
}

.formular p.small {
  font-size: 0.75em;
}

.formular span.datenschutz > span > span{
  margin-left: 0
}