@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype'),
       url('../fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: 'IBM Plex Serif';
  src: url('../fonts/IBMPlexSerif-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'IBM Plex Serif';
  src: url('../fonts/IBMPlexSerif-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

html {
  font-size: 16px;
}

body {
  font-family: 'IBM Plex Serif', serif;
  padding-top: 210px;
}

h1, h2, h3, h4, h5, h6, .title-font {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
}

h2 {
  color: #fff;
  background-color: #2d3c4b;
  padding: 4px;
  display: inline-block;
}

main h2 {
  margin-bottom: 1.5rem;
}

main strong {
  font-weight: 700;
  font-size: 1.25em;
}

.page-title {
  font-size: 2em;
  color: #fff;
  background-color: #2d3c4b;
  line-height: 1.35em !important;
  padding: 2px 0.5rem;
  display: inline-block;
}

.navbar-nav .nav-link {
  font-family: 'Inter', sans-serif;
  font-size: 1.125em;
  margin: 0 15px;
  color: #2d3c4b;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #52b7c1;
}

.sticky-container {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.header-container {
  height: 100px;
  background-color: #52b7c1;
}

.header-container .header-full-width {
  width: 100%;
  margin: 0;
  padding: 0;
}

.header-container .row {
  height: 100%;
  margin: 0;
  flex-wrap: nowrap;
  align-items: center;
}

.header-container .col-auto {
  flex: 0 0 auto;
  max-width: fit-content;
}

.header-container .col {
  flex: 1 1 auto;
  min-width: 0;
}

.logo-col {
  padding-right: 0;
}

.header-logo {
  height: 100px;
  width: auto;
  margin-right: 0;
}

.navbar {
  background-color: #fff;
}

.navbar-collapse {
  background-color: #fff;
  z-index: 1001;
}

.navbar-toggler {
  border: none;
  padding: 0;
  width: 40px;
  height: 40px;
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none;
  box-shadow: none;
}

#nav-icon:focus,
#nav-icon:active {
  outline: none;
}

@media (min-width: 768px) {
  .navbar-toggler {
    display: none;
  }
  .navbar-collapse .navbar-nav {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .navbar-collapse .navbar-nav {
    text-align: right;
  }
  .navbar-nav .nav-link {
    font-size: 1.125rem;
    margin: 0 8px;
  }
  body {
    padding-top: 160px;
  }
}

.navbar-nav {
  flex-wrap: wrap;
}

#nav-icon {
  width: 40px;
  height: 30px;
  position: relative;
  margin: 0;
  border: none;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #52b7c1;
  border-radius: 5px;
  opacity: 1;
  transition: all 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0;
}

#nav-icon span:nth-child(2) {
  top: 12px;
}

#nav-icon span:nth-child(3) {
  top: 24px;
}

#nav-icon.open span:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
}

#nav-icon.open span:nth-child(2) {
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg);
}

.breadcrumb-nav {
  padding: 0.5rem 0;
  z-index: 200;
}

.breadcrumb {
  font-family: 'IBM Plex Serif', serif;
  font-size: 0.9em;
  color: #52b7c1;
  font-weight: 400;
  margin-bottom: 0;
  background-color: transparent;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}

.breadcrumb-item a {
  color: #52b7c1;
  text-decoration: none;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: #52b7c1;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "»";
  color: #52b7c1;
  margin: 0 0px;
}

.breadcrumb-item .fas.fa-home {
  margin: 0px;
}

.social-media-section .social-media-container {
  height: 80px;
  background-color: #52b7c1;
  display: flex;
  align-items: center;
}

.social-media-section .container {
  display: flex;
  align-items: center;
}

.social-media-section h3 {
  color: #fff;
  font-size: 1.5em;
  text-align: left;
  margin-right: 20px;
  margin-bottom: 0;
}

.social-media-section .social-media-links {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin-left: auto;
  padding: 0;
  gap: 20px;
}

