:root {
  --CNSGreen: #8BBD3A;
  --CNSWhite: #ffffff;
  --CNSBlue: #245580;
  --CNSLightBlue: #337AB7;
  --CNSGray: #E9EEF2;
}

body {
  background-color: var(--CNSWhite);
  max-width: 1920px;
  font-family: "Roboto";
  font-weight: 300;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--CNSBlue);
  margin: auto;
}

.WhiteBackground {
  background-color: var(--CNSWhite);
  position: relative;
  display: block;
}

@media only screen and (min-width: 576px) {
  .page-banner {
    height: 330px;
  }
  .section-title h1 {
    font-size: 70px;
  }
  .section-title h2 {
    font-size: 38px;
    margin-top: 100px;
  }
  .section-title h3, .grayTitle {
    font-size: 32px;
  }
  a.filled-button,
  button.filled-button {
    font-size: 24px;
  }
  .grayBox, .blueBox, .whiteBox {
    margin-left: 50px;
    margin-right: 50px;
    padding: 1rem 2.2rem;
  }
  .blueBox .textParagraph b {
    font-size: 28px;
  }
  .PrimaryText {
    padding-left: 80px;
    padding-right: 80px;
  }
  .textParagraph {
    font-size: 26px;
    font-weight: 300;
  }
  .textParagraph strong {
    font-weight: 400;
  }
  p {
    line-height: 40px;
  }
  ul {
    font-size: 26px;
  }
}
@media only screen and (max-width: 576px) {
  .page-banner {
    height: 150px;
  }
  .page-banner h1 {
    font-size: 30px !important;
  }
  .section-title h1 {
    font-size: 40px;
    padding: 2rem;
  }
  .section-title h2 {
    font-size: 26px;
    margin-top: 50px;
  }
  .section-title h3, .grayTitle {
    font-size: 22px;
  }
  a.filled-button,
  button.filled-button {
    font-size: 20px;
  }
  .PrimaryText {
    padding-left: 10px;
    padding-right: 20px;
  }
  .textParagraph {
    font-size: 20px;
    font-weight: 300;
  }
  .textParagraph strong {
    font-weight: 600;
  }
  .grayBox, .blueBox, .whiteBox {
    padding: 0.2rem 1rem;
  }
  .blueBox .textParagraph b {
    font-size: 24px;
  }
  p {
    line-height: 30px;
  }
  ul {
    font-size: 16px;
  }
}
.textParagraph {
  font-family: "Roboto";
  font-weight: 300;
  margin: 10px 0;
  text-align: start;
  color: var(--CNSBlue);
}
.textParagraph b {
  font-weight: 700;
  color: var(--CNSBlue);
}
.textParagraph strong {
  font-weight: 500;
}

.blueBox {
  position: relative;
  background-color: var(--CNSBlue);
  color: var(--CNSWhite);
  margin-bottom: 35px;
  margin-top: 20px;
}
.blueBox .textParagraph {
  color: var(--CNSWhite);
}
.blueBox .textParagraph b {
  font-weight: 500;
  color: var(--CNSWhite);
}
.blueBox .textParagraph strong {
  font-weight: 400;
  color: var(--CNSWhite);
}

.whiteBox {
  background-color: var(--CNSWhite);
}

.whiteBox.dom {
  margin-top: 100px;
  text-align: center;
}
.whiteBox.dom .textParagraph {
  width: 100%;
  text-align: center;
}

.grayBox {
  background-color: var(--CNSGray);
}

.grayBox, .whiteBox {
  position: relative;
  margin-bottom: 35px;
  margin-top: 20px;
}
.grayBox img, .whiteBox img {
  width: 100%;
  padding-bottom: 20px;
}
.grayBox .grayTitle, .grayBox .subtitle, .whiteBox .grayTitle, .whiteBox .subtitle {
  margin-bottom: 30px;
  margin-top: 10px;
  font-weight: 900;
  color: var(--CNSBlue);
}
.grayBox .grayTitle b, .grayBox .subtitle b, .whiteBox .grayTitle b, .whiteBox .subtitle b {
  color: var(--CNSGreen);
  font-style: none;
}
.grayBox a, .whiteBox a {
  margin-bottom: 20px;
}

.highlightText {
  background-color: var(--CNSBlue);
  color: var(--CNSWhite) !important;
  padding: 5px;
  border-radius: 5px;
}

p {
  font-size: 20px;
  color: var(--CNSBlue);
  padding-bottom: 10px;
}

a {
  text-decoration: none !important;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a.filled-button,
button.filled-button {
  background-color: var(--CNSBlue);
  color: var(--CNSWhite);
  text-align: center;
  font-weight: 500;
  padding: 6px 10px;
  display: inline-block;
  transition: all 0.3s;
  border-radius: 5px;
}

a.filled-button:hover,
button.filled-button:hover {
  background-color: var(--CNSLightBlue);
}

.section-title {
  font-family: "Roboto";
}

.section-title h1 {
  font-weight: 900;
  color: var(--CNSWhite);
}
.section-title h1 em {
  color: var(--CNSBlue);
}

.section-title h2 {
  margin-bottom: 40px;
  font-weight: 900;
  color: var(--CNSBlue);
}
.section-title h2 em {
  color: var(--CNSGreen);
}

.section-title h3 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 900;
  color: var(--CNSBlue);
}
.section-title h3 em {
  color: var(--CNSGreen);
}

