/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/style.scss ***!
  \*************************************************************************************************************************************************************************************/
/**
 * Theme Name: Szti Enfold
 * Author: C2
 * Template: enfold
 * Version: 1.0.0
 */
/**
 * General page styles
 */
#top .title_container .container:not(:has(.main-title)) {
  min-height: 30px;
}
#top .title_container .container .breadcrumb-trail .trail-before {
  display: none;
}
#top .title_container .container .breadcrumb-trail a {
  text-decoration: underline;
}

#header_main .main_menu li.menu-item a span {
  vertical-align: middle;
}

#menu-item-search a svg {
  vertical-align: middle;
  z-index: 1;
}

@media (min-width: 767px) {
  body.page#top #main {
    background-color: var(--enfold-main-color-bg);
  }
}
body.page#top #main .avia-section {
  background: none;
  min-height: 0;
}
body.page#top #main .avia-section .container {
  background-color: var(--enfold-main-color-bg2);
}
@media (max-width: 767px) {
  body.page#top #main .avia-section .container {
    margin: 0;
    width: 100%;
    padding: 5vw;
    max-width: 100%;
  }
}
body.page#top .entry-content-header:has(.page-thumb) {
  display: none;
  width: 100vw;
  margin-left: calc(655px - 50vw - 50px);
  margin-top: -30px;
}
body.page#top .entry-content-header:has(.page-thumb) img {
  width: 100%;
  height: auto;
  max-height: 50vh;
  object-fit: cover;
  display: block;
}

.container_wrap {
  border-top: 0;
}

.content, .sidebar {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 989px) {
  #footer > .container > .flex_column {
    margin-bottom: 20px;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

footer#socket .sub_menu_socket li {
  line-height: 1.5;
  vertical-align: middle;
}

.avia-cookie-consent-wrap .avia-cookie-consent {
  padding: 10px;
}
.avia-cookie-consent-wrap .avia-cookie-consent .avia-cookie-consent-button {
  padding: 5px 10px;
}

.av-masonry-entry .av-masonry-image-container {
  filter: grayscale(30%) brightness(1);
}
.av-masonry-entry:hover .av-masonry-image-container {
  filter: grayscale(0%) brightness(1);
}
.av-masonry-entry .av-masonry-entry-title {
  position: relative;
  color: var(--enfold-main-color-bg);
}
.av-masonry-entry .av-masonry-entry-title:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--enfold-main-color-primary);
  opacity: 0.8;
  z-index: -1;
}
.av-masonry-entry .av-masonry-entry-title {
  padding: 0.5rem;
}

.blog-tags.minor-meta {
  text-transform: none !important;
}

.wp-block-button a.wp-block-button__link {
  background-color: var(--enfold-main-color-primary);
  color: var(--enfold-main-color-bg);
  border-radius: 0;
}
.wp-block-button a.wp-block-button__link:hover {
  background-color: var(--enfold-main-color-primary);
  color: var(--enfold-main-color-bg);
  filter: brightness(0.9);
  text-decoration: none;
}

.wp-block-file {
  margin: 10px 0;
}
.wp-block-file a:first-child {
  padding: 5px 10px;
  border-left: 1px solid var(--enfold-header-color-border);
  border-radius: 0;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  font-size: var(--enfold-font-size-content-font);
}
.wp-block-file a:last-child {
  background-color: var(--enfold-main-color-primary);
  color: var(--enfold-main-color-bg);
  border-radius: 0;
  padding: 3px;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  width: 25px;
  height: 25px;
}
.wp-block-file a:last-child:after {
  content: "";
  background-image: url(d58d08149e237fb83303.svg);
  background-size: contain;
  background-position: center center;
  display: inline-block;
  vertical-align: top;
  width: 19px;
  height: 19px;
}
.wp-block-file a:last-child:hover {
  background-color: var(--enfold-main-color-primary);
  color: var(--enfold-main-color-bg);
  filter: brightness(0.9);
  text-decoration: none;
}
.wp-block-file:hover {
  background-color: var(--enfold-main-color-bg2);
}

ul.sub-menu li a:hover {
  color: var(--enfold-main-color-bg) !important;
}