.social-media-section .social-link {
  color: #fff;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.social-media-section .social-link i {
  font-size: 2.8em;
  vertical-align: middle;
  display: inline-flex;
}

.social-media-section .social-link:hover {
  color: #e9eaec;
}

.fb-circle {
  padding: 20px;
  margin-top: 15px;
  border-radius: 50%;
  transition: all 0.3s;
}

.fb-circle:hover {
  color: #2d3c4b;
}

.social-buttons {
  position: fixed;
  right: 0;
  top: 25%;
  transform: translateY(-25%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1002;
}

.social-button {
  width: 50px;
  height: 50px;
  background-color: #52b7c1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.social-buttons .social-button i {
  font-size: 2em;
}

.social-button:hover {
  background-color: #000;
}

footer {
  background-color: #e9eaec;
  background-image: url('../images/bg-bogen-transparent-50-900x645.svg');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 500px;
  color: #1b191d;
  padding: 0.5rem 0;
  position: relative;
  min-height: 330px;
}

footer .container {
  padding-bottom: 3rem;
}

footer .col-md-4 {
  margin-bottom: 0.5rem;
  padding-bottom: 0;
}

footer ul li {
  margin-bottom: 0.5rem;
}

footer p {
  margin-bottom: 0.5em;
}

footer h3 {
  color: #2d3c4b;
  font-size: 1.25em;
}

footer a, footer p {
  color: #1b191d;
  font-size: 1em;
}

footer a:hover {
  color: #52b7c1;
}

.copyright {
  text-align: right;
  color: #1b191d;
  font-size: 1em;
  position: absolute;
  bottom: 0.5rem;
  right: 15px;
}

.accordion {
  border: none !important;
}

.accordion-header {
  background-color: transparent !important;
  border: none !important;
}

.accordion .accordion-header .accordion-button {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 1.125em !important;
  color: #1B191D !important;
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  padding: 1rem 3rem 1rem 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.accordion .accordion-header .accordion-button h3 {
  margin: 0;
  font-size: 1.125em;
  line-height: 1.2;
}

.accordion .accordion-header .accordion-button:focus,
.accordion .accordion-header .accordion-button:not(.collapsed) {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.accordion .accordion-button::after {
  background-color: transparent !important;
  filter: invert(51%) sepia(88%) saturate(355%) hue-rotate(149deg) brightness(95%) contrast(90%); /* #52b7c1 */
  width: 1.25em;
  height: 1.25em;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
}

.accordion-body {
  font-family: 'IBM Plex Serif', serif;
  font-size: 1em;
  border: none !important;
  background-color: transparent !important;
}

.accordion .accordion-item {
  border: none !important;
  background-color: transparent !important;
}

.accordion-header h3 {
  font-size: inherit !important;
  background-color: transparent !important;
  color: #1B191D !important;
  padding: 0 !important;
  display: inline-block;
}

.candidate-image {
  max-width:100%;
  margin-bottom: 1rem;
}

.email-link {
  color: #52b7c1;
  text-decoration: none;
  margin-left: 0.0rem;
}

.email-link i {
  margin-right: 0.3rem;
  font-size: 1em;
  vertical-align: middle;
}

.email-link:hover {
  color: #2d3c4b;
  text-decoration: underline;
}


.external-link {
  color: #52b7c1;
  text-decoration: none;
  margin-left: 0.0rem;
  margin-right: 1rem;
}

footer .external-link {
  color:  #1b191d;
  text-decoration: none;
  margin-left: 0.0rem;
  margin-right: 1rem;
}


.external-link i {
  margin-right: 0.3rem;
  font-size: 1em;
  vertical-align: middle;
}

.external-link:hover {
  color: #2d3c4b;
  text-decoration: underline;
}

footer .external-link:hover {
    color: #52b7c1;
  text-decoration: underline;
}

.info-box {
  background-color: #e9eaec;
  border: none;
  border-radius: 0.25rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.info-box h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 1.25em;
  color: #2d3c4b;
  margin-bottom: 1rem;
}

.info-box p {
  font-family: 'IBM Plex Serif', serif;
  font-size: 1em;
  color: #1B191D;
  margin-bottom: 0.5rem;
}

.info-box ul {
  font-family: 'IBM Plex Serif', serif;
  font-size: 1em;
  color: #1B191D;
  padding-left: 1.5rem;
}

.info-box ul li {
  margin-bottom: 0.5rem;
}


.candidate-card {
  padding: 1rem 1rem 1rem;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
}

.candidate-image-circle {
  width: 195px;
  height: 195px;
  object-fit: cover;
  object-position: center -25%;
  border-radius: 50%;
  background-color: #52b7c1;
  margin: 0 auto;
}

.candidate-info {
  position: relative;
  bottom: 1.5rem;
  width: 100%;
  background-color: #fff;
  padding: 0;
}

.candidate-info h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 1.1em;
  color: #ffff;
  background-color: #1B191D ;
  margin-bottom: 0.5rem;
  padding: 0.5em;
}

.candidate-info p {
  font-family: 'IBM Plex Serif', serif;
  font-size: 1em;
  color: #1B191D;
  margin-bottom: 0.3rem;
}

.pdf-link {
  color: #52b7c1;
  text-decoration: none;
  margin-left: 0.5rem;
}

.pdf-link i {
  margin-right: 0.3rem;
  font-size: 1em;
  vertical-align: middle;
}

.pdf-link:hover {
  color: #2d3c4b;
  text-decoration: underline;
}



@media (max-width: 991px) {
  .page-title {
    font-size: 1.5em;
    padding: 2px 0.4rem;
  }
  .header-logo {
    height: 80px;
  }
  .header-container {
    height: 80px;
  }
  body {
    padding-top: 190px;
  }
  .navbar-nav .nav-link {
    font-size: 1em;
    margin: 0 10px;
  }
    .candidate-image {
    max-width: 80%;
    margin: 0 auto 1rem;
    display: block;
  }
  .candidate-image-circle {
    width: 156px;
    height: 156px;
  }
}

@media (max-width: 767px) {
  .page-title {
    font-size: 1.5em;
    padding: 2px 0.3rem;
    white-space: nowrap;
  }
  .header-logo {
    height: 60px;
    width: auto;
    max-width: 90%;
    object-fit: contain;
  }
  .header-container {
    height: auto;
    min-height: 60px;
  }
  .header-container .col-auto {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 35%;
  }
  body {
    padding-top: 100px;
  }
  footer {
    background-size: auto 100%;
    min-height: 400px;
  }
  footer .container {
    padding-bottom: 2.5rem;
  }
  .candidate-image {
    max-width: 100%;
    margin: 0 auto 1rem;
    display: block;
  }
  .candidate-image-circle {
    width: 130px;
    height: 130px;
  }
  .social-buttons {
    display: none;
  }
}

@media (max-width: 576px) {
  .page-title {
    font-size: 0.9em;
    padding: 2px 0.2rem;
    white-space: nowrap;
  }
  .header-logo {
    height: 50px;
    width: auto;
    max-width: 85%;
    object-fit: contain;
  }
  .header-container {
    height: auto;
    min-height: 50px;
  }
  .header-container .col-auto {
    padding-left: 8px;
    padding-right: 8px;
    max-width: 30%;
  }
  body {
    padding-top: 100px;
  }
  footer {
    background-size: auto 100%;
    min-height: 450px;
  }
  footer .container {
    padding-bottom: 2rem;
  }
  .candidate-image {
    max-width: 100%;
    margin: 0 auto 1rem;
    display: block;
  }
  .candidate-image-circle {
    width: 104px;
    height: 104px;
  }
  .social-buttons {
    display: none;
  }
}