@media (min-width: 1200px) {
  .siemens-reference {
    grid-column: 2;
    grid-row: 1/span 2;
  }
}
@media (min-width: 1200px) {
  .siemens-reference .reference-box {
    margin-right: -2rem;
  }
}
@media (min-width: 1800px) {
  .siemens-reference .reference-box {
    margin-right: -8rem;
  }
}
.siemens-reference .reference-title {
  text-align: center;
  margin-bottom: 1rem;
}
.siemens-reference .siemens-logo {
  height: 30px;
  display: inline;
  vertical-align: bottom;
  margin-left: 4px;
  transform: translateY(6px);
}
.siemens-reference p {
  font-size: 18px;
}
.siemens-reference .siemens-reference-images {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.siemens-reference .siemens-reference-images div {
  flex: 1;
}
.siemens-reference .siemens-reference-images .siemens-reference-image {
  width: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 3/4;
}

.content {
  color: var(--beige-text-color);
}

.maa-section {
  display: grid;
  justify-content: space-between;
  grid-row-gap: 1rem;
  margin-top: var(--section-padding);
}
@media (min-width: 1200px) {
  .maa-section {
    grid-template-rows: min-content 1fr;
    grid-column-gap: 48px;
  }
}
@media (min-width: 1200px) {
  .maa-section {
    grid-template-columns: 3fr minmax(500px, 2fr);
  }
}
.maa-section ul {
  margin: 0;
}
.maa-section .paragraph-2 {
  margin-top: 0.5rem;
}
.maa-section .software-challenges {
  margin-bottom: 1rem;
}
.maa-section .subtitle {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.content {
  color: var(--beige-text-color);
}

@media (min-width: 1200px) {
  .scan-references {
    grid-column: 1;
    grid-row: 1/span 2;
  }
}
.scan-references .reference-box-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1200px) {
  .scan-references .reference-box {
    margin-left: -2.5rem;
  }
}
@media (min-width: 1800px) {
  .scan-references .reference-box {
    margin-left: -8rem;
  }
}
.scan-references .reference-title {
  text-align: center;
  margin-bottom: 0.5rem;
}
.scan-references .dma-reference-image {
  display: block;
  width: 100px;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .scan-references .dma-reference-image {
    width: 140px;
  }
}
.scan-references .dma-reference-1 .dma-reference-image {
  object-position: left;
}
.scan-references p, .scan-references li {
  font-size: 18px;
  display: block;
}

.dma-section {
  display: grid;
  justify-content: space-between;
  grid-row-gap: 1rem;
  margin-top: var(--section-padding);
  margin-bottom: var(--section-padding);
}
@media (min-width: 1200px) {
  .dma-section {
    grid-template-rows: min-content 1fr;
    grid-column-gap: 48px;
  }
}
@media (min-width: 1200px) {
  .dma-section {
    grid-template-columns: minmax(500px, 2fr) 3fr;
  }
}
.dma-section .content {
  color: var(--beige-text-color);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1200px) {
  .dma-section .content {
    grid-column: 2;
  }
}

.reference-box {
  display: flex;
  font-size: 18px;
  background: var(--foreground-color);
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.25));
}
.reference-box .reference-box-content {
  padding: 20px 40px 30px;
}
.reference-box .reference-paragraph {
  margin-bottom: 0.5rem;
}

@font-face {
  font-family: Borna;
  src: url(fonts/borna-medium-webfont.woff2);
}
:root {
  --background-color: #FFFFEC;
  --beige-text-color: #4a4a00;
  --beige-title-color: #313100;
  --foreground-color: white;
  --green: rgba(0, 200, 0, 1);
  --blue: rgba(60, 60, 255, 1);
  --angled-section-color: rgba(30, 83, 192, 0.5);
  --section-padding: 50px;
}

@media (min-width: 600px) {
  :root {
    --section-padding: 80px;
  }
}
h1, h2, h3, p {
  margin: 0;
}

h1, h2 {
  font-family: Borna;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  color: gray;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Outfit";
  font-weight: 200;
}

p, li {
  font-family: "Outfit";
  font-weight: 200;
  font-size: 20px;
  letter-spacing: 0.5px;
}

header {
  position: sticky;
  top: 0;
  height: 80px;
  background: var(--foreground-color);
  display: flex;
  justify-content: center;
  padding: 0 10px;
  z-index: 100;
  filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.25));
  align-items: center;
}
@media (min-width: 600px) {
  header {
    justify-content: flex-start;
    height: 100px;
  }
}
header img {
  margin-left: 20px;
  height: 60%;
}

