/* globals */
:root {
  --primary-accent: #fbb800;
  --tertiary-accent: #272323;
  --text-color: #272323;
  --container-width: 100vw;
  --bg-grey: #f1f1f1;
  --bg-grey-darker: #d6d6d6;
  --bg-silver-dark: #707070;
  --color-white: #fff;
  --bg-body: #fbfbfb;
  --shadow: #8d8d8d;
  --focus-color: #4054b2;
  --bs-body-font-size: 1.25rem;
  --bs-nav-link-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-link-color-rgb: 9, 99, 231;
}
.navbar {
  --bs-nav-link-color: var(--text-color);
  --bs-navbar-color: var(--text-color);
}
body,
html {
  scroll-padding: 120px;
  scroll-behavior: smooth;
}
html {
  margin: 0 !important;
}
body {
  font-family: "Comme", sans-serif;
  color: var(--text-color);
  background: var(--bg-body);
}
/* html body.wp-theme-BON a:focus,
html body.wp-theme-BON button:focus,
html body.wp-theme-BON input:focus, */
*:focus,
html body.wp-theme-BON *:focus-visible {
  box-shadow: 0 0 0 1px var(--color-white), 0 0 0 2px var(--focus-color),
    0 0 0 3px var(--focus-color), 0 0 0 4px var(--color-white) !important;
  border-radius: 2px;
  outline: none !important;
  z-index: 99;
}
html body.wp-theme-BON .chat-trigger:focus,
html body.wp-theme-BON .chat-trigger:focus-visible {
  border-radius: 50%;
}
button.slick-prev.slick-arrow:focus,
button.slick-prev.slick-arrow:focus-visible {
  box-shadow: -7px 0px 0 10px var(--color-white),
    -7px 0 0 10px var(--focus-color), -7px 0 0 12px var(--focus-color),
    -7px 0 0 14px var(--color-white) !important;
}
button.slick-next.slick-arrow:focus,
button.slick-next.slick-arrow:focus-visible {
  box-shadow: 6px 0px 0 10px var(--color-white), 6px 0 0 10px var(--focus-color),
    6px 0 0 12px var(--focus-color), 6px 0 0 14px var(--color-white) !important;
}
.color-white {
  color: var(--color-white);
}
.color-primary {
  color: var(--primary-accent);
}
.color-secondary {
  color: var(--secondary-accent);
}
h2,
h3 {
  font-weight: bold;
}
li {
  word-wrap: break-word;
}
a:has(> img) {
  display: inline-block;
}
.row {
  padding-top: 15px;
  padding-bottom: 15px;
}
.oblique {
  font-style: oblique;
  font-weight: normal;
}
.mobile-mb {
  margin-bottom: 25px;
}
.main-content-container {
  padding-top: 15px;
}
.container-fluid {
  padding: 0;
}
.full-width-bg-grey,
.full-width-bg-primary,
.full-width-bg-grey-darker,
.full-width-bg-grey-inner {
  position: relative;
}
.full-width-bg-grey::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: var(--bg-grey);
  left: 0;
  width: calc(100% + ((100vw - (var(--container-width) + 20px)) / 2));
}
.full-width-bg-grey-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: var(--bg-grey);
  left: -14px;
  width: calc(100% + ((100vw - (var(--container-width) + -15px)) / 2));
}
.full-width-bg-primary::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: var(--primary-accent);
  left: -27px;
  width: calc(100% + ((100vw - (var(--container-width) + -65px)) / 2));
}
.full-width-bg-grey-darker::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: var(--bg-grey-darker);
  left: 0;
  width: calc(100% + ((100vw - (var(--container-width) + 20px)) / 2));
}
:not(.single-post) .documents {
  padding: 70px 15px 20px;
}
.document {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.document img {
  max-width: 65px;
}
.documents .document {
  padding: 15px 0;
}
.document .file-name {
  padding: 0 15px;
  font-size: 1.25rem;
}
.document .file-name p {
  margin-bottom: 0;
}
.document span.filesize {
  font-size: 1rem;
}
.document span.filesize:before {
  content: "[ ";
}
.document span.filesize:after {
  content: " ]";
}

.document a {
  color: var(--text-color);
  text-decoration: none;
  background: var(--primary-accent);
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 1.125rem;
}
body::-webkit-scrollbar-thumb {
  background-color: var(--primary-accent);
}
body::-webkit-scrollbar {
  width: 10px;
  background-color: var(--bg-body);
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--bg-grey);
}
.search-results main a {
  color: var(--text-color);
  font-weight: 500;
}
/* end of globals */

/* 404 */

a.btn-404 {
  text-decoration: none;
  color: var(--text-color);
  font-size: 1.25rem;
  background-color: var(--primary-accent);
  box-shadow: 2px 2px 3px var(--bg-grey-darker);
  border: 3px solid transparent;
  font-weight: 500;
  padding: 10px 15px;
  display: inline-block;
  margin-top: 25px;
  border-radius: 8px;
  transition: 0.3s;
}
a.btn-404:hover {
  border: 3px solid var(--primary-accent);
  background-color: transparent;
}
/* end of 404 */

