/*
Theme Name: neoven filia
Description: Special Child Theme for genisuisse.org
Author: Dominic Hostettler
Author URI: www.dominic-hostettler.ch
Template: neoven
*/



/* ---------------------------- */
/* Variables */
/* ---------------------------- */


/* FONTS */

/* Paragraph */

@font-face {
  font-family: Light Font;
  src: url(/wp-content/themes/neoven-filia/assets/fonts/Catamaran-Medium.ttf);}

@font-face {
  font-family: Regular Font;
  src: url(/wp-content/themes/neoven-filia/assets/fonts/Catamaran-Medium.ttf);}

@font-face {
  font-family: Medium Font;
  src: url(/wp-content/themes/neoven-filia/assets/fonts/Catamaran-SemiBold.ttf);}

@font-face {
  font-family: Bold Font;
  src: url(/wp-content/themes/neoven-filia/assets/fonts/Catamaran-Bold.ttf);}

@font-face {
  font-family: Title Font;
  src: url(/wp-content/themes/neoven-filia/assets/fonts/SIGNIKA-BOLD.TTF);}

@font-face {
  font-family: Title Font Regular;
  src: url(/wp-content/themes/neoven-filia/assets/fonts/SIGNIKA-REGULAR.TTF);}
  
@font-face {
  font-family: Arial;
  src: url(/wp-content/themes/neoven-filia/assets/fonts/ARIALMT.TTF);}



:root {

--dark-font: #191919;
--bright-font: #868686;
--very-bright-font: #a2a2a2;


/* COLORS */

/* C1*/

--c1-150: #d09c00;
--c1-130: #e0ae07;
--c1-120: #ebbc17;
--c1-110: #f7cc00;

--c1-100: #f7cc00;
--c1-099: #fadb4d;
--c1-090: #fadb4d;
--c1-080: #fadb4d;
--c1-070: #fadb4d;
--c1-050: #ffea7f;
--c1-040: #fceb99;

--c1-007: #fceb99;
--c1-002: #fceb99;

/* C2*/

--c2-150: #b04230;
--c2-130: #b04230;
--c2-120: #b04230;
--c2-110: #b04230;

--c2-100: #e07d26;
--c2-099: #e07d26;
--c2-090: #e07d26;
--c2-080: #e07d26;
--c2-070: #e07d26;

--c2-007: #e07d26;
--c2-002: #e07d26;

/* C3 */

--c3-100: #7d4f8f;
--c3-080: #9770a6;
--c3-040: #d8cadd;
--c3-020: #e8dbed;

/* C0 */

--c0-100: #000;
--c0-095: #0f0f0f;
--c0-090: #1e1e1e;
--c0-085: #2f2f2f;
--c0-080: #3c3c3c;
--c0-075: #484848;
--c0-070: #606060;
--c0-050: #a6a6a6;
--c0-040: #bbbbbb;
--c0-030: #d8d8d8;
--c0-020: #dddddd;
--c0-010: #f2f2f2;
--c0-007: #f7f7f7;
--c0-002: #f9f9f9;
--c0-001: #fbfbfb;
--c0-000: #ffffff;
--c0-t002: rgba(0, 0, 0, .02);
--c0-t003: rgba(0, 0, 0, .03);
--c0-t004: rgba(0, 0, 0, .05);
--c0-t006: rgba(0, 0, 0, .07);
--c0-t008: rgba(0, 0, 0, .09);
--c0-t010: rgba(0, 0, 0, .1);
--c0-t020: rgba(0, 0, 0, .2);
--c0-t050: rgba(0, 0, 0, .5);



/* OBJECTS */

/* Corners */
--corner-small: 3px;
--corner-medium: 12px;
--corner-big: 25px;

/* Tags */
--tag-padding-small: .3em .5em .4em .9em;
--tag-padding-medium: .5em 1em .6em 1em;
--tag-padding-big: .8em 1em .9em;

--tag-edges: polygon( 10px 0%, 0% 0%, calc(100%) 0%, 100% 0px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0 calc(50%) );

/* Shadows */
--shadow-small: rgba(0, 0, 0, 0.25) 0px 0px 5px 0px;
--shadow-medium: rgba(0, 0, 0, 0.25) 0px 0px 12px 0px;

/* Movements */
--transition-slow: .5s cubic-bezier(.5,0,0.1,1);
--transition-normal: .4s cubic-bezier(.5,0,0.1,1);
--transition-fast: .1s ease-in-out;
}



/* BODY */

body {
  font-size: 17px;
  background-color: var(--c0-007);
}

body p a {
  transition: .1s ease;
  font-family: Medium Font, sans-serif;
  text-decoration: underline;
  text-underline-offset: 3px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-family: Title Font, sans-serif;
  color: var(--dark-font);
}

