@font-face {
    font-family: 'Open Sans';
    src: url('/assets/fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/assets/fonts/Open_Sans/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

body {
    font-family: "Open Sans", sans-serif;
    line-height: 26px;
    color: #3c3c3b;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    margin: 0;
}

h1 {
    color: rgb(22, 57, 112);
    position: relative;
    font-size: 55px;
    line-height: 65px;
    font-weight: 900;

    &::before {
        content: '';
        position: absolute;
        left: -60px;
        top: 48px;
        width: 40px;
        height: 6px;
        background: #163970;
        display: block;
    }
}

@media (max-width: 768px) {
  h1::before {
    display: none;
  }
}

h2 {
    color: rgb(22, 57, 112);
    position: relative;
    font-size: 28px;
    padding-top: 18px;
    margin-top: 0;
    margin-bottom: 50px;
    line-height: 35px;

    &::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 30px;
        height: 6px;
        background: #163970;
        display: block;
    }
}

h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 50px;
}

a {
    color: #163970;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    background-color: rgba(22, 57, 112, 0.05);
    border: 2px solid #163970;
    color: #163970;
    padding: 0.45em 1.3em;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: .3s ease;
    cursor: pointer;

    &:hover,
    &:focus {
        border: 2px solid #fab512;
    }
}

.bg-gray {
    background-color: #f2f2f2;
}

.header-btn {
    display: block;
    float: left;
    padding: 10px 20px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    background: #fab512;
    cursor: pointer;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    text-decoration: none;
}

.header-btn:hover {
    background: #163970;
}

@media (max-width: 992px) {
    h1 {
        font-size: 42px;
        line-height: 54px;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 14px;
        line-height: 24px;
    }

    h1 {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (max-width: 540px) {
    h1 {
        font-size: 20px;
        line-height: 28px;
    }
}





/*bas-enerest*/
.popup-overlay.is-hidden {
  display: none !important;
}

.base-enerest-section .enerest-image {
  width: 1200px;
}

.enerest-container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 100px 40px;
}

.enerest-image {
  width: 1200px;
  max-width: 100%;
  transition: box-shadow 0.2s;
  cursor: zoom-in;
}

.popup-overlay {
  position: fixed;
  top: 0; 
  left: 0;
  width: 100vw; 
  height: 100vh;
  z-index: 1000;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-content.lightbox-content {
  background: #fff;
  border-radius: 12px;
  padding: 32px 24px;
  margin: 100px;
  width: 80%;
  height: 80%;
  box-shadow: 0 8px 48px rgba(0,0,0,0.2);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: auto;
}

.lightbox-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  overflow: hidden;
  margin-bottom: 24px;
}

.lightbox-image {
  max-width: 100%;
  max-height: 100%;
  transition: transform 0.15s;
  border-radius: 8px;
  box-shadow: 0 2px 14px rgba(0,0,0,0.09);
  user-select: none;
  pointer-events: auto;
  background: #fff;
  width: 90%;
  --zoom-level: 1;
  --offset-x: 0px;
  --offset-y: 0px;
  transform: scale(var(--zoom-level)) translate(var(--offset-x), var(--offset-y))
}

.lightbox-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.lightbox-controls button {
  background: #f5f5f5;
  border: none;
  font-size: 1.5rem;
  width: 38px; height: 38px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.09);
}

.close-btn {
  position: absolute;
  top: 18px;
  right: 18px;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #444;
  z-index: 1;
}

@media (max-width: 1350px) {
  .base-enerest-section {
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .popup-content.lightbox-content {
    width: 96vw;
    margin: 8vw 2vw;
    padding: 16px;
  }
  .lightbox-image-wrapper {
    height: 40vh;
  }
  .popup-overlay {
    display: none !important;
  }
  .enerest-image {
    cursor: unset;
  }
}

@media (min-width: 541px) and (max-width: 768px) {
  .enerest-container {
    padding: 80px 40px;
  }
}

@media (max-width: 540px) {
  .enerest-container {
    padding: 50px 40px;
  }
}



/*cyber security*/
.expandable-content {
  display: block;
  transition: max-height 0.4s;
}
.expandable-content.is-hidden {
  display: none;
}

.cyber-security-section {
  position: relative;
  padding: 0 40px;
  margin: 100px auto 100px auto;
  min-height: 220px;
  max-width: 1200px;
}

.cyber-headline-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.cyber-security-section img {
  display: block;
  margin: 16px auto;
  max-width: 100%;
}
.whitepaper-img {
  max-width: 100%;
}

.pdf-btn-row {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.5rem;
}

.headline-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.2rem;
}