/* spiner */

.loader {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: var(--tertiary-accent) var(--tertiary-accent) transparent
    transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after,
.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent var(--primary-accent)
    var(--primary-accent);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}
.loader::before {
  width: 48px;
  height: 48px;
  border-color: var(--tertiary-accent) var(--tertiary-accent) transparent
    transparent;
  animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

/* end of spiner */

/* FAQs chat */
.chat-container {
  position: fixed;
  left: 25px;
  bottom: 25px;
  z-index: 999;
}
.chat-bubble {
  cursor: pointer;
  position: relative;
  width: 80px;
  height: 80px;
}
.bubble {
  transform-origin: 50%;
  transition: transform 500ms cubic-bezier(0.17, 0.61, 0.54, 0.9);
}
.line {
  fill: none;
  stroke: var(--tertiary-accent);
  stroke-width: 2.75;
  stroke-linecap: round;
  transition: stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 90;
  stroke-dashoffset: -20;
}
.line2 {
  stroke-dasharray: 67 87;
  stroke-dashoffset: -18;
}
.circle {
  fill: var(--tertiary-accent);
  animation: typing 8s infinite;
  stroke: none;
  transform-origin: 50%;
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.chat-container:has(.show) .line {
  stroke: var(--tertiary-accent);
  stroke-width: 4;
}
.chat-container:has(.show) .trigger-container {
  top: -4px;
  right: -5px;
  bottom: auto;
  transform: rotate(180deg);
}
.chat-container:has(.show) .trigger-container .chat-trigger {
  background-color: transparent;
  box-shadow: none;
}
.chat-container:has(.show) .trigger-container .chat-bubble {
  width: 60px;
  height: 60px;
}
.chat-container:has(.show) .trigger-container .chat-trigger .bubble {
  transform: translateX(24px) translateY(4px) rotate(45deg);
}
.chat-container:has(.show) .trigger-container .chat-trigger .line1 {
  stroke-dashoffset: 21;
}
.chat-container:has(.show) .trigger-container .chat-trigger .line2 {
  stroke-dashoffset: 30;
}
.chat-container:has(.show) .trigger-container .chat-trigger .circle {
  transform: scale(0);
}
.trigger-container {
  position: absolute;
  display: flex;
  cursor: pointer;
  z-index: 999;
  left: 0;
  bottom: 0;
}
.trigger-container .chat-trigger {
  position: relative;
  background-color: var(--primary-accent);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.chat-window {
  position: relative;
  height: 0;
  width: 100%;
  max-width: 350px;
  max-height: 550px;
  background-color: var(--color-white);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px -1px,
    rgba(0, 0, 0, 0.17) 0px 4px 20px -1px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: 0.3s;
  interpolate-size: allow-keywords;
}
.chat-window.show {
  z-index: 99;
  opacity: 1;
  height: auto;
}
.chat-header {
  background-color: var(--primary-accent);
  color: var(--text-color);
  padding: 10px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.chat-header p {
  margin: 0;
  font-weight: 600;
  font-size: 1.125rem;
}
.chat-body {
  flex-grow: 1;
  padding: 15px;
  overflow-y: auto;
  box-shadow: inset rgb(0 0 0 / 5%) 0px 1px 3px -1px,
    inset rgb(0 0 0 / 10%) 0px 4px 20px -1px;
}
.chat-body::-webkit-scrollbar-thumb {
  background-color: var(--primary-accent);
}
.chat-body::-webkit-scrollbar {
  width: 6px;
  background-color: var(--bg-body);
}
.chat-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--bg-grey);
}
div#answer {
  margin-top: 30px;
}
.chat-footer {
  background-color: var(--bg-grey);
  padding: 10px;
  text-align: center;
}
.chat-window .ask-next-question {
  background-color: var(--primary-accent);
  color: var(--text-color);
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid var(--primary-accent);
  transition: 0.3s;
  font-weight: 600;
  margin-top: 50px;
}
.ask-next-question:hover {
  background-color: var(--color-white);
}
div#questions {
  margin-right: 25px;
}
.faq-question {
  background-color: var(--bg-grey);
  border: 2px solid var(--bg-grey-darker);
  padding: 8px;
  margin: 5px 0;
  border-radius: 5px;
  cursor: pointer;
  color: var(--text-color);
  transition: 0.3s;
  font-weight: 600;
  text-align: left;
}
.faq-question:hover,
.faq-question:focus-visible {
  border: 2px solid var(--primary-accent);
  background-color: var(--color-white);
}
.faq-answer {
  background-color: #fbb8003b;
  padding: 10px;
  margin: 5px 0;
  border-radius: 5px;
  border: 2px solid var(--primary-accent);
  color: var(--text-color);
  margin-left: 25px;
  font-weight: 500;
}
.faq-question:focus,
.faq-answer:focus {
  outline: 2px solid var(--primary-accent);
}
@keyframes typing {
  0%,
  100% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
}
.chat-trigger .circle1 {
  animation-delay: 0s;
}
.chat-trigger .circle2 {
  animation-delay: 0.3s;
}
.chat-trigger .circle3 {
  animation-delay: 0.6s;
}
/* end of FAQs chat */