body.page .page-cover-image {
  position: relative;
  height: 50vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  animation: fadeIn 0.7s ease-in-out;
}
body.page .page-cover-image .page-cover-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--enfold-main-color-heading);
  opacity: 0.2;
  animation: fadeInOverlay 0.7s ease-in-out;
}
body.page .page-cover-image .page-cover-image-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--enfold-main-color-border);
  padding: 0.5rem 2rem;
  animation: slideFromTopToCenter 0.7s ease-in-out;
  text-align: center;
  max-width: 50%;
}
@media (max-width: 767px) {
  body.page .page-cover-image .page-cover-image-content {
    width: 90%;
    max-width: 90%;
  }
}
body.page .page-cover-image .page-cover-image-content h1, body.page .page-cover-image .page-cover-image-content h2 {
  position: relative;
  padding: 0.5rem 0.5rem;
  line-height: 1.5;
}
body.page .page-cover-image .page-cover-image-content h1:after, body.page .page-cover-image .page-cover-image-content h2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--enfold-main-color-heading);
  opacity: 0.9;
  z-index: -1;
}
body.page .page-cover-image .page-cover-image-content h1 {
  margin: 0;
}
body.page .page-cover-image .page-cover-image-content h2 {
  margin-top: 10px;
  font-size: var(--enfold-font-size-h2);
}
body.page .avia-fullwidth-slider, body.page .page-cover-image {
  z-index: 0;
  margin-bottom: -70px;
}
@media (max-width: 767px) {
  body.page .avia-fullwidth-slider, body.page .page-cover-image {
    margin-bottom: 0;
  }
}
body.page .page-cover-image + .container_wrap.container_wrap_first {
  background: none;
}
body.page .page-cover-image + .container_wrap.container_wrap_first .container {
  background-color: var(--enfold-main-color-bg2);
}

/**
 * Content styles
 */
body.page .main-title.entry-title {
  font-weight: bold;
  color: black;
}
body.page .main_color strong {
  color: var(--enfold-main-color-color);
}

/**
 * Special headings
 */
.av-special-heading:not(.modern-quote) {
  border: none;
  text-align: center;
}
.av-special-heading:not(.modern-quote) h1, .av-special-heading:not(.modern-quote) h2, .av-special-heading:not(.modern-quote) h3, .av-special-heading:not(.modern-quote) h4, .av-special-heading:not(.modern-quote) h5, .av-special-heading:not(.modern-quote) h6 {
  float: none;
}
.av-special-heading:not(.modern-quote) .special-heading-border {
  display: none;
}
.av-special-heading:not(.modern-quote) {
  margin-bottom: 30px;
}

.wp-block-heading {
  font-weight: 300;
  display: flex;
  align-items: center;
}
.wp-block-heading:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: var(--enfold-main-color-border);
  margin-left: 20px;
  margin-right: 20px;
}

.wp-block-group + h1, .wp-block-group + h2, .wp-block-group + h3, .wp-block-group + h4, .wp-block-group + h5, .wp-block-group + h6 {
  margin-top: 1.5rem;
}

.av-special-heading.modern-quote {
  display: flex;
  align-items: center;
}
.av-special-heading.modern-quote:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: var(--enfold-main-color-border);
  margin-left: 20px;
  margin-right: 20px;
}

