/* ========================================================================
   Stylesheet für die Bildschirmausgabe
   Schriftinformation, Überschriften, Navigation in der Kopfzeile
   Datum: 10/11/2017
   Überarbeitet: 9.4.2023 für Neuaufbau BabaSmile.de
   Autor: thomas m huber   
==========================================================================*/


/* ========================================================================
   lokal eingebundene GoogleFonts
==========================================================================*/   
  
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* ========================================================================
   Allgemeingültige Befehle
==========================================================================*/  
body {
    font:100%/160% "Roboto Condensed",Arial,Verdana,Helvetica,sans-serif;
    color:#0f243e;
    letter-spacing:1px;
}

/* ========================================================================
	Überschriften
==========================================================================*/
h1 {
    font-size:190%;
    line-height:120%;
    margin-top:15px;
    margin-bottom:15px;
}
h2 {
    font-size:130%;
    line-height:120%;
    margin-top:15px;
   /* font-weight: bold; */
    }
h3 {
    font-size:130%;
    line-height:120%;
    margin-top:15px;
    /*font-style: italic;*/
}
/* ========================================================================
   Befehle für Smartphone und Hochkantbildschirme
==========================================================================*/ 
@media screen and (max-width: 980px) and (orientation: portrait) {
/* ========================================================================
	Überschriften
==========================================================================*/   
h1 {
    font-size:190%;
    line-height:120%;
    margin-top:15px;
    margin-bottom:15px;
}
h2 {
    font-size:140%;
    line-height:140%;
    margin-top:15px;
   /* font-weight: bold; */
    }
h3 {
    font-size:130%;
    line-height:120%;
    margin-top:15px;
    /*font-style: italic;*/
}   
    
} /* Ende Mediascreen*/