/* Go up btn */

#backToTopBtn {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
  font-size: 2.5rem;
  padding: 15px 35px;
  background-color: var(--tertiary-accent);
  color: var(--color-white);
  border-color: var(--color-white);
  border-style: solid;
  cursor: pointer;
  border-radius: 50px;
  transition: 0.3s;
}

#backToTopBtn:hover {
  background-color: var(--primary-accent);
}

/* end of go up btn */

/* ASIDE MENU */

.search-box {
  margin-bottom: 1rem;
}

.search-box .search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.search-box label {
  width: 100%;
}
.search-box .search-field {
  padding: 0.55rem 0.75rem;
  font-size: 1rem;
  border: 1px solid var(--tertiary-accent);
  width: 100%;
}
.search-box .search-submit {
  font-size: 1rem;
}
aside .nav-item {
  position: relative;
}
aside .navbar-expand-lg .navbar-nav {
  flex-direction: column;
  gap: 7px;
  width: 100%;
  position: relative;
}
aside .menu-menu-glowne-container {
  width: 100%;
}
aside .nav-item.active > a,
aside .dropdown-menu .nav-item.active:not(.section-link) a,
aside .nav-item:hover > a,
aside .nav-item:focus-visible a {
  background: var(--primary-accent);
}
aside .dropdown-menu .nav-item.active.section-link a {
  background: var(--bg-grey);
}
aside .nav-item a {
  background: var(--bg-grey);
}
aside .nav-item.dropdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-toggle {
  border-right: 1px solid var(--bg-grey);
  width: calc(100% - 54px);
}
.navbar-expand-lg .navbar-nav li a.nav-link {
  padding: 10px;
}
.submenu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  width: 54px;
  background: var(--bg-grey);
  border: 4px solid transparent;
  transition: 0.3s ease-in-out;
}
.submenu-toggle:hover {
  border: 4px solid var(--primary-accent);
}
.dropdown-menu,
.dropdown-submenu {
  display: none;
  position: absolute;
  background-color: var(--bg-body);
  z-index: 1;
  list-style: none;
  padding: 0;
  border: none;
  width: calc(100% - 35px);
  margin-left: auto;
}
.dropdown-menu .dropdown-submenu {
  width: 100%;
  padding-left: 30px;
}
nav.navbar .navbar-nav .dropdown-menu,
nav.navbar .navbar-nav .dropdown-submenu {
  position: relative;
}
aside li .dropdown-menu li {
  margin: 7px 0;
}
@media (max-width: 992px) {
  aside .dropdown-menu {
    height: auto;
  }
}

/* end of ASIDE MENU */

/* header */
/* lang switcher */

.top-bar {
  background: var(--tertiary-accent);
}
.top-bar .container {
  padding: 0;
}
.top-bar .language-switcher {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.language-switcher a {
  padding: 5px;
  display: block;
  color: var(--color-white);
  text-decoration: none;
  font-size: 1.125rem;
  transition: 0.3s;
}
.language-switcher li.active a {
  color: var(--text-color);
  background-color: var(--primary-accent);
  font-weight: bold;
}
.language-switcher li:hover a {
  color: var(--text-color);
  background-color: var(--primary-accent);
  font-weight: 500;
}
/* end of lang switcher */

header.site-header {
  position: relative;
  width: 100%;
  background: var(--color-white);
  top: 0;
  z-index: 99;
  border-radius: 10px;
  box-shadow: 0px 0px 7px var(--bg-grey-darker);
}
.logo-container {
  display: flex;
  flex-wrap: wrap;
}
.logo-container .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.migam {
  display: flex;
  justify-content: flex-end;
}
.scrolled-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 999;
}

.scrolled-header.visible {
  display: block;
  opacity: 1;
}
/* end of header */

/* feature banner */

.banner {
  min-height: min(400px, 40vh);
  display: flex;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 20%;
  padding-bottom: 40px;
  text-align: center;
  margin-top: 6px;
}
.banner h1 span,
h2 span {
  padding: 5px 15px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  justify-content: center;
}
.banner h1 span::after,
h2 span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  top: 0;
  left: 0;
  display: inline-block;
  z-index: -1;
  transform: rotate(1deg);
}
/* end of feature banner */

/* content banner */

.content-banner-section {
  position: relative;
  z-index: 1;
}
.content-banner-section::after {
  content: "";
  position: absolute;
  width: 102%;
  height: 100%;
  background-color: var(--primary-accent);
  left: -1%;
  top: 0;
  z-index: -1;
  transform: rotate(2deg);
}
.content-banner {
  aspect-ratio: 5 / 2;
  display: flex;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 60px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.content-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -20px;
  background-color: var(--primary-accent);
}
.content-banner h2 > span {
  padding: 20px 20px;
  z-index: 1;
  position: relative;
}
.content-banner h2 > span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 120%;
  background-color: var(--color-white);
  top: -10%;
  left: 0;
  display: inline-block;
  z-index: -1;
  transform: rotate(1deg);
}
.content-banner .date {
  font-size: 1.5rem;
  position: absolute;
  white-space: nowrap;
  left: 20px;
  top: -10px;
}

