/* Container */
.ce-login-teaser {
  margin: 2rem 0;
}

.ce-login-teaser .teaser-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.105rem;
  background: #fff;
  border: 2px solid #dce5f0;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 2.105rem 3.368rem 3.368rem 3.368rem;
}

@media only screen and (max-width: 768px) {
  .ce-login-teaser .teaser-content {
    padding: 1rem;
    margin: 0;
  }
}
/* Left box (Login) */
.ce-login-teaser .login-box {
  width: 550px;
  height: 287px;
  background: #CDE5F670;
  padding: 2.105rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .ce-login-teaser .login-box {
    padding: 0.5rem;
  }
}

.ce-login-teaser .login-box .headline {
  font-weight: 700;
  font-size: 1.684rem;
  margin-bottom: 1.263rem;
}
.ce-login-teaser .login-box .headline h2 {
  margin-bottom: 0;
  font-size: 1.684rem;
  font-family: "Saira";
  font-weight: 700;
  line-height: 2rem;
}

.ce-login-teaser .login-text {
  font-size: 1rem;
  margin-bottom: 1.263rem;
}
.ce-login-teaser .login-text p {
  margin-bottom: 0;
}

.ce-login-teaser .primary-button {
  display: inline-block;
  background: #EE2F1C;
  color: #fff;
  font-weight: 600;
  font-size: 1.263rem;
  padding: 12px 160px;
  border-radius: 4px;
  text-decoration: none;
  /* transition: background 0.3s ease; */
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .ce-login-teaser .primary-button {
    padding: 12px 80px;
    font-size: 1rem;
    width: auto;
  }
}
.ce-login-teaser .primary-button:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(0deg, #ee2f1c, #ee2f1c);
}

.ce-login-teaser .register-text {
  margin-top: 0.842rem;
  font-size: 1rem;
}
.ce-login-teaser .register-text a {
  text-decoration: underline;
  color: #EE2F1C;
}

/* Right box (Contact) */
.ce-login-teaser .contact-box {
  width: 574px;
  height: 287px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .ce-login-teaser .contact-box {
    width: auto;
    height: auto;
  }
}
.ce-login-teaser .contact-box .contact-text p {
  font-family: "Saira";
  font-size: 1.263rem;
  font-weight: 700;
  line-height: 1.35rem;
}
.ce-login-teaser .contact-box .contact-text p:nth-of-type(2) {
  font-size: 1rem;
  font-weight: 400;
}
.ce-login-teaser .contact-infobox {
  display: flex;
  flex-direction: row;
  gap: 1.263rem;
  margin-bottom: 0.8421rem;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .ce-login-teaser .contact-infobox {
    display: flex;
    flex-direction: column;
    gap: 1.263rem;
    align-items: flex-start;
  }
}

.ce-login-teaser .contact-info {
  display: flex;
  flex-direction: column;
  gap: 0.8421rem;
  margin-bottom: 0.8421rem;
}

.ce-login-teaser .contact-image img {
  border-radius: 6px;
  max-height: 100%; 
}

.ce-login-teaser .icon-contact {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #00324c;
  text-decoration: none;
  font-size: 1rem;
}
