/**
 * @file
 * Blogpost style.
 */
/* stylelint-disable scss/at-import-partial-extension */
/* stylelint-disable scss/at-import-partial-extension */ /**
 * @file
 * Aspect ratio mixins.
 */
/**
 * @file
 * Centering mixin.
 *
 * Center an element orizontally, vertically or both, assuming the parent
 * element has relative or absolute position.
 * https://css-tricks.com/snippets/sass/centering-mixin/
 */
/**
 * @file
 * Globally used mixins and functions.
 *
 * Here you can add your custom SASS mixins or functions.
 */
/**
 * @file
 * Globally tools for images.
 */
/* stylelint-enable scss/at-import-partial-extension */
/**
 * @file
 * Global colors variables.
 */
/* stylelint-disable-line scss/at-import-partial-extension */
/**
 * @file
 * Global colors variables.
 */
/**
 * @file
 * Shadows variables.
 */
/**
 * @file
 * Animations elements.
 */
@keyframes slideOutRight {
  from {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(5px, 0, 0);
  }
}
@keyframes selectedElementOpacity {
  0% {
    opacity: 100%;
  }
  10% {
    opacity: 60%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes opacityDecrease {
  from {
    opacity: 100%;
  }
  to {
    opacity: 60%;
  }
}
@keyframes selectedElementPaddingLeft {
  0% {
    padding-left: 0;
  }
  40% {
    padding-left: 0.75rem;
  }
  100% {
    padding-left: 0;
  }
}
@keyframes slideInFromRight {
  from {
    visibility: visible;
    transform: translate3d(32px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
/**
 * @file
 * All stuff for typography.
 */
/* HEADING */
/* TEXT & CONTENT */
.node--schema .categories__item {
  font-family: var(--font-family-base);
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

.node--schema .categories__title {
  font-family: var(--font-family-base);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

.node--schema .categories__item {
  font-size: 0.875rem;
  line-height: 1.14;
}

.node--schema .categories__item {
  font-weight: 700;
}

/**
 * @file
 * Buttons elements.
 *
 * Style for buttons
 */
/**
 * @file
 * Variables for links style.
 */
/**
 * @file
 * Background elements style.
 */
/**
 * @file
 * Elements for Video.
 */
/**
 * @file
 * Cards variables element style.
 */
/**
 * @file
 * Forms variables element style.
 */
/* INLINE SEARCH FORM. */
/**
 * @file
 * Search, common elements style.
 */
/**
 * @file
 * Accordion elements variables.
 */
/* stylelint-enable scss/at-import-partial-extension */
/* stylelint-disable-line scss/at-import-partial-extension */
/**
 * @file
 * General content in full view mode style
 */
/* stylelint-disable scss/at-import-partial-extension */
/* stylelint-disable scss/at-import-partial-extension */ /**
 * @file
 * Aspect ratio mixins.
 */
/**
 * @file
 * Centering mixin.
 *
 * Center an element orizontally, vertically or both, assuming the parent
 * element has relative or absolute position.
 * https://css-tricks.com/snippets/sass/centering-mixin/
 */
/**
 * @file
 * Globally used mixins and functions.
 *
 * Here you can add your custom SASS mixins or functions.
 */
/**
 * @file
 * Globally tools for images.
 */
/* stylelint-enable scss/at-import-partial-extension */
/**
 * @file
 * Global colors variables.
 */
/* stylelint-disable-line scss/at-import-partial-extension */
/**
 * @file
 * Global colors variables.
 */
/**
 * @file
 * Shadows variables.
 */
/**
 * @file
 * Animations elements.
 */
@keyframes slideOutRight {
  from {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(5px, 0, 0);
  }
}
@keyframes selectedElementOpacity {
  0% {
    opacity: 100%;
  }
  10% {
    opacity: 60%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes opacityDecrease {
  from {
    opacity: 100%;
  }
  to {
    opacity: 60%;
  }
}
@keyframes selectedElementPaddingLeft {
  0% {
    padding-left: 0;
  }
  40% {
    padding-left: 0.75rem;
  }
  100% {
    padding-left: 0;
  }
}
@keyframes slideInFromRight {
  from {
    visibility: visible;
    transform: translate3d(32px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
/**
 * @file
 * All stuff for typography.
 */
/* HEADING */
/* TEXT & CONTENT */
.node--schema .categories__item {
  font-family: var(--font-family-base);
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

.node--schema .categories__title {
  font-family: var(--font-family-base);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

.node--schema .categories__item {
  font-size: 0.875rem;
  line-height: 1.14;
}

.node--schema .categories__item {
  font-weight: 700;
}

/**
 * @file
 * Buttons elements.
 *
 * Style for buttons
 */
/**
 * @file
 * Variables for links style.
 */
/**
 * @file
 * Background elements style.
 */
/**
 * @file
 * Elements for Video.
 */
/**
 * @file
 * Cards variables element style.
 */
/**
 * @file
 * Forms variables element style.
 */
/* INLINE SEARCH FORM. */
/**
 * @file
 * Search, common elements style.
 */
/**
 * @file
 * Accordion elements variables.
 */
/* stylelint-enable scss/at-import-partial-extension */
/* stylelint-disable-line scss/at-import-partial-extension */
@media (max-width: 375.98px) {
  .node--schema .c-hero {
    max-height: 400px;
  }
}
.node--schema .post-hero {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  background-color: #f5f5f5;
}
.node--schema .post-hero .btn--share {
  margin-bottom: 0;
  background-color: #ededed;
}
.node--schema .post-hero__content-inner {
  display: flex;
  align-items: center;
}
.node--schema .post-hero__content-inner-left-items {
  display: flex;
  justify-content: space-between;
  width: 75%;
}
@media (max-width: 575.98px) {
  .node--schema .post-hero__content-inner-left-items {
    flex-direction: column;
  }
}
.node--schema .post-hero__content-inner .item-wrapper {
  padding-left: 1rem;
  border-left: 1px solid #008444;
}
@media (max-width: 575.98px) {
  .node--schema .post-hero__content-inner .item-wrapper {
    margin-bottom: 1.5rem;
  }
}
.node--schema .post-hero__content-inner .share-wrapper {
  margin-bottom: 0;
}
.node--schema .post-hero__content .value {
  font-size: 20px;
  font-weight: 700;
}
.node--schema .node__content {
  padding-top: 1rem;
}
.node--schema .media-gallery-wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.node--schema .media-gallery-wrapper .swiper-group-media img {
  max-height: 36rem;
}
@media (max-width: 375.98px) {
  .node--schema .media-gallery-wrapper .swiper-group-media img {
    max-height: 23.5rem;
  }
}
.node--schema .categories__wr {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-top: solid 1px #a5a5a5;
  border-bottom: solid 1px #a5a5a5;
}
.node--schema .categories__title {
  margin-bottom: 1rem;
}
.node--schema .categories__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.node--schema .categories__item {
  padding: 12px 16px;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #d6d6d6;
  border-radius: 20px;
}

/* stylelint-disable-line scss/at-import-partial-extension */
:root {
  --header_height: calc(0.25rem * 84);
}
:root .user-logged-in {
  --header_height: calc(0.25rem * 94);
}
:root .user-logged-in.toolbar-tray-open {
  --header_height: calc(0.25rem * 104);
}

.node--schema .schema-hero {
  background-color: #ededed;
}
.node--schema .schema-hero .container .schema__title_and_code {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 0;
}
.node--schema .schema-hero .container .schema__title_and_code .schema__code {
  display: flex;
  color: #008444;
  gap: 0.5rem;
}
.node--schema .schema-hero .container .schema__title_and_code .schema__title {
  font-size: 20px;
  font-weight: 700;
}
.node--schema .schema__intro_and_description {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
  margin: 0 auto;
}
.node--schema .schema__intro_and_description .schema__media_switcher_container {
  position: relative;
}
.node--schema .schema__intro_and_description .schema__media_switcher_container .schema__media_dxf {
  display: none;
}
.node--schema .schema__intro_and_description .schema__media_switcher_container .schema__switcher_container {
  position: absolute;
  top: 3rem;
  right: 2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.node--schema .schema__intro_and_description .schema__media_switcher_container .schema__switcher_container .schema__switcher_label {
  font-size: 12px;
  font-weight: 700;
}
.node--schema .schema__intro_and_description .schema__media_switcher_container .schema__switcher_container .switch {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 42px;
}
.node--schema .schema__intro_and_description .schema__media_switcher_container .schema__switcher_container .switch input {
  width: 0;
  height: 0;
  opacity: 0;
}
.node--schema .schema__intro_and_description .schema__media_switcher_container .schema__switcher_container .slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  background-color: #008444;
  transition: 0.4s;
  transition: 0.4s;
}
.node--schema .schema__intro_and_description .schema__media_switcher_container .schema__switcher_container .slider::before {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 32px;
  height: 32px;
  content: "";
  background-color: #fff;
  transition: 0.4s;
  transition: 0.4s;
}
.node--schema .schema__intro_and_description .schema__media_switcher_container .schema__switcher_container input:focus + .slider {
  box-shadow: 0 0 1px #008444;
}
.node--schema .schema__intro_and_description .schema__media_switcher_container .schema__switcher_container input:checked + .slider::before {
  transform: translateX(32px);
  transform: translateX(32px);
  transform: translateX(32px);
}
.node--schema .schema__intro_and_description .schema__media_switcher_container .schema__switcher_container .slider.round {
  border-radius: 34px;
}
.node--schema .schema__intro_and_description .schema__media_switcher_container .schema__switcher_container .slider.round::before {
  border-radius: 50%;
}
.node--schema .schema__intro_and_description .schema__media_switcher_container .schema__media_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .node--schema .schema__intro_and_description .schema__media_switcher_container .schema__media_container {
    padding-top: 5rem;
  }
}
.node--schema .schema__intro_and_description .schema__media_switcher_container .schema__media_container img {
  width: 100%;
  height: auto;
}
@media (min-width: 1280px) {
  .node--schema .schema__intro_and_description .schema__media_switcher_container .schema__media_container .schema__media .field--name-field-media-file-cover {
    height: calc(100vh - var(--header_height));
    text-align: center;
  }
  .node--schema .schema__intro_and_description .schema__media_switcher_container .schema__media_container .schema__media .field--name-field-media-file-cover img {
    width: auto;
    height: 100%;
  }
}
.node--schema .schema__intro_and_description .schema__buttons_container {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #ededed;
}
@media (max-width: 767.98px) {
  .node--schema .schema__intro_and_description .schema__buttons_container {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .node--schema .schema__intro_and_description .schema__buttons_container .download-button,
  .node--schema .schema__intro_and_description .schema__buttons_container .link-button {
    flex-grow: 1;
  }
}
@media (max-width: 767.98px) {
  .node--schema .schema__intro_and_description .schema__buttons_container .download-button a,
  .node--schema .schema__intro_and_description .schema__buttons_container .link-button a {
    width: 100%;
  }
}
.node--schema .schema__intro_and_description .schema__buttons_container .download-button .download-button__link.secondary,
.node--schema .schema__intro_and_description .schema__buttons_container .link-button .download-button__link.secondary {
  color: #444;
  background-color: #ededed;
}
.node--schema .schema__intro_and_description .schema__buttons_container .download-button .download-button__link.secondary::after,
.node--schema .schema__intro_and_description .schema__buttons_container .link-button .download-button__link.secondary::after {
  background-image: url("../../../../images/icons/icon-download-black.svg");
}
.node--schema .schema__intro_and_description .schema__description {
  padding-top: 1.5rem;
}
.node--schema .schema-disclaimer {
  background-color: #ededed;
}
.node--schema .schema-disclaimer__content {
  padding: 1rem;
  font-size: 1rem;
}

/*# sourceMappingURL=components.schema-full.css.map */
