body {
  background-color: black;
  color: white;
  font-family: 'Oswald';
  padding: 0px 24px;
}

p {
  font-size: 20px;
  font-weight: 300;
}

h1 {
  font-weight: 300;
}

h2 {
  font-weight: 300;
}

h3 {
  font-weight: 300;
}

.text-impressum {
  font-size: 18px;
  font-weight: 300;
}

@media (min-width: 300px) {
  .icon-cessna {
    width: 250px;
  }
}

@media (min-width: 992px) {
  .icon-cessna {
    width: 350px;
  }
}

.header-balken {
  background-color: rgb(58,57,57);
  padding: 36px 36px;
  margin-top: 48px;
}

@media (min-width: 300px) {
  .cesna-box {
    background-image: url("../../assets/img/defpt-jpg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 250px;
  }
}

@media (min-width: 576px) {
  .cesna-box {
    background-image: url("../../assets/img/defpt-jpg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
  }
}

@media (min-width: 1200px) {
  .cesna-box {
    background-image: url("../../assets/img/defpt-jpg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
  }
}

.grauer-balken {
  background-color: rgba(255,254,254,0.8);
  padding: 24px 24px;
  margin-bottom: 36px;
  color: black;
}

.Box-1 {
  background-color: rgba(67,67,67,0.75);
  padding: 36px;
  font-weight: 300;
  font-size: 18px;
}

.footer {
  background-color: rgba(67,67,67,0.75);
  padding: 36px;
  font-weight: 300;
  font-size: 18px;
}

.footer-link {
  margin-right: 12px;
}

a {
  color: white;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

a:hover {
  color: #fd7e14;
}

li {
  margin-bottom: 12px;
}

