/*
 Theme Name:   Handflächen
 Theme URI:    https://am9.eu/
 Description:  Twenty Twenty Child Theme.
 Author:       Andreas Mäbert
 Author URI:   http://am9.eu/
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         none
 Text Domain:  handflaechen
*/

.blog .entry-categories,
.blog .post-author,
.blog .post-comment-link {
  display: none;
}
.comment-form p.comment-form-email {
  margin-left: auto;
}
.comment-form small.attachmentRules::after {
  content: ')';
}
.comment-form .wpgdprc-checkbox {
  display: flex;
}
#comments {
  margin-top: 5rem;
}
@media ( min-width: 700px ) {
  .comment-respond .comment-form-author, .comment-respond .comment-form-email {
    float: none;
    width: auto;
  }
  #comments {
    margin-top: 8rem;
  }
}