.headline-row .headline-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.headline-row .headline-group h2 {
  margin: 0;
  font-weight: 700;
  line-height: 1.1;
}

.cyber-headline-row .headline-group .subheadline {
  display: block;
  font-size: 1.05em;
  color: #3c3c3b;
  font-weight: 600;
  margin-top: 0.13em;
  letter-spacing: 0.02em;
}

.headline-row .btn {
  margin-left: 1rem;
}

.read-more {
  margin-top: 20px;
}

.cyber-img-container {
  text-align: center;
}

.cyber-security-img {
  max-width: 100% !important;
  margin: 16px 0;
}

.cyber-content-wrapper {
  position: relative;
  min-height: 200px;
  transition: max-height 0.4s cubic-bezier(.5,1.4,.5,1);
}

.cyber-content-wrapper .toggle-arrow {
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  border: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  cursor: pointer;
  z-index: 2;
  padding: 6px;
  transition: box-shadow 0.2s, background-color 0.18s;
}

.cyber-content-wrapper .toggle-arrow:hover {
  box-shadow: 0 6px 16px rgba(250,181,18,0.14);
  background-color: #fffde7;
}

.cyber-content-wrapper .toggle-arrow svg {
  display: block;
  margin: auto;
  transition: transform 0.2s;
}

.cyber-content-wrapper .cyber-shadow-bottom {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 36px;
  z-index: 1;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: linear-gradient(
    to top,
    rgba(44, 53, 86, 0.37) 0%,
    rgba(44, 53, 86, 0.11) 50%,
    rgba(44, 53, 86, 0) 100%
  );
  transition: opacity 0.28s;
}

.cyber-content-wrapper .expandable-content {
  margin-top: 36px;
  animation: fadeIn .25s;
}

.toggle-arrow svg {
  transform: rotate(0deg);
  transition: transform 0.2s;
}

.toggle-arrow.expanded svg {
  transform: rotate(180deg);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(30px);}
  to   { opacity: 1; transform: none;}
}

@media (max-width: 715px) {
  .headline-row {
    flex-wrap: wrap;
  }
  .cyber-btn {
    margin-left: 0 !important;
  }
}

@media (max-width: 540px) {
    .cyber-security-section {
        padding-left: 20px;
        padding-right: 20px;
    }
}



/*data protection*/
.pdf-viewer-iframe { height: 600px; }
.pdf-viewer-iframe.expanded { height: 1200px; }

.data-protection-section {
  padding-top: 100px;
}

.data-protection-section h2 {
  max-width: 1200px;
  margin: 0 auto 50px auto;
  padding-left: 40px;
  padding-right: 40px;
}
.data-protection-section h2::before {
  margin-left: 40px;
}

.docs-row, .mobile-main-pdf-tile {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 300px;
}
.docs-row .doc-item, .mobile-main-pdf-tile .doc-item {
  flex: 1 0 33.333%;
  min-width: 33.333%;
  cursor: pointer;
}
.docs-row .doc-item img, .mobile-main-pdf-tile .doc-item img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  display: block;
  margin-bottom: 20px;
}
.docs-row .doc-item .label, .mobile-main-pdf-tile .doc-item .label {
  text-align: center;
  margin-bottom: 80px;
  color: rgb(250, 181, 18);
  position: relative;
  font-size: 28px;
  padding-top: 18px;
  font-weight: 400;
}
.docs-row .doc-item .label::before, .mobile-main-pdf-tile .doc-item .label::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 30px;
  height: 6px;
  background: rgb(250, 181, 18);
  display: block;
  transform: translateX(-50%);
}
.docs-row .doc-item:nth-child(odd) {
  background-color: #163970;
}
.docs-row .doc-item:nth-child(even) {
  background-color: #3d5a8c;
}

.pdf-viewer-container {
  max-width: 1200px;
  margin: 0 auto 100px auto;
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
}
.pdf-viewer-container .toggle-arrow {
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 50%;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 2;
  padding: 6px;
  transition: box-shadow 0.2s;
}
.pdf-viewer-container .toggle-arrow:hover {
  box-shadow: 0 6px 16px rgba(250, 181, 18, 0.14);
  background: #fffde7;
}
.pdf-viewer-container .toggle-arrow svg {
  display: block;
  margin: auto;
}

.pdf-viewer-container iframe {
  width: 100%;
  height: 600px;
  display: block;
  border: none;
  background: white;
  transition: height 0.4s cubic-bezier(.5,1.4,.5,1);
}