.section-title em {
  font-style: normal;
  color: var(--CNSGreen);
}

.section-title span {
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 15px;
  color: #4D4F53;
  letter-spacing: 1px;
}

.page-banner {
  background-color: var(--CNSGreen);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kleinText {
  margin-top: 100px;
}
.kleinText .textParagraph {
  font-size: 18px;
  margin: 0px 0;
  line-height: 28px;
}

#MyNavbar {
  font-weight: bold;
  box-shadow: 0px 2px 4px -4px;
}
#MyNavbar .menuIconBars {
  width: 35px;
  height: 5px;
  background-color: var(--CNSBlue);
  margin: 6px 0;
  border-radius: 2px;
}
#MyNavbar .navbar-brand img {
  width: 320px;
  position: relative;
  left: -20px;
}
@media only screen and (max-width: 424px) {
  #MyNavbar .navbar-brand img {
    width: 210px;
  }
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
  #MyNavbar .navbar-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-height: 370px;
  }
  #MyNavbar .navbar-nav .nav-item {
    width: 45%;
    text-align: center;
  }
  #MyNavbar .navbar-nav .nav-item .dropdown-menu.show {
    display: flex;
    width: 200%;
    height: 100px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 10;
    margin-top: -10px;
    border-top: solid 3px var(--CNSGreen) !important;
    border-right: solid 1px var(--CNSGreen) !important;
    border-bottom: solid 1px var(--CNSGreen) !important;
    border-left: solid 1px var(--CNSGreen) !important;
  }
  #MyNavbar .navbar-nav .nav-item .dropdown-menu.show .dropdown-item {
    width: 25%;
    margin-right: 0 !important;
  }
  #MyNavbar .navbar-nav .drop-lang {
    z-index: 2;
  }
  #MyNavbar .navbar-nav .drop-lang .dropdown-menu.show {
    position: absolute;
    display: block !important;
    top: 10px !important;
    right: -135px !important;
    width: 100px !important;
    height: 65px !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: solid 3px var(--CNSBlue) !important;
  }
  #MyNavbar .navbar-nav .drop-lang .dropdown-menu.show .dropdown-item {
    width: 100px !important;
  }
}
@media only screen and (min-width: 992px) {
  #MyNavbar .navbar-nav {
    padding-right: 9px !important;
  }
  #MyNavbar .drop-lang {
    top: 5px;
    position: relative;
    right: -30px;
  }
  #MyNavbar .drop-lang .dropdown-menu.show {
    position: absolute;
    top: 30px;
    left: -30px;
  }
  #MyNavbar .dropdown-menu {
    width: 200px;
    border-top: var(--CNSBlue) 3px solid !important;
  }
}
@media only screen and (max-width: 991px) {
  #MyNavbar .dropdown-menu {
    width: 250px;
    margin: -3px auto;
    opacity: 0.9;
    top: 50px;
    right: 0px;
    padding: 0px;
    border: rgba(0, 0, 0, 0.15) 1px solid !important;
    border-top: var(--CNSBlue) 3px solid !important;
  }
  #MyNavbar .nav-item {
    margin-top: 5px;
  }
  #MyNavbar .nav-link {
    width: 220px;
    font-size: 25px;
    margin: auto;
    padding: 5px;
  }
  #MyNavbar .dropdown-item {
    font-size: 25px !important;
  }
  #MyNavbar .drop-lang {
    z-index: 2;
  }
  #MyNavbar .drop-lang .dropdown-menu.show {
    position: absolute;
    top: -13px;
    right: -135px;
    border-left: solid var(--CNSBlue) !important;
    border-top: none !important;
  }
}
#MyNavbar .dropdown-menu {
  border-radius: 3px;
  border: none;
  z-index: 50;
  position: absolute;
}
#MyNavbar .dropdown-menu .dropdown-item {
  width: 180px;
}
#MyNavbar .dropdown-toggle:focus {
  outline: none;
}
#MyNavbar .dropdown-item {
  color: var(--CNSBlue);
  font-weight: 900 !important;
  font-family: "Roboto";
  font-size: large;
}
#MyNavbar .dropdown-item.active {
  color: var(--CNSGreen);
  background-color: transparent;
}
#MyNavbar .dropdown-item:hover {
  color: var(--CNSGreen);
  background-color: transparent;
}
#MyNavbar .dropdown-divider {
  margin: 0;
}
#MyNavbar span {
  font-size: 15px !important;
  margin-left: 15px;
  font-weight: 300;
  color: var(--CNSGreen);
}
#MyNavbar .nav-item {
  padding-bottom: 10px;
  font-size: large;
  font-weight: 900;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
}
#MyNavbar .nav-link {
  text-align: center;
  color: var(--CNSBlue);
  transition: 0.5s;
  padding: 5px 5px !important;
}
#MyNavbar .nav-item.active .nav-link {
  margin: auto;
  color: var(--CNSWhite);
  background-color: var(--CNSBlue);
  border-radius: 5px;
}
#MyNavbar .nav-link:hover:not(.nav-item.active > .nav-link) {
  color: var(--CNSGreen);
}
#MyNavbar button {
  height: 50px;
}
#MyNavbar button span {
  height: 50px;
  color: var(--CNSGreen);
}
#MyNavbar button span i {
  color: var(--CNSGreen);
  font-size: 35px;
}
#MyNavbar #navbarNav {
  z-index: 5;
}
#MyNavbar .navbar-toggler:focus {
  box-shadow: none;
}
#MyNavbar .navbar-collapse.show {
  background-color: var(--CNSWhite) !important;
}
#MyNavbar .drop-lang .globeIcon {
  width: 15px;
  margin-bottom: 2px;
}
#MyNavbar .drop-lang .dropdown-menu {
  height: 60px;
  width: 100px;
  min-width: 3rem !important;
  padding: 0;
  margin: auto;
}
#MyNavbar .drop-lang .dropdown-menu li {
  width: 100px;
  margin: 0;
}
#MyNavbar .drop-lang .dropdown-menu li .dropdown-item {
  margin-top: 0;
  width: 100px;
  height: 30px;
  display: block;
  margin: auto;
  text-align: start;
  color: var(--CNSBlue);
  font-weight: 300 !important;
  font-size: medium !important;
}
#MyNavbar .drop-lang .dropdown-menu li .dropdown-item.on {
  height: 28px;
  font-weight: 900 !important;
  color: var(--CNSBlue);
  margin: 0;
}

