body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  font-family: "Noto Sans Symbols", sans-serif;
}

/* -- box-sizing  = anordnung -- */
* {
  box-sizing: border-box;
  margin: 0;
  max-width: 100%;
}

h1 {
  font-size: 24px;
  line-height: 1.5;
}
p {
  font-size: 18px;
  line-height: 1.5;
}

h1#index_title {
  font-size: 30px;
}
h2 {
  font-size: 18px;
}

a#leseprobe {
  text-decoration: none;
  border: 4px solid black;
  padding: 6px;
  border-radius: 5px;
  font-weight: 600;
  background: black;
  color: white;
  margin-top: 10px;
}
a#leseprobe:hover {
  background: white;
  color: black;
}
a#a_index {
  text-decoration: none;
  color: black;
}
a#mail {
  text-decoration: none;
  color: black;
  font-weight: 600;
}
header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 10vh;
  justify-content: space-between;
}
#author {
  padding: 40px;
}
#news {
  padding: 40px;
}
div#desktop_title {
  margin-bottom: 10px;
}

section {
  height: 80vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0vh 20vh 0vh 20vh;
  padding: 40px;
}
.news_section {
  display: flex;
  flex-direction: column;
  margin: 0vh 20vh 0vh 20vh;
  justify-content: flex-start;
  align-items: flex-start;
}
.outter_news {
  display: flex;
  flex-direction: column;
}
th {
  margin-top: 40px;
  text-align: left;
  width: 360px;
}

table {
}

section#read {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0vh 20vh 0vh 20vh;
  padding: 40px;
  height: auto;
}
#title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#left {
  height: 100%;
  width: 60%;
}

.info {
  width: 720px;
}
.book {
  height: 80vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0vh 20vh 0vh 20vh;
  padding: 40px;
}
#thin {
  font-size: 14px;
  margin-top: -10px;
  display: none;
}
#mobile_title {
  display: none;
}
#links {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

#catchphrase {
  margin-bottom: 10px;
}
.artist_img {
  display: flex;
  background-size: cover;
  width: 510px;
}
img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}
img#wiese_smaller {
  max-width: 70%;
  max-height: 70%;
  border-radius: 10px;
}

#buy {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 30vh;
  margin-top: 10vh;
}
.align_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
#amazon {
  width: 120px;
  display: flex;
  background-size: cover;
}

a#link_amazon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
section#shopWidget2_4141199_print {
  max-height: 100px;
  display: flex !important;
}

div#bodShopWidget_4188426_print {
  max-height: 100px;
  display: flex !important;
}
div.bodShopWidget section.shopWidget2 {
  display: flex !important;
  max-height: 100px;
}
a#shopWidget-shopLink2_4141199_print {
  border-radius: 5px;
}
div#veranstaltung_desktop {
  display: flex;
}
img#lesung {
  margin-top: 10px;
}
div#press {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
img#press {
  width: 70%;
}
div#rezesion {
  margin-bottom: 10px;
}
p.bewertung {
  font-style: italic;
  font-size: 16px;
}

div#mobile_table {
  display: none;
}
p#lesung_info {
  margin-bottom: 10px;
}

footer {
  width: 100%;
  height: 10vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #faf9f6;
}

@media (max-width: 600px) and (orientation: portrait) {
  h1#index_title {
    font-size: 24px;
  }
  h1 {
    font-size: 24px;
  }
  p {
    font-size: 16px;
  }
  section {
    display: flex;
    flex-direction: column;
    margin: 0px;
    height: auto;
  }

  .book {
    display: flex;
    flex-direction: column;
    margin: 0px;
    height: auto;
  }
  .info {
    display: flex;
    flex-direction: column;
    order: 2;
  }
  .artist_img {
    display: flex;
    order: 1;
  }
  #links {
    margin-top: 10px;
  }
  #buy {
    padding: 40px;
    height: auto;
  }
  a#link_amazon {
    margin-bottom: 20px;
  }
  h1#mobile_buy {
    font-size: 16px;
  }
  #amazon {
    width: 140px;
    margin-top: 10px;
  }
  section#read {
    margin: 0px;
  }
  #left {
    width: 100%;
  }
  #thin {
    margin-bottom: 20px;
    display: none;
  }
  #desktop_title {
    display: none;
  }
  #mobile_title {
    display: flex;
    margin: 10px 0px 10px 0px;
  }
  .align_buttons {
    flex-direction: column;
  }
  .news_section {
    margin: 0px;
  }
  section.news_section {
    padding: 5px;
    margin: 0px 10px 0px 10px;
  }
  table {
    display: none;
    padding: 5px;
  }
  td {
    font-size: 14px;
  }
  div#mobile_table {
    display: flex;
  }
  img#press {
    width: 100%;
  }
  footer {
    margin-top: 20px;
  }
}

/* Tablets (portrait) */
@media (min-width: 601px) and (max-width: 900px) and (orientation: portrait) {
  h1 {
    font-size: 24px;
  }
  p {
    font-size: 16px;
  }
  section {
    display: flex;
    flex-direction: column;
    margin: 0px;
    height: auto;
  }

  .book {
    display: flex;
    flex-direction: column;
    margin: 0px;
    height: auto;
  }
  .info {
    display: flex;
    flex-direction: column;
    order: 2;
  }
  .artist_img {
    display: flex;
    order: 1;
  }
  #links {
    margin-top: 10px;
  }
  #buy {
    padding: 40px;
  }
  h1#mobile_buy {
    font-size: 16px;
  }
  #amazon {
    width: 80px;
    margin-top: 10px;
  }
  section#read {
    margin: 0px;
  }
  #left {
    width: 100%;
  }
  #desktop_title {
    margin: 10px 0px 10px 0px;
  }
}

/* Tablets (landscape) */
@media (min-width: 601px) and (max-width: 900px) and (orientation: landscape) {
  h1 {
    font-size: 24px;
  }
  p {
    font-size: 16px;
  }
  section {
    display: flex;
    flex-direction: column;
    margin: 0px;
    height: auto;
  }

  .book {
    display: flex;
    flex-direction: column;
    margin: 0px;
    height: auto;
  }
  .info {
    display: flex;
    flex-direction: column;
    order: 2;
  }
  .artist_img {
    display: flex;
    order: 1;
  }
  #links {
    margin-top: 10px;
  }
  #buy {
    padding: 40px;
  }
  h1#mobile_buy {
    font-size: 16px;
  }
  #amazon {
    width: 80px;
    margin-top: 10px;
  }
  section#read {
    margin: 0px;
  }
  #left {
    width: 100%;
  }
  #desktop_title {
    margin: 10px 0px 10px 0px;
  }
}

/* Laptops and desktop computers */
@media (min-width: 901px) {
  .info {
    margin-right: 20px;
  }
  .artist_img {
    margin-right: 20px;
  }
}

@media only screen and (min-device-width: 900px) and (max-device-width: 1366px) {
  h1 {
    font-size: 24px;
  }
  p {
    font-size: 16px;
  }
  section {
    display: flex;
    flex-direction: column;
    margin: 0px;
    height: auto;
  }

  .book {
    display: flex;
    flex-direction: column;
    margin: 0px;
    height: auto;
  }
  .info {
    display: flex;
    flex-direction: column;
    order: 2;
  }
  .artist_img {
    display: flex;
    order: 1;
  }
  #links {
    margin-top: 10px;
  }
  #buy {
    padding: 40px;
  }
  h1#mobile_buy {
    font-size: 16px;
  }
  #amazon {
    width: 80px;
    margin-top: 10px;
  }
  section#read {
    margin: 0px;
  }
  #left {
    width: 100%;
  }
}