.iframe-shadow-bottom {
  pointer-events: none; /* Don't block clicks! */
  position: absolute;
  left: 0;
  right: 0;
  margin-left: 2rem;
  margin-right: 2rem;
  bottom: 0;
  height: 50px;
  z-index: 1;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  /* Shadow: fade out upward */
  background: linear-gradient(to top,
      rgba(44, 53, 86, 0.37) 0%,
      rgba(44, 53, 86, 0.11) 50%,
      rgba(44, 53, 86, 0) 100%);
}

@media (max-width: 1050px) {
  .docs-row .doc-item {
    flex: 1 0 50%;
    min-width: 50%;
  }
  .docs-row .doc-item .label {
    font-size: 24px;
  }
  .docs-row .doc-item:nth-child(1),
  .docs-row .doc-item:nth-child(4),
  .docs-row .doc-item:nth-child(5) {
    background-color: #163970;
  }
  .docs-row .doc-item:nth-child(2),
  .docs-row .doc-item:nth-child(3),
  .docs-row .doc-item:nth-child(6) {
    background-color: #3d5a8c;
  }
}

@media (min-width: 541px) and (max-width: 768px) {
  .data-protection-section {
    padding-top: 80px;
  }
}

@media (max-width: 715px) {
  .docs-row .doc-item, .mobile-main-pdf-tile .doc-item {
    flex: 1 0 100%;
    min-width: 100%;
  }
  .docs-row .doc-item:nth-child(odd) {
    background-color: #163970;
  }
  .docs-row .doc-item:nth-child(even), .mobile-main-pdf-tile .doc-item {
    background-color: #3d5a8c;
  }
  /*.pdf-viewer-container {
    display: none;
  }
  .mobile-main-pdf-tile {
    display: flex;
  }*/
}

/*@media (min-width: 716px) {
  .mobile-main-pdf-tile {
    display: none;
  }
}*/

.mobile-main-pdf-tile {
  display: flex;
  background-color: #26467B;
}

@media (min-width: 716px) {
  .mobile-main-pdf-tile {
    margin-bottom: 50px;
  }
}

@media (max-width: 540px) {
  .data-protection-section {
    padding-top: 50px;
  }
  .data-protection-section h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .data-protection-section h2::before {
    margin-left: 20px;
  }
}




/*faq*/
.faq-section {
  margin: 100px auto;
  max-width: 1200px;
  font-family: inherit;
  padding: 0 40px;
}

.faq-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 1rem 0 0.7rem 0;
  flex-direction: column;
  border-bottom: 1px solid #8297c6;
}
/* The next selector replaces: .faq-item:last-child hr { display: none; } */
.faq-item:last-child hr {
  display: none;
}

.faq-toggle {
  border: none;
  background: none;
  cursor: pointer;
  margin-right: 16px;
  padding: 0;
  align-self: flex-start;
  outline: none;
}

.circle-icon {
  display: inline-flex;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #3d5a8c;
  border-radius: 50%;
  font-size: 1.8rem;
  color: #3d5a8c;
  user-select: none;
}

.faq-question {
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
  margin-left: 70px;
  margin-top: -36px;
  margin-bottom: 0.2rem;
  display: block;
  transition: color 0.2s;
}

.faq-answer {
  display: none;
}
.faq-answer.open {
  margin-left: 56px;
  margin-top: 0.2rem;
  margin-bottom: 0.8rem;
  font-size: 1rem;
  color: #444;
  display: block;
}

@media (min-width: 541px) and (max-width: 768px) {
  .faq-section {
    margin: 80px auto;
  }
}

@media (max-width: 540px) {
  .faq-section {
    margin: 50px auto;
  }
}


/*footer*/
.footer {
  background-color: #4f4d4c;
  color: #fff;
  font-size: 1rem;
  padding: 50px 40px 20px 40px;
}

.footer .footer-upper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.footer .footer-widget {
  display: flex;
  flex-direction: column;
}

.footer .footer-widget.company-info,
.footer .footer-widget.contact-info {
  width: 25%;
  flex: 0 0 25%;
}

.footer .footer-widget.connect {
  width: 50%;
  flex: 1 1 0;
  max-width: 100%;
}

