body {
  background-image: url("../../assets/img/dark_wall.webp");
  color: lightgrey;
  display: block;
  margin: auto;
  max-width: 95%;
  font-family: 'Raleway';
  background-color: rgb(35,35,35);
  width: 960px;
  height: 100%;
}

p {
  line-height: 1.4em;
  font-weight: 300;
}

header > img {
  object-fit: cover;
  overflow: auto;
  max-width: 100%;
  width: 960px;
  height: 300px;
  max-height: 15rem;
  border: 1px solid black;
}

header {
  margin: 20px auto 50px;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.18);
}

.fa {
  width: 25px;
}

.footer {
  position: initial;
  bottom: 0px;
  margin-top: 200px;
  display: block;
}

.h1, h1 {
  font-weight: 100;
  font-size: 2.4rem;
  margin: 1em 0 2em;
}

.h2, h2 {
  font-weight: 100;
  font-size: 1.4rem;
  margin: 10px 0;
}

.h5, h5 {
  font-size: 1rem;
}

.navbar-dark .navbar-brand {
  font-weight: 200;
  color: lightgrey;
}

a {
  color: #eda04f;
  text-decoration: initial;
}

@media (min-width: 576px) {
  :root {
    font-size: large;
  }
}

@media (max-width: 575px) {
  :root {
    font-size: small;
  }
}

.technik p {
  width: 100%;
  margin: 0;
  padding: 10px;
  background-color: #373737;
  min-height: 240px;
  background: linear-gradient(0deg, rgba(0,0,0,0.12) 0%, rgba(77,77,77,0.09) 35%, rgba(69,69,69,0.46) 100%);
}

.impressum p {
  font-size: 0.9rem;
  line-height: 1.2em;
  column-width: 400px;
  column-gap: 30px;
  column-rule: 1px solid grey;
}

.technik img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}

.navbar.navbar-dark.navbar-expand-md.float-none {
  margin-bottom: 1rem;
}

header h1 {
  margin: -90px 0 0 0;
  position: relative;
  height: 90px;
  padding: 10px;
  text-align: center;
  background: linear-gradient(to top, rgba(39,21,13,0.95) , rgba(0,0,0,0));
  text-shadow: 0px 03px 5px black;
  font-weight: 200;
  font-variant: small-caps;
  font-size: 3rem;
}

.item img {
  object-fit: cover;
  width: 10rem;
  height: 10rem;
}

img {
  max-width: 100%;
}

.lead {
  font-weight: 300;
  font-size: 1.2rem;
}

@media (max-width: 576px) {
  .lead {
    font-weight: 300;
    font-size: 1.1rem;
  }
}

#carousel-1 {
  max-width: 100%;
  margin: auto;
}

.img-right {
  max-height: 400px;
  float: right;
  min-height: 250px!important;
  max-width: 40%;
  object-fit: contain;
  object-position: top;
}

* {
  margin: 0;
}

.carousel-inner {
  background-size: contain;
}

.impressum > p {
  font-size: small;
}

html {
  background-image: url("../../assets/img/dark_wall.webp");
}

.photo-gallery .photos {
  padding: 0;
  display: inline-flex;
  justify-content: space-around;
}

.photo-gallery .item {
  margin: 8px;
  max-height: 8rem;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 150px;
  max-width: 20%;
  border: 1px solid rgba(0,0,0,0.5);
  box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
  justify-content: center;
}

.termine > p {
  text-align: center;
  padding: 1em;
  background-color: #2d2d2d;
  max-width: 40em;
  display: block;
  margin: 2em auto;
  border-bottom: 1px solid #525252;
}

