/* allgemein gültige Formatierungen */

  /*  *{
        font-family: helvetica, sans-serif;
        font-size: clamp(10px, 0.7vw, 1rem);
        margin: 0;
    }*/

html, body {
  height: 100%
}

    body {
        background-color: white;
        background-image: url(Logo.jpg);
		background-repeat: no-repeat;
		background-attachment: fixed;
        background-size: 40%;
		background-position: center; 
    }

td, th {
  font-family: calibri;
  font-weight: bold;
  font-size: clamp(20px, 0.7vw, 1rem);
  text-align: bottom;
  vertical-align: bottom;
}
 
  .headline {
  font-family: Bodony MT Black;
  font-weight: bold;
  font-size: 150px;
  text-align: center;
  color: blue;
  text-shadow: 10px 11px 12px red;
}

  .headline2 {
  font-family: Bodony MT Black;
  font-weight: bold;
  font-size: 100px;
  text-align: center;
  color: blue;
  text-shadow: 10px 11px 12px red;
}
 
 .sponsoren {
    position: absolute;
	bottom: 0;
	left:0;
}
	

.sponsorenbild {

	
max-width: 100%;
bottom: 0;
align: bottom;
}

  #text {
  font-family: Bodony MT Black;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: black;
  text-shadow: 10px 11px 12px red;
}