@media only screen and (max-width: 576px) {
  .emblems {
    flex-wrap: wrap;
  }
  .emblems img {
    max-width: 250px;
    margin: 20px 0;
  }
}
@media only screen and (min-width: 576px) {
  .emblems img {
    height: 150px !important;
    margin: 0px 0;
  }
}
@media only screen and (max-width: 992px) {
  footer {
    height: 100%;
  }
  .footer-divider {
    margin: 10px auto;
  }
  .footer-recht, .footer-link, .emblems {
    width: 100%;
  }
  .footer-link h4 {
    text-align: center;
  }
  .footer-link ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: solid 1px;
    margin-bottom: 1rem;
  }
  .footer-link ul li {
    padding-left: 5px;
    padding-right: 5px;
    margin: auto;
  }
  .footer-recht {
    text-align: center;
    margin-left: 0;
  }
  .footer-recht ul, .footer-recht li {
    text-align: center;
  }
  .footer-recht .mediaLink {
    margin-right: 0px;
  }
  .footer-recht .legalDivider {
    width: 50%;
    margin: auto;
  }
}
@media only screen and (min-width: 993px) {
  footer {
    height: 320px;
  }
  footer .legalDivider {
    width: 50%;
    margin-bottom: 12px;
  }
  .sub-footer {
    height: 50px;
  }
  .footer a {
    margin-left: 65px;
  }
  .footer-item h4 {
    margin-left: 75px;
  }
  .footer-link li, .footer-link ul {
    padding-left: 40px;
  }
  .footer-recht {
    text-align: start;
  }
  .footer-recht h4 {
    margin-left: 200px !important;
  }
  .footer-recht ul, .footer-recht li {
    margin-left: 100px;
    text-align: start;
    white-space: nowrap;
  }
}
footer:not(.footerDomain) {
  margin-top: 150px;
}

footer a {
  color: var(--CNSWhite);
  transition: 0.5s;
  font-weight: 500;
  font-size: large !important;
}
footer a:hover {
  color: var(--CNSWhite);
  border-bottom: solid;
}

footer, .sub-footer {
  background-color: var(--CNSBlue);
  color: var(--CNSWhite);
  text-align: start;
  font-size: 26px;
}
footer .footer-item h4, .sub-footer .footer-item h4 {
  font-family: "Roboto" !important;
  font-size: medium;
  font-weight: 300;
}
footer .footer-item .impressum-link, .sub-footer .footer-item .impressum-link {
  font-size: medium;
  font-weight: 300;
}
footer p, .sub-footer p {
  color: var(--CNSWhite);
  text-align: center;
}
footer ul, .sub-footer ul {
  text-align: start;
  padding: 0.5rem;
  line-height: 20px;
}
footer ul li, .sub-footer ul li {
  padding: 0.2rem;
  font-weight: bold;
}
footer .copyright-link, .sub-footer .copyright-link {
  font-size: medium;
  font-weight: 300;
}
footer .emblems, .sub-footer .emblems {
  display: flex;
  justify-content: center;
}
footer .emblemLink:hover, .sub-footer .emblemLink:hover {
  border-bottom: none;
}

