:root {
  --maximalebreite: 900px;
  --minimalebreite: 300px;

  /*https://clamp.font-size.app/?config=eyJyb290IjoiMTYiLCJtaW5XaWR0aCI6IjQwMHB4IiwibWF4V2lkdGgiOiI5MDBweCIsIm1pbkZvbnRTaXplIjoiMTZweCIsIm1heEZvbnRTaXplIjoiNDhweCJ9 */
  --font-size1: clamp(1.875rem, 0.9375rem + 5vw, 3.125rem);
  --font-size2: clamp(0.9375rem, 0.3125rem + 3.3333vw, 2.1875rem);
  --font-size3: clamp(0.625rem, 0.3125rem + 1.6667vw, 1.25rem);
  margin: 0;
}

html {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../thimg/HLogo.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
 
}

body {
  max-width: var(--maximalebreite);
  min-width: var(--minimalebreite);
  margin: auto;
  height: 100vh;
  min-height: 800px;

  padding: 0 5% 0 5%;

}
.inhaltgesamt{
height: 90%;


}
.indexhead {

  height: 1.5em;
  font-size: var(--font-size1);
  text-align: center;
  padding-top: 1em;
color: #0618be;
text-shadow: 4px 4px 7px rgb(95, 13, 13);
}

.indexblock {

  background-color: rgb(178, 205, 250, 0.8);
  border: medium solid rgb(6, 5, 5);
  border-radius: 1em;
  font-size: var(--font-size2);
  padding: 0.4em 1em 0.4em 3em;
  cursor: pointer;
  margin-top: 2em;
}

img {
  height: var(--font-size2);
  position: absolute;
}

.textindexblock {
  text-decoration: none;
  font-size: var(--font-size2);
  color: black;
  margin-left: 2em;

}

.footer {
  font-size: var(--font-size3);
  color: black;
  text-decoration: none;
  text-align: center;
  max-width: var(--maximalebreite);
  min-width: var(--minimalebreite);
  height: 10%;


}

.mailto {
  text-decoration: none;
  color: #f5000c;
  margin-left: 1em;

}

.tel {
  text-decoration: none;
  color: #f5000c;
  margin-left: 1em;
}