
/*
Theme Name: was-ist-glaube
Description: Mein neues Childtheme
Author: Dein Name
Author URI: http://www.deine-website.de
Template: colorway
Version: 1.0
Tags:
*/
/*Füge deinen Code unter dieser Zeile ein. Nutze ggf. !important, um Styles aus dem Haupttheme zu überschreiben.*/

.bild-zentriert{
    margin:auto;
    max-width:50%;
}
body {
    font-size: 2em;
    color:black;
}
h1,h2{
    text-align:center;
    color:#214b97;
    font-size:64px!important;
}
.footer-navi{
    display:none;
}
.sidebar.right{
    display:none;
}
#commentsbox{
    /*display:none;*/
}
.comment-form-url{
 display:none;
}