.sub-footer {
  position: relative;
  bottom: 0;
}
.sub-footer p {
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}
.sub-footer a {
  color: var(--CNSWhite);
  transition: 0.5s;
  font-weight: 500;
  font-size: 12px !important;
}
.sub-footer a:hover {
  text-decoration: underline !important;
}

.footerAbout {
  margin-top: 250px !important;
}

@media only screen and (min-width: 576px) {
  .carousel .inner {
    height: 330px;
  }
  .carousel .inner h1 {
    text-align: center;
  }
  .carousel .inner p {
    line-height: 70px;
  }
}
@media only screen and (max-width: 576px) {
  .carousel .inner {
    height: 150px;
    padding: 1rem;
  }
  .carousel .inner h1 {
    padding: 0 !important;
    text-align: center;
  }
  .carousel .inner p {
    line-height: 10px;
  }
  .carousel .inner a {
    margin-top: 0px;
  }
}
.carousel {
  border: none !important;
}
.carousel .carousel-item {
  border: none !important;
}
.carousel .carousel-item .section-tile {
  margin-bottom: 0 !important;
}
.carousel .carousel-item .inner {
  background-color: var(--CNSGreen);
}
.carousel .carousel-item .inner p {
  color: var(--CNSWhite);
  text-align: center;
  font-weight: bold;
}

