 @viewport { width: 320px; }
  @viewport { zoom:1; }

body {

background-color:#ffffff;
   }





p.ueberschrift
  {

  font-family: DejaVu Math TeX Gyre;
  font-weight: bold;
font-size: 25;
color: #B85A71;
text-align: center;
}




p.text_center
  {
font-family: Calibri light;
text-align: center;
font-size: 15;
color: #000000;
background-color: #F8F7F5;

    border: 1px solid #B85A71;
  border-radius: 15px;
    margin: 20px;
}



p.hervorgehoben
  {

  font-family: DejaVu Math TeX Gyre;
  font-weight: bold;
font-size: 15;
color: #ffffff;
background-color: #B85A71;
text-align: center;

border: 1px solid #B85A71;
  border-radius: 15px;
    margin: 20px;
    padding: 20px;
}

p.text_left
  {
font-family: Calibri light;
text-align: left;
font-size: 15;
color: #000000;
background-color: #F8F7F5;

    border: 1px solid #B85A71;
  border-radius: 15px;
    margin: 20px;
     padding: 20px; 
}

table.table_preise
  {

font-family: DejaVu Math TeX Gyre;
font-size: 25;
font-weight: bold;
color: #ffffff;
}

table.img_rund
  {

border-radius: 50%;
}