@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;
}

.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;
}

/**
.wrapper div {
}

.wrapper div:nth-child(odd) {
}
*/

.header {
  /* align-self: start; */
  grid-column: 1/3;
  grid-row: 1;
  align-self: start;
  font-size: 7vw;
  letter-spacing: 5px;
}

.header > div {
  margin-left: 1vw;
}

.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;
}

.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;
}

.content::-webkit-scrollbar {
  display: none;
}

.content {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding-left: 1.8vw;
  padding-right: 1.8vw;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media only screen and (max-width: 1000px) {
  .displaymobilebr {
    display: none;
  }

  .column {
    float: none;
    width: 100%;
  }

  .column_type_2 {
    width: 100%;
    padding: 1%;
  }

  .header {
    font-size: 9vw;
    margin-top: 1%;
  }

  .artelang {
    font-size: 1em;
  }

  .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%;
  }

  .column {
    align-items: center;
  }

  .headline {
    font-size: 3.5em;
    margin-top: 1%;
  }

  .play {
    font-size: 1em;
  }

  .data {
    font-size: 2vw;
  }

  .header_img_plus a {
    font-size: 2vw;
  }

  .description {
    margin-top: 2%;
  }
}

.header_img {
  width: 95%;
  height: 700px;
  position: relative;
  left: 2vw;
  align-self: center;
}

#header_img1 {
  background-image: url("bilder/spanien/Janovas_Total.JPG");
  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;
}

#header_img2 {
  background-image: url("bilder/iran/feindbild.jpg");
  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;
}

#header_img3 {
  background-image: url("bilder/brun/Brunnen_entwässert_im_Bewässerungsteich.JPG");
  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;
}

#header_img4 {
  background-image: url("bilder/rio/Rocinha.JPG");
  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;
}

#header_img5 {
  background-image: url("bilder/kinshasa/c_37.JPG");
  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;
}

#header_img6 {
  background-image: url("bilder/dig_nom/supi_beim_Arbeiten_in_der_Hängematte_1.JPG");
  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;
}

#header_img7 {
  background-image: url("bilder/bosn/Foto_Murat.jpg");
  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;
}

#header_img8 {
  background-image: url("bilder/praesi/Dienstzimmer_BP.JPG");
  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;
}

#header_img9 {
  background-image: url("bilder/kongo/Nyanzale_Nord_Kivu_Dorfleben.jpeg");
  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;
}

#header_img10 {
  background-image: url("bilder/luka/323c2.jpg");
  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;
}

#header_img11 {
  background-image: url("bilder/kunst/spkunst.JPG");
  margin: auto;
  background-color: #cccccc;
  /* Used if the image is unavailable */
  background-position: top;
  /* 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;
}

#header_img12 {
  background-image: url("bilder/ball/fball.JPG");
  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;
}

#header_img13 {
  background-image: url("bilder/iran/feindbild.jpg");
  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;
}

#header_img14 {
  background-image: url("bilder/metal/metal.JPG");
  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;
}

#header_img15 {
  background-image: url("bilder/haiti/haiti.JPG");
  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;
}

#header_img16 {
  background-image: url("bilder/strom/strom3.JPG");
  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;
}

#header_img17 {
  background-image: url("bilder/gebaer/IMG_2301c.jpg");
  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;
}

#header_img18 {
  background-image: url("bilder/bt/bt.JPG");
  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;
}

#header_img19 {
  background-image: url("bilder/bid/wahl.JPG");
  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;
}

#header_img20 {
  background-image: url("bilder/praesi/Dienstzimmer_BP.JPG");
  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;
}

#header_img21 {
  background-image: url("bilder/umzug/umzug.JPG");
  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;
}

#header_img22 {
  background-image: url("bilder/weltfavelas/favelas2.JPG");
  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;
}

#header_img23 {
  background-image: url("bilder/vinyl/vinyl.jpg");
  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;
}

#header_img24 {
  background-image: url("bilder/karneval/karneval.JPG");
  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;
}

#header_img25 {
  background-image: url("bilder/bt/bt.JPG");
  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;
}

#header_img26 {
  background-image: url("bilder/amt/amt.jpg");
  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;
}

#header_img27 {
  background-image: url("bilder/vati/schweizergarde.JPG");
  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;
}

#header_img28 {
  background-image: url("bilder/wissen/wissen3.JPG");
  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;
}

#header_img29 {
  background-image: url("bilder/wissen/wissen2.JPG");
  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;
}

#header_img30 {
  background-image: url("bilder/para/fleisch.JPG");
  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;
}

#header_img31 {
  background-image: url("bilder/stevia/stevia.JPG");
  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;
}

#header_img32 {
  background-image: url("bilder/chin/chin.JPG");
  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;
}

#header_img33 {
  background-image: url("bilder/chin/chin.JPG");
  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;
}

#header_img34 {
  background-image: url("bilder/brenner/brenner.JPG");
  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;
}

#header_img35 {
  background-image: url("bilder/afr/sdafrika.JPG");
  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;
}

#header_img36 {
  background-image: url("bilder/copan/copan.JPG");
  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;
}

#header_img37 {
  background-image: url("bilder/bira/strandwerft.JPG");
  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;
}

#header_img38 {
  background-image: url("bilder/musc/wunschik.jpg");
  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;
}

#header_img39 {
  background-image: url("bilder/merz/merz.jpg");
  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;
}

#header_img40 {
  background-image: url("bilder/blau/blauh.jpg");
  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;
}

.header_img_plus a {
  text-decoration: none;
  text-shadow: 3px 3px 5px #000000;
  font-weight: lighter;
  font-size: 12vw;
  color: white;
  opacity: 1;
  margin: auto;
  text-align: center;
  height: 100%;
  width: 100%;
  position: relative;
  left: 45%;
}

.header_img_plus:hover {
  text-decoration: underline;
}

.headline {
  font-size: 4vw;
  margin-top: 1%;
  font-weight: bold;
}

.headline a {
  text-decoration: none;
  color: black;
}

.play a {
  font-size: 3em;
  text-decoration: underline;
  color: black;
  margin-top: 10%;
}

.artelang {
  text-decoration: none;
  color: black;
  font-size: 3em;
}

.artelang:hover {
  text-decoration: underline;
}

.missing {
  font-size: 2em;
  margin-bottom: 2%;
  margin-top: 2%;
}

.missing a {
  text-decoration: none;
  color: black;
}

.missing a:hover {
  text-decoration: underline;
}

.description {
  font-size: 1.7em;
  line-height: 1.5;
  padding: 1vw;
}

.data {
  font-size: 1.7em;
  font-weight: bold;
  padding: 1vw;
}

.footer {
  font-size: 6.1vw;
  text-align: center;
  grid-column: 1/5;
  grid-row: 9;
  letter-spacing: 3vw;
  margin-left: 2.4vw;
}