.head-section {
  padding-top: var(--section-padding);
  padding-bottom: 320px;
  margin-bottom: calc(-320px + var(--section-padding));
  background: linear-gradient(0deg, var(--angled-section-color), var(--angled-section-color)), url(assets/head-image.jpeg);
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 200px), 0% 100%);
  color: white;
}
@media (min-width: 900px) {
  .head-section {
    background-position: 0 50%;
  }
}
.head-section .text-content {
  max-width: 1300px;
  padding-left: 16px;
  padding-right: 16px;
  margin: auto;
}
@media (min-width: 600px) {
  .head-section .text-content {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.head-section .text-content h1 {
  margin-bottom: 24px;
}
.head-section .text-content p {
  max-width: 900px;
  margin-bottom: 10px;
}

.partnership-section {
  font-size: 18px;
  padding: 20px 40px 30px;
  background: var(--foreground-color);
  filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.25));
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media (min-width: 900px) {
  .partnership-section {
    padding: 30px 60px 45px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .partnership-section {
    max-width: 900px;
  }
}
.partnership-section h2 {
  text-align: center;
  margin-bottom: 2px;
}
.partnership-section p {
  font-size: 18px;
  color: black;
}
.partnership-section .info-container-subtitle {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-style: italic;
  color: gray;
}
.partnership-section .partnership-columns {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  gap: 16px;
}
@media (min-width: 900px) {
  .partnership-section .partnership-columns {
    flex-direction: row;
    align-items: initial;
  }
}
.partnership-section .partnership-columns .partner-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.partnership-section .partnership-columns .partner-column img {
  height: 70px;
  display: block;
}
.partnership-section .partnership-columns .partner-column h3 {
  margin-top: 24px;
  margin-bottom: 8px;
}

.reference-section {
  max-width: 1300px;
  padding-left: 16px;
  padding-right: 16px;
  margin: auto;
}
@media (min-width: 600px) {
  .reference-section {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.why-section {
  font-size: 18px;
  padding: 20px 40px 30px;
  background: var(--foreground-color);
  filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.25));
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 900px) {
  .why-section {
    padding: 30px 60px 45px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .why-section {
    max-width: 900px;
  }
}
.why-section h2 {
  text-align: center;
  margin-bottom: 2px;
}
.why-section p {
  font-size: 18px;
  color: black;
}
.why-section .info-container-subtitle {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-style: italic;
  color: gray;
}
.why-section .why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 900px) {
  .why-section .why-grid {
    gap: 4px;
    grid-template-rows: 1fr min-content 1fr;
    grid-template-columns: 1fr 20px 1fr;
  }
}
.why-section .why-grid .center-icon {
  grid-row: 1;
  height: 100px;
  align-self: center;
  justify-self: center;
}
@media (min-width: 900px) {
  .why-section .why-grid .center-icon {
    grid-row: 2;
    grid-column: 2;
  }
}
.why-section .why-grid .why h3 {
  text-align: center;
  margin-bottom: 4px;
}
.why-section .why-grid .why p {
  text-align: center;
  margin: auto;
  max-width: 280px;
}
.why-section .why-grid .why-1 {
  grid-row: 2;
}
@media (min-width: 900px) {
  .why-section .why-grid .why-1 {
    grid-row: 1;
    grid-column: 1;
  }
}
.why-section .why-grid .why-2 {
  grid-row: 3;
}
@media (min-width: 900px) {
  .why-section .why-grid .why-2 {
    grid-row: 1;
    grid-column: 3;
  }
}
.why-section .why-grid .why-3 {
  grid-row: 4;
}
@media (min-width: 900px) {
  .why-section .why-grid .why-3 {
    grid-row: 3;
    grid-column: 1;
  }
}
.why-section .why-grid .why-4 {
  grid-row: 5;
}
@media (min-width: 900px) {
  .why-section .why-grid .why-4 {
    grid-row: 3;
    grid-column: 3;
  }
}

.contact-section {
  position: relative;
  box-sizing: border-box;
  color: white;
  margin-top: -420px;
  padding-top: calc(420px + var(--section-padding));
  padding-bottom: var(--section-padding);
}
.contact-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: polygon(0% 200px, 100% 0%, 100% 100%, 0% 100%);
  background: linear-gradient(0deg, var(--angled-section-color), var(--angled-section-color)), url(assets/footer-image.png);
}
.contact-section h2 {
  text-align: center;
}
.contact-section .windmill-1 {
  z-index: -2;
  position: absolute;
  bottom: calc(100% - 200px - 100px);
  left: -30px;
  height: 400px;
  opacity: 30%;
}
.contact-section .windmill-2 {
  z-index: -2;
  position: absolute;
  height: 400px;
  bottom: calc(100% - 200px - 70px);
  left: 70px;
  opacity: 30%;
}
.contact-section .contact-point-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 16px auto auto;
  align-items: center;
  max-width: 600px;
  justify-content: space-between;
}
@media (min-width: 900px) {
  .contact-section .contact-point-list {
    flex-direction: row;
    margin: 40px auto auto;
    gap: initial;
  }
}
.contact-section .contact-point-list .contact-point {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 900px) {
  .contact-section .contact-point-list .contact-point {
    gap: 12px;
  }
}
.contact-section .contact-point-list .contact-point img {
  align-self: center;
  display: block;
  margin: auto 8px;
  height: 60px;
  filter: invert(1);
}
.contact-section .contact-point-list .contact-point p {
  align-self: center;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 300;
}
@media (min-width: 900px) {
  .contact-section .contact-point-list .contact-point p {
    align-self: start;
    font-size: 22px;
  }
}

body {
  margin: 0;
  background: var(--background-color);
}

.handshake-icon {
  width: 70px;
  height: 70px;
}

/*# sourceMappingURL=styles.css.map */
