body {
  overflow-x: hidden;
  font-family: calmetta, sans-serif !important;
  font-style: normal;
  color: #145986 !important;
}

.topBild {
  position: absolute;
  right: 0;
  top: 0;
}

.mainContent {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo {
  width: 900px;
  left: 50%;
  position: absolute;
  transform: translate(-54%, -65%);
}

.topCol {
  text-transform: uppercase;
}

.bottomCol {
  margin-top: 70px;
  font-size: 30px;
  line-height: 40px;
}

.bottomCol a {
  font-weight: 300;
  text-decoration: none;
  color: #145986 !important;
}
.bottomCol a:hover {
  text-decoration: underline;
}

.boldTxt {
  font-weight: 700 !important;
  text-align: right;
}

.lightTxt {
  font-weight: 300 !important;
  text-align: left;
}

hr.footerTrenner {
  border-top: 2px solid #145986;
  opacity: 1;
  width: 95vw;
  margin-right: auto;
  margin-left: auto;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7vh;
  background-color: #fff;
}

.footerLink {
  text-decoration: none;
  color: #145986 !important;
}

.footerLink:hover {
  text-decoration: underline;
}

.linkMegura {
  float: right;
  margin-right: 3vw;
  margin-top: 7px;
}

.linkImpressum {
  margin-left: 3vw;
  box-shadow: none !important;
}

.impressumh5,
.impressumh3 {
  margin-top: 3vh;
}

.modal-body a {
  color: #145986 !important;
  text-decoration: none;
}

.modal-body a:hover {
  text-decoration: underline;
}

.btn-outline-modal {
  border: 1px solid #145986 !important;
  color: #145986 !important;
}

.btn-outline-modal:hover {
  background-color: #145986;
  color: #fff !important;
}

.btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  box-shadow: none !important;
}

.modal-title {
  margin-bottom: 3vh !important;
}

@media screen and (max-width: 1400px) {
  .logo {
    width: 800px;
  }

  .bottomCol {
    margin-top: 65px;
  }
}

@media screen and (max-width: 1140px) {
  .logo {
    width: 700px;
  }

  .bottomCol {
    margin-top: 60px;
    font-size: 25px;
    line-height: 30px;
  }

  .topBild {
    width: 40%;
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media screen and (max-width: 991px) {
  .bottomCol {
    margin-top: 60px;
    font-size: 20px;
    line-height: 150%;
  }

  .logo {
    width: 600px;
  }

  .topBild {
    width: 100%;
    top: 87vh;
    padding-bottom: 5vh;
  }
}

@media screen and (max-width: 767px) {
  .firmenAdresse,
  .firmenLinks {
    text-align: center;
  }

  .logo {
    width: 450px;
  }
}

@media screen and (max-width: 480px) {
  .logo {
    width: 350px;
  }

  .firmenName {
    font-size: 72px;
    line-height: 60px;
  }

  .topBild {
    width: 100%;
    padding-bottom: 5vh;
    top: 78vh;
  }
}