@media only screen and (min-width: 576px) {
  .interactiv, .roll-up {
    margin-left: 50px;
    margin-right: 50px;
  }
  .roll-up {
    border-top: solid 25px var(--CNSGreen);
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .roll-up {
    border-top: solid 10px var(--CNSGreen);
  }
}
@media only screen and (max-width: 575px) {
  .roll-up h2 {
    font-size: 6vw;
    margin-bottom: 35px;
  }
  .roll-up h5 {
    font-size: 4.6vw;
  }
  .roll-up p {
    font-size: 4.5vw;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .roll-up h2 {
    font-size: 5.4vw;
    margin-bottom: 50px;
  }
  .roll-up h5 {
    font-size: 4.1vw;
  }
  .roll-up p {
    font-size: 4vw;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .roll-up h2 {
    font-size: 5.7vw;
    margin-top: 30px;
    margin-bottom: 70px;
  }
  .roll-up h5 {
    font-size: 4.3vw;
  }
  .roll-up p {
    font-size: 4.1vw;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .roll-up h2 {
    font-size: 80px;
    margin-bottom: 100px;
  }
  .roll-up h5 {
    font-size: 60px;
    margin-bottom: 10px !important;
  }
  .roll-up p {
    font-size: 58px;
    margin-bottom: 90px;
  }
}
.roll-up {
  text-align: start;
  padding-top: 0.5vw;
}
.roll-up h2 {
  font-weight: 500;
  margin-top: 0 !important;
  white-space: nowrap;
}
.roll-up h5 {
  font-weight: 500;
  margin-bottom: 0;
}
.roll-up p {
  font-weight: 500;
  color: #A8A9AD;
}

.interactiv {
  overflow: hidden;
}

.hoverIntSymbol {
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .IntSymbol h2, .IntScreen h2, .IntControlCenter h2 {
    padding-top: 22%;
    font-size: 30px !important;
  }
  .IntSymbol p, .IntScreen p, .IntControlCenter p {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .IntSymbol h2, .IntScreen h2, .IntControlCenter h2 {
    padding-top: 18%;
    font-size: 25px !important;
  }
  .IntSymbol p, .IntScreen p, .IntControlCenter p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 768px) {
  .IntSymbol h2, .IntScreen h2, .IntControlCenter h2 {
    padding-top: 20%;
    font-size: 22px !important;
  }
  .IntSymbol p, .IntScreen p, .IntControlCenter p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 500px) {
  .IntSymbol h2, .IntScreen h2, .IntControlCenter h2 {
    padding-top: 20%;
    font-size: 14px !important;
  }
  .IntSymbol p, .IntScreen p, .IntControlCenter p {
    font-size: 7px;
  }
}
.IntSymbol {
  width: 23.2%;
  position: absolute;
  height: 22.3%;
  display: block;
  z-index: 157;
  opacity: 0;
  color: var(--CNSWhite);
  font-weight: 500;
  transition: 1s;
}
.IntSymbol h2 {
  color: var(--CNSWhite);
}
.IntSymbol p {
  color: var(--CNSWhite);
  margin-top: -10px;
}

.IntScreen, .IntControlCenter {
  position: absolute;
  display: block;
  opacity: 0;
  color: var(--CNSWhite);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
}
.IntScreen p, .IntControlCenter p {
  font-weight: 500;
  color: var(--CNSWhite);
}

.IntControlCenter p {
  margin-top: 10px;
}

.intDef:hover, .intMar:hover, .intPT:hover, .intDrone:hover, .intAvi:hover,
.intScreen1:hover, .intScreen2:hover, .intScreen3:hover, .intScreen4:hover, .intScreen5:hover, .intScreen6:hover,
.intControlCenter1:hover, .intControlCenter2:hover, .intControlCenter3:hover, .intControlCenter4:hover {
  opacity: 0.8;
  background-color: var(--CNSBlue);
}

.intDef {
  bottom: 24.5%;
  left: 0;
}

.intMar {
  bottom: 0;
  left: 0;
}

.intPT {
  bottom: 0;
  left: 25.6%;
}

.intDrone {
  bottom: 24.5%;
  left: 25.6%;
}

.intAvi {
  bottom: 0;
  left: 51.5%;
}

.intScreen1 {
  transform: skew(0deg, 6deg);
  width: 28.2%;
  height: 22.3%;
  top: -3%;
  left: 0%;
}
.intScreen1 p, .intScreen1 h2 {
  transform: skew(0, -6deg);
}

.intScreen2 {
  transform: skew(0deg, 3deg);
  width: 16.2%;
  height: 12%;
  left: 28%;
  top: -1.5%;
}
.intScreen2 p, .intScreen2 h2 {
  transform: skew(0, -3deg);
}

.intScreen3 {
  transform: skew(0deg, 7deg);
  z-index: 5;
  width: 16.2%;
  height: 11.5%;
  left: 28%;
  top: 10%;
}
.intScreen3 p, .intScreen3 h2 {
  transform: skew(0, -7deg);
}

.intScreen4 {
  transform: skew(0deg, 4deg);
  width: 17%;
  height: 12.5%;
  left: 44.5%;
  top: -1%;
}
.intScreen4 p, .intScreen4 h2 {
  transform: skew(0, -4deg);
}

.intScreen5 {
  transform: skew(0deg, 7.5deg);
  width: 17%;
  height: 12.3%;
  left: 44.5%;
  z-index: 5;
  top: 11.3%;
}
.intScreen5 p, .intScreen5 h2 {
  transform: skew(0, -7.5deg);
}

.intScreen6 {
  transform: skew(0deg, 10deg);
  width: 38.2%;
  height: 31%;
  left: 61.5%;
  z-index: 5;
  top: -3%;
}
.intScreen6 p, .intScreen6 h2 {
  transform: skew(0, -10deg);
}

.intControlCenter1 {
  width: 13%;
  height: 11%;
  left: 0%;
  z-index: 5;
  top: 23%;
}

.intControlCenter2 {
  transform: skew(0deg, 10deg);
  width: 33.3%;
  height: 6.4%;
  left: 19.3%;
  z-index: 5;
  top: 43.2%;
}
.intControlCenter2 p, .intControlCenter2 h2 {
  transform: skew(0, -10deg);
}

.intControlCenter3 {
  transform: skew(0deg, -6deg);
  width: 32.2%;
  height: 8%;
  left: 58.5%;
  z-index: 5;
  top: 47.7%;
}
.intControlCenter3 p, .intControlCenter3 h2 {
  transform: skew(0, 6deg);
}

.intControlCenter4 {
  transform: skew(0deg, 13deg);
  width: 40.35%;
  height: 9.6%;
  left: 59.5%;
  z-index: 5;
  top: 66.5%;
}
.intControlCenter4 p, .intControlCenter4 h2 {
  transform: skew(0, -10deg);
}

@media only screen and (max-width: 576px) {
  #CareerPage #logoCareer {
    width: 130px;
    top: 140px;
  }
  #CareerPage .Benefits {
    font-size: 20px;
    gap: 15px;
  }
  #CareerPage .Benefit {
    width: 125px;
    height: 125px;
  }
  #CareerPage .Benefit h3 {
    font-size: 14px;
  }
  #CareerPage .Benefit i, #CareerPage .Benefit .benefitIcon {
    font-size: 35px;
  }
  #CareerPage .benefitText {
    width: 125px;
    overflow: hidden;
    font-size: 14px;
    line-height: normal;
    margin-top: 5px;
    font-weight: 500;
    text-align: center;
  }
  #CareerPage #jobOffers .accordion-button,
  #CareerPage #jobOffers .accordion-button:not(.collapsed) {
    font-size: 20px;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1200px) {
  #CareerPage #logoCareer {
    width: 270px;
    top: 200px;
    margin-left: 50px;
  }
}
@media only screen and (min-width: 577px) and (max-width: 900px) {
  #CareerPage #logoCareer {
    width: 200px;
    top: 270px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 1200px) {
  #CareerPage .Benefit {
    width: 155px;
    height: 155px;
  }
  #CareerPage .Benefit h3 {
    font-size: 20px;
  }
  #CareerPage .Benefit i, #CareerPage .Benefit .benefitIcon {
    font-size: 50px;
  }
  #CareerPage .benefitText {
    width: 155px;
    overflow: hidden;
    font-size: 20px;
    line-height: normal;
    margin-top: 10px;
    font-weight: 500;
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  #CareerPage #logoCareer {
    width: 350px;
    top: 130px;
    margin-left: 50px;
  }
  #CareerPage .Benefit {
    width: 180px;
    height: 180px;
  }
  #CareerPage .Benefit i, #CareerPage .Benefit .benefitIcon {
    font-size: 50px;
  }
  #CareerPage .benefitText {
    width: 180px;
    overflow: hidden;
    font-size: 20px;
    line-height: normal;
    margin-top: 10px;
    font-weight: 500;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) {
  #CareerPage .BenefitTitle {
    padding-left: 60px;
    padding-right: 60px;
  }
  #CareerPage .Benefits {
    gap: 30px;
    margin-right: 35px;
    margin-left: 35px;
  }
  #CareerPage #jobOffers .accordion-item {
    margin-right: 35px;
    margin-left: 35px;
  }
  #CareerPage #jobOffers .accordion-button {
    font-size: 26px;
    padding-left: 40px;
  }
  #CareerPage #jobOffers .accordion-button:not(.collapsed) {
    font-size: 32px;
  }
}
#CareerPage #logoCareer {
  position: absolute;
}
#CareerPage .Benefits {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 3rem;
}
#CareerPage .Benefits .section-title {
  margin-bottom: 0px !important;
}
#CareerPage .Benefits .bg-even {
  background-color: var(--CNSBlue);
}
#CareerPage .Benefits .bg-even i, #CareerPage .Benefits .bg-even .benefitIcon {
  color: var(--CNSWhite);
}
#CareerPage .Benefits .bg-odd {
  background-color: whitesmoke;
  color: var(--CNSGreen);
}
#CareerPage .Benefits .bg-odd i, #CareerPage .Benefits .bg-odd .benefitIcon {
  color: var(--CNSGreen);
}
#CareerPage .Benefit {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#CareerPage .Benefit h3 {
  text-align: center;
}
#CareerPage .Benefit i, #CareerPage .Benefit .benefitIcon {
  color: var(--CNSGreen);
  text-align: center;
  width: 80%;
  margin: auto;
}
#CareerPage #jobOffers .accordion-item {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
#CareerPage #jobOffers .accordion-button {
  background-color: #E9EEF2 !important;
  color: var(--CNSBlue);
  font-weight: 500;
}
#CareerPage #jobOffers .accordion-body {
  font-weight: 300;
  font-size: 26px;
  padding: 0;
  border: none !important;
}
#CareerPage #jobOffers .accordion-button:not(.collapsed) {
  color: whitesmoke;
  font-weight: 900;
  background-color: var(--CNSGreen) !important;
}
#CareerPage #jobOffers .accordion-button:not(.collapsed) em {
  color: var(--CNSGreen);
}
#CareerPage #jobOffers .accordion-button:focus {
  border: none;
  box-shadow: none;
}
#CareerPage .spontaneous {
  text-align: center;
  border-radius: 5px;
  background-color: var(--CNSWhite);
  display: flex;
  flex-direction: column;
}
#CareerPage .spontaneous a {
  margin: auto;
}

