/* p_000_04 einzelheiten */

p,li {
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;
    }

img {
box-shadow: 8px 8px 10px #aaa;
margin-top: 1.5em;
margin-right: 2em;
height: auto;
width: 20%;
float: left;
}

.bottom {
margin-top: 2em;
margin-bottom: 4em;
}

/* 1 em = 16 px */
/* 31.25em = 500 px = mobil */
@media only screen and (min-width: 31.25em) {
 
}

/* 1 em = 16 px */
/* 37.5em = 600 px = mobil */
@media only screen and (min-width: 37.5em) {
img {
height: auto;
width: 15%;
}

.bottom {
margin-bottom: 5em;
}
}

/* 56.25em = 900 px = tablet */
@media only screen and (min-width: 56.25em) {
  img {
height: auto;
width: 10%;
}
}

/* 100em = 1200 px = desktop */
@media only screen and (min-width: 75em) {
  img {
height: auto;
width: 7.5%;
}
}

/* 100em = 1600 px = tv */
@media only screen and (min-width: 100em) {
  img {
height: auto;
width: 5%;
}
}