/* end of content banner */

/* single post */

.single-post article {
  padding-top: 25px;
}

/* end of single post */

/* blog */
.post-list.loading {
  opacity: 0.3;
}
.blog .site-main .post-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  padding-left: 20px;
  padding-top: 30px;
  transition: 0.15s;
}
.blog article {
  padding: 10px;
}
.pagination {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.pagination-inner {
  font-size: 0;
}
.pagination button {
  padding: 5px 15px;
  margin: 0 5px;
  border: 1px solid var(--bg-grey-darker);
  background-color: var(--color-white);
  cursor: pointer;
  width: 42px;
  height: 42px;
  transition: 0.3s;
  font-size: 1.25rem;
  border-radius: 5px;
}
.pagination button:hover,
.pagination button.active {
  background-color: var(--primary-accent);
  color: var(--text-color);
  border: 1px solid transparent;
}
.pagination button.active {
  font-weight: bold;
  cursor: auto;
}
.pagination .pagination-space {
  padding: 5px;
  color: var(--bg-silver-dark);
  font-size: 18px;
}

/* end of blog */

/* single project */

.single-projekt main {
  padding: 0 4rem;
}
.single-projekt .subtitle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: -20px;
  background: var(--primary-accent);
}
.single-projekt .subtitle {
  position: relative;
}
.single-projekt .icon-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.single-projekt .icon-box .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}
.single-projekt .ue-info {
  font-style: oblique;
  padding-bottom: 30px;
}
/* end of single project */

/* BON home */

.box-row {
  justify-content: center;
  column-gap: 25px;
  row-gap: 25px;
}
.hr {
  width: 50%;
  display: block;
  margin: auto;
  height: 3px;
  background: var(--color-white);
  margin-bottom: 1rem;
}
.bon-img.image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
.bon-img picture {
  transform: rotate(-4deg);
  background: var(--primary-accent);
}
.bon-img img {
  transform: rotate(4deg);
}
.box-row .box {
  border: 2px solid var(--tertiary-accent);
  border-radius: 15px;
  background-color: var(--color-white);
  color: initial;
  text-decoration: none;
  transition: 0.3s;
}
.box-row .box:hover {
  transform: scale(1.05);
}
.box-row .box .image-wrapper {
  display: flex;
  justify-content: center;
  margin: 20px 10px;
  margin-bottom: 30px;
}
.box h3 {
  text-align: center;
}
.box p {
  padding: 10px 5px;
  word-wrap: break-word;
}
.inner-banner {
  padding: 5rem 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.inner-banner p {
  font-weight: bold;
  padding: 0.5rem;
  color: var(--text-color);
  word-wrap: break-word;
  background: #ffffffdb;
}
div:has(> .inner-banner) {
  position: relative;
}
div:has(> .inner-banner)::after {
  content: "";
  position: absolute;
  width: 80%;
  inset: 0;
  margin: auto;
  height: 100%;
  background: var(--primary-accent);
  z-index: -1;
}
/*
.team-section h2 {
  position: relative;
}
 .team-section h2::after,
.blog-section h2::after {
  content: "";
  background: var(--primary-accent);
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: -1;
}  .team-section h2::after {
  transform: rotate(1deg);
  width: min(250px, 50vw);
  height: 28px;
}  .blog-section h2::after {
  width: min(320px, 60vw);
  height: 31px;
  transform: rotate(2deg);
} */
.position {
  font-weight: bold;
}
.col .team-member:first-of-type .name {
  font-size: 1.5rem;
}
.black-row {
  background-color: var(--tertiary-accent);
  color: var(--color-white);
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  margin-top: 130px;
  padding-bottom: 0;
  margin-bottom: 50px;
  position: relative;
}
.black-row .bon-icon-box {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 30px;
}
.black-row h3 {
  font-size: 1.5rem;
  margin-top: 30px;
}
.black-row .image-wrapper {
  min-height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.black-row .box {
  position: relative;
  padding: 0 15px;
}
.black-row .box:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 7%;
  width: 3px;
  height: 42%;
  background-color: var(--primary-accent);
}
.blog-section h2 {
  text-align: center;
  position: relative;
}
.blog-section,
.articles {
  padding-top: 40px;
}
.blog-section article {
  padding: 10px;
  height: 100%;
}
.blog-section article img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-width: 100%;
}
.posted-on {
  font-size: 1rem;
}
.posted-on a {
  text-decoration: none;
  color: var(--bs-body-color);
}
.entry-title a {
  color: var(--text-color);
  text-decoration: none;
  font-size: 1.5rem;
}
body:not(.single-post) .entry-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 1rem;
  font-weight: 500;
}
.more-btn .btn {
  background-color: var(--primary-accent);
  box-shadow: 2px 2px 3px var(--bg-grey-darker);
  font-weight: 500;
  font-size: 1.25rem;
}
.more-btn .btn a {
  text-decoration: none;
  color: var(--bs-body-color);
  font-size: 1.25rem;
}
button.slick-arrow {
  font-size: 0;
  background: transparent;
  border: none;
  position: absolute;
  top: -44px;
  width: 40px;
  height: 15px;
}
button.slick-next.slick-arrow {
  right: 50px;
}
button.slick-prev.slick-arrow {
  right: 130px;
}
button.slick-arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 5px;
  background: var(--tertiary-accent);
  width: 100%;
}
button.slick-arrow::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  bottom: 0;
  border-top: 13px solid transparent;
}
button.slick-next.slick-arrow::after {
  right: -13px;
  border-left: 30px solid var(--tertiary-accent);
}
button.slick-prev.slick-arrow::after {
  right: 23px;
  border-right: 30px solid var(--tertiary-accent);
}
.slick-track {
  display: flex !important;
}
body:not(.single) .entry-wrapper {
  height: inherit !important;
  margin: 4px;
  border: 1px solid var(--tertiary-accent);
}
.black-row::after {
  content: "";
  position: absolute;
  width: 98%;
  height: 101%;
  background-color: var(--primary-accent);
  left: 0;
  top: 0;
  z-index: -1;
  transform: rotate(-2deg);
}
/* end of BON home */