.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media (max-width: 960px) {
  .html_elegant-blog #top .post-entry.post-entry-type-page .news-posts {
    grid-template-columns: 100%;
  }
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .post-entry-type-standard {
  background-color: white;
  padding: 2rem;
  box-shadow: 0 0 5px var(--enfold-main-color-color);
  transition: box-shadow 0.3s ease-in-out;
  cursor: pointer;
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .post-entry-type-standard:nth-child(even) {
  margin-top: 3rem;
  margin-bottom: -3rem;
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .post-entry-type-standard:hover {
  box-shadow: 0 0 10px var(--enfold-main-color-primary);
}
@media (max-width: 960px) {
  .html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .post-entry-type-standard:nth-child(even) {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .entry-content-wrapper {
  max-width: none;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  height: 100%;
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .entry-content-wrapper:before {
  display: none;
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .entry-content-wrapper .entry-content-header {
  order: 1;
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .entry-content-wrapper .entry-content-header h2 {
  font-size: 24px;
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .entry-content-wrapper .entry-content-header h2 a {
  color: var(--enfold-main-color-color);
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .entry-content-wrapper .big-preview.single-big {
  order: 3;
  margin: 0 auto;
  width: auto;
  align-self: center;
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .entry-content-wrapper .big-preview.single-big img {
  max-height: 60vh;
  max-width: 100%;
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .entry-content-wrapper .big-preview.single-big .image-overlay {
  display: none !important;
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .entry-content-wrapper .post-meta-infos {
  order: 2;
  margin-top: 0;
  padding: 5px 0;
  border: none;
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .entry-content-wrapper .post-meta-infos .minor-meta {
  font-family: var(--enfold-font-family-body);
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .entry-content-wrapper .post_delimiter {
  display: none;
  order: 5;
  align-self: end;
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .entry-content-wrapper .entry-content {
  order: 4;
  flex-grow: 1;
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .entry-content-wrapper .post-title.entry-title {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .entry-content-wrapper h2.post-title {
    font-size: 20px;
  }
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .entry-content-wrapper .av-vertical-delimiter, .html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .entry-content-wrapper .entry-footer {
  display: none;
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .single-big:has(.pagination) {
  grid-column: 1/3;
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts.publishes-posts {
  grid-template-columns: 1fr;
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts.publishes-posts .single-big:has(.pagination) {
  grid-column: 1/2;
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts.publishes-posts .post-entry-type-standard:nth-child(even) {
  margin-top: 0;
  margin-bottom: 0;
}

#top .fullsize .template-blog .post .entry-content-wrapper > * {
  max-width: none;
}

.post-template-default.single article.post-entry .entry-content-wrapper .big-preview.single-big {
  max-width: 60% !important;
}

body#top.page-id-16867 .container_wrap:has(.container .avia-breadcrumbs) {
  display: none;
}
body#top.page-id-16867 .avia-slideshow .avia-slideshow-inner {
  height: 70vh;
}
body#top.page-id-16867 .avia-slideshow .avia-slideshow-inner > li {
  height: 100%;
}
body#top.page-id-16867 .avia-slideshow .avia-slideshow-inner > li > div {
  height: 100%;
}
body#top.page-id-16867 .avia-slideshow .avia-slideshow-inner > li > div > img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body#top.page-id-16867 #main .home-highlight.avia-section {
  margin-top: 0 !important;
}
body#top.page-id-16867 #main .home-highlight.avia-section .container {
  background-color: var(--enfold-main-color-primary);
}
body#top.page-id-16867 #main .home-highlight.avia-section .av_textblock_section .avia_textblock h1, body#top.page-id-16867 #main .home-highlight.avia-section .av_textblock_section .avia_textblock h2, body#top.page-id-16867 #main .home-highlight.avia-section .av_textblock_section .avia_textblock h3, body#top.page-id-16867 #main .home-highlight.avia-section .av_textblock_section .avia_textblock h4, body#top.page-id-16867 #main .home-highlight.avia-section .av_textblock_section .avia_textblock h5, body#top.page-id-16867 #main .home-highlight.avia-section .av_textblock_section .avia_textblock h6, body#top.page-id-16867 #main .home-highlight.avia-section .av_textblock_section .avia_textblock p {
  margin-bottom: 10px;
  line-height: 1.5;
}
body#top.page-id-16867 #main .home-highlight.avia-section .av_textblock_section .avia_textblock p > a:only-child {
  color: var(--enfold-main-color-bg);
  background-color: var(--enfold-main-color-secondary);
  padding: 7px 10px;
  font-size: 16px;
  min-width: 80px;
  display: inline-block;
  text-decoration: none;
  border: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
body#top.page-id-16867 #main .home-highlight.avia-section .av_textblock_section .avia_textblock p > a:only-child:hover {
  color: var(--enfold-main-color-bg);
  background-color: var(--enfold-main-color-secondary);
  filter: brightness(0.9);
}
body#top.page-id-16867 .av-masonry.home-wall {
  background-color: var(--enfold-main-color-masonry);
  background-repeat: repeat;
  padding: 20px !important;
  padding-right: 5px !important;
  border: 5px solid var(--enfold-main-color-primary);
  width: 100% !important;
}
body#top.page-id-16867 .av-masonry.home-wall .av-masonry-entry figure.av-inner-masonry {
  padding: 10px;
  background-color: var(--enfold-main-color-bg2);
  position: relative;
  overflow: visible;
}
body#top.page-id-16867 .av-masonry.home-wall .av-masonry-entry figure.av-inner-masonry .av-masonry-outerimage-container + .av-inner-masonry-content {
  display: none !important;
}
body#top.page-id-16867 .av-masonry.home-wall .av-masonry-entry figure.av-inner-masonry .av-masonry-date {
  display: none !important;
}
body#top.page-id-16867 .av-masonry.home-wall .av-masonry-entry figure.av-inner-masonry .post-meta-infos {
  margin-top: 0;
  border-top: none;
  padding: 10px 10px 0;
  text-align: right;
  color: var(--enfold-main-color-bg);
}
body#top.page-id-16867 .av-masonry.home-wall .av-masonry-entry figure.av-inner-masonry .av-masonry-entry-content.entry-content {
  display: none !important;
}
body#top.page-id-16867 .av-masonry.home-wall .av-masonry-entry figure.av-inner-masonry .av-masonry-outerimage-container {
  background: none;
}
body#top.page-id-16867 .av-masonry.home-wall .av-masonry-entry figure.av-inner-masonry .av-masonry-outerimage-container .av-masonry-image-container {
  filter: none;
}
body#top.page-id-16867 .av-masonry.home-wall .av-masonry-entry figure.av-inner-masonry .av-masonry-outerimage-container .av-masonry-image-container img {
  border: none;
}
body#top.page-id-16867 .av-masonry.home-wall .av-masonry-entry figure.av-inner-masonry .av-inner-masonry-content {
  padding: 0;
  background-color: var(--enfold-main-color-bg);
}

.home-wall-dialogs .home-wall-dialog {
  background-color: var(--enfold-main-color-bg);
  display: none;
  max-width: 70vw;
  box-shadow: 0 0 20px var(--enfold-main-color-color);
  border-color: var(--enfold-main-color-primary);
  padding: 20px;
  text-align: justify;
}
@media (max-width: 767px) {
  .home-wall-dialogs .home-wall-dialog {
    max-width: 90vw;
  }
}
.home-wall-dialogs .home-wall-dialog h2, .home-wall-dialogs .home-wall-dialog h3 {
  color: var(--enfold-main-color-color);
}
.home-wall-dialogs .home-wall-dialog h2:hover, .home-wall-dialogs .home-wall-dialog h3:hover {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .home-wall-dialogs .home-wall-dialog h2, .home-wall-dialogs .home-wall-dialog h3 {
    font-size: 20px !important;
  }
}
.home-wall-dialogs .home-wall-dialog .home-wall-dialog-close-container {
  text-align: right;
  font-size: 40px;
  line-height: 40px;
}
.home-wall-dialogs .home-wall-dialog .home-wall-post-content a:has(img) {
  pointer-events: none;
}
.home-wall-dialogs .home-wall-dialog .home-wall-post-more {
  text-align: center;
}
.home-wall-dialogs .home-wall-dialog .home-wall-post-more a {
  color: var(--enfold-main-color-bg);
  background-color: var(--enfold-main-color-secondary);
  padding: 7px 10px;
  font-size: 16px;
  min-width: 80px;
  display: inline-block;
  text-decoration: none;
  border: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.home-wall-dialogs .home-wall-dialog .home-wall-post-more a:hover {
  color: var(--enfold-main-color-bg);
  background-color: var(--enfold-main-color-secondary);
  filter: brightness(0.9);
}
.home-wall-dialogs .home-wall-dialog.open {
  display: block;
}

.colleagues-list .av-magazine-entry .entry-content-header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.colleagues-list .av-magazine-entry .entry-content-header .entry-title {
  padding-bottom: 0;
}
.colleagues-list .av-magazine-entry .entry-content-header .colleague-job {
  margin-left: 1rem;
}
