
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;1,100&display=swap');

/* Inhalt */
.content { 
    margin: auto;
    width: 600px;
    font-family: "Roboto";
}

/* Obere Box */
.ueber { 
    border: 1px solid black;
    border-bottom: 0,5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgb(214, 170, 255);
    padding-bottom: 20px;
    font-weight: bold;
    box-shadow: 6px 6px 6px rgb(115, 80, 148);
}

/* Bilder */
img { 
    height: auto;
    width: 100%;
}

/* Mittlere Box */
.print { 
    border: 1px solid black;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgb(214, 170, 255);
    box-shadow: 6px 6px 6px rgb(115, 80, 148);
}

/* Unter Box */
.VZ { 
    border: 1px solid black;
    width: 580px;
    margin: auto;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background-color: rgb(214, 170, 255);
    box-shadow: 6px 6px 6px rgb(115, 80, 148);
} 

/* Vor und Zurück dicker */
a { 
    color: black;
    font-weight: bold;
    text-decoration: none;
}

/* Vor und Zurück unterstrichen und kleiner */
a:hover {
    text-decoration: underline;
    font-size: 15px;
}

/*Zurück Position*/
.z { 
    float: left;
    width: 33%;
    height: 20px;
    text-align: center;
} 

/*Seitenzahl Position*/
.p { 
    float: left;
    width: 33%;
    height: 20px;
    text-align: center;
    color: black;
    font-weight: bold;
} 

/*Vor Position*/
.V { 
    float: left;
    width: 33%;
    height: 20px;
    text-align: center;
}

/* wegen dem float */
.clear {
    clear: both; 
} 