* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #505050;
  font-family: Trebuchet MS, sans-serif;
  line-height: 1.5;
  color: #bbb;
}

.mirror {
  transform: scaleX(-1);
  display: inline-block;
}

sub {
  transform: scaleX(-1);
  display: inline-block;
}
hr {
  border: none;
  padding: 0px;
  border-top: 1px solid #bb0000;
  border-bottom: 1px solid #bb0000;
}

.wrapper {
  max-width: 1000px;
  /*     min-height: 5000px;*/
  background-color: #343434;
  margin: auto;
}

.navi {
  display: flex;
  justify-content: space-between;
  height: 120px;
}

.navmenu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 5px;
}

.navmenu a,
.mobile-menu a {
  text-decoration: none;
  color: #bbb;
  padding: 10px;
  margin: 0px 5px;
  font-size: 1.2rem;
  transition: 0.5s;
}

.navmenu a:hover {
  color: #bb0000;
}

.aktiv {
  color: #bb0000;
}

.aktiv a {
  color: #bb0000;
}

.navi img {
  height: 120px;
  padding-right: 10px;
}

.pad {
  padding: 60px;
}

.head {
  font-weight: bold;
  font-size: 1.3rem;
  /* padding: 65px 20px;
    padding-bottom: 20px; */
  padding: 0px 40px;
  text-align: center;
}

/* Startseite */

.start {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
}

.startpic {
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding: 100px 50px;
  align-items: center;
}

.startpic img {
  width: 400px;
}

.starttext {
  height: 1hv;
  color: #bbb;
  margin: auto;
  text-align: center;
}

/* Profil */

.profile {
  display: flex;
  gap: 100px;
}
.pro_t {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-auto-rows: auto;
  gap: 25px;
  justify-items: center;
  align-items: center;
}

h1 {
  text-align: center;
  padding-top: 75px;
}

h2 {
  padding-left: 30px;
  padding-top: 50px;
}

.pro_head {
  grid-column: 1/3;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 65px 30px;
  padding-bottom: 20px;
  text-align: center;
}

.pro_year {
  font-size: 1.1rem;
}

.pro_text {
  text-align: center;
  font-size: 1.1rem;
  padding-right: 50px;
}

.pro_pic {
  height: 100%;
  justify-content: center;
  padding-top: 100px;
  padding-left: 50px;
}
.profile img {
  width: 300px;
  padding: 50px 0px;
  padding-right: 25px;
}

/* Werke */

.werke {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  justify-items: center;
  align-items: center;
}

/* Videos */

.v {
  display: grid;
  grid-template-columns: 2fr;
  gap: 1.5rem;
  justify-items: center;
  align-items: center;
  width: 100%;
}

.v video {
  box-align: center;
  padding-top: 100px;
}

.v img {
  box-align: center;
  padding-top: 100px;
}

/* Ausstellungen */

.ausst {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-auto-rows: auto;
  gap: 25px;
  justify-content: center;
  align-items: center;
}

.aus_head {
  grid-column: 1/3;
  font-weight: bold;
  font-size: 1.9rem;
  padding: 65px 30px;
  padding-bottom: 20px;
  text-align: center;
  color: #bb0000;
}

.ausst .aus_year {
  font-size: 1.2rem;
  text-align: center;
  align-items: center;
}

.aus_text {
  text-align: left;
  font-size: 1.2rem;
}

/* Kontakt */

.kon {
  display: grid;
  grid-template-columns: 2fr;
  justify-items: center;
  align-items: center;
}

.kon_head {
  /* grid-column: 1/3; */
  font-weight: bold;
  font-size: 1.9rem;
  padding: 65px 30px;
  padding-bottom: 20px;
  text-align: center;
  color: #bb0000;
}

.kon_text {
  font-size: 1.2rem;
  padding: 10px;
}

/* Aktuell */

.akt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
}

.akt_head {
  grid-column: 1/3;
  font-weight: bold;
  font-size: 1.9rem;
  padding: 65px 30px;
  padding-top: 75px;
  text-align: center;
  color: #bb0000;
}

.akt_text {
  text-align: center;
}

.akt_text a {
  color: #bbb;
  text-decoration: none;
}

/* Links */

.lin {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bolder;
}

.lin a {
  text-decoration: none;
  color: #bbb;
  padding: 28px;
}

/* Impressum */

.imp {
  display: grid;
  grid-template-columns: 1fr;
  font-size: 1.1rem;
  font-weight: bold;
}

.imp_h1 {
  text-align: center;
  font-size: 1.6rem;
  padding-top: 35px;
  padding-bottom: 50px;
}

.imp_h2 {
  text-align: center;
  font-size: 1.3rem;
  padding-top: 35px;
  padding-bottom: 25px;
}

.imp_text_jus {
  text-align: justify;
  font-size: 1.1rem;
  margin: 0px 75px;
  padding-bottom: 25px;
}