/* accessibility */
.page-template-page-accessibility :not(footer) section {
  margin-bottom: 40px;
  padding: 25px 0 25px 30px;
}
.page-template-page-accessibility .section-title {
  border-bottom: 4px solid var(--primary-accent);
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.page-template-page-accessibility section.architecture {
  margin-bottom: 140px;
}
/* .accessibility-hero .slick-dots {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-left: 0;
  padding-top: 20px;
  list-style: none;
  font-size: 0;
}
.accessibility-hero .slick-dots button {
  border: 0;
  width: 13px;
  height: 13px;
  background-color: var(--tertiary-accent);
  border-radius: 50%;
}
.accessibility-hero .slick-dots .slick-active button {
  background-color: var(--primary-accent);
} 
.accessibility-hero .slider-param.active .strap {
  background-color: var(--primary-accent);
} */
.accessibility-hero .gallery img {
  max-height: 330px;
}
.slider-param {
  position: relative;
}
.accessibility-hero .strap {
  height: 100%;
  width: 10px;
  /* background-color: var(--tertiary-accent); */
  background-color: var(--primary-accent);
  position: absolute;
  top: 0;
  left: -25px;
  border-radius: 10px;
  transition: 0.2s;
}
.architecture .subtitle {
  text-align: center;
  font-size: 1.25rem;
}
.architecture .box {
  padding: 10px 15px;
}
.architecture .box .img-wrapper {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
.architecture .box .content {
  display: flex;
  justify-content: center;
}
.architecture .box .content p {
  max-width: 600px;
}
.architecture-gallery {
  margin: 0 50px;
  margin-bottom: -100px;
}
.architecture-gallery .img-container {
  margin: 0 10px;
}
.page-template-page-accessibility .digital {
  padding: 0;
}
.page-template-page-accessibility .digital .section-title {
  margin-bottom: 0;
}
.digital,
.information,
.recruitment,
.technology {
  counter-reset: item;
}
.digital ol,
.recruitment ol,
.technology ol {
  list-style: lower-alpha;
}
.digital .img-wrapper,
.recruitment .img-wrapper,
.information .img-wrapper,
.technology .img-wrapper {
  text-align: center;
  margin-bottom: 25px;
}
.digital .row,
.recruitment .row,
.technology .row {
  padding: 25px 0 25px 30px;
}
.digital .row:nth-of-type(2n + 3)::before,
.recruitment .row:nth-of-type(2n + 3)::before,
.technology .row:nth-of-type(2n + 3)::before {
  display: none;
}
.digital .content,
.information .content,
.technology .content,
.recruitment .content {
  counter-increment: item;
  position: relative;
  padding-left: 25px;
}
.digital .content::before,
.information .content::before,
.technology .content::before,
.recruitment .content::before {
  content: counter(item) ". ";
  position: absolute;
  left: -10px;
  top: 0;
  color: var(--primary-accent);
  font-weight: bold;
}
.recruitment ol ol,
.technology ol ol {
  list-style: lower-alpha;
}
ol li::marker {
  font-weight: bold;
}
.recruitment .col-12 > ol {
  list-style: none;
  counter-reset: ol-counter;
}
.recruitment .col-12 > ol > li {
  counter-increment: ol-counter;
  position: relative;
}
.recruitment .col-12 > ol > li::before {
  content: counter(ol-counter) ". ";
  color: var(--primary-accent);
  font-weight: bold;
  position: absolute;
  left: -30px;
}
/* end of accessibility */

/* project page */

.box-counter {
  counter-reset: item;
}
.box-counter .content {
  counter-increment: item;
  position: relative;
  padding-left: 25px;
}
.box-counter .content p {
  display: inline;
}
.box-counter .content::before {
  content: counter(item) ". ";
  left: 0;
  top: 0;
  /* color: var(--primary-accent); */
  font-weight: bold;
}
.projects img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  height: 100%;
  position: relative;
  z-index: 2;
}
.projects .date a {
  text-decoration: none;
  color: var(--text-color);
  font-weight: bold;
  font-size: 1.5rem;
}
.projects .entry-title a {
  font-size: 2.5rem;
}
.projects .entry-image {
  padding: 0 20px;
  position: relative;
}
.projects .entry-image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: var(--primary-accent);
  left: 3px;
  z-index: 0;
  top: -13px;
  transform: rotate(2deg);
}
.projects-in-progres {
  background-color: var(--bg-grey-darker);
}
/* .projects h2 {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.projects .section-title:after {
  content: "";
  background: var(--primary-accent);
  position: absolute;
  left: 15px;
  right: 0;
  top: 0;
  bottom: 0;
  rotate: 2deg;
  margin: auto;
  width: 90%;
  height: 120%;
  z-index: -1;
} */
/* end of project page */

