.BGAboutPolarion {
  background: url('../../resources/Images/Backgrounds/about-polarion-header.webp') no-repeat;
  background-size: cover;
}

.BGAerospaceTemplate{
  background: url('/resources/Images/Backgrounds/aerospace-template-header.png') no-repeat;
  background-size: cover;
}


h1,
.h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 50px;
  line-height: 72px;
  font-weight: bold;
}

h2,
.h2 {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 1rem;
}

h3,
.h3 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 500;
}

h4,
.h4 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.subheading {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
}

.button-primary-text {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
}

p,
ul {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: normal;
}




.text-white {
  color: white;
}

.red-button,
.red-empty-button {
  margin: auto;
  padding: calc(100vw*0.006) calc(100vw*0.015);
  border: 3px solid #D3252A;
}

.red-empty-button {
  border-radius: 4px;
  border: 3px solid #D3252A;
  padding: calc(100vw*0.006) calc(100vw*0.015);
  color: white;
}

.red-empty-button:hover {
  background: #a31015;
}

main section {
  margin-top: calc(100vw*0.07);
}

.row>* {
  padding-right: calc(var(--bs-gutter-x) * 2);
  padding-left: calc(var(--bs-gutter-x) * 2);
}

.small-products-container>* {
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
}

.gradient {
  background: linear-gradient(50deg, #2EABC7 0%, #053a60 100%);
}

.border-radius {
  border-radius: 5px;
}

.blue-bg {
  background-color: #154466;
  color: white;
}

.blue-border {
  border: 4px solid #154466;
}

.product-card-small {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-radius: 5px;
  background-color: #EBF2F6;
}

.backgroung-lightblue{
  border-radius: 5px;
  background-color: #EBF2F6;
}

.product-card-small>div>.img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: white;
  height: 10em;
  width: auto;
  border: 5px solid white;
  border-radius: 2px;
}

#countdown {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  color: black;
  box-shadow: 3px 3px 10px black;
}

.countdown-separator {
  margin-left: 0.5em;
  margin-right: 0.5em;
  border-bottom: 1px solid #777;
  rotate: 90deg;
}


@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 1400px) {

  h1,
  .h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
  }

  h2,
  .h2 {
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 1rem;
  }

  h3,
  .h3 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  h4,
  .h4 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .subheading {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
  }

  .button-primary-text {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
  }

  p,
  ul {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: normal;
  }

}