@charset "UTF-8";
/* CSS Document */

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body#index {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;

  color: #000;
  background-color: #fff;
  font-size: 100.01%;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  text-align: center;
}

#Startseite-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 100%;
  max-width: 90vw;
  text-align: center;
}

.Startseite-Motiv {
  max-width: 100%;
  max-height: 60vh;   
  height: auto;
  object-fit: contain;
}

#Startseite-img p,
#Startseite-img h1 {
  margin: 0.5em 0;
  line-height: 1.2;
  max-width: 90vw;
  overflow-wrap: break-word;
}

h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 36px;
  margin-bottom: 0;
  text-transform: uppercase;
}