/* lecturers */

.lecturers-hero .text-wrapper,
.candidates-hero .text-wrapper {
  font-size: 1.25rem;
  font-weight: 500;
}
.lecturers-hero .accent {
  border-left: 15px solid var(--primary-accent);
  padding: 25px 0 10px 5px;
  font-weight: 700;
}
.list .number {
  font-size: 5rem;
  font-weight: bold;
  line-height: 3.5rem;
  border-bottom: 8px solid var(--primary-accent);
  max-width: min-content;
}
.col-auto.number-col {
  flex: 0 0 10rem;
  max-width: 10rem;
}
.list {
  position: relative;
}
.adaptation h2 {
  margin-bottom: 50px;
}
.adaptation .box .img-wrapper {
  text-align: center;
}
.rules .img-wrapper {
  position: relative;
  max-width: fit-content;
  margin-bottom: 25px;
}
.rules .img-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--primary-accent);
  position: absolute;
  transform: rotate(5deg);
  left: 0;
  top: 0;
  z-index: -1;
}
.rules img {
  z-index: 1;
}
.rules h3 {
  padding-bottom: 8px;
  border-bottom: 4px solid var(--primary-accent);
}
/* end of lecturers */

/* candidates */

.candidates-hero .img-wrapper {
  text-align: center;
}
.candidates-hero .document-subtitle {
  padding-top: 80px;
  font-size: 1.125rem;
}
.candidates-hero .document {
  padding: 35px 15px 35px;
}
.funding {
  padding-top: 40px;
}
.funding .full-width-bg-primary h3 {
  font-size: 1.375rem;
}
.funding .btn-column {
  display: flex;
  justify-content: center;
  align-items: center;
}
.funding .button {
  background-color: var(--color-white);
  padding: 12px 50px;
  min-height: 85px;
  color: var(--tertiary-accent);
  font-weight: 700;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  word-break: break-word;
}
.funding li a {
  color: var(--text-color);
  word-wrap: break-word;
}
.funding .row :has(> .btn-column) {
  padding-top: 30px;
}
.full-width-bg-primary {
  padding: 20px 0px;
}
/* end of candidates */

/* students */
.equipment-rental {
  padding-top: 40px;
}
.underline-primary {
  position: relative;
}
.underline-primary::after {
  content: "";
  width: 100%;
  height: 4px;
  background: var(--primary-accent);
  position: absolute;
  left: 0;
  bottom: -25px;
}
.underline-primary:has(.inner-banner.text-bottom) {
  margin-bottom: 25px;
}
.contacts-row.full-width-bg-primary::before {
  left: -15px;
  width: calc(100% + ((100vw - (var(--container-width) + -20px)) / 2));
}
.adaptations .list h3 {
  font-size: 1.25rem;
}
.adaptations .img-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.inner-banner.text-bottom {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 0 4rem;
  height: min(500px, 65vh);
}
div:has(> .inner-banner.text-bottom)::after {
  width: 100%;
  height: 98%;
  rotate: 2deg;
}
.contacts-row h3 {
  font-size: 1.25rem;
}
.contacts-row > div {
  text-align: center;
}
.contacts-row .number {
  display: flex;
  justify-content: center;
  padding: 15px 45px;
  color: var(--text-color);
}
.contacts-row .phone-number {
  background: var(--color-white);
  padding: 10px 45px;
  border-radius: 2rem;
  font-weight: 700;
  font-size: 1.5rem;
  display: block;
  width: fit-content;
}
.contacts-row > div p {
  max-width: 340px;
  margin: auto;
}
.contacts-row {
  padding: 50px 0;
}
/* end of students */