.footer .company-name {
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.footer .iso-logos {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 40px;
}

.footer .iso-logos a {
  margin: 10px;
}

.footer .iso-logos .iso-logo {
  height: 38px;
  width: auto;
  border-radius: 4px;
  padding: 0;
}

.footer .kununu-icon {
  height: auto;
  width: 70px;
  border-radius: 6px;
  padding: 2px 6px;
  margin-top: 25px;
}

.footer .newsletter-btn {
  display: inline-block;
  padding: 0px 15px;
  line-height: 30px;
  width: fit-content;
  align-items: end;
  background-color: #fab512;
  color: #3c3c3b;
  border: none;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.16s;
}
.footer .newsletter-btn:hover {
  background-color: rgb(255, 255, 255);
}

.footer .social-links {
  display: flex;
  margin-top: 40px;
}

.footer .social-links a {
  margin: 10px;
}

.footer .social-links .social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.12s;
}

.footer .social-icon a {
  width: 40px;
  height: 40px;
}

.footer .footer-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
}

.footer .footer-nav .footer-link {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  transition: color 0.18s;
}
.footer .footer-nav .footer-link:hover {
  color: #fab512;
}

.footer .footer-nav .footer-sep {
  color: #fff9;
}

.footer .footer-lower {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  font-size: 12px;
  margin-top: 40px;
}

.footer a {
  color: #ffffff !important;
}

.connect {
  align-items: flex-end;
}

.contact-info a {
  text-decoration: none;
}

.address {
  margin-top: 20px;
}

.footer-placeholder {
  margin: 20px 0 0 0;
}

.footer-p {
  margin: 0;
}

@media (max-width: 1200px) {
  .footer .iso-logos a,
  .footer .social-links a {
    margin: 5px;
  }
}

@media (max-width: 919px) {
  .footer .footer-upper {
    justify-content: unset;
    display: block;
  }
  .footer .footer-widget.company-info,
  .footer .footer-widget.contact-info {
    width: unset;
  }
  /*.connect {
    align-items: start;
  }*/
  .footer .footer-widget.connect {
    width: 100%;
    align-items: start;
  }
}


/*header*/
.top-menu {
  display: flex;
  justify-content: space-between; /*justify-content: flex-end;*/
  font-size: 12px;

  flex-direction: row;
  align-items: center;
}
  .logo {
    order: 0; /* logo on the left */
    margin: 7px 0px 7px 15px;
    height: 36px;
  }
  .custom-lang-dropdown {
    order: 1; /* dropdown on the right */
  }

@media (min-width: 769px) {
  .top-menu {
    flex-direction: column;
    align-items: unset;
    background-color: unset;
  }
  .headline-row {
    justify-content: end;
  }
  .custom-lang-dropdown {
    order: 0; /* dropdown first */
    background-color: #e6e6e6;
  }
  .logo {
    order: 1; /* logo below */
    margin: 5px 0px 5px 40px;
    height: 40px;
  }
}

@media (max-width: 540px) {
  .logo {
    height: 30px;
    margin: 10px 0px 10px 15px;
  }
}

.custom-lang-dropdown {
  font-family: inherit;
  padding: 0;
  height: 100%;
  margin: 0;
}

.custom-lang-dropdown .headline-row {
  display: flex;
  align-items: center;
  padding: 12px 16px 6px 10px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
}

.custom-lang-dropdown .headline-row .toggle-arrow {
  height: 13px;
  margin-left: 5px;
}

.custom-lang-dropdown .lang-flag {
  width: auto;
  height: 30px;
  margin-right: 14px;
  vertical-align: middle;
  object-fit: cover;
}

.lang-table {
  display: none;
}
.lang-table.open {
  right: 0;
  position: absolute;
  display: flex;
  flex-direction: row;
  background-color: #fff;
  width: 300px;
  border: 1px solid #e6e6e6;
}

.custom-lang-dropdown .lang-option {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 5px 8px;
  transition: background-color 0.16s;
  width: 50%;
}

.custom-lang-dropdown .lang-option:hover {
  background-color: #e6e6e6;
}

.custom-lang-dropdown .lang-option .lang-names {
  display: flex;
  flex-direction: column;
  font-size: 1.01em;
}

.custom-lang-dropdown .lang-option .lang-native {
  font-size: 0.95em;
  color: #7a7a7a;
}

.lang-names span {
  line-height: 16px !important;
}

.logo svg {
  display: block;
  height: 100%;
}

.second-menu {
  border-bottom: 1px solid #6f6f6e;
  background: #fff;
}


/*introduction*/
.introduction-section {
  padding-left: 40px;
  padding-right: 40px;
  margin: 100px auto;
  max-width: 1200px;
}

@media (min-width: 541px) and (max-width: 768px) {
  .introduction-section {
    margin: 80px auto;
  }
}