h1 {
  font-size: 50px;
  font-size: clamp(25px, 25px + 2vw, 61px);
  min-height: 45px;
}

h2 {
  font-size: 42px;
  font-size: clamp(24px, 24px + 1vw, 41px);
}

h3 {
  font-size: 32px;
  font-size: clamp(19px, 19px + .6vw, 31px);
}

h4 {
  font-size: 24px;
  font-size: clamp(19px, 19px + .3vw, 23px);
}

p, .page-content ul li, .post-content ul li, .page-content ol li, .post-content ol li {
  margin: .5em 0 .5em 0;
}

/* M - XL */
@media (min-width: 600px) {
  .site-title {
    font-family: Bold Font;
    font-size: 45px;
  }
}

::selection {
  background-color: var(--c3-080);
  color: #fff;
}

.has-medium-font-size {
  font-size: 20px;
  font-size: clamp(18px, 4px + 2vw, 20px);  
}

.has-large-font-size {
  font-size: 30px;
  font-size: clamp(28px, 6px + 2vw, 30px);  
}

.has-small-font-size {
  font-size: 15px;
}


button, .button, .button-1, .submit, .wp-block-button__link, .wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited, input[type="submit"] {
  cursor: pointer;
  border: none;
  display: inline-block;
  font-family: Regular Font, sans-serif;
  border-radius: unset;
  padding: .1em .7em .0em;
  color: #fff;
  background-color: var(--c2-100);
  line-height: inherit;
}

.button a, .button-1 a, button a {
  color: #fff;
  text-decoration: unset !important;
}

button:hover, .button:hover, .submit:hover, .wp-block-button__link:hover, button a:hover, input[type="submit"]:hover {
  color: #fff;
  background-color: var(--c2-080);
}

.button-next a {
  padding: .25em .6em .25em .9em !important;
}

.button-next a::after {
  font-family: 'dashicons';
  content: "\f345";
  line-height: 0;
  position: relative;
  top: 3px;
  right: -1px;
  transition: var(--transition-normal);
}

.button-next a:hover::after{
  right: -5px;
}

.button-prev a::before {
  font-family: 'dashicons';
  content: "\f341";
  line-height: 0;
  position: relative;
  top: 3px;
  left: -1px;
  transition: var(--transition-normal);
}

.button-prev a:hover::before{
  left: -5px;
}

.button-big {
  font-size: 20px;
}

.header-content, .footer-content, .full-width-template .page-content > *, .sidebar-left-template .page-content, .post-content {
  width: 85%;
}


/* SVG ELEMENT */

svg {
  max-width: 100%;
  height: auto;
}

a:hover .st4, a:hover .stm4 {
  fill: var(--c2-080) !important;
}



/* BLOCK CLASSES */

.box {
  padding: 30px;
  position: relative;
}

.small-box {
  padding: 20px;
}

.dark-grey {
  background-color: var(--c0-t008);
}

.color {
  background-color: var(--c1-040);
  position: relative;
}

.dark-color {
  background-color: var(--c1-070);
}

.rounded img {
  border-radius: var(--corner-big);
}

.negative * {
  color: #fff;
}

.negative a {
  text-decoration: underline;
}

.negative .button {
  color: #fff;
  background-color: #d3ff2930;
}

.negative .button:hover {
  background-color: #d3ff2745;
}

.polygon {
  background-image: url(/wp-content/themes/neoven-filia/assets/images/graphics/polygon.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: -30px;
  padding: 30px;
  display: flex;
  align-items: end;
}

@supports (background-size: calc(100% +20px 100% +20px)) {
  .polygon {
    background-size: calc(100% +20px 100% +20px);
  }
}

code {
  font-family: Light Font;
  color: var(--c2-100);
  font-style: italic;
}

sub {
  vertical-align: unset;
  font-size: unset;
  font-family: Title Font Regular;
}

kbd {
  font-family: inherit;
  display: inline-block;
  position: relative;
}

kbd::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -10;
  background-color: var(--c1-050);
  top: -8px;
  left: -10px;
  width: 130%;
  height: 85%;
  height: calc(100% - .2em);
}

@supports (width: calc(100% + 40px)) {
  kbd:after {
    width: calc(100% + 30px);
  }
}


/* 0 - S */
@media (max-width: 599px) {

.wp-block-column.infinite-left {
  margin: -300px -5vw 30px -5vw !important;
  padding: 300px 5vw 0 5vw;
}
}

/* M */
@media (min-width: 600px) and (max-width: 781px) {

.wp-block-column.infinite-left {
  margin: -300px -10vw 30px -10vw !important;
  padding: 300px 10vw 0 10vw;
}
}