/* contact */
.contact-desc {
  font-size: 1rem;
  max-width: 475px;
}
.icon-info {
  display: flex;
}
.icon-info .icon {
  min-width: 16px;
  margin-right: 20px;
}
.icon-info .info p {
  max-width: 185px;
}
.contact-data .link-col a {
  color: var(--text-color);
  text-decoration: none;
}
.contact-data .link-col a img {
  margin-right: 20px;
}
input.wpcf7-form-control {
  width: 100%;
  max-width: fit-content;
}
.migmig a {
  display: flex;
  gap: 20px;
  margin: 0 80px;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: var(--color-white);
  border: 1px solid var(--tertiary-accent);
  border-radius: 10px;
  box-shadow: 4px 4px 6px -2px var(--shadow);
  padding: 10px 30px;
  text-decoration: none;
  min-height: 110px;
  flex-wrap: wrap;
}
.migmig a p {
  margin: 0;
  color: initial;
  font-size: 1.5rem;
}
label:has(textarea),
textarea {
  width: 100%;
}
.wpcf7-submit,
.search-submit {
  padding: 7px 30px;
  font-weight: 500;
  background: var(--primary-accent);
  border-radius: 0.375rem;
  border: 0;
  box-shadow: 2px 2px 3px var(--bg-grey-darker);
  transition: 0.3s;
}
.wpcf7-submit:hover,
.search-submit:hover {
  box-shadow: 0px 0px 0px 2px var(--tertiary-accent);
  background: var(--color-white);
}
/* end of contact */

/* footer */

footer {
  font-size: 1rem;
  background-color: var(--tertiary-accent);
  color: var(--color-white);
}
footer > .et_pb_code_inner {
  background-color: var(--color-white);
}
footer .social-title {
  text-transform: uppercase;
  text-align: center;
  line-height: 1.7;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-color);
  padding: 1rem 0 0.5rem 0;
}

