/* p_000_08 mietwagen */

.text {
    line-height: 2.25em;
    }
    
.line {
    border: .1em solid #f00;
    display: block;
    margin-bottom: 2em;
    }

canvas {
    box-shadow: 8px 8px 10px #aaa;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 2em;
    }
    
h1 {
    text-align: center;
    margin-bottom: 2em;
    font-size: 1.75em;
    }
    
.th2 {
    font-size: 1.25em;
    font-weight: bold;
    }
    
 img {
    box-shadow: 8px 8px 10px #aaa;
    margin-top: 1.25em;
    margin-right: 2em;
    height: auto;
    width: 25%;
    float: left;
    }   
    
/* 1 em = 16 px */
/* 37.5em = 600 px = mobil */
@media only screen and (min-width: 37.5em) {
    img {
        width: 15%;
        margin-bottom: 2em;
        }
        
     main {
        margin-left: 10%;
        margin-right: 10%;
        }    
        
}

/* 56.25em = 900 px = tablet */
@media only screen and (min-width: 56.25em) {
    .text {
        line-height: 3.5em;
        }
        
    h1 {
        margin-bottom: .1em;
        }
    
    canvas {
        width: 70%;
        margin-top: 4em;
        margin-left: 15%; 
        margin-right: 15%;
        }    
        
    main {
        margin-left: 10%;
        margin-right: 10%;
        }
}

/* 100em = 1200 px = desktop */
@media only screen and (min-width: 75em) {
    .text {
        line-height: 3.5em;
        }
    
    canvas {
        width: 60%;
        margin-top: 4em;
        margin-left: 20%; 
        margin-right: 20%;
        }    
        
    main {
        margin-left: 20%;
        margin-right: 20%;
        }

    img {
        width: 15%;
        margin-bottom: 2em;
        }
}

/* 100em = 1600 px = tv */
@media only screen and (min-width: 100em) {
    .text {
        line-height: 4.5em;
        }
}