/* L - XL */
@media (min-width: 782px) {

.infinite-left {
  margin: -300px 0 -100px -1000px !important;
  padding: 300px 0 100px 1000px;
  box-sizing: content-box;
}
}



/* BLOCK EDITOR ELEMENTS */

/* Block Quote */

.wp-block-quote {
  margin: 0; 
}

.wp-block-quote p {
  color: var(--c2-100);
  margin-bottom: 8px;
  margin-left: 20px;
  font-style: italic;
  font-size: 23px;
  font-size: clamp(18px, 4px + 3vw, 23px);
}

.wp-block-quote + p {
  margin-left: 20px;
}

.wp-block-quote p::before, .wp-block-quote p::after {
  content: "„";
  font-family: 'Arial';
  font-size: 60px;
  line-height: 0;
  position: relative;
  opacity: .3;
  top: -0.25em;
}

.wp-block-quote p:before {
  margin-left: -20px;
}

.wp-block-quote p::after {
  margin-left: 5px;
}

.wp-block-quote cite {
  font-style: inherit;
  color: var(--c1-070);
  display: inline-flex;
  margin-left: 10px;
}

.wp-block-quote cite:before {
  content: "~";
  margin: 0 5px 0 -5px;
}

/* Separator */

.wp-block-separator {
  margin: 30px 0;
  color: var(--c1-120);
  border-top-width: 2px;
  border-bottom-width: 1px;
}

/* Button */

.wp-block-buttons {
  margin-top: 15px;
}

/* Columns */

.wp-block-columns {
  gap: 30px;
}

/* Groups */

.wp-block-group__inner-container > * {
  margin-top: 0;
}

.dark-color.box h3 {
  margin-bottom: 0;
}

/* 0 - M */
@media (max-width: 781px) {
  .dark-color.box img {
    margin-bottom: 20px;
  }

  .dark-color.box * {
    text-align: center !important;
    justify-content: center;
  }
}


/* TEMPLATES */

/* Image Left Template */

.image-left-template .post-title {
  font-size: 26px;
}

/* Logged In status */

#wpadminbar {
  position: fixed;
}


/* HEADER */


#header-bar {
  box-shadow: none;
  background-color: transparent;
  height: 80px;
}



/* LOGO */

#logo {
  max-width: 270px;
  margin-top: 15px;
  width: 70%;
}

/* XL */
@media (min-width: 1100px) {
  #logo-bar {
    height: 95px;
  }
}


/* MENUS */

#primary-menu li.only-mobile.integral-learning a,
#second-menu li.integral-learning a {
  background-color: #e3f1ef;
  color: #38ab9e;
}

#primary-menu li.only-mobile.integral-learning a:hover,
#second-menu li.integral-learning a:hover,
#primary-menu li.only-mobile.integral-learning a:focus,
#second-menu li.integral-learning a:focus {
  background-color: #dbece9;
  color: #38ab9e;
}

#primary-menu li.only-mobile.integral-learning a::before,
#second-menu li.integral-learning a::before {
  font-family: Dashicons;
  content: "\f345";
  top: 2px;
  position: relative;
  line-height: 0;
}


/* SECOND MENU */

#second-menu-bar {
  top: 15px;
  z-index: 0;
}

#second-menu li a {
  color: #fff;
  background-color: var(--c2-100);
  font-size: 14px;
  font-family: Medium Font, sans-serif;
  padding: 7px 10px 7px;
  z-index: 100;
}

/* 0 - L */
@media (max-width: 1099px) {
  #second-menu li a {
    display: none;
  }
}

#second-menu li a:hover, #second-menu li a:focus {
  color: rgba(255, 255, 255, 0.9);
  background-color: var(--c2-080);
}



/* PRIMARY MENU */

#primary-menu {
  width: 100%;
}

#primary-menu .menu-points {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  white-space: nowrap; /* Prevent text wrapping */
  overflow: visible; /* Allow content to overflow */
}

#primary-menu .menu-points li {
  margin: 5px 0;
  background-color: unset;
  white-space: nowrap; /* Prevent text wrapping in list items */
  overflow: visible; /* Allow content to overflow */
}

#primary-menu .menu-points a {
  padding: 5px 0;
  font-size: 18px;
  white-space: nowrap; /* Prevent text wrapping in links */
  overflow: visible; /* Allow content to overflow */
  text-overflow: clip; /* Clip text that overflows */
}

#primary-menu .menu-points a,
#primary-menu li.current-menu-item > a,
#primary-menu ul.menu-points > li:hover > a,
#primary-menu li.current-menu-ancestor > a {
  color: var(--c2-120);
}

#primary-menu li > a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -10;
  background-color: transparent;
  top: 0px;
  right: -6px;
  height: 55%;
  width: 130%;
  transition: var(--transition-fast);
}

