/* -- <p_000_00 mietdireinauto> (startseite) -- */

h1 {
    text-align: center;
    font-size: 1.75em;
    margin-bottom: 1.5em;
    }
    
h2 {
    font-size: 1.25em;
    margin-bottom: 1.5em;
    }  
    
p {
    line-height: 2.25em;
    margin-bottom: 2em;
    margin-top: .75em;
    }      
    
.svgimg {
    float: left;
    height: 1.25em;
    width: 1.25em;
    }
    
.svgtext {
    margin-left: 2em;
    line-height: 2em; 
    }    
    
.svgtext:first-letter {
    font-weight: bold;
    }
   
/* 1 em = 16 px */
/* 37.5em = 600 px = mobil */
@media only screen and (min-width: 37.5em) {
}

/* 56.25em = 900 px = tablet */
@media only screen and (min-width: 56.25em) {
}

/* 100em = 1200 px = desktop */
@media only screen and (min-width: 75em) {
}

/* 100em = 1600 px = tv */
@media only screen and (min-width: 100em) {
}