body {
  padding-top: 113.48px;
  /* Height of fixed Navbar */
  color: #4c4c4c;
}

a {
  color: #034E8A;
  text-decoration: none;
}

a:hover {
  color: #034E8A;
  text-decoration: underline;
}

#jobs li {
  line-height: 1.75;
  list-style-type: square;
}

li::marker {
  color: #ffc800;
}

/* Navigation */
.logo {
  width: 300px;
  height: auto;
}

.shrink-logo {
  width: 250px;
  height: auto;
}

@media (min-width: 10px) and (max-width: 450px) {
  .logo {
    width: 200px;
    height: auto;
  }

  .shrink-logo {
    width: 180px;
    height: auto;
  }

  body {
    padding-top: 88px;
    /* Height of fixed Navbar */
  }
}

.logotext {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
  font-style: italic;
  transition: 0.4s;
}

.shrink-logotext {
  font-size: 1.2rem;
  transition: 0.4s;
}

@media (min-width: 10px) and (max-width: 768px) {
  #logotext {
    display: none !important;
  }
}

#navbar {
  background-image: url(../images/marmor-bg-black.webp);
  background-color: rgba(255, 255, 255, 0.45);
  /* Überblendung für background-image */
  background-blend-mode: overlay;
  /* Überblendung für background-image */
  background-size: cover;
  background-position: center;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  transition: 0.4s;
  border-bottom: 0px solid rgba(41, 41, 41, 0.1);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  z-index: 1;
  border-top: none;
  box-shadow: 0 10px 6px rgba(0, 0, 0, 0.35) !important;
}

.navbar-nav .nav-link {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
  /* ↓ Navigation Underline ↓ */
  display: inline;
  line-height: 2;
  transition: all 0.3s ease-in;
  border-bottom: 4px solid rgba(0, 0, 0, 0.0);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  text-decoration: none;
  color: #f9f298;
  /* ↓ Navigation Underline ↓ */
  display: inline;
  line-height: 2;
  border-bottom: 4px solid #f9f298;
}

.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: #fff;
  /* ↓ Navigation Underline ↓ */
  display: inline;
  line-height: 2;
  border-bottom: 4px solid #f9f298;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.05rem;
}

/* END Navigation */
/* Jump to Anchor with Navigation fixed-top */
:target:before {
  content: "";
  display: block;
  height: 113.48px;
  /* same as your fixed header height */
  margin: -113.48px 0 0;
  /* negative fixed header height */
}

/* Back to Top Button */
#topBtn {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 40px;
  z-index: 99;
  font-size: 32px;
  border: none;
  outline: none;
  background-color: #808080;
  color: white;
  cursor: pointer;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 50%;
}

#topBtn:hover {
  background-color: #f9f298;
  color: #808080;
}

/* END Back to Top Button */
#footer {
  background-image: url(../images/marmor-bg-black.webp);
  background-color: rgba(255, 255, 255, 0.45);
  /* Überblendung für background-image */
  background-blend-mode: overlay;
  /* Überblendung für background-image */
  background-size: cover;
  background-position: center;
  color: white;
  border-top: 0px solid rgba(41, 41, 41, 0.1);
  border-top-style: solid;
  border-top-width: 1px;
  z-index: 1;
  border-bottom: none;
  box-shadow: 0 -5px 6px rgba(0, 0, 0, 0.35) !important;
}

.border-becker-light {
  border-color: rgb(255, 255, 255, 0.5) !important;
  /* Farbe hell  */
}

/* TEXT OVER IMAGE WITH FIGURE CAPTION */
/* (B) RESPONSIVE IMAGE */
.textover img {
  width: 100%;
}

/* .textover { max-width: 600px; }  OPTIONAL */
/* (C) POSITION CAPTION */
.textover {
  position: relative;
}

/* REQUIRED */
.textover figcaption {
  position: absolute;
  bottom: 5%;
  left: 10%;
}

/* (D) CAPTION COSMETICS */
.textover figcaption {
  box-sizing: border-box;
  width: auto;
  padding: 1rem;
  border-radius: 0.5rem !important;
  color: black;
  text-align: center;
  background: rgba(249, 242, 152, 0.6);
}

@media (min-width: 10px) and (max-width: 700px) {
  .textover figcaption {
    left: 0%;
    font-size: 0.9rem;
  }
}

@media (min-width: 10px) and (max-width: 700px) {
  .mobile-none {
    display: none !important;
  }
}

/* END TEXT OVER IMAGE WITH FIGURE CAPTION */
@media (min-width: 960px) {
  .border-becker-left {
    border-left: 15px solid #f9f298;
  }
}

.fs-becker {
  font-size: 1.15rem !important;
}

.btn {
  --bs-btn-padding-y: 0.2rem;
  --bs-btn-font-weight: 500;
}

.btn-becker {
  width: 15.62rem;
  text-decoration: none !important;
  --bs-btn-color: #000;
  --bs-btn-bg: rgba(249, 242, 152, 0.5);
  --bs-btn-border-color: rgba(249, 242, 152, 0.5);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgba(249, 242, 152, 1.0);
  --bs-btn-hover-border-color: rgba(249, 242, 152, 1.0);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgba(249, 242, 152, 1.0);
  --bs-btn-active-border-color: rgba(249, 242, 152, 1.0);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-becker-form {
  text-decoration: none !important;
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-padding-x: 1.75rem;
  --bs-btn-color: #000;
  --bs-btn-bg: rgba(249, 242, 152, 0.5);
  --bs-btn-border-color: rgba(249, 242, 152, 0.5);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgba(249, 242, 152, 1.0);
  --bs-btn-hover-border-color: rgba(249, 242, 152, 1.0);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgba(249, 242, 152, 1.0);
  --bs-btn-active-border-color: rgba(249, 242, 152, 1.0);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

@media (min-width: 992px) {
  #small-content {
    min-height: calc(100vh - 420px);
  }
}

@media only screen and (max-width: 768px) {
  .br-mobil {
    display: none;
  }
}