#primary-menu li.current-menu-item > a::after,
#primary-menu ul.menu-points > li:hover > a::after,
#primary-menu li.current-menu-ancestor > a::after {
  background-color: var(--c1-040);
}

@supports (width: calc(100% + 12px)) {
  #primary-menu li.current-menu-item > a::after,
  #primary-menu ul.menu-points > li:hover > a::after,
  #primary-menu li.current-menu-ancestor > a::after {
    width: calc(100% + 12px);
  }
}

/* XL */
@media (min-width: 1100px) {
  #primary-menu li.only-mobile {
    display: none;
  }

  .menu-points-box {
    margin-bottom: 60px;
  }
}

#primary-menu li.only-mobile a {
  color: #fff;
  background-color: var(--c2-100);
  font-size: 13px;
  font-family: Medium Font, sans-serif;
  padding: 4px 10px;
}

#primary-menu li.only-mobile:not(.integral-learning) a:hover,
#primary-menu li.only-mobile:not(.integral-learning) a:focus {
  color: #fff !important;
  background-color: var(--c2-100);
  opacity: .9;
}

#primary-menu li.only-mobile > a::after {
  display: none;
}



/* Mobile Menu */

/* 0 - L */
@media (max-width: 1099px) {

  #primary-menu ul.menu-points {
    max-height: 1500px;
    padding: 60px 7px 30px 30px !important;
    max-height: unset;
    background-color: transparent;
    box-shadow: none;
    box-sizing: border-box;
  }

  #primary-menu .menu-points-box {
    position: absolute;
    top: 0;
    right: -300px;
    transition: var(--transition-normal);
  }

  #primary-menu .menu-points-box.toggled-on {
    right: 0;
  }

  #primary-menu .menu-points {
    opacity: 0;
    transition: var(--transition-normal);
  }

  #primary-menu .toggled-on .menu-points {
    opacity: 1;
  }

  #primary-menu .menu-points-box::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 90;
    background-color: var(--c1-070);
    top: 0px;
    right: -10vw;
    height: 450px;
    width: 0;
    transition: var(--transition-fast);
  }

  #primary-menu .menu-points-box.toggled-on::after {
    width: 110vw;
  }
}


/* Fancy Burger Animation */

/* 0 - L */
@media (max-width: 1099px) {

  #primary-menu {
    position: absolute;
    top: -80px;
    right: 0;
  }

  #primary-menu a.burger {
    margin-top: 15px;
  }

  #primary-menu a.burger.toggled-on .line {
    background-color: var(--c2-100);  
  }

  #primary-menu a.burger .line {
    transition: 0.2s;
    transform-origin: center;
    transform: rotate(0deg);
  }

  #primary-menu a.burger.toggled-on .line:nth-child(1){
    transform: rotate(135deg);
    top: 100%;
  }

  #primary-menu a.burger.toggled-on .line:nth-child(2){
    transform: rotate(45deg);
  }

  #primary-menu a.burger.toggled-on .line:nth-child(3){
    transform: rotate(135deg);
    top: -100%;
    opacity: 0;
  }
}


/* PAGE HEADER */

.thumbnail-container.with-thumbnail {
  position: relative;
}

.thumbnail-container.no-thumbnail + .title-container {
  margin-top: 40px;
}

/*
.thumbnail-container:not(.no-thumbnail)::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  max-width: 680px;
  box-shadow: #fff 0px 0px 75px 65px;
  opacity: .6;
}
*/

.page-thumbnail.wp-post-image {
  object-fit: cover;
  max-width: 680px;
  width: 100%;
  border-radius: var(--corner-big);
}

.post-title a.title, .page-title a.title {
  pointer-events: none;
  color: var(--dark-font);
}

.page-title {
  width: auto;
  display: inline-block;
  position: relative;
  margin: -30px 0 30px 20px;
  margin: clamp(-60px, -25px - 2vw, 15px) 0 30px 20px;
  z-index: 10;
}

/*
.page-title::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -10;
  background-color: var(--c1-050);
  top: -12px;
  left: -40px;
  height: 120%;
  width: 100%;
  border-radius: 0 var(--corner-small) var(--corner-small) var(--corner-small);
  padding: 0 40px;
}

.page-title::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -10;
  top: -32px;
  left: -32.5px;
  border-radius: 0 var(--corner-small);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent var(--c1-080);
  transform: rotate(45deg);
  background: transparent;
}
*/


/* V2 */
.page-title kbd::after,
.page-title span::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -10;
  background-color: var(--c1-050);
  top: -35%;
  left: -35px;
  height: 150%;
  width: 100%;
  padding: 0 35px;
  clip-path: polygon(0% 0%, 100% 14%, 100% 100%, 1% 100%);
}