.jobPosition, .jobTasks, .jobQualifications, .jobSalary, .jobTechStack, .jobOnBoarding, .jobQualifications2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 4px 0px;
}
.jobPosition b, .jobTasks b, .jobQualifications b, .jobSalary b, .jobTechStack b, .jobOnBoarding b, .jobQualifications2 b {
  font-weight: 700;
}

.jobQualification2 {
  background-color: var(--CNSWhite);
}

.jobQualifications {
  background-color: var(--CNSGray);
}

.jobTasks {
  background-color: var(--CNSGray);
}

.jobPosition, .jobSalary {
  background-color: var(--CNSBlue);
}
.jobPosition p, .jobPosition h4, .jobPosition h2, .jobSalary p, .jobSalary h4, .jobSalary h2 {
  color: var(--CNSWhite);
}
.jobPosition p strong, .jobPosition h4 strong, .jobPosition h2 strong, .jobSalary p strong, .jobSalary h4 strong, .jobSalary h2 strong {
  font-weight: 900;
  background-color: var(--CNSWhite);
  color: var(--CNSBlue);
  padding: 1px 5px;
}

.jobSalary p, .jobSalary h2, .jobSalary h4 {
  width: 100%;
  text-align: center;
}

.jobIndex {
  width: 35px;
  background-color: var(--CNSGreen);
  color: var(--CNSBlue);
  display: flex;
  justify-content: center;
  align-items: center;
}
.jobIndex p {
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  font-weight: normal;
  margin: 0px 0px 12px 0px;
  color: var(--CNSWhite);
}

