/* -- <p_000_11> angebot -- */

h1 {
    text-align:center; 
    }
     
h2 {
    text-align:center; 
    }
    
canvas {
    box-shadow: 8px 8px 10px #aaa;
    width: 90%;
    margin-left: 5%;
    }
 
p {
   margin-top: 2em;
   margin-bottom: 2em;
   line-height: 2em;
   }

.svgimg {
    float: left;
    height: 1.25em;
    width: 1.25em;
    }
    
.svgtext {
    margin-left: 2em;
    line-height: 2em; 
    }    
    
.svgtext:first-letter {
    font-weight: bold;
    }

/* -- <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) {
    canvas {
    width: 50%;
    margin-left: 25%;
    }    

p {
   margin-top: 3em;
   margin-bottom: 3em;
   line-height: 3em;
   }
    
    }

/* 100em = 1600 px = tv */
@media only screen and (min-width: 100em) {
    }





