body {
  font-family: Candara Light;
  color: #000000;
  background-image: url(bilder/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  text-align: left;
  margin: 0;
}

h1 {
  font-size: xx-large;
  vertical-align: middle;
}

h2 {
  font-size: large;
  text-indent: 5%;
}

h3 {
  font-size: x-large;
}

h4 {
  font-size: medium;
  margin: 0;
  padding: 0;
}

h5 {
  font-size: large;
  font-weight: normal;
  margin: 0;
  padding: 0;
}


table {
  /*border-collapse: collapse;*/
  text-align: center;
  table-layout: auto;
  background:  #ffffff;
  padding: 10px;
  vertical-align: "middle";
}

td,th {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  font-size: x-large;
}

input {
  min-width:150px;
  min-height:30px;
  box-sizing: border-box;
  border: 0px;
  border-radius: 20px;
  font-family: Candara Light;
  font-size: 16px;
  font-weight: bolder;
  text-align: center;
  background: #c94d4d; 
  color: #ffffff;
}

button {
  box-sizing: border-box;
  border: none;
  border-radius: 8px;
  font-family: Candara Light;
  font-size: 16px;
  text-align: center;
  background: #d2b2ab ;
}

#tabellendesign {
  margin:100 100 100 100;
}

#zeilendesign {
  padding: 4rem;
  background: #ffdcd3;
  width: 30%;
}

#text {
  font-size: large;
  font-weight: normal;
  margin: 0;
  padding: 0px;
}

#text2 {
  font-size: medium;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}

#pic1 {
  display: block;
  width: 900px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}

figcaption {
  text-align: center;
  font-size: 10px;
}