@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;
  /* font-size: 1vw; */
}

.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;
  /* font-size: 1vw; */
}

.info_internal_links a:hover {
  text-decoration: underline;
}

.langch {
  grid-row: 1;
  grid-column: 3;
  align-self: bottom;
}

.langch span {
  text-decoration: underline;
  /* font-size: 1vw; */
}

.langch>a {
  color: black;
  text-decoration: none;
  /* font-size: 1vw; */
}

.langch>a:hover {
  text-decoration: underline;
}

.content {
  grid-row: 2/9;
  grid-column: 1/5;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.content::-webkit-scrollbar {
  display: none;
}

.content a:hover {
  text-decoration: underline;
}

/* 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 {
    padding: 1%;
  }

  .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 {
    display: inline-block;
    padding-top: 10%;
  }

  /*
  .info_links>a {
    font-size: 2vw;
  }
  .info_internal_links a {
    font-size: 2vw;
  }
  .langch span {
    font-size: 2vw;
  }
  .langch>a {
    font-size: 2vw;
  }
  */

  .contentbox {
    float: none;
    width: 100%;
    align-items: center;
    margin-bottom: 1%;
  }

  .contentbox_img22 {
    background-image: url("bilder/luka/323c.jpg");
    background-position: top;
  }

  .column {
    align-items: center;
  }

  #column1 {
    margin-left: 0px;
  }

  #contentbox_img {
    height: 50vh;
    width: 100%;
  }

  .contentbox_NR {
    font-family: "GalanoGrotesque-Bold";
  }

  .contentbox_content {
    margin-top: 3%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .contentbox_info a {
    font-size: 3vw;
    align-self: center;
  }

  .contentbox_center {
    display: inline-block;
  }
}

.row {
  padding-left: 2vw;
  padding-right: 2vw;
}

.contentbox {
  display: grid;
  float: left;
  padding: 0.5vw;
}

/* .contentbox > div {
  border: 1px solid red;
} */

.contentbox a {
  color: black;
  text-decoration: none;
}

#contentbox_img {
  background-color: #cccccc;
  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;
}

.contentbox_ref_plus {
  font-weight: lighter;
  font-size: 10vw;
  color: white;
  opacity: 0.8;
  margin: auto;
  text-align: center;
  height: 100%;
  width: 100%;
  position: relative;
  top: 15%;
}

.contentbox_img0 {
  border: 1px solid black;
  background: grey;
}

.contentbox_img1 {
  background-image: url("bilder/spanien/Janovas_Total.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img2 {
  background-image: url("bilder/iran/feindbild.jpg");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img3 {
  background-image: url("bilder/brun/Brunnen_entwässert_im_Bewässerungsteich.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img4 {
  background-image: url("bilder/rio/Rocinha.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img5 {
  background-image: url("bilder/kinshasa/c_37.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img6 {
  background-image: url("bilder/dig_nom/supi_beim_Arbeiten_in_der_Hängematte_1.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img7 {
  background-image: url("bilder/bosn/Foto_Murat.jpg");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img8 {
  background-image: url("bilder/praesi/Dienstzimmer_BP.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img9 {
  background-image: url("bilder/kongo/Nyanzale_Nord_Kivu_Dorfleben.jpeg");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img10 {
  background-image: url("bilder/brun/Brunnen_entwässert_im_Bewässerungsteich.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img11 {
  background-image: url("bilder/brun/Brunnen_entwässert_im_Bewässerungsteich.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img12 {
  background-image: url("bilder/brun/Brunnen_entwässert_im_Bewässerungsteich.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img13 {
  background-image: url("bilder/brun/Brunnen_entwässert_im_Bewässerungsteich.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img14 {
  background-image: url("bilder/brun/Brunnen_entwässert_im_Bewässerungsteich.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img15 {
  background-image: url("bilder/brun/Brunnen_entwässert_im_Bewässerungsteich.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img16 {
  background-image: url("bilder/brun/Brunnen_entwässert_im_Bewässerungsteich.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img17 {
  background-image: url("bilder/brun/Brunnen_entwässert_im_Bewässerungsteich.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img18 {
  background-image: url("bilder/brun/Brunnen_entwässert_im_Bewässerungsteich.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img19 {
  background-image: url("bilder/brun/Brunnen_entwässert_im_Bewässerungsteich.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img20 {
  background-image: url("bilder/strom/strom3.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img21 {
  background-image: url("bilder/bid/wahl.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img22 {
  background-image: url("bilder/luka/323c.jpg");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img23 {
  background-image: url("bilder/kunst/spkunst.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img24 {
  background-image: url("bilder/iran/feindbild.jpg");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img25 {
  background-image: url("bilder/gebaer/IMG_2301c.jpg");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img26 {
  background-image: url("bilder/bt/bt.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img27 {
  background-image: url("bilder/kinshasa/c_37.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img28 {
  background-image: url("bilder/ball/fball.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img29 {
  background-image: url("bilder/kongo/Nyanzale_Nord_Kivu_Dorfleben.jpeg");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img30 {
  background-image: url("bilder/kinshasa/c_37.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img31 {
  background-image: url("bilder/weltfavelas/favelas2.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img32 {
  background-image: url("bilder/vinyl/vinyl.jpg");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img33 {
  background-image: url("bilder/umzug/umzug.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img34 {
  background-image: url("bilder/karneval/karneval.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img35 {
  background-image: url("bilder/amt/amt.jpg");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
  background-position: top;
  background-origin: content-box;
  background-size: contain;
}

.contentbox_img36 {
  background-image: url("bilder/stevia/stevia.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img37 {
  background-image: url("bilder/para/fleisch.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img38 {
  background-image: url("bilder/wissen/wissen2.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img39 {
  background-image: url("bilder/chin/chin.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img40 {
  background-image: url("bilder/vati/schweizergarde.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img41 {
  background-image: url("bilder/brenner/brenner.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img42 {
  background-image: url("bilder/wissen/wissen3.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img43 {
  background-image: url("bilder/afr/sdafrika.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img44 {
  background-image: url("bilder/copan/copan.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img45 {
  background-image: url("bilder/haiti/haiti.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img46 {
  background-image: url("bilder/metal/metal.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img47 {
  background-image: url("bilder/bira/strandwerft.JPG");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img48 {
  background-image: url("bilder/musc/wunschik.jpg");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img49 {
  background-image: url("bilder/merz/merz.jpg");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_img50 {
  background-image: url("bilder/blau/blauh.jpg");
  /* The image used */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
  height: 50vh;
  /* You must set a specified height */
  width: 31vw;
  /* You must set a specified width */
}

.contentbox_content {
  display: grid;
  grid-template-columns: 2;
  grid-template-rows: 1;
}

.contentbox_NR {
  grid-column: 1;
  font-size: 5vw;
  padding-left: 5%;
}

.contentbox_NR:hover {
  text-decoration: none;
}

.contentbox_info {
  grid-column: 2;
  font-size: 1vw;
  align-self: center;
  text-align: left;
}

/*
.contentbox_center {
  grid-column: 3;
  font-size: 5vw;
  justify-content: center;
  align-items: center;
  align-self: center;
  display: none;
}
*/

.footer {
  font-size: 6.1vw;
  text-align: center;
  grid-column: 1/5;
  grid-row: 9;
  letter-spacing: 3vw;
  margin-left: 2.4vw;
}