/*
 Theme Name:   neve Child
 Description:  Mein Child Theme
 Author:       Bjoern Wolf
 Author URI:   http://www.stadtkirche-naunhof.de
 Template:     neve
 Version:      1.0.4
 Text Domain:  neve-child
*/

/*
Anpassung für Herrnhuter Losungen
*/

<html lang="de">

.losung-text {margin-bottom:0; font-weight: normal;}
.losung-losungseinleitung {font-style:normal; font-weight: normal;}
.losung-versangabe {font-size: 0.7em; text-align: right;}
.losung-copy {font-size: 0.6em; text-align: left;}



.site-logo h1, .site-title, .site-logo p
	{ 
		color: #ffffff; 
		font-family: Roboto Condensed; 
		font-size: 1.6em;
		font-weight: 400;
		font-style: normal;	
	

	}


}



/* 
hyphens = Zeilenumbruch 
*/

/* P { hyphens: auto;} */


/* 
Schriftgröße auf den drei Gerätetypen 
*/

/*
body {font-size: 100%}

p {
   font-size: 1.125em;
   line-height: 1.6em;
}

@media screen and (max-width: 64em) {
 body {
      font-size: 90%;
   }
}

@media screen and (max-width: 50em) {
 body {
       font-size: 75%;
   }
}

@media screen and (max-width: 30em) {
   body {
        font-size: 75%;
  }
}
*/