/* p_000_05 gebrauchtauto-mieten */

p {
    line-height: 2.25em;
    margin-bottom: 2em;
    margin-top: .75em;
    }

h1 {
    text-align: center;
    font-size: 1.75em;
    }
    
h2 {
    font-size: 1.25em;
    }     
    
.svgimg {
    float: left;
    height: 1.25em;
    width: 1.25em;
    }
    
.svgtext {
    margin-left: 2em;
    }    
    
.svgtext:first-letter {
   font-weight: bold;
   }        

.headerbutton {
   display: none;
   }

/* -- <bonus oben> -- */
.li_08 {
    border: .2em solid #f00;
    border-radius: 5em;
    padding: .6em;
    float: right;
    box-shadow: 1px 1px 10px 2px #f00;
    }

.li_08:hover {
    background-color: #f00;
    }

.li_08 a {
    color: #f00;
    display: block;
    padding-bottom: .75em;
    padding-top: .75em;
    text-align: center;
    text-decoration: none;
    }

.li_08 a:hover {
    color: #fff;
    }
/* -- </bonus oben> -- */   

/* -- <bonus unten> -- */
.li_09 {
    border: .2em solid #f00;
    border-radius: .75em;
    margin-top: .75em;
    margin-bottom: .75em;
    display:block;
    }

.li_09:hover {
    background-color: #f00;
    }

.li_09 a {
    color: #f00;
    display: block;
    padding-bottom: .75em;
    padding-top: .75em;
    text-align: center;
    font-weight:bolder;   
    text-decoration: none;
    }

.li_09 a:hover {
    color: #fff;
    }
/* -- </bonus unten> -- */

/* 1 em = 16 px */
/* 37.5em = 600 px = mobil */
@media only screen and (min-width: 37.5em) {
     #bonus_u {
        display: block;
     }
     #bonus_o {
        display: none;
     }
}

/* 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) {
}