/* 0 - S */
@media (max-width: 599px) {

.title-container {
  width: 90%;
}

.page-thumbnail.wp-post-image {
  max-height: 150px;
  min-height: 150px
}
}


/* PAGE AND POST */

#page, #post {
 overflow-x: clip;
}


/* FOOTER */

footer {
  background-color: var(--c1-120);
}

.footer-area {
  margin-bottom: 10px;
}


@media (min-width: 1100px) {
  .footer-content .footer-area:first-of-type {
    flex-basis: 28%;
  }
  .footer-area {
    flex-basis: 22%;
  }
}

footer img.some-icon {
  width: 30px;
  margin-top: 10px;
}

footer #footer-menu li a, .footer-bar .footer-area * {
  color: var(--dark-font);
  letter-spacing: .02em;
}

.footer-bar {
  padding: 30px 0 10px;
}

footer .footer-logo {
  max-width: 210px;
}

#footer-menu-bar {
  background-color: var(--c0-t004);
}

.designer-page-link {
  opacity: .7;
}

/* BLOG PAGE */

/* Pagination */

.pagination a {
  margin: 0;
}

.pagination .page-count a.current {
  color: var(--dark-font);
}

.pagination.bar {
  background-color: var(--c0-010);
}

.pagination .page-count a {
  padding: 0 5px;
}

.pagination .nav-previous :before {
  font-family: Dashicons;
  content: "\f341";
}

.pagination .nav-next :before {
  font-family: Dashicons;
  content: "\f345";
}



/* BLOG PAGE & POST PAGE */

.post-meta a {
  pointer-events: all;
}

.post-meta * {
  font-size: 14px;
}

.post-meta span {
  display: inline-block;
  color: var(--bright-font);
  background: var(--c0-t004);
  padding: .2em .5em;
  margin-bottom: 0.5em;
}

.overlay:hover {
  background-color: #f7f7f730;
}

.overlay:hover ~ .listing-item-box .button {
  background-color: var(--c2-080);
}

.post-type {
  background-color: var(--c3-040);
  padding: 0 .5em;
  display: inline-block;
}

.cpt-name {
  color: var(--bright-font);
  font-family: Light Font, sans-serif;
}

.entry-date {
  font-size: 17px;
}

.type-and-date {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}

.post-content-content-excerpt {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Maximale Zeilenanzahl */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.more a:before {
  content: "";
  display: block;
  float: left;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border: solid var(--c1-120);
  border-width: 0 2px 2px 0;
  width: 8px;
  height: 8px;
  margin: 8px 6px 0 0;
}



/* Related Posts */

.related-posts .listing {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.related-posts h5 {
  color: var(--dark-font);
  font-family: Regular Font, sans-serif;
  margin: 0 0 5px 0;
}

.related-posts h3 {
  font-size: 18px;
}

.related-posts .post-title-linked, .related-posts p {
  margin-bottom: .3em;
}

.related-posts .listing-item {
  padding: 20px;
  background-color: var(--c0-t004);
  border-radius: var(--corner-small);
}

.related-posts .post-meta span {
  padding: 0;
	background-color: transparent;
	margin: -3px 0 3px;
	display: block;
}

/* XS - M */
@media (max-width: 781px) {

  .related-posts .listing {
    flex-direction: column;
  }
}


/* BLOG PAGE */

/* Blog Filter */

.blog-filter {
  margin-bottom: 20px;
}

.radio-group {
  list-style: none; 
  display: flex; 
  gap: 5px; 
}

.blog-filter input[type="checkbox"] + label::before,
.blog-filter input[type="radio"] {
  display: none;
}

.blog-filter span {
  color: var(--very-bright-font);
  background-color: var(--c0-010);
  cursor: pointer;
  font-family: Medium Font, sans-serif;
  padding: .1em .7em .0em;
  pointer-events: all !important;
  display: block;
  font-size: 20px;
}

.blog-filter span:hover {
  color: var(--dark-font);
  background-color: var(--c3-020);
}

.blog-filter input[type="checkbox"]:checked + span,
.blog-filter input[type="radio"]:checked + span {
  background-color: var(--c3-040) !important;
  color: var(--dark-font) !important;
}



/* POST PAGE */

h1.post-title {
  font-size: 42px;
  font-size: clamp(24px, 24px + 1vw, 41px);
}

#post .post-thumbnail img {
  max-height: 400px;
  max-width: 100%;
  margin-bottom: 15px;
}

.post-content #backButton {
  margin-bottom: 20px;
}

.post-content-content {
  margin-bottom: 60px;
}



/* Go Back Button */

/* L - XL */
@media (min-width: 782px) {

  .goback.button-prev.desktop {
    display: block;
    z-index: 50;
    position: fixed;
    height: 0;
  }
  
  .goback.button-prev.desktop a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .goback.button-prev.mobile {
    display: none;
  }
}
  
