body {
  padding-top: 65px;
  overflow-x: hidden;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  transition: opacity 0.5s;
  background-color: #fafafa; }

header,
section {
  padding: 50px;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (max-width: 800px) {
    header,
    section {
      padding: 30px; } }

section:nth-child(odd),
footer {
  z-index: 99;
  position: relative; }

hr {
  position: relative;
  z-index: 99; }

#navigation-bar {
  box-shadow: 0 0 7px 2px black;
  background-image: url("../img/steel.jpg");
  padding-right: 15px;
  background-size: 100% auto;
  border: 1px solid black; }
  #navigation-bar button.navbar-toggle {
    margin-right: 0px; }
  #navigation-bar #logo {
    color: #e6e6e6;
    text-shadow: 0 0 5px black;
    font-size: 20px; }
    @media (max-width: 900px) {
      #navigation-bar #logo {
        font-size: 13px;
        padding-right: 5px; } }
  #navigation-bar a {
    color: #e6e6e6;
    text-shadow: 0 0 5px black;
    font-size: 15px; }

#carousel-example-generic {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 0 7px 2px black; }
  #carousel-example-generic .item img {
    margin: auto;
    width: 100%; }

@media (max-width: 800px) {
  .form-container {
    padding-left: 0;
    padding-right: 0; } }

form .row .col-sm-5 {
  padding: 5px; }

.text-field {
  width: 100%;
  border-radius: 20px;
  height: 29rem;
  padding: 1rem;
  border: 1px solid black;
  outline: none;
  box-shadow: 0 0 5px black; }

.email-field {
  width: 100%;
  border-radius: 20px;
  padding: 1rem;
  border: 1px solid black;
  outline: none;
  box-shadow: 0 0 5px black; }

.upload-button {
  border-radius: 20px;
  padding: 1rem;
  border: 1px solid black;
  background-color: white;
  box-shadow: 0 0 5px black; }
  @media (max-width: 767px) {
    .upload-button {
      margin-top: 5px; } }

.g-recaptcha {
  margin-top: 10px; }

#send-button {
  border-radius: 20px;
  padding: 1rem;
  border: 1px solid black;
  margin-top: 10px;
  outline: none;
  background-color: white;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.22); }

#invalidFileType,
#warnsize {
  color: black;
  display: none;
  font-size: 17px; }

#captcha-column {
  padding-right: 0;
  padding-left: 0; }

.link {
  color: black;
  text-decoration: underline;
  line-height: 30px; }

#map {
  height: 350px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  box-shadow: 0 0 7px 2px black; }

@media (max-width: 410px) {
  #map {
    height: 250px; } }
.footer-below {
  background-image: url("../img/steel.jpg");
  box-shadow: 0 0 7px 2px;
  color: #e6e6e6;
  text-shadow: 0 0 5px black; }

.modal-content {
  background-color: #fafafa; }

.gallery-header {
  color: #e6e6e6;
  text-shadow: 0 0 5px black;
  font-size: 20px; }

.gallery-img {
  width: 31%;
  height: 31%; }

.stahltraeger {
  display: none;
  opacity: 0.9; }

.leftStahltraeger {
  position: fixed;
  top: 0px;
  height: 100vh;
  width: 50px;
  left: 80px;
  background-color: #ED7777;
  box-shadow: 0 0 7px 2px #ED7777; }

.rightStahltraeger {
  position: fixed;
  top: 0px;
  height: 100vh;
  width: 50px;
  right: 80px;
  background-color: blue;
  box-shadow: 0 0 7px 2px blue; }

.middleStahltraeger {
  width: 100vw;
  height: 0px;
  background-image: url("../img/steel.jpg");
  box-shadow: 0 0 7px 2px black; }

.topStahltraeger {
  width: 100vw;
  height: 50px;
  background-color: #ED7777;
  box-shadow: 0 0 7px 2px #ED7777;
  margin-top: 80px; }

/*# sourceMappingURL=style.css.map */
