@font-face {
  font-family: "Open Sans";
  src: url("../assets/fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../assets/fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

:root {
  --primary: #323233;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;

  font-family: "Open Sans";
}

body {
  background-color: var(--primary);
}
.ae-header {
  padding: 2rem 10%;
  display: flex;
  align-items: center;
}

.ae-logo {
  height: 50px;
}

.ae-page-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 5rem 0;
}

.ae-magazin-container {
  display: flex;
  flex-direction: column;
  width: 40%;
  padding: 3rem;
  color: white;
}
.ae-magazin-container img {
  width: 100%;
}

.ae-text {
  width: 100%;
  font-size: 20px;
}

.ae-formular-container {
  padding: 40px;

  max-width: 600px;

  font-family: Arial, sans-serif;
}
.ae-formular label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
  color: white;
  font-weight: 400;
}
.ae-formular input,
.ae-formular textarea {
  background-color: white;

  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
}

.ae-formular select {
  background-color: white;
  color: black;
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  appearance: none;
}

.ae-formular select:focus {
  border-color: #666;

  outline: none;
}

.ae-formular select option {
  background-color: white;
  color: black;
}

.ae-formular textarea {
  height: 120px;
  resize: vertical;
}
.ae-formular label[for="datenschutz"] {
  display: flex;
  align-items: center;
  font-size: 14px;
 
}
.ae-formular input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
  margin-bottom: 0 !important;
}
.ae-formular .g-recaptcha {
  margin-bottom: 15px;
}
.ae-formular button {
  background-color: black;
  color: white;
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  margin-top: 1rem;
  font-size: 16px;
  width: 100%;
  text-transform: uppercase;
}
.ae-formular button:hover {
  background-color: #242424;
}

.ae-footer {
  background-color: #424a52;
  color: #8a929b;
  
  padding: 40px 10%;
  font-size: 14px;
}

.ae-footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}

.ae-footer-info {
  max-width: 300px;
}

.ae-footer-info p {
  margin: 5px 0;
}

.ae-footer-info a {
  text-decoration: none;
  color: #8a929b;
}

.ae-newsletter-btn {
  background-color: #888;
  color: white;
  border: none;
  padding: 10px 20px;
  margin-top: 15px;
  cursor: pointer;
}

.ae-newsletter-btn:hover {
  background-color: #777;
}

.ae-footer-socials {
  display: flex;
  gap: 1.5rem;
}

.ae-footer-socials a img {
  width: 30px;
  opacity: 0.6;
}

.ae-footer-socials a:hover img {
  opacity: 1;
}

.ae-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 20px auto 0;

  padding-top: 10px;
}

.ae-footer-links a {
  color: #8a929b;
  text-decoration: none;
  margin-left: 15px;
  font-size: 12px;
}

.ae-footer-links a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .ae-formular-container{
    padding: 3rem 0 0 0;
  }

  .ae-page-content {
    flex-direction: column;
    padding: 0 0 5rem 0;
    align-items: center;
    width: 80%;
    margin-left: 10%;
 
  }
  .ae-magazin-container {
    width: 100%;
    padding: 0;
    align-items: center;
  }

  .ae-text{
    width: 100%;
    font-size: 16px;
    max-width: 600px;
}

.ae-footer {
 
  padding: 40px 10%;
  font-size: 14px;
}

.ae-footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}

.ae-footer-info {
  max-width: 300px;
}

.ae-footer-info p {
  margin: 5px 0;
}

.ae-footer-info a {
  text-decoration: none;
  color: #8a929b;
}

.ae-newsletter-btn {
  background-color: #888;
  color: white;
  border: none;
  padding: 10px 20px;
  margin-top: 15px;
  cursor: pointer;
}

.ae-newsletter-btn:hover {
  background-color: #777;
}

.ae-footer-socials {
  display: flex;
  gap: 10px;
}

.ae-footer-socials a img {
  width: 30px;
  opacity: 0.6;
}

.ae-footer-socials a:hover img {
  opacity: 1;
}

.ae-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 20px auto 0;

  padding-top: 10px;
}




}
@media (max-width: 768px) {

  .ae-footer-content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    justify-content: space-between;
    align-items: flex-start;
    
  }

  .ae-footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    justify-content: space-between;
    align-items: flex-start;
  }

}