/* 0 - M */
@media (max-width: 781px) {
  
  .goback.button-prev.desktop {
    display: none;
  }
  
  .goback.button-prev.mobile {
    margin-top: 30px;
    display: inline-block;
  }
}

/* Tables */

.post-content-container table {
  width: 100%;
  border-spacing: 0;
}

.post-content-container table td, .post-content-container table th {
  padding: 8px 10px;
}

.post-content-container table tr:nth-child(odd) {
  background-color: var(--c0-t006);
}

.post-content-container table td, .post-content-container table th {
  word-break: keep-all;
  hyphens: initial;
  min-width: 120px;
  vertical-align: top;
}



/* CUSTOM ELEMENTS */

.big-padding {
  padding: 6vw 0;
}

.testimonial {
  background-color: var(--c1-040);
  padding: 30px 30px 20px;
  border-radius: var(--corner-big);
  position: relative;
}

.testimonial::after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: -29px;
  border-radius: 0 var(--corner-small);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 30px 60px 0px;
  border-color: transparent var(--c1-040) transparent transparent;
  background: transparent;
}



/* wrap-reverse */

/* 0 - M */
@media (max-width: 781px) {

  .wp-block-columns.wrap-reverse {
    flex-wrap: wrap-reverse !important;
    display: flex !important;
  }
}



/* Full Button */

.full-button .wp-block-button__link, .full-button .wp-block-button {
  width: 100vw;
  height: 150px;
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
  font-family: Medium Font;
  background-size: cover;
  background-position: center;
  transition: var(--transition-normal);
}

.full-button .wp-block-button__link:hover {
  opacity: .9;
}

.full-button .wp-block-buttons {
  display: block;
}

/* L - XL */
@media (min-width: 782px) {

.full-button .wp-block-column:not(:first-child) {
  margin-left: 15px;
}

.full-button.wp-block-columns {
  gap: 0;
}
}



/* Box Blog */ 

.box-blog .listing-item {
  max-width: 600px;
  background-color: var(--c0-t006);
  padding: 20px;
  margin-bottom: 15px;
  border-radius: var(--corner-small);
}




/* Side Image Blog */

.side-image-blog .listing-item {
  width: 100%;
  margin-bottom: 30px;
}

.side-image-blog .listing-item .post-thumbnail img {
  max-height: 150px;
  border-radius: var(--corner-medium);
  max-width: 100%;
}

.side-image-blog .listing-item .listing-item-box {
  padding: 0;
  position: relative;
}

/* 0 - S */
@media (max-width: 599px) {

  .side-image-blog .listing-item {
    max-width: 400px;
  }
}

/* M - XL */
@media (min-width: 600px) {

.side-image-blog .listing-item {
  display: flex;
  gap: 2%;
  justify-content: flex-end;
}

.side-image-blog .listing-item .post-thumbnail {
  flex-basis: 28%;
}

.side-image-blog .listing-item .listing-item-box {
  flex-basis: 70%;
}
}

 


/* Three Column Blog */

.three-column-blog .blog {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.three-column-blog .listing-item .post-thumbnail {
  height: 150px;
  margin-bottom: -10px;
  align-content: end;
}

.three-column-blog .listing-item .post-thumbnail img {
  border-radius: var(--corner-medium);
  max-height: 100%;
}

.three-column-blog .listing-item .title {
  font-size: 22px;
}

/* L - XL */
@media (min-width: 782px) {

  .three-column-blog .blog {
    gap: 2%;
  }

  .three-column-blog .listing-item {
    flex-basis: 32%;
    margin-bottom: 2%;
  }
}

/* M */
@media (min-width: 600px) and (max-width: 781px) {

  .three-column-blog .blog {
    gap: 3%;
  }

  .three-column-blog .listing-item {
    flex-basis: 47%;
    margin-bottom: 3%;
  }
}

/* 0 - S */
@media (max-width: 599px) {

  .three-column-blog .listing-item {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
} 



/* Worm */

.worm {
  position: relative;
  top: -590px;
  height: 60px;
  left: calc(-55% - 10vw);
  width: calc(165% + 20vw);
}



/* Animated Background */

svg#animated-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: .0;
}

svg#animated-bg path.out-top {
    fill: var(--c1-120);
}

svg#animated-bg path.in-top {
    fill: var(--c1-100);
}

svg#animated-bg path.out-bottom {
    fill: var(--c2-120);
}

svg#animated-bg path.in-bottom {
    fill: var(--c3-100);
}



/* Post Blog Teaser */

.post-blog-teaser .listing-item {
  margin-bottom: 30px;
}