footer .social-boxes .box.facebook {
  background-image: url(../img/footer/facebook.svg);
}
footer .social-boxes .box.youtube {
  background-image: url(../img/footer/youtube.svg);
}
footer .social-boxes .box.instagram {
  background-image: url(../img/footer/instagram.svg);
}
footer .social-boxes .box.linkedin {
  background-image: url(../img/footer/linkedin.svg);
}
footer .social-boxes .box.tiktok {
  background-image: url(../img/footer/icon_social_tiktok.png);
}
.copy-section {
  background-color: var(--bg-silver-dark);
}
.copy-section p {
  text-align: center;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 300;
}
.copy-section .row {
  padding: 8px 0;
}
.widget-section {
  padding-top: 15px;
}
.widget-section h4 {
  font-weight: 600;
}
.footer-widget-area-1 {
  max-width: 500px;
}
.footer-widget-area-1 a {
  color: var(--color-white);
  text-decoration: none;
}
.footer-widget-area-1 p {
  margin-bottom: 0.5rem;
}
.footer-widget-area-1 .uppercase p {
  font-weight: 400;
}
.footer-widget-area-2 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-widget-area-2 .widget_media_image {
  text-align: center;
  margin: 10px 10px 25px;
  max-width: 255px;
}
.footer-widget-area-2 .widget_media_image img {
  max-width: 255px !important;
}
.footer-widget-area-2 ul li {
  padding: 10px 20px;
}
.footer-widget-area-2 ul {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.footer-widget-area-3 ul a {
  text-decoration: none;
  color: var(--color-white);
  padding: 10px 0px;
  display: block;
}
.footer-widget-area-3 ul {
  list-style: none;
  padding: 0;
  display: grid;
  column-gap: 50px;
}
/* end of footer */

@media (max-width: 1400px) {
  .banner h1 span {
    display: block;
  }
  .black-row .box:last-of-type {
    grid-column: 1 / 3;
  }
  .footer-widget-area-2 ul {
    flex-wrap: wrap;
  }
  .black-row .box:nth-of-type(even)::after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .container-fluid {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .mobile-column-reverse {
    flex-direction: column-reverse;
  }
  .mobile-text-center {
    text-align: center;
  }
  .logo {
    display: flex;
    justify-content: center;
  }
  .image-mobile {
    display: none;
  }
  /* aside {
    position: fixed;
    left: 15px;
    right: 15px;
    top: 72px;
    z-index: 9999;
    background: var(--bg-body);
    border: 0;
    border-radius: 15px;
  } */
  aside .navbar {
    padding: 0;
  }
  aside .search-box {
    display: none;
  }
  body:has(.navbar-collapse.collapse.show),
  body:has(.navbar-collapse.collapsing) {
    overflow: hidden;
  }
  /* aside:has(.navbar-collapse.collapse.show),
  aside:has(.navbar-collapse.collapsing) {
    max-height: calc(100% - 185px);
    overflow-y: auto;
    border: 1px solid var(--tertiary-accent);
    padding: 10px 15px;
  } */
  .documents .document {
    margin-bottom: 25px;
    box-shadow: 0px 5px 5px -4px #d6d6d6;
  }
  .navbar .container-fluid {
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .top-bar {
    position: fixed;
    width: 100%;
  }
  .bottom-bar {
    padding-top: 37px;
  }
}
@media (max-width: 576px) {
  .black-row .box:last-of-type {
    grid-column: 1 / 1;
  }
  .black-row .box::after {
    display: none;
  }
  .banner h1 span {
    word-wrap: break-word;
  }
  .top-bar .language-switcher {
    padding-right: 50px;
  }
}
@media (min-width: 576px) {
  :root {
    --container-width: 540px;
  }
  .black-row .bon-icon-box {
    grid-template-columns: 1fr 1fr;
  }
  .box-row .box {
    max-width: calc(50% - 20px);
  }
}
@media (min-width: 768px) {
  :root {
    --container-width: 720px;
  }
  .blog .entry-wrapper {
    width: calc(50% - 11px);
  }
  .black-row::after {
    width: 102%;
    height: 100%;
    left: -1%;
  }
  button.slick-arrow {
    top: -53px;
  }
  .main-content-container.container {
    padding-right: 0;
  }
  .funding .img-wrapper {
    text-align: end;
  }
}
@media (min-width: 992px) {
  :root {
    --container-width: 960px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu li a.nav-link {
    padding: 12px;
  }
  .blog-section,
  .articles {
    padding-top: 75px;
  }
  .articles {
    padding-bottom: 75px;
  }
  .footer-widget-area-3 {
    padding-top: 55px;
  }
  .box-counter {
    padding: 0 40px;
  }
  .projects {
    padding: 0 40px;
  }
  .sidebar {
    padding-right: 0;
    padding-left: 0;
    will-change: min-height;
  }
  .sidebar ~ * {
    padding-left: 29px;
  }
  .row :has(> .sidebar) {
    padding-left: 15px;
  }
  aside {
    max-width: 100%;
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
    padding-bottom: 90px;
  }
  .single-post article {
    padding-left: 40px;
  }
  .blog .entry-wrapper {
    width: calc(33% - 12px);
  }
  .team-section {
    padding-left: 100px;
  }
  .black-row {
    margin-left: -50px;
  }
  .candidates-hero .text-wrapper {
    padding-bottom: 80px;
  }
  .funding {
    padding-top: 60px;
  }
  .page-template-page-students .site-main section {
    padding-left: 25px;
  }
  .inner-banner {
    padding: 14rem 2rem;
  }
  .inner-banner p {
    font-size: 1.375rem;
  }
  aside .navbar-expand-lg .navbar-nav::after {
    content: "";
    width: 1px;
    height: 100%;
    right: -15px;
    top: 7px;
    background: var(--tertiary-accent);
    position: absolute;
  }
  .list .col-lg-11 {
    padding-left: 40px;
  }
  .contacts-row .phone-number {
    font-size: 2.25rem;
  }
  .lecturers-hero .text-wrapper,
  .candidates-hero .text-wrapper {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 30px;
  }
  .lecturers-hero .accent {
    border-left: 35px solid var(--primary-accent);
    padding: 45px 0 45px 10px;
    font-weight: 700;
  }
  .educational_process .list::before {
    height: calc(100% - 29px);
    content: "";
    border-right: 1px solid var(--tertiary-accent);
    left: calc(10rem - 15px);
    top: 10px;
    z-index: 1;
    position: absolute;
  }
  .migmig a p {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  :root {
    --container-width: 1140px;
  }
  .h1,
  h1 {
    font-size: 3.5rem;
  }
  .h2,
  h2 {
    font-size: 2.25rem;
  }
  .box h3 {
    font-size: 1.5rem;
  }
  .rules h3 {
    font-size: 1.375rem;
  }
  aside .dropdown-menu a::before {
    width: 30px;
  }
  .box-row .box {
    max-width: calc(25% - 15px);
  }
  .box-row {
    padding-left: 75px;
    column-gap: 20px;
    row-gap: 20px;
  }
  .navbar-expand-lg .navbar-nav li a.nav-link {
    padding: 15px;
  }
  .list .col-lg-11 {
    padding-left: 30px;
  }
}
@media (min-width: 1400px) {
  :root {
    --container-width: 1320px;
  }
  .black-row .bon-icon-box {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .footer-widget-area-3 ul {
    grid-template-columns: 1fr 1fr;
  }
  .list .col-lg-11 {
    padding-left: 12px;
  }
}
@media (min-width: 1550px) {
  :root {
    --container-width: 1500px;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1500px;
  }
}
@media (min-width: 1600px) {
  :root {
    --container-width: 1580px;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1580px;
  }
  .footer-widget-area-3 ul a {
    white-space: nowrap;
  }
}
@media (min-width: 1680px) {
  :root {
    --container-width: 1640px;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1640px;
  }
  .image-mobile {
    display: none;
  }
}

/* FAQ Page */

.faq-group {
  border: 2px solid var(--tertiary-accent);
  border-radius: 15px 15px 0 0;
}
.faq-group .title {
  background: var(--primary-accent);
  padding: 0.75rem 1rem;
  border-radius: 13px 13px 0 0;
}
.faq-group .content {
  padding: 1rem 1.5rem 0;
  font-weight: 500;
}
/* end of FAQ Page */