.jobDetails {
  text-align: start;
  padding: 20px;
  width: 100%;
}
.jobDetails .apply-button {
  background-color: var(--CNSWhite);
  color: var(--CNSBlue);
  margin: auto;
  text-align: center;
  font-weight: 500;
  padding: 6px 10px;
  display: block;
  transition: all 0.3s;
  border-radius: 5px;
  width: 150px;
}
.jobDetails .apply-button:hover {
  background-color: var(--CNSLightBlue);
  color: var(--CNSWhite);
}
.jobDetails .techLogos img {
  margin: 20px;
}
.jobDetails img.techLogo {
  width: 48px;
  height: 48px;
}
.jobDetails img.techLogoCassandra {
  width: 48px;
  height: 36px;
}
.jobDetails img.techLogoOracle {
  width: 48px;
  height: 6px;
}
.jobDetails .logoTrademark {
  font-size: 10px;
}

@media only screen and (max-width: 783px) {
  #ContactPage .flexContact {
    flex-direction: column;
    gap: 0;
  }
  #ContactPage .flexContact h4 {
    text-align: start;
    width: 100%;
  }
  #ContactPage .flexContact p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 784px) {
  #ContactPage .flexContact {
    flex-direction: row;
    gap: 30px;
  }
  #ContactPage .flexContact h4 {
    text-align: end;
  }
}
@media only screen and (max-width: 576px) {
  #ContactPage .contactImage {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 576px) {
  #ContactPage .contactImage {
    margin-left: 50px;
    margin-right: 50px;
  }
}
#ContactPage .infoTop {
  padding-left: 35%;
}
#ContactPage .infoGray {
  padding-left: 31%;
  margin-top: 10px;
}
#ContactPage .contactImage img {
  object-fit: cover;
  width: 100%;
}
#ContactPage .flexContact {
  display: flex;
  flex-wrap: wrap;
}
#ContactPage .flexContact h4 {
  font-weight: 500;
  width: 30%;
  color: var(--CNSGreen);
  margin-top: 3px;
}
#ContactPage .flexContact p {
  width: 65%;
  color: var(--CNSBlue);
}
#ContactPage .flexContact p a:not(.phone) {
  color: var(--CNSBlue);
  text-decoration: underline !important;
}
#ContactPage .flexContact p .phone {
  color: var(--CNSBlue);
}
#ContactPage .grayBoxContact {
  margin-bottom: 0;
}