@media (max-width: 540px) {
  .introduction-section {
    padding-left: 20px;
    padding-right: 20px;
    margin: 50px auto;
  }
}

/*iso zert*/
.iso-zert-section {
  min-height: 280px;
  background-color: #163970;
  padding: 100px 0;
}

.iso-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}

.iso-images-row {
  display: flex;
  align-items: top;
  gap: 32px;
}

.award-icon {
  height: 80px;
  width: auto;
  display: block;
  margin-top: -20px;
}

.iso-image {
  height: 300px;
  width: auto;
  cursor: pointer;
  transition: box-shadow 0.2s;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}
.iso-image:hover {
  box-shadow: 0 4px 32px rgba(0,0,0,0.13);
}

.iso-zert-heading,
.iso-zert-text {
  color: #fff;
  max-width: 1200px;
  margin: 0 auto 50px auto;
  padding-left: 40px;
  padding-right: 40px;
}
.iso-zert-heading::before,
.iso-zert-text::before {
  background: #fff;
  margin-left: 2rem;
}

@media (min-width: 541px) and (max-width: 768px) {
  .iso-zert-section {
    padding: 80px 0;
  }
}

@media (max-width: 540px) {
  .iso-zert-section {
    padding: 50px 0;
  }
}


/*popup*/
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-content {
  background: white;
  border-radius: 12px;
  padding: 32px 24px;
  margin: 100px;
  width: 80%;
  height: 80%;
  /* max-width: calc(100vw - 200px);
  max-height: calc(100vh - 200px); */
  box-shadow: 0 8px 48px rgba(0,0,0,0.2);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: auto;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 24px;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #444;
  z-index: 1;
}


/*sticky nav*/
.sticky-nav {
  position: fixed;
  top: 50%;
  margin-top: -103px;
  right: 0;
  z-index: 2000;
  pointer-events: none;
}

.sticky-nav ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.sticky-nav li {
  margin: 0;
  display: flex;
  align-items: center;
  list-style: disc;
}

.dot-label-row {
  pointer-events: auto;
  position: relative;
  right: -150px;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: none;
  border-radius: 999px 0 0 999px;
  padding: 4px 0;
  transition: right 0.3s cubic-bezier(.6,.4,.3,1), background-color 0.2s;
}

.dot-label-row .dot-label {
  overflow: hidden;
  white-space: nowrap;
  width: 120px;
  color: #163970;
  padding: 0.3rem 0.5rem 0.3rem 0.7rem;
  margin-left: 8px;
  font-size: 1rem;
  transition: color 0.18s;
  background: rgba(250,181,18,0.75);
  border-radius: 10px 0 0 10px;
}

.dot-label-row.expanded,
.dot-label-row:hover {
  right: 0;
  z-index: 2;
}

.nav-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #163970;
  margin-right: 12px;
  margin-left: -18px;
  display: inline-block;
  transition: border-color 0.2s, background-color 0.2s;
  flex-shrink: 0;
}

.nav-dot.active {
  border-color: #fab512;
  background: #fffbe8;
}

@media (max-width: 768px) {
  .sticky-nav {
    display: none;
  }
}


/*title*/
.title-section {
    height: 75vh;
}

.title-container {
    margin: 0 auto;
    position: absolute;
    top: 10%;
    width: 100%;
}

.centered-container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 40px;
}

.centered-container h1 {
    width: 70%;
    margin-bottom: 0;
}

.bg-container {
    background: no-repeat 66% top/cover;
    width: 100%;
    height: 100%;
    background-image: url('/assets/Header_security.jpg');
}

.subtitle {
    color: #163970;
    margin-top: 20px;
}

.title-span {
    color: #fff;
}

small {
    font-size: 0.7em;
}

@media (max-width: 980px) and (max-height: 850px) {
  .title-container {
    top: 15%;
  }
}

@media (max-width: 768px) {
  .centered-container {
    padding: 0 20px;
  }
}


/*survey*/
#survey-section {
  background-color: #f2f2f2;
}

.survey-section {
  margin: 0 auto;
  max-width: 1200px;
  font-family: inherit;
  padding: 100px 40px;
}

.survey-headline {
  margin-bottom: 10px;
  margin-top: 0;
}

.survey-btn {
  margin-top: 30px;
}

@media (min-width: 541px) and (max-width: 768px) {
  .survey-section {
    padding: 80px 40px;
  }
}

@media (max-width: 540px) {
  .survey-section {
    padding: 50px 40px;
  }
}