@import url("//hello.myfonts.net/count/48e68b");
@import url("//hello.myfonts.net/count/400db1");

@font-face {
  font-family: "GalanoGrotesque-Regular";
  src: url("webFonts/GalanoGrotesqueRegular/font.woff2") format("woff2"),
    url("webFonts/GalanoGrotesqueRegular/font.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GalanoGrotesque-Bold";
  src: url("webFontsBold/GalanoGrotesqueBold/fontbold.woff2") format("woff2"),
    url("webFontsBold/GalanoGrotesqueBold/fontbold.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "GalanoGrotesque-Regular", sans-serif;
}

.body {
  font-family: "GalanoGrotesque-Regular", sans-serif;
}

a:hover {
  color: blue;
}

.wrapper {
  height: 100vh;
  width: 100vw;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.header {
  /* align-self: start; */
  grid-column: 1/3;
  grid-row: 1;
  align-self: start;
  font-size: 7vw;
  letter-spacing: 5px;
}

.header > div {
  margin-left: 2vw;
}

.header a {
  color: black;
  text-decoration: none;
  align-self: top;
  height: 2em;
}

.header a:hover {
  text-decoration: underline;
}

.info {
  grid-column: 3/5;
  grid-row: 1;
  display: grid;
  grid-template-columns: 2;
  grid-template-rows: 1;
  align-items: center;
  white-space: pre;
  padding: 0;
  margin: 0;
  height: 2em;
  align-self: top;
}

.info > div {
  height: 1em;
}

.title_names {
  grid-row: 1;
  grid-column: 2;
}

.info_links {
  grid-row: 1;
  grid-column: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info_links > a {
  color: black;
  text-decoration: underline;
  grid-column: 4;
  grid-row: 1;
}

.info_links > a:hover {
  text-decoration: none;
}

.info_internal_links {
  grid-row: 1;
  grid-column: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info_internal_links a {
  text-decoration: none;
  color: black;
}

.info_internal_links a:hover {
  text-decoration: underline;
}

.langch {
  grid-row: 1;
  grid-column: 3;
  align-self: bottom;
}

.langch span {
  text-decoration: underline;
}

@media only screen and (max-width: 1000px) {
  .displaymobilebr {
    display: none;
  }

  .header {
    font-size: 9vw;
    margin-top: 1%;
  }

  .header a {
    font-family: "GalanoGrotesque-Bold", sans-serif;
  }

  .footer {
    font-family: "GalanoGrotesque-Bold", sans-serif;
  }

  .info_links {
    font-size: 1.3em;
    display: inline-block;
    padding-top: 2%;
  }

  .info_internal_links {
    font-size: 1.3em;
    display: inline-block;
    padding-top: 10%;
  }

  .bio_headline td {
    font-size: 2em;
  }

  .Tcontent td {
    font-size: 2em;
  }

  .footer {
    letter-spacing: 5px;
  }
}

.langch > a {
  color: black;
  text-decoration: none;
}

.langch > a:hover {
  text-decoration: underline;
}

.content {
  grid-row: 2/9;
  grid-column: 1/5;
  overflow-y: auto;
  padding-left: 2.83vw;
  padding-right: 2.8vw;
}

.bio_headline {
  font-size: 1vw;
}

.bio {
  font-size: 2vw;
}

.eigenbild {
  background-image: url("bilder/dietmarklumpp.jpg");
  width: 100%;
  height: 1000px;
  margin: auto;
  background-color: #cccccc;
  /* Used if the image is unavailable */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  display: inline-block;
}

table {
  width: 100%;
  font-size: 1vw;
}

tr {
  width: 100%;
}

.footer {
  font-size: 6.1vw;
  text-align: center;
  grid-column: 1/5;
  grid-row: 9;
  letter-spacing: 3vw;
  margin-left: 2.4vw;
}