.post-blog-teaser .listing-item {
    max-width: 400px;
}

.post-blog-teaser-bar {
  background-color: var(--c0-t003);
  width: 100%;
  max-width: unset;
}

.post-blog-teaser-bar .page-content {
  max-width: 1080px;
}

.post-blog-teaser-bar .wp-block-button {
  margin-bottom: 30px;
}


/* 0 - S */
@media (max-width: 599px) {
  .post-blog-teaser-bar .page-content {
    box-sizing: border-box;
    padding: 0 10px;
  }
} 



/* Timeline */

.timeline .wp-block-column {
  position: relative;
}

.timeline .wp-block-column .wp-block-heading {
  margin: 0 0 10px;
  color: var(--c1-150);
  font-size: 34px;
}

.timeline .wp-block-column:nth-child(1) .wp-block-image img,
.timeline .wp-block-column:nth-child(2) .wp-block-image img {
  margin-bottom: 15px;
  border-radius: var(--corner-small);
  border: solid #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px 0px;
  border-width: 15px 15px 35px;
}

/* L - XL */
@media (min-width: 782px) {

  .timeline .wp-block-column:nth-child(1) {
    text-align: right;
  }

  .timeline .wp-block-column:nth-child(2) {
    border-left: solid 4px var(--c1-120);
    padding-left: 30px;
  }

  .timeline .wp-block-column .wp-block-image::after {
    content: "";
    border-top: solid 4px var(--c1-120);
    position: absolute;
    width: 30px;
    top: 120px;
  }
    
  .timeline .wp-block-column:nth-child(1) .wp-block-image::after {
    right: -30px;
  }
  
  .timeline .wp-block-column:nth-child(2) .wp-block-image::after {
    left: 0px;
  }

  .timeline .wp-block-column .wp-block-image::before {
    content: "";
    width: 16px;
    height: 16px;
    background: var(--c1-120);
    position: absolute;
    top: 114px;
    z-index: 10;
    border-radius: 50%;
  }

  .timeline .wp-block-column:nth-child(1) .wp-block-image::before {
    right: -40px;
  }

  .timeline .wp-block-column:nth-child(2) .wp-block-image::before {
    left: -10px;
  }

  .timeline .wp-block-columns:not(:last-child) .wp-block-column {
    margin-bottom: -200px;
  }

  .timeline .wp-block-columns:first-child .wp-block-column:nth-child(2) {
    border-image: linear-gradient( to top, var(--c1-120) 70%, rgba(0, 0, 0, 0) ) 1 100%;
  }

  .timeline .wp-block-columns:last-child .wp-block-column:nth-child(2) {
    border-image: linear-gradient( to bottom, var(--c1-120) 60%, rgba(0, 0, 0, 0) ) 1 100%;
  }
}

/* XS - M */
@media (max-width: 781px) {

  .timeline .wp-block-column {
    border-left: solid 4px var(--c1-120);
    padding-left: 30px;
    padding-bottom: 15px;
  }

  .timeline .wp-block-columns:first-child .wp-block-column:first-child {
    border-image: linear-gradient( to top, var(--c1-120) 60%, rgba(0, 0, 0, 0) ) 1 100%;
  }

  .timeline .wp-block-columns:last-child .wp-block-column:last-child {
    border-image: linear-gradient( to bottom, var(--c1-120) 60%, rgba(0, 0, 0, 0) ) 1 100%;
  } 

  .timeline .wp-block-column .wp-block-image::after {
    content: "";
    border-top: solid 4px var(--c1-120);
    position: absolute;
    left: 0px;
    width: 30px;
    top: 120px;
  }
}



/* PLUGINS */


/* COOKIE MESSAGE */

#scm-cookie-box {
  background-color: var(--c1-070) !important;
}

#scm-cookie-box p, #scm-cookie-box a {
  color: var(--dark-font) !important;
}

/* Lightbox */

.custom-lightbox-overlay img {
  animation: .3s 1 grow;
}

@keyframes grow {
  0% {
    opacity: 0;
    transform: scale(20%);
  }

  100% {
    opacity: 1;
    transform: scale(100%);
  }
}


