.font-Oswald {
  font-family: "Oswald", sans-serif !important;
}

.font-Montserrat {
  font-family: "Montserrat", sans-serif !important;
}

.text-white {
  color: #fff !important;
}

input[type="email"] {
  text-decoration: none !important;
}

.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 6px 0px;
}

.language-links {
  display: flex;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.language-links li {
  margin: 0;
  padding: 0;
}

.language-links li:not(:last-child)::after {
  content: " | ";
  color: #ccc;
  margin: 0 8px;
}

.language-links a {
  color: #7395AE;
  text-decoration: none;
  font-size: 20px;
  padding: 4px 0;
  transition: color 0.3s ease;
  font-weight: bold;
  position: relative;
}

.language-links a:hover {
  color: #B1A296;
  text-decoration: none !important;
}

.language-links li.active a {
  color: #000;
}

.language-links li.active a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 80%;
  height: 1px;
  background-color: #000;
}

#confirm-label {
  font-weight: normal !important;
}

.signature {
  font-size: 20px;
  line-height: 1.4;
}

.signature a{
  font-size: 20px;
}

.footer-bottom {
  background-color: #5D5C61 !important;
}

.footer-bottom h6 {
  font-size: 24px;
}

.footer-bottom p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

.footer-bottom a {
  font-size: 18px;
  text-decoration: underline !important;
  font-weight: 700;
  text-decoration-color: #fff !important;
}

#footer-title-de {
  font-weight: 300;
  color: #fff;
  margin-bottom: 9px;
}

#footer-address-de {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 30px;
}

#footer-title-fr {
  font-weight: 300;
  margin-bottom: 9px;
}

#footer-fr p {
  line-height: 30px;
  font-weight: 400;
}