@media only screen and (max-width: 576px) {
  .ICMSuite .BoxContainer {
    padding: 0;
  }
  .ICMSuite .BoxContainer .Box {
    margin: 0;
    width: 320px;
    height: 320px;
  }
  .ICMSuite .BoxContainer .Box p {
    font-size: 16px;
    font-weight: 500;
  }
}
@media only screen and (min-width: 576px) and (max-width: 1200px) {
  .ICMSuite .BoxContainer {
    padding: 0;
  }
  .ICMSuite .BoxContainer .Box {
    margin: 0;
    width: 300px;
    height: 300px;
  }
  .ICMSuite .BoxContainer .Box p {
    font-size: 16px;
  }
  .ICMSuite .BoxContainer .boxText {
    border-bottom: 2px solid var(--CNSGray);
    border-top: 1px solid var(--CNSGray);
  }
}
@media only screen and (min-width: 1200px) {
  .ICMSuite .BoxContainer {
    padding: 0;
  }
  .ICMSuite .BoxContainer .Box {
    margin: 0;
    width: 390px;
    height: 390px;
  }
  .ICMSuite .BoxContainer .Box p {
    font-size: 20px;
    text-align: start;
  }
}
@media only screen and (min-width: 576px) {
  #Maritime .section-title,
  #Defense .section-title,
  #PublicTransport .section-title {
    padding-left: 80px;
  }
  #DomainSpecContainer .flex-icons {
    gap: 40px;
  }
}
@media only screen and (max-width: 576px) {
  #DomainSpecContainer h2 {
    margin-top: 0;
  }
  #DomainSpecContainer .flex-icons {
    gap: 5px;
  }
}
/*Query for box more infos at the bottom of the page*/
@media only screen and (max-width: 624px) {
  .ICMSuite .whiteBox.dom {
    width: 320px;
    margin: auto;
    margin-top: 50px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 624px) and (max-width: 924px) {
  .ICMSuite .whiteBox.dom {
    width: 600px;
    margin: auto;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 924px) and (max-width: 1200px) {
  .ICMSuite .whiteBox.dom {
    width: 900px;
    margin: auto;
    margin-top: 50px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .ICMSuite .whiteBox.dom {
    width: 1170px;
    margin: auto;
    margin-top: 50px;
    font-size: 20px;
  }
}
/*General style ICM SUITE*/
.ICMSuite .relatedInfo .textParagraph {
  margin: 0px 0px 0px !important;
}
.ICMSuite .relatedInfo a {
  text-decoration: underline !important;
  color: var(--CNSBlue);
  font-size: 20px;
}
.ICMSuite .BoxContainer {
  filter: drop-shadow(0 0 5px #DEE6EC);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ICMSuite .BoxContainer .boxTextBlue {
  background-color: var(--CNSBlue);
}
.ICMSuite .BoxContainer .boxTextBlue .boxParagraph {
  color: var(--CNSWhite);
}
.ICMSuite .BoxContainer .boxText {
  background-color: var(--CNSGray);
  color: var(--CNSBlue);
  overflow-y: hidden;
}
.ICMSuite .BoxContainer .boxText, .ICMSuite .BoxContainer .boxTextBlue {
  display: flex;
  flex-direction: column;
  gap: 3px;
  line-height: 30px !important;
}
.ICMSuite .BoxContainer .boxText .boxParagraph, .ICMSuite .BoxContainer .boxTextBlue .boxParagraph {
  margin-bottom: 0;
  line-height: 24px;
  height: 100%;
}
.ICMSuite .BoxContainer .boxText .boxParagraph b, .ICMSuite .BoxContainer .boxTextBlue .boxParagraph b {
  font-weight: 900;
}
.ICMSuite .BoxContainer .boxText .bgGray, .ICMSuite .BoxContainer .boxTextBlue .bgGray {
  background-color: var(--CNSGray);
  height: 70%;
  padding: 6% 0 10px 15px;
}
.ICMSuite .BoxContainer .boxText .bgWhite, .ICMSuite .BoxContainer .boxTextBlue .bgWhite {
  background-color: var(--CNSWhite);
  height: 100%;
  padding: 12% 0 10px 15px;
}
.ICMSuite .BoxContainer .boxImg {
  background-color: var(--CNSBlue);
}
.ICMSuite .BoxContainer .boxImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ICMSuite .BoxContainer .boxImg p {
  color: var(--CNSWhite) !important;
}
.ICMSuite .BoxContainer .boxSymbol {
  background-color: var(--CNSGreen);
}
.ICMSuite .BoxContainer .boxSymbol img {
  object-fit: contain;
  margin: auto;
  width: 60%;
}
.ICMSuite .BoxContainer .Box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: start;
}
.ICMSuite .BoxContainer .Box p {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media only screen and (min-width: 1024px) {
  .text-hover h2 {
    font-size: 30px !important;
  }
  .text-hover .par-hover {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .text-hover h2 {
    font-size: 25px !important;
  }
  .text-hover .par-hover {
    font-size: 16px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 768px) {
  .text-hover h2 {
    font-size: 22px !important;
  }
  .text-hover .par-hover {
    font-size: 12px;
  }
}
@media only screen and (max-width: 500px) {
  .text-hover h2 {
    font-size: 10px !important;
  }
  .text-hover .par-hover {
    font-size: 7px;
  }
}
@media only screen and (min-width: 1200px) {
  .flex-icons {
    height: 400px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .flex-icons {
    height: 300px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 900px) {
  .flex-icons {
    height: 250px;
  }
}
@media only screen and (min-width: 425px) and (max-width: 700px) {
  .flex-icons {
    height: 150px;
  }
}
@media only screen and (max-width: 425px) {
  .flex-icons {
    height: 70px;
  }
}
#DomainSpecContainer {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  min-height: 550px;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 150px;
}
#DomainSpecContainer .domainTitle {
  background-color: var(--CNSWhite);
  color: var(--CNSBlue) !important;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  opacity: 0.9;
  margin: auto;
  width: 97%;
  box-shadow: #b6ddff 0 0 2px 0px;
}
#DomainSpecContainer .domainTitle small {
  font-weight: 300;
}
#DomainSpecContainer .flex-icons {
  position: relative;
  display: block;
  margin: auto;
  min-height: 90px;
  margin-bottom: 20px;
}
#DomainSpecContainer .DomainSpec {
  position: absolute;
  top: 15%;
  width: 22.3%;
}
#DomainSpecContainer .DomainSpec .btn-overlay {
  height: 100%;
}
#DomainSpecContainer .DomainSpec img {
  width: 100%;
}
#DomainSpecContainer .DomainSpec .text-hover {
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  gap: 0;
  font-family: "Roboto";
  font-weight: 900 !important;
  top: 0px;
  opacity: 0;
  z-index: 20;
  overflow: hidden;
}
#DomainSpecContainer .DomainSpec .text-hover h2 {
  background-color: var(--CNSBlue) !important;
  color: var(--CNSWhite) !important;
  font-weight: 500;
  box-shadow: none;
  padding-top: 20%;
}
#DomainSpecContainer .DomainSpec .text-hover .par-hover {
  background-color: transparent;
  margin-top: -10px;
  color: var(--CNSWhite);
  font-weight: 500;
}
#DomainSpecContainer .DomainSpec .text-hover:hover {
  opacity: 0.8;
  background-color: var(--CNSBlue);
  color: var(--CNSWhite);
}
#DomainSpecContainer .specDef {
  left: 12%;
}
#DomainSpecContainer .specPT {
  left: 64%;
}
#DomainSpecContainer .specMar {
  left: 38%;
}

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