* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: rgb(165, 165, 165);
}

h4 {
  margin-bottom: 20px;
}

.zurück {
  position: absolute;
  top: 36px;
  right: 36px;
}

.gridGeld {
  display: grid;
  grid-template-columns: auto auto auto;
  border: solid black 1px;
  padding: 10px;
}

.liste {
  width: 21cm;
  margin: 40px auto 100px 70px;
}

.liste a {
  padding-right: 10px;
  text-decoration: none;
  color: rgb(244, 244, 244);
}

.liste a:hover {
  color: rgb(223, 223, 223);
}

.img_logo {
  background-image: url(../img/yoga1.png);
  background-size: cover;
  width: 160px;
  height: 240px;
  margin: 64px auto 0 auto;
}

page {
  background: white;
  display: block;
  margin: 20px auto 0 auto;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
  padding: 60px 100px 0px 70px;
  position: relative;
}
page[size='A4'] {
  width: 21cm;
  height: 29.7cm;
}

ul {
  margin-bottom: 40px;
}

@media print {
  body,
  page {
    margin: 0;
    box-shadow: 0;
  }
}

page h2 {
  font-family: 'Times New Roman';
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: normal;
}

page p {
  font-size: 16px;
  font-family: 'Times New Roman';
  text-indent: 10px;

  padding-bottom: 0px;
  line-height: 24px;
}

page .zitat {
  font-size: 14px;
  font-family: 'Times New Roman';
  text-indent: 10px;
  margin: 0 20px 0 30px;
  padding-bottom: 10px;
  line-height: 20px;
}

page .wörterbuch h2 {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 20px;
  text-indent: 10px;
}

page h3 {
  font-size: 20px;
  font-weight: lighter;
  margin-bottom: 32px;
  margin-top: -20px;
}

page .wörterbuch a {
  color: rgb(92, 92, 190);
  text-decoration: none;
}

page .wörterbuch a:hover {
  color: #333;
}

page .paginierung {
  position: absolute;
  bottom: 0.5cm;
  left: 0;
  margin-left: auto;
  margin-right: auto;

  right: 0;
  text-align: center;
  font-size: 12px;
}

page .fußnote {
  border-top: 2px solid black;
  position: absolute;
  top: 27cm;
  width: 400px;
}

page .fußnote p {
  font-size: 14px;
  line-height: 20px;
}

/* Wörterbuch */

page[size='A5'] {
  width: 21cm;
  height: 14.8cm;
  position: relative;
}

page a {
  color: rgb(10, 10, 233);
  text-decoration: none;
}

page a:hover {
  color: #111;
  text-decoration: none;
}

page p {
  text-indent: 0;
}

.wörterbuch_grid {
  margin-top: 30px;
  display: grid;
  gap: 40px;
  grid-template-columns: auto auto auto auto;
  justify-content: space-evenly;
  align-content: center;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 30px 0;
}

.wörterbuch_item {
  color: rgb(10, 10, 233);
  text-decoration: none;
}

.wörterbuch_item:hover {
  color: #111;
  text-decoration: none;
}

.nachOben {
  position: absolute;
  bottom: 20px;
  right: 30px;
  font-size: 12px;
}

.bildeinschub {
  width: fit-content;

  margin: 14px auto;
}

.bildbezeichnung {
  margin-top: 10px;
  font-size: 12px;
  font-family: 'Times New Roman';

  font-weight: normal;
}

@media screen and (min-width: 1000px) {
  .punkt {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border-color: 1px solid black;
    background-color: chocolate;
    margin: 30px 0 0 50px;
  }

  page {
    width: 400px;
  }

  .liste {
    width: 21cm;
    margin: 40px auto 100px auto;
  }
}