/* GETWID *//*

.getwid-columns {
  margin-left: -10px;
  margin-right: -10px;
}

.getwid-columns > * {
  box-sizing: border-box;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.getwid-columns > * > div {
  height: 100%;
}

.wp-block-getwid-images-slider {
  cursor: grab;
}

.wp-block-getwid-images-slider:active {
  cursor: grabbing;
}



/* Toggle & Accordeon *//*

.wp-block-getwid-toggle__header, .wp-block-getwid-accordion__header {
  transition: var(--transition-fast);
  padding: .8em .8em;
  margin: 15px 0 0;
  background-color: var(--c0-t004);
}

.wp-block-getwid-toggle__header-wrapper a, .wp-block-getwid-accordion__header a {
  font-family: Regular Font;
  font-size: 22px;
}

.wp-block-getwid-toggle__row.is-active .wp-block-getwid-toggle__header, .wp-block-getwid-toggle__header:hover, .ui-accordion-header-active .wp-block-getwid-accordion__header, .wp-block-getwid-accordion__header:hover {
  background-color: var(--c0-t006);
}

.wp-block-getwid-toggle__row.is-active .wp-block-getwid-toggle__header:hover, .ui-accordion-header-active .wp-block-getwid-accordion__header:hover {
  background-color: var(--c0-t008);
}

.wp-block-getwid-toggle__header-wrapper, .wp-block-getwid-toggle__row:first-child .wp-block-getwid-toggle__header-wrapper, .wp-block-getwid-toggle .wp-block-getwid-toggle__header-wrapper, .wp-block-getwid-accordion__header-wrapper, .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child, .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper, .wp-block-getwid-accordion__content, .wp-block-getwid-toggle__content {
  border: none;
}

.wp-block-getwid-toggle__content {
  padding: 20px 0 0 0;
}

.wp-block-getwid-accordion__content {
  padding: 30px;
}

.wp-block-getwid-toggle__content > .box  {
  margin-top: -20px;
  position: relative;
}

.wp-block-getwid-toggle__icon i.fa-plus::before, .wp-block-getwid-accordion__icon i.fa-plus::before {
  content: "";
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  transform-origin: 60% 60% 0px;
  transition: var(--transition-normal);
  display: inline-block;
  border-bottom: 3px solid var(--c2-100);
  border-right: 3px solid var(--c2-100);
}

.wp-block-getwid-toggle__header, .wp-block-getwid-accordion__header {
  box-sizing: border-box
}

.wp-block-getwid-toggle__row.is-active .wp-block-getwid-toggle__icon i.fa-plus::before, .ui-accordion-header-active  .wp-block-getwid-accordion__icon i.fa-plus::before {
  transform: rotate(225deg) !important;
}

.wp-block-getwid-toggle__row.is-active .wp-block-getwid-toggle__icon.is-active, .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper.ui-state-active .wp-block-getwid-accordion__icon.is-active {
  display: inline-block !important;
}

.wp-block-getwid-toggle__row.is-active .wp-block-getwid-toggle__icon.is-passive, .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper.ui-state-active .wp-block-getwid-accordion__icon.is-passive {
  display: none !important;
}

.wp-block-getwid-toggle, .wp-block-getwid-accordion {
  margin-bottom: 15px;
}



/* Contact Form */

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="url"], textarea, select {
  padding: .3em .6em;
  border-radius: var(--corner-small);
}

input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, input[type="number"]::placeholder, input[type="password"]::placeholder, input[type="url"]::placeholder, textarea::placeholder {
  color: var(--very-bright-font);
  font-family: Regular Font;
}

select {
  font-size: 16px;
  width: 100%;
  border: none;
  padding: 0 .6em;
  height: 40px;
  background-color: var(--c0-t006);
}

select option {
  background-color: #f0f0f0;
}

.wpcf7-list-item {
  margin: 0 20px 0 0;
}

input[type="checkbox"]:checked + ::before {
    background: var(--c1-100);
}

.wpcf7 .wpcf7-submit:disabled {
    color: #ffffff90;
}

form .list > * {
  width: 100%;
}

form .list {
  display: block;
}

.form-columns {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
}

input[type="file"] {
  margin: .5em;
}

.wpcf7 form.sent .wpcf7-response-output {
	border: unset;
	background: #46b450;
	margin: 0;
	color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
	border: unset;
	background: #e6b04a;
	margin: 0;
	color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output::before,
.wpcf7 form.invalid .wpcf7-response-output::before, 
.wpcf7 form.unaccepted .wpcf7-response-output::before, 
.wpcf7 form.payment-required .wpcf7-response-output::before {
  font-family: Dashicons;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.wpcf7 form.invalid .wpcf7-response-output::before, 
.wpcf7 form.unaccepted .wpcf7-response-output::before, 
.wpcf7 form.payment-required .wpcf7-response-output::before {
  content: "\f534";
}

.wpcf7 form.sent .wpcf7-response-output::before {
  content: "\f12a";
}

/* M - XL */
@media (min-width: 600px) {

  .form-columns > * {
    flex-basis: 49%;
  }
}



/* Sitemap */

.page-content .neoven-sitemap li {
  list-style: none;
}

.page-content .neoven-sitemap li a {
  margin: 0px 0 0.7em 0;
  display: block;
}

.page-content .neoven-sitemap > li > a {
  font-family: Bold Font;
}