.imp_text_cen {
  text-align: center;
  font-size: 1.1rem;
  margin: 0px 75px;
  padding-bottom: 25px;
}

.imp_text_left {
  text-align: left;
  font-size: 1.1rem;
  margin: 0px 75px;
  padding-bottom: 25px;
}

/* Werke Seiten */

.w {
  display: grid;
  grid-template-columns: auto;
  justify-items: center;
}
.w_head {
  font-size: 1.7rem;
  font-weight: bolder;
  padding-bottom: 50px;
}

.w_center {
  display: flex;
  align-items: center;
  margin-left: 250px;
  padding-bottom: 20px;
  gap: 1.5rem;
}

.w_c1 {
  margin-left: -95px;
}

.w_p_n {
  display: flex;
  justify-content: space-around;
  max-width: 1100px;
  min-width: 1000px;
}

.w_p_n2 {
  display: flex;
  gap: 100px;
}

.w_p_n3 {
  display: flex;
  gap: 100px;
}

.w_p_n_m {
  padding-top: 50px;
  display: none;
  flex-direction: column;
  gap: 50px;
  align-items: center;
}

.w_p {
  padding-top: 100px;
  padding-bottom: 25px;
}

.w_p_b {
  font-size: 1.3rem;
  font-style: italic;
  font-weight: bolder;
  padding-bottom: 15px;
}

.w_p_t {
  font-size: 1.1rem;
  font-style: italic;
  text-align: center;
}

.hamburger-button {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 50px;
  z-index: 1000;
}

.hamburger-button .hamburger-line {
  width: 45px;
  height: 5px;
  background: #bbb;
  margin: 6px 0;
}

.mobile-menu {
  position: fixed;
  top: 125px;
  right: -300px;
  width: 250px;
  padding-bottom: 25px;
  z-index: 100;
  background: #343434;
  transition: right 0.3s ease-in-out;
}

.mobile-menu a {
  font-size: 2rem;
}

.mobile-menu.active {
  left: 30px;
}

.mobile-text {
  text-align: center;
  padding-bottom: 30px;
  font-size: 1.8rem;
}

.mob_head {
  display: none;
}

@media (max-device-width: 900px) {
  .pad {
    padding: 20px;
  }
  .navi {
    justify-content: space-between;
  }
  .navi .hamburger-button {
    display: block;
  }
  .navi .navmenu {
    display: none;
  }
  .start {
    grid-template-columns: 1fr;
  }
  .startpic img {
    width: 350px;
  }
  .werke {
    grid-template-columns: 1fr;
  }

  .w_center {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center;
    margin: 0;
  }

  .w_c1 {
    margin-left: 0px;
  }

  .mob_head {
    display: block;
    font-size: 2.5rem;
    padding: 35px;
    padding-top: 50px;
  }

  .head {
    display: none;
  }

  .v {
    grid-template-columns: 1fr;
  }

  .v video {
    width: 380px;
  }

  .profile {
    flex-direction: column;
    align-items: center;
  }

  .pro_pic {
    padding: 0px;
  }

  .pro_head {
    padding: 0px;
  }

  .v h1 {
    font-size: 1.8rem;
    padding-top: 0px;
  }

  .kon img {
    width: 380px;
  }

  .akt {
    display: flex;
    flex-direction: column;
  }

  .akt_text {
    padding-top: 20px;
  }

  .w_p_n_m {
    display: flex;
    flex-direction: column;
  }

  .w_p_n_m h1 {
    font-size: 3rem;
    padding-top: 0px;
    padding-bottom: 75px;
  }

  .w_p_n,
  .w_p_n2,
  .w_p_n3,
  .w_p,
  .w_p_t,
  .w_p_b,
  .w_head,
  .w_p {
    display: none;
  }

  .pro_t,
  .pro_text,
  .pro_year {
    font-size: 1.5rem;
  }

  .pro_t,
  .pro_head {
    font-size: 2rem;
  }

  .profile img {
    height: 800px;
    width: auto;
  }

  .w_bild a img {
    height: 500px;
  }

  .v h1 {
    font-size: 3rem;
  }

  .vid video {
    width: 500px;
  }

  .ausst .aus_head {
    font-size: 2.5rem;
  }

  .ausst .aus_year,
  .aus_text {
    font-size: 1.5rem;
  }

  .kon img {
    height: 500px;
    width: auto;
  }

  .kon_head,
  .akt_head {
    font-size: 2.5rem;
  }

  .kon_text,
  .akt_text {
    font-size: 1.5rem;
  }

  .akt img {
    width: auto;
    height: 500px;
  }

  .lin a {
    font-size: 2.5rem;
  }

  .startpic img {
    height: 500px;
    width: auto;
  }

  .starttext {
    font-size: 1.75rem;
  }
}
