@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_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;
}

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

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

.langch span {
  text-decoration: underline;
}

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

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

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

#column2 {
  font-size: 1.5em;
  align-items: center;
  text-align: left;
  padding-left: 2%;
  padding-right: 2%;
}

#column2 p {
 margin-left: 0.5;
 margin-right: 0.5;
}

#column1 {
  /*background-image: url("bilder/dietmarklumpp.jpg");*/
  /* background-image: url("bilder/dietmarklumpp.jpg"); */
  /* 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;
}

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

  .column {
    width: 100%;
    padding-left: 0.3vw;
    padding-right: 0.3vw;
  }

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

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

  .footer p {
    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 p {
    font-size: 2em;
  }

  .table {
    font-size: 200%;
  }

  .table a {
    font-size: 100%;
  }

  .table td {
    font-size: 180%;
  }

  #column2 {
    text-align: justify;
    margin-top: 5%;
  }
  #column2 {
    padding-left: 0%;
    padding-right: 0%;
  }
}

.row {
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}

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

.content::-webkit-scrollbar {
  display: none;
}

.content {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

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

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

.bio_headline {
  font-size: 1vw;
}

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;
}
