/*
Theme Name: neoven filia ECG
Description: Special Child Theme for econgood.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-ecg/assets/fonts/AVENIR-LIGHT.TTF);}

@font-face {
  font-family: Regular Font;
  src: url(/wp-content/themes/neoven-filia-ecg/assets/fonts/AVENIR-BOOK.TTF);}

@font-face {
  font-family: Medium Font;
  src: url(/wp-content/themes/neoven-filia-ecg/assets/fonts/AVENIR-MEDIUM.TTF);}

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

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



:root {

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


/* COLORS */

/* C1*/

--c1-150: #006671;
--c1-130: #00737b;
--c1-120: #00828b;
--c1-110: #048b95;
--c1-100: #009da5;
--c1-099: #19a6ad;
--c1-090: #19a6ad;
--c1-080: #19a6ad;
--c1-070: #4cbac0;
--c1-020: #d0dbe0;
--c1-010: #d6e0e6;
--c1-008: #edf2f4;
--c1-007: #dcf5f6;
--c1-002: #eaf8f9;

/* C2*/

--c2-100: #889e33;
--c2-099: #889e33;
--c2-090: #93a747;
--c2-080: #93a747;
--c2-070: #abbb70;

--c2-007: #ebefdb;
--c2-002: #f2f5e6;

/* 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-030: #d8d8d8;
--c0-020: #e2e2e2;
--c0-010: #f2f2f2;
--c0-007: #f7f7f7;
--c0-002: #f9f9f9;
--c0-001: #fbfbfb;
--c0-000: #ffffff;
--c0-t002: rgba(0, 0, 0, .02);
--c0-t004: rgba(0, 0, 0, .04);
--c0-t006: rgba(0, 0, 0, .06);
--c0-t008: rgba(0, 0, 0, .08);
--c0-t010: rgba(0, 0, 0, .1);
--c0-t020: rgba(0, 0, 0, .2);


/* OBJECTS */

/* Corners */
--corner-small: 0px;
--corner-medium: 0px;

/* Tags */
--tag-padding-small: .3em .5em .4em .9em;
--tag-padding-medium: .5em 1em .6em 1.3em;
--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.1) 0px 0px 10px 0px;
--shadow-medium: rgba(0, 0, 0, 0.15) 0px 0px 20px 0px;

/* Movements */
--transition-slow: .4s ease-in-out;
--transition-normal: .2s ease-in-out;
--transition-fast: .1s ease-in-out;
}



/* BODY */

body {
  font-size: 17px;
  overflow-y: visible;
  overflow-x: hidden;
}

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

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

  #page, #post {
    padding-top: 130px;
  }
}

/* XS + S + M + L */
@media (max-width: 1099px) {

  #page, #post {
    padding-top: 0px;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-family: Bold Font, sans-serif;
}

h1, h2 {
  text-transform: uppercase !important;
  letter-spacing: 1.5px;
}

h2::before {
  display: block;
  content: "";
  width: 90px;
  margin: -15px 0px 0px 0px;
  background-color: var(--c1-100);
  height: 2px;
  position: absolute;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

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

h1 {
  font-size: 35px;
}

h2 {
  font-size: 28px;
}
}

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

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}
}

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

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


.has-medium-font-size {
  font-size: 20px !important;
}

.has-large-font-size {
  font-size: 30px !important;
}

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

.dashicons, .dashicons-before::before {
  line-height: 1.2em;
  font-size: 120%;
  width: unset;
  height: unset;
}


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;
  font-family: inherit;
  border-radius: var(--corner-small);
  padding: .25em .9em;
  color: #fff;
  background-color: var(--c2-100);
}

.button a, .button-1 a {
  color: #fff;
}

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

.button-2 .wp-block-button__link, button.button-2 {
  background-color: var(--c1-020);
  color: var(--c1-120);
}

.button-2 .wp-block-button__link:hover, button.button-2:hover {
  background-color: var(--c1-010);
}

.button-big {
  font-size: 1.2em;
}

.button-2.reload {
  position: fixed;
  bottom: 0;
  z-index: 110;
  left: 0;
  width: 100%;
  height: 50px;
  margin: 0;
  font-family: Bold Font;
  font-size: 20px;
}

/* Icon Link */

.button-next a::after, .button-prev a::before, .button-download a::before, .button-book a::before, .button-map a::before, .button-mail a::before {
  font-family: 'dashicons';
  line-height: 0;
  position: relative;
  top: .2em;
  right: 3px;
  left: -3px;
  transition: var(--transition-normal);
}

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

.button-next a::after  {
  content: "\f345";
  right: 0 !important;
  left: 3px;
}

.button-prev a::before  {
  content: "\f341";
}

.button-next a:hover::after{
  left: 7px;
}

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

.button-download a::before {
  content: "\f316";
}

.button-book a::before {
  content: "\f330";
}

.button-map a::before {
  content: "\f231";
}

.button-mail a::before {
  content: "\f466";
}

.button-pdf a::before {
  content: "\f190";
  font-family: dashicons;
  width: 1.1em;
  display: inline-block;
  bottom: -0.2em;
  position: relative;
  font-size: 1.2em;
}



/* SVG ELEMENT */

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

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



/* BLOCK CLASSES */

.white {
  background-color: #fff;
  position: relative;
}

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

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

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

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

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

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


/* Wave */

.wave-background {
  position: relative;
  overflow: hidden;
}

.wave-background * {
  position: relative;
}

.wave-background video {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  height: auto;
  width: 1920px;
  max-width: unset;
  opacity: .6;
}

/* Globe */

.globe-background {
  position: relative;
  overflow: hidden;
}

.globe-background * {
  position: relative;
}

.globe-background video {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  height: auto;
  width: 1920px;
  max-width: unset;
  opacity: .6;
}

/* infinite left */

/* XS + 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 -90px -1000px !important;
  padding: 300px 0 90px 1000px;
  box-sizing: content-box;
}
}



/* BLOCK EDITOR ELEMENTS */

/* Block Quote */

blockquote {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-quote p {
  color: var(--c1-100);
  font-size: 23px;
  margin-bottom: 8px;
  margin-left: 20px;
  font-style: italic;
}

.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);
}

/* Button */

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

/* Columns */

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



/* TEMPLATES */

/* Image Left Template */

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



/* STICKY HEADER */

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

#header-bar {
  position: fixed !important;
  height: 130px;
}

.sticky #header-bar {
  width: 100%;
  top: 0;
  box-shadow: var(--shadow-medium);
}

.sticky #second-menu-bar {
  margin-top: -60px;
  margin-bottom: 0px;
}

.sticky #logo {
  max-width: 50px;
  margin-top: 5px;
}

.sticky #header-bar {
  height: 70px;
}

.sticky #header-bar::before {
  height: 0px !important;
  opacity: 0;
}

.sticky #primary-menu {
  margin-left: 120px;
}

.sticky #primary-menu .menu-item a {
  font-size: 14px;
  letter-spacing: 0.5px;
}
}

/* Logged In status */

#wpadminbar {
  position: fixed;
}

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

.logged-in .sticky #header-bar {
  margin-top: 32px;
}
}

/* HEADER */

#header-bar::before {
  z-index: 0;
  position: relative;
  content: "";
  display: block;
  transition: var(--transition-fast);
  height: 8px;
  background-color: var(--c1-100);
  opacity: 1;
}

/* LOGO */

#logo {
  max-width: 100px;
  z-index: 300;
}

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

#logo {
  width: 70px;
  margin: 25px 0 0 0;
}
}


/* SECOND MENU */

#second-menu .menu-points {
  margin: 0px;
}

#second-menu .menu-points-box {
  margin-top: -8px;
}

#second-menu li a {
  opacity: 1;
  color: rgba(255, 255, 255, 0.7);
  background-color: var(--c2-100);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-family: Medium Font, sans-serif;
  padding: 10px 10px 7px;
  z-index: 100;
}

#second-menu li ul {
  position: absolute;
  overflow: inherit;
  z-index: 1;
  padding: 0;
  opacity: 0;
  display: none;
}

#second-menu ul li:hover > ul, #second-menu ul li:focus > ul, #second-menu .focus > ul {
  opacity: 1;
  display: block;
  width: 220px;
  margin: 0;
  background: #fff;
  right: 0;
  box-shadow: var(--shadow-small);
}


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

#second-menu li a {
  font-size: 12px;
}
}

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

/* Special Menu Points */

#second-menu .language a {
  background-color: transparent;
  color: var(--c1-090);
  padding: 4px 5px;
  position: relative;
  margin: 0 1px 0 -4px;
}

#second-menu .language a {
  border-right: 1px solid var(--c1-070);
}

#second-menu .language a:hover {
  background-color: transparent;
  color: var(--c1-070);
}

#second-menu .language.last a {
  border: none;
}

#second-menu .international-website-icon a, #second-menu .international-website-icon a:hover {
  background-color: transparent;
  color: var(--c1-090);
  padding: 4px 10px;
  position: relative;
  margin: 0;
  text-transform: unset;
  letter-spacing: inherit;
  text-align: left;
}

#second-menu .international-website-icon a:hover {
  background-color: transparent;
  color: var(--c1-070);
}

#second-menu .international-website-icon .sub-menu li {
  width: 100%;
}

#second-menu .international-website-icon .sub-menu a {
  padding: 10px 20px;
}

#second-menu .international-website-icon .sub-menu a:hover {
  background-color: var(--c1-002) !important;
}


/* PRIMARY MENU */

#primary-menu .menu-item a {
  color: var(--c1-100);
}

#primary-menu li.current-menu-item > a, #primary-menu li.current_page_parent > a, #primary-menu li.current-menu-item.menu-item-has-children::after, #primary-menu li.current_page_parent.menu-item-has-children::after, #primary-menu ul.menu-points > li:hover > a, #primary-menu ul.sub-menu > li:hover > a {
  background-color: var(--c0-007);
}

/* Only first Level */

#primary-menu .menu-points > .menu-item > a {
  text-align: left;
  font-family: Regular Font, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* hide */

.hide {
  display: none !important;
}


/* Hide 2nd Level */

#primary-menu .hide-2nd-level .sub-menu, #primary-menu .hide-2nd-level > a:after, #primary-menu .hide-2nd-level span.mobile-toggle {
  display: none !important;
}

#primary-menu .hide-2nd-level.menu-item-has-children a {
  padding-right: 1.2em !important;
  pointer-events: auto;
}



/* Horizontal Menu */

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

#primary-menu-bar {
  bottom: 10px;
  position: absolute;
}

#primary-menu {
  margin-left: 150px;
}

#primary-menu .menu-item a {
  padding-top: 0.8em;
  padding-right: 1.2em;
  padding-bottom: 0.8em;
  padding-left: 1.2em;
  font-size: 15px;
}
}

/* Mobile Menu */

/* XS + S + M + L */
@media (max-width: 1099px) {

#primary-menu li a {
  line-height: 30px;
  line-break: anywhere;
  padding: 10px 30px;
  opacity: .9;
}

#primary-menu .sub-menu a {
  padding-inline-start: 50px !important;
}
}

/* Fancy Burger Animation */

/* XS + S + M + L */
@media (max-width: 1099px) {

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

#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;
}
}


/* Promo Banner */

.promo-banner {
  transition: var(--transition-fast);
  z-index: 20;
  position: relative;
  height: 0;
  float: right;
  top: 120px;
}

/* XL */
@media (min-width: 1100px) {
  .sticky .promo-banner {
    top: 70px;
  }  
}

/* XS + S + M + L */
@media (max-width: 1099px) {
  .promo-banner {
    top: 30px;
  }
}

.promo-banner a {
  float: right;
  color: rgba(255, 255, 255, 0.9);
  padding: 11px 30px 10px 18px;
  letter-spacing: 1.2px;
  font-size: 15px;
  font-family: Medium Font, sans-serif;
  -webkit-transition: all .5s cubic-bezier(.41,1.41,.54,.98) !important;
  -moz-transition: all .5s cubic-bezier(.41,1.41,.54,.98) !important;
  transition: all .5s cubic-bezier(.41,1.41,.54,.98) !important;
}

@media (max-width: 980px){
  .promo-banner a {
    font-size: 13px;
  }
}

.promo-banner a:hover {
  padding-right: 45px;
  color: #fff;
}


/* Check Version */

.promo-banner div::before {
	content: "";
	background: url(/wp-content/themes/neoven-filia-ecg/assets/images/icons/icon-check.svg);
	height: 35px;
	background-size: cover;
	width: 35px;
	margin: -9px 2px -9px -9px;
	display: inline-block;
}

.promo-banner a {
  padding: 12px auto 12px 15px;
  background-color: var(--c2-100);
  margin-top: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5) !important;
  outline: var(--c2-070) solid 4px;
}

.promo-banner a span {
  font-size: 20px;
}

#id-456 .promo-banner {
  display: none;
}


@media (max-width: 980px) {
  .promo-banner a {
    transform: scale(80%);
    transform-origin: right;
    margin-top: 15px;
  }
}
  
@media (max-width: 500px) {

.promo-banner a {
  display: none;
}
}



/* PAGE HEADER */

.header-area {
  width: 100% !important;
  max-width: unset !important;
  overflow: hidden;
}

.thumbnail-container .caption {
  margin: auto;
  position: relative;
  max-width: 1080px;
  width: 80%;
  text-align: right;
  color: #fff;
  height: 0;
  text-shadow: #000 0px 0px 5px, #000 0px 0px 10px;
}

.thumbnail-container img {
  max-height: 270px;
  object-fit: cover;
  margin-bottom: -70px;
  width: 100%;
}

.title-container {
  position: relative;
  max-width: 1080px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-title {
  width: auto;
  display: inline-block;
  background-color: var(--c1-100);
  border-left: 1000px solid var(--c1-100);
  margin-left: -1000px;
  margin-top: 0;
  margin-bottom: 15px;
  padding: .4em 50px .4em 0;
  position: relative;
  z-index: 75;
  color: #fff;
  cursor: text;
}

.page-title a.hidden-link {
  color: #fff;
}

a.hidden-link {
  pointer-events: none;
  color: var(--c1-120);
}

a.title {
  color: inherit;
}

/* Breadcrumb */

.breadcrumb {
  z-index: 10;
  position: relative;
  font-size: 14px;
  display: flex;
  padding-bottom: 15px;
}

.breadcrumb .sep {
  position: relative;
  content: "";
  min-height: 6px;
  min-width: 6px;
  transform: scale(.8) rotate(45deg);
  display: block;
  margin: 6px 5px 6px 0px;
  border-top: 2px solid var(--very-bright-font);
  border-right: 2px solid var(--very-bright-font);
  float: left;
}

.breadcrumb a {
  opacity: .7;
  max-width: 100px;
  margin-right: 3px;
  display: ruby;
  text-overflow: "..";
  white-space: nowrap;
  overflow: hidden;
  float: left;
  transition: var(--transition-normal);
}

.breadcrumb a:hover, .breadcrumb a:last-of-type  {
  opacity: 1;
  max-width: 400px;
}

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

.title-container {
  width: 90%;
}

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

/* Child Pages */

.child-pages {
  background-color: var(--c0-t004);
  border-left: 990px solid transparent;
  border-right: 990px solid transparent;
  margin: 0 -1000px 0;
  text-align: right;
  padding: 6px 0;
}

.child-pages .button {
  background-color: transparent;
  color: var(--c1-120);
  margin: 0;
  padding: 4px 10px;
}

.child-pages .button:hover {
  background-color: var(--c0-t004);
}

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

  .child-pages {
    padding: 0;
  }
  
  .child-pages .button {
    padding: 10px 10px;
  }
}

/* FOOTER */

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

footer #footer-menu li a {
  color: #fff;
}

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

.footer-area {
  width: 30%;
}
}

.footer-bar * {
  color: #fff !important;
}

.footer-bar a {
  text-decoration: underline;
  text-underline-position: under;
}

footer .footer-logo {
  max-width: 100px;
  margin-top: 10px;
}

#footer-menu-bar {
  background-color: var(--c1-110);
}

a.footer-link {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 2px 10px 3px;
  display: inline-block;
  border-radius: var(--corner-small) !important;
  text-decoration: none;
}

img.footer-link-icon.alignnone {
  margin: 3px 5px -3px 0px;
}

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

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

.designer-page-link {
  float: right;
}
}


/* POST PAGE & BLOG PAGE */

.post-title {
  cursor: text;
}

.post-title-linked a {
  color: inherit;
}

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

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

.post-meta span {
  color: var(--bright-font);
  font-family: Light Font, sans-serif;
  background: var(--c0-t006);
  padding: .0em .5em .1em;
  border-radius: 2px;
  margin: 0 0.3em 0.3em 0;
  word-break: keep-all;
  display: inline-block;
}

.more a {
  font-size: 14px;
  padding: .17em .9em;
  margin-top: .5em;
}

.more-link a {
  font-size: 14px;
}

.more-link a::before {
  font-family: 'dashicons';
  content: "\f345";
  line-height: 0;
  position: relative;
  top: .1em;
}

/*

.categories {
  margin-top: 5px;
  display: flex;
  cursor: text;
}

.categories span {
  word-break: keep-all;
}

.post-meta .categories a {
  color: var(--bright-font);
  pointer-events: none;
  margin: 0 5px 4px 0;
  display: inline-block;
  cursor: text;
}

.e-mail::before {
  font-family: 'dashicons';
  content: "\f466";
  font-size: 1.4em;
  line-height: 0;
  margin: 13px 4px 0 0;
  float: left;
}

.caption {
  position: absolute;
  font-size: 12px;
  line-height: 1.8;
  padding: 0 .6em;
  color: #fff;
  background-color: #00000030;
  opacity: .6;
}

.testimonial-slider .logo {
  max-width: 200px;
  max-height: 80px;
  display: inline-flex;
  margin: 15px 0;
}

.testimonial-slider .logo img {
  height: 100%;
  width: auto;
  display: inline-flex;
  object-fit: contain;
  object-position: left;
}

#post .zitat {
  color: var(--c1-100);
  font-size: 20px;
  font-style: italic;
}

#post .zitat p:first-of-type:before {
  content: "«";

}

#post .zitat p:last-of-type:after {
  content: "»";
}




/* POST PAGE */

#post .post-content-content {
  padding-top: 30px;
}

#post .post-content-content :first-child {
  margin-top: 0px;
}

#page.sidebar-left-template .post-content, #page.sidebar-right-template .post-content {
  padding-bottom: 0;
}

h1.post-title {
  font-size: 32px;
}

.post-meta .cpt-name {
  background-color: var(--c0-010);
  display: inline-block;
  height: 40px;
  position: absolute;
  margin-top: -60px;
  padding: 0 1em;
  line-height: 40px;
  color: var(--very-bright-font);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

#post .post-thumbnail img {
  max-height: 400px;
  max-width: 100%;
  margin-bottom: 15px;
  outline: 1px solid rgba(0, 0, 0, 0.07);
}

#sidebar > :last-child {
  margin-bottom: 90px;
}

#post .event-day-big {
  margin-top: -10px;
}

#post .inhalt, #page .inhalt {
  margin-bottom: 60px;
}

.inhalt :first-child {
  margin-top: 0;
}

#full-area {
  clear: both;
}

.single #post {
  background-color: var(--c0-007);
}

.single #post #main-area {
  background-color: #fff;
  padding: 30px 30px 45px;
  box-sizing: border-box;
}


/* 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;
  }
  }
  
/* XS + S + M */
@media (max-width: 781px) {
  
  .goback.button-prev.desktop {
    display: none;
  }
  
  .goback.button-prev.mobile {
    margin-top: 30px;
    display: inline-block;
  }
}

/* XL */
@media (min-width: 1100px) {
  #post {
    padding-top: 180px;
  }
}



/* BLOG PAGE */

.search-filter-results > .listing-item {
  margin-bottom: 15px;
  transition: var(--transition-normal);
}



/* UNTERNEHMEN POST PAGE *//*

.single-unternehmen #post-image-box {
  box-sizing: content-box !important;
  background-color: var(--c0-t004);
}

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

.single-unternehmen #post-image-box {
  padding: 30px 5vw 30px;
  margin: 0 -5vw;
}
}

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

.single-unternehmen #post-image-box {
  padding: 30px 10vw 30px;
  margin: 0 -10vw;
}
}

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

.single-unternehmen #post-image-box {
  width: 55% !important;
  margin: 0 0 30px -1000px;
  padding: 30px 5% 30px 1000px !important;
}

.single-unternehmen .post-content-box {
  width: 40%;
  padding: 20px 0 40px 30px;
  box-sizing: border-box;
}
}

.single-unternehmen .post-meta .cpt-name {
  margin-top: -25px;
  box-shadow: 0px 9px 13px #0001;
}

.single-unternehmen .post-meta h4.kurzbeschreibung {
  margin: 30px 0 5px 0;
}

.single-unternehmen #post .logo {
  display: inline-flex;
  max-width: unset;
  max-height: unset;
  position: relative;
  background: var(--c0-t002);
  width: 100%;
  height: 140px;
  top: 105px;
  margin: 15px 0 -50px;
  text-align: center;
}

.single-unternehmen #post .logo a {
  margin: 10px auto;
  padding: 0 5%;
}

.single-unternehmen #post .logo img {
  height: 100%;
  object-fit: contain;
}

.single-unternehmen #post .main-area .post-meta {
  margin-bottom: 15px;
}

.single-unternehmen .portrait {
  width: 110px;
  height: 110px;
  float: left;
  margin: 0 15px 15px 0;
  display: inline-flex;
}

.single-unternehmen .portrait img {
  border-radius: 50%;
}

.single-unternehmen .zitat-box {
  display: table;
  min-width: 220px;
}

.single-unternehmen #post .zitat-box .zitat {
  font-size: 18px;
}

.single-unternehmen .fotos {
  display: table;
  clear: both;
}

.single-unternehmen .fotos img {
  width: 49%;
}

.single-unternehmen .fotos img:first-of-type {
  float: left;
  margin-right: 2%;
}

.single-unternehmen #sidebar {
  clear: both;
}


/* KREISE POST PAGE */

.single-kreis .page-title {
  margin-bottom: 20px;
}

.single-kreis .kreistyp {
  margin-top: .5em;
}

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

  .single-kreis .sidebar-right-template #main-area {
    width: 60%;
  }

  .single-kreis .sidebar-right-template #sidebar {
    margin-left: 3%;
    width: 37%;
  }
}



/* EVENT POST PAGE and EVENT BLOG */

.event-date-block, .event-date, .end {
  display: flex;
  flex-wrap: wrap;
}

.listing-item .event-date, .listing-item .place {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 15px;
}

.listing-item .event-date * {
  display: contents;
}

.event-day-big {
  display: inline-block;
  background-color: rgba(191, 209, 209, 0.33);
  border-top: 4px solid #becfcf;
  padding: 5px 8px 3px 8px;
  font-size: 18px;
  margin: 0 8px 8px 0;
}

.until, .event-year {
  font-size: 14px;
  vertical-align: top;
}

.until, .event-year, .start-time {
  margin-right: 7px;
}



/* EVENT BLOG */

.event-teaser-blog .post-title-linked {
  margin: 5px 0;
  font-size: 20px;
}

.event-teaser-blog .event-teaser-item-box {
  display: table;
  min-width: 150px;
}



/* EVENT POST PAGE */

/* Style Event Date when Status is "Vergangen"  */

.single-event[status="vergangen"] .event-date-block {
  opacity: .6;
}

/* Edit Title according to "Stand" */

.post-title {
  position: relative;
}

[stand="abgesagt"] .post-title, [stand="abgesagt"] .post-title-linked {
  text-decoration: line-through;
  text-decoration-color: currentcolor;
  text-decoration-thickness: auto;
  text-decoration-color: #d53838;
  text-decoration-thickness: 3px;
}

[stand="abgesagt"] .post-title::before, [stand="veraendert"] .post-title::before, [stand="abgesagt"] .post-title-linked::before, [stand="veraendert"] .post-title-linked::before {
  position: absolute;
  right: 0;
  font-size: 22px;
  margin-top: -73px;
  padding: 7px 10px;
  letter-spacing: 2px;
  text-transform: uppercase !important;
}

#left-area [stand="abgesagt"] .post-title::before, #left-area [stand="veraendert"] .post-title::before {
  font-size: 20px;
}

[stand="abgesagt"] .post-title::before, [stand="abgesagt"] .post-title-linked::before {
  content: "Abgesagt";
  color: #d53838;
  background-color: #d5383824;
}

[stand="veraendert"] .post-title::before, [stand="veraendert"] .post-title-linked::before {
  content: "Verändert";
  background-color: var(--c1-007);
}

.single-event .wpcf7-form.init {
  margin-top: 30px;
}



/* BLOCK EDITOR ELEMENETS */

.wp-block-column > *:first-child:not(h2), .wp-block-group__inner-container > *:first-child:not(h2) {
  margin-top: 0;
}

.aligncenter .wp-element-caption {
  text-align: center;
}

.alignright .wp-element-caption {
  text-align: right;
}



/* CUSTOM ELEMENTS */

.full-width.box {
  padding: 45px 0 60px;
}

.small-box {
  box-sizing: border-box;
  padding: 15px;
}

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

/* XS + S + M */
@media (max-width: 781px) {
  .wp-block-columns.reverse {
    flex-direction: column-reverse;
    display: flex;
    gap: 0;
  }
}

code {
  font-family: Medium Font, sans-serif;
}

sub {
  vertical-align: inherit;
  font-size: inherit;
  text-transform: initial !important;
  letter-spacing: initial;
}

.check-list li::before {
  content: "\f147";
  font-family: 'dashicons';
  color: var(--c1-100);
  font-size: 1.6em;
  position: absolute;
  margin: -4px 0 0 -25px;
}

.check-list li::marker {
  content: "";
}

.logo-list figure img {
  margin-bottom: 30px;
}

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

.logo-list figure {
  display: block !important;
}
}

.offer-columns .wp-block-column:not([style="width:15%"]) {
  background: #fff;
  padding: 5px 20px 25px;
  border-top: 4px solid var(--c1-100);
  margin-bottom: 30px;
}

.contact-bar {
  padding: 25px 20px 25px 70px;
  position: relative;
  border: 2px solid var(--c1-080);
  margin-bottom: 45px;
}

.contact-bar .wp-block-group__inner-container::before {
  content: "\f466";
  font-family: 'dashicons';
  position: absolute;
  top: 15px;
  left: 25px;
  font-size: 35px;
  color: var(--c1-120);
}

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


/* Negative */

.negative .wp-block-button__link {
  background-color: #fff3;
}

.negative .wp-block-button__link:hover {
  background-color: #fff4;
}

.negative h2::before {
  background-color: #fff;
}

.negative .person-email a:hover {
  background: transparent;
  opacity: .6;
}

/* Values */

.values .wp-block-columns .wp-block-buttons a {
  background-color: var(--c1-120);
  color: #fff;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  object-position: center;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: var(--c1-120) solid 10px;
  outline: solid 1px var(--c1-070);
  outline-offset: 20px;
  margin: auto;
  line-height: 1.2;
  font-family: Bold Font, sans-serif;
  font-size: 24px;
  padding: 0;
  box-sizing: unset;
  transition: var(--transition-normal);
}

.values .wp-block-columns .wp-block-buttons a:hover {
  transform: scale(105%);
  transition: var(--transition-fast);
}

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

  .values .wp-block-buttons {
    text-align: center;
    display: block;
  }
}

/* Zähler Element */

.zaehler h3, .zaehler h4 {
  font-family: Light Font, sans-serif;
  margin: 0;
}

.zaehler h2 {
  font-family: Bold Font, sans-serif;
  font-size: 50px;
  margin: 0;
}

.zaehler h2::before {
  display: none;
}


/* Personen Blog */

.personen-blog .person {
  height: 100%;
  text-align: center;
}

.person h5, .person h6 {
  hyphens: initial;
  -moz-hyphens: initial;
}

.personen-blog .post-thumbnail {
  margin: auto;
  max-width: 130px;
  overflow: hidden;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
}

.personen-blog .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--c0-001);
}

.personen-blog .post-thumbnail a {
  width: 100%;
  height: 100%;
}

.personen-blog p {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -.01em;
}

.personen-blog h3, .personen-blog .person-rollenbezeichnung {
  margin-bottom: 0;
}

.person-region  {
  margin-top: .5em;
}

.person-region span {
  color: var(--bright-font);
  font-family: Light Font, sans-serif;
  background: var(--c0-t006);
  padding: .0em .5em .1em;
  border-radius: 2px;
  margin-bottom: 5px;
  display: inline-block;
}

.person-region sep {
  visibility: hidden;
  width: 5px;
  display: inline-block;
}

.list-blog .listing-item .person-email {
  color: var(--c2-100);
  margin: 0;
  overflow: hidden;
  display: block !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-break: anywhere;
  padding: .1em .5em .2em;
  min-width: 11px;
  flex-grow: 1;
  text-align: right;
}

.person-email a:hover {
  background: var(--c2-007);
}

.personen-blog:not(.geschaeftsstelle) .service-email {
  display: none;
}

.personen-blog.vorstand .person-rollenbezeichnung {
  display: none;
}

.personen-blog.geschaeftsstelle .person-email:not(.service-email) {
  display: none;
}

.personen-blog:not(.beraterinnen) .person-wohnort {
  display: none;
}

.personen-blog.beraterinnen .person-rollenbezeichnung, .personen-blog.beraterinnen .person-region {
  display: none;
}

/* Special in Kreis Blog Team */

.personen-blog.mitglieder-mini-box.dark-grey {
  display: inline-table;
  width: 100%;
}

.kreise-blog .kreis.dark-grey {
  background-color: var(--c1-130);
}

.kreise-blog .content-box {
  background-color: var(--c1-120);
}



/* List Blog */

.list-blog .listing-item {
  display: flex;
  margin-bottom: 10px;
}

.list-blog .listing-item .post-thumbnail{
  width: 40px;
  margin: 0 10px 0 0;
}

.list-blog .listing-item > * {
  align-items: center;
  display: inline-flex;
}

.list-blog .listing-item .list-name-box {
  display: grid;
  text-align: left;
  line-height: 1.2;
}

.list-blog .listing-item .list-name-box p {
  margin: 0;
}

.list-blog .listing-item .person-rollenbezeichnung {
  font-size: 12px;
  opacity: .6;
}


/* Coordination Blog */

.coordinatoin-blog.side-image-blog .listing-item {
  padding: 0;
}

.coordinatoin-blog .post-thumbnail {
  margin: auto;
  max-width: 100px !important;
  overflow: hidden;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
}

.coordinatoin-blog .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--c0-001);
}

.coordinatoin-blog .listing-item-box {
  margin-top: 20px;
}

/* XS + S */
@media (max-width: 599px) {
  .coordinatoin-blog .listing-item-box {
    text-align: center;
  }
}

/* M + L + XL */
@media (min-width: 600px) {
  .coordinatoin-blog .listing-item .listing-item-box {
    margin-left: 100px !important;
  }
}



/* Kreise Blog */

.kreise-blog .kreis {
  overflow: hidden;
  position: relative;
  min-height: 100px;
  height: 100%;
  background-color: var(--c1-120);
}

.kreise-blog .post-thumbnail.header {
  height: 100%;
  min-width: 100%;
  position: absolute;
  opacity: .6;
}

.kreise-blog .post-thumbnail img {
  height: 100%;
}

.kreise-blog .content-box {
  padding: 20px 15px 10px;
  position: relative;
}

.kreise-blog .content-box h2, .kreise-blog .content-box p {
  margin-bottom: 0.2em;
}

.kreise-blog .content-box slug {
  font-size: 14px;
  font-family: Regular Font;
  display: block;
}

.kreise-blog .listing-item:not(.projekt) .has-thumbnail * {
  text-shadow: #000 1px 1px 20px;
}

.kreise-blog h2 {
  font-size: 24px;
  margin-bottom: .2em;
  text-transform: unset !important;
  letter-spacing: normal;
}

.kreise-blog h2::before {
  content: unset;
}

.kreise-blog .wp-block-button {
  font-size: 15px !important;
}

.kreise-blog .projekt .post-thumbnail {
  display: none;
}

.kreise-blog .kurzbeschrieb {
  font-size: 14px;
  margin: 0 0 10px 0;
}

/* Kreise List */

.kreise-list .listing-item {
  padding-bottom: 60px;
}

.kreise-list .wp-block-button {
  margin-top: 15px;
}

.kreise-list .listing-item.has-thumbnail .post-thumbnail {
  width: 300px;
  max-width: 100%;
}

.kreise-list .listing-item.has-thumbnail .post-thumbnail img {
  border-radius: 50%;
}

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

.kreise-list .listing-item.has-thumbnail .kreis {
  display: flex;
  gap: 30px;
}

.kreise-list .listing-item.has-thumbnail .post-thumbnail {
  width: 30%;
  align-self: center;
}

.kreise-list .listing-item.has-thumbnail .content-box {
  width: 70%;
  align-self: center;
}
}


/* Inserate Blog */

.inserate-blog .post-title-linked {
  font-size: 20px;
}

.inserate-blog .post-meta {
  display: none;
}



/* Partner Blog */

.partner-blog .listing-item .post-thumbnail {
  height: 100%;
  max-height: 120px;
  overflow: hidden;
}

.partner-blog .listing-item .post-thumbnail img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: contain;
}

.partner-blog .overlay:hover {
  background-color: transparent;
}

.partner-blog .listing-item:hover {
  transform: scale(105%);
  transition: var(--transition-fast);
}



/* Unternehmen Blog */

.unternehmen-blog .certificate {
  width: 25px;
  height: 25px;
  content: "";
  position: relative;
  display: inline-block;
  background-position: center;
  background-size: contain;
  bottom: -.2em;
}

.unternehmen-blog .post-title {
  margin: 0;
}

.unternehmen-blog .listing-item {
  margin-bottom: 35px !important;
  padding-right: 3%;
}



/* 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, sans-serif;
  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;
}
}

/* Offers Cross */

.offers-cross .wp-block-columns {
  gap: 0;
}

.offers-cross .wp-block-column {
  margin: 0 !important;
}

.offers-cross .wp-block-button__link {
  height: 150px;
  display: inline-flex;
  vertical-align: middle;
  font-size: 22px;
  transition: var(--transition-normal);
  background: transparent;
  color: var(--dark-font);
  text-align: left;
  position: relative;
  align-items: center;
  width: 100%;
}

.offers-cross .wp-block-button__link:hover {
  transform: scale(104%);
  transition: var(--transition-fast);
}

.offers-cross .wp-block-button__link, .offers-cross .wp-block-button {
  width: 100%;
}

.offers-cross .wp-block-button__link.wp-element-button::before {
  width: auto;
  height: 130px;
  content: '';
  flex: 30%;
  background-repeat: no-repeat;
  background-position: center;
}

.offers-cross .wp-block-button__link.wp-element-button strong {
  flex: 70%;
}

/* L + XL */
@media (min-width: 782px) {
  
  .offers-cross .wp-block-group__inner-container > div:first-child > div:first-child {
    border-right: 2px solid var(--c0-030);
    border-bottom: 2px solid var(--c0-030);
  }
  
  .offers-cross .wp-block-group__inner-container > div:first-child > div:last-child {
    border-bottom: 2px solid var(--c0-030);
  }
  
  .offers-cross .wp-block-group__inner-container > div:last-child > div:first-child {
    border-right: 2px solid var(--c0-030);
  }
}

/* XS + S + M */
@media (max-width: 781px) {
 
  .offers-cross .wp-block-group__inner-container > div > div > div {
    border-bottom: 2px solid var(--c0-030);
  }
}

/* Offer */

.offer {
  border-bottom: 2px solid var(--c0-030);
}

.offer img {
  max-width: 240px;
}

.offer .wp-block-column:first-child {
  position: relative;
} 

.offer .wp-block-column:first-child::after {
  content: "";
  position: absolute;
  background-color: var(--c1-020);
  width: 110%;
  top: -1%;
  left: -5%;
  z-index: -10;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  opacity: .5;
}

.wp-block-group__inner-container .offer:last-of-type {
  border: none;
}

/* XS + S + M */
@media (max-width: 781px) {
  
  .offer .wp-block-column:first-child::after {
    width: unset;
    height: 100%;
    left: 0;
  }
}



/* Two Column Blog */


.two-column-blog .search-filter-results {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

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

  .two-column-blog .search-filter-results {
    gap: 2%;
  }

  .two-column-blog .search-filter-results > .listing-item {
    width: 49%;
    margin-bottom: 2%;
  }
}

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

  .two-column-blog .search-filter-results {
    gap: 3%;
  }

  .two-column-blog .search-filter-results > .listing-item {
    width: 48.5%;
    margin-bottom: 3%;
  }
}

/* S */
@media (min-width: 400px) and (max-width: 599px) {

  .two-column-blog .search-filter-results {
    gap: 4%;
  }

  .two-column-blog .search-filter-results > .listing-item {
    width: 48%;
    margin-bottom: 20px;
  }
} 

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

  .two-column-blog .search-filter-results > .listing-item {
    width: 100%;
    margin-bottom: 20px;
  }
} 



/* Three Column Blog */


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

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

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

  .three-column-blog .search-filter-results > .listing-item {
    width: 32%;
    margin-bottom: 2%;
  }
}

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

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

  .three-column-blog .search-filter-results > .listing-item {
    width: 48.5%;
    margin-bottom: 3%;
  }
}

/* S */
@media (min-width: 400px) and (max-width: 599px) {

  .three-column-blog .search-filter-results {
    gap: 4%;
  }

  .three-column-blog .search-filter-results > .listing-item {
    width: 48%;
    margin-bottom: 20px;
  }
} 

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

  .three-column-blog .search-filter-results > .listing-item {
    width: 100%;
    margin-bottom: 20px;
  }
} 



/* Four Column Blog */


.four-column-blog .search-filter-results {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

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

  .four-column-blog .search-filter-results {
    gap: 2%;
  }

  .four-column-blog .search-filter-results > .listing-item {
    width: 23.5%;
    margin-bottom: 2%;
  }
}

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

  .four-column-blog .search-filter-results {
    gap: 3%;
  }

  .four-column-blog .search-filter-results > .listing-item {
    width: 31.333%;
    margin-bottom: 3%;
  }
}

/* S */
@media (min-width: 400px) and (max-width: 599px) {

  .four-column-blog .search-filter-results {
    gap: 4%;
  }

  .four-column-blog .search-filter-results > .listing-item {
    width: 48%;
    margin-bottom: 20px;
  }
} 

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

  .four-column-blog .search-filter-results > .listing-item {
    width: 100%;
    margin-bottom: 20px;
  }
} 


/* Six Column Blog */


.six-column-blog .search-filter-results {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

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

  .six-column-blog .search-filter-results {
    gap: 1%;
  }

  .six-column-blog .search-filter-results > .listing-item {
    width: 15.833%;
    margin-bottom: 2%;
  }
}

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

  .six-column-blog .search-filter-results {
    gap: 3%;
  }

  .six-column-blog .search-filter-results > .listing-item {
    width: 31.333%;
    margin-bottom: 3%;
  }
}

/* S */
@media (min-width: 400px) and (max-width: 599px) {

  .six-column-blog .search-filter-results {
    gap: 4%;
  }

  .six-column-blog .search-filter-results > .listing-item {
    width: 48%;
    margin-bottom: 20px;
  }
} 

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

  .six-column-blog .search-filter-results > .listing-item {
    width: 100%;
    margin-bottom: 20px;
  }
} 




/* Special: Office Blog */

@media (min-width: 782px) {
  .office-blog .wp-block-columns {
    gap: 1%;
  }
  
  .office-blog .kreise-blog.two-column-blog .search-filter-results {
    gap: 1.5%;
  }

  .office-blog .personen-blog.two-column-blog .search-filter-results {
    gap: 3%;
  }

  .office-blog .personen-blog.two-column-blog .search-filter-results > .listing-item {
    width: 48%;
  }

  .office-blog .kreise-blog.two-column-blog .search-filter-results > .listing-item {
    width: 49%;
  }
}



/* Jahresbericht Blog */

.jahresbericht-blog.list-blog .title {
  margin: .2em 10px .1em 0;
}



/* Side Image Blog */

.side-image-blog .listing-item {
  display: table;
  padding: 20px;
  width: 100%;
  margin-bottom: 15px;
}

.side-image-blog .listing-item .post-thumbnail {
  padding: 0;
}

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

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

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

.side-image-blog .listing-item .post-thumbnail {
  margin-bottom: 15px;
}
}

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

.side-image-blog .listing-item .post-thumbnail {
  max-width: 40%;
  float: left;
  padding: 0;
}

.side-image-blog .listing-item .listing-item-box {
  padding: 0px 0px 0px 20px;
  margin-left: 40%;
}
}


/* PLUGINS */

/* DEMOCRACY POLL */

.democracy-box {
  background: var(--c0-007);    
  padding: 20px;
 margin-bottom: 30px;
}

.dem-poll-shortcode {
 margin: 1.5em 0 0 0 !important;
}

.democracy input.dem-button.dem-revote-link  {
 color: var(--c2-099) !important;
 background: var(--c0-007);
 font-family: var(--roman-font);
 line-height: 1;
 margin-bottom: 10px;
 text-transform: none;
 font-size: 100%;
padding: .6em .9em !important;
 line-height: 1;
}

.democracy input.dem-button.dem-revote-link:hover {
 background: var(--c0-007) !important;
}

.democracy input.dem-button[data-dem-act="vote"] {
 background-color: var(--c2-099);
 font-family: var(--light-font);
 color: #fff !important;
 -webkit-transition: all .2s;
 -moz-transition: all .2s;
 transition: all .2s;
 transition-property: all;
 transition-duration: .2s;
 transition-timing-function: ease;
 transition-delay: 0s;
 text-shadow: none !important;
 border: none;
 border-radius: var(--corner-small) !important;
 border-width: 0 !important;
 cursor: pointer !important;
 padding: .6em .9em !important;
 display: inline-block;
 line-height: 1;
 margin-bottom: 10px;
 text-transform: none;
 font-size: 100%;
}

.democracy input.dem-button:hover {
 background-color: var(--c2-080) !important;
}

.democracy button.dem-button.dem-vote-link {
   color: var(--c2-100);
   background: unset;
   padding: 0 !important;
   text-transform: unset;
}

.democracy .dem-bottom {
 text-align: left;
}

.democracy input.dem__checkbox {
   display: none;
}

.dem-link {
   font-size: 100%;
}

input[type="submit"] {
   float: unset;
}

.democracy .dem-vote-link:before {
   content: '◂ Zurück zur ';
}

.dem-poll-title {
  text-align: left !important;
  color: var(--c1-100);
  font-size: 150% !important;
  max-width: 600px;
  hyphens: none;
  margin: 1em 0 !important;
}

.dem-poll-info {
   display: none;
}

#left-area .democracy ul, .democracy ul {
   padding: 0;
}

#left-area .democracy li, .democracy li {
   margin: 0;
}

.dem-voted-this .dem-fill, .dem-fill {
   background-color: var(--c1-070) !important;
}

/* */

.democracy .dem-notice-close, .dem-notice-close:hover {
  color: transparent !important;
  top: unset;
  right: 20px;
  padding: .6em .9em !important;
  font-size: 100%;
}

.democracy .dem-notice-close:after {
  content: "Wiederholen";
  color: #fff;
  background-color: var(--c2-100);
  padding: .6em .9em !important;
}

.democracy .dem-notice-close:after:hover {
  background-color: var(--c2-080);
}

.dem-notice {
  color: transparent !important;
  line-height: 0;
}

.dem-notice:after {
  content: "Abstimmung ist nicht offen";
  color: #c38700;
  display: block;
  line-height: initial;
}

.dem-label-percent-txt::before {
  color: transparent;
}

.dem-label-percent-txt::after {
  content: " Stimmen" !important;
}

.dem-label-percent-txt {
  font-size: 14px !important;
  color: var(--c1-120);
}

.dem-label-percent-txt .votxt {
  display: none;
}

.dem-poll-note {
  position: absolute;
  top: -30px;
  font-size: 16px !important;
  padding: 0 !important;
  text-decoration: underline var(--c2-090);
  text-underline-offset: 2px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.dem-poll-note a::before {
  content: "\f190";
  font-family: dashicons;
  width: 22px;
  display: inline-block;
  bottom: -2px;
  position: relative;
  font-size: 20px;
}



/* 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 > * {
  box-sizing: border-box;
}

.getwid-columns > * {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.wp-block-getwid-custom-post-type {
display: grid;
}



/* 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-t002);
}

.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__header, .wp-block-getwid-accordion__header {
  transition: var(--transition-fast);
  padding: .8em .8em;
  margin: 15px 0 0;
}

.wp-block-getwid-toggle__header, .wp-block-getwid-accordion__header, .wp-block-getwid-tabs__tab-content, .wp-block-getwid-tabs__nav-link, .wp-block-getwid-tabs__nav-link.ui-tab.ui-tabs-active, .wp-block-getwid-tabs__nav-link.ui-tab:hover {
  background-color: var(--c0-t004);
}

.wp-block-getwid-tabs__nav-link.ui-tab.ui-tabs-active, .wp-block-getwid-tabs__nav-link.ui-tab:hover {
  border-top: solid 2px var(--c1-100);
}

.wp-block-getwid-tabs__nav-link.ui-tab {
  border-top: solid 2px transparent;
}

.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, .wp-block-getwid-tabs__nav-link.ui-tab {
  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__content, .wp-block-getwid-tabs__nav-link.ui-tabs-active, .wp-block-getwid-tabs__tab-content, .wp-block-getwid-tabs__nav-link, .wp-block-getwid-tabs__nav-link:hover {
  border: none;
}

.wp-block-getwid-toggle__content, .wp-block-getwid-accordion__content {
  padding: 20px 0 0 0;
  border: none;
}

.wp-block-getwid-toggle__content > .box, .wp-block-getwid-accordion__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: 6px;
  width: 6px;
  transform: rotate(45deg);
  transform-origin: 60% 60% 0px;
  transition: var(--transition-normal);
  display: inline-block;
  border-bottom: 2px solid var(--c2-100);
  border-right: 2px solid var(--c2-100);
}

.wp-block-getwid-toggle__header:hover .wp-block-getwid-toggle__icon i.fa-plus::before, .wp-block-getwid-accordion__header:hover .wp-block-getwid-accordion__icon i.fa-plus::before {
  border-bottom: 2px solid var(--c2-070);
  border-right: 2px solid var(--c2-070);
}

.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;
}

.wp-block-getwid-tabs__nav-link.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab, .wp-block-getwid-tabs__nav-links {
  margin: 0 5px 0 0;
}

.wp-block-getwid-tabs__nav-link a {
  color: var(--c1-100);
  font-family: Medium Font, sans-serif;
}

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

  .wp-block-getwid-tabs__nav-links {
    display: block;
    margin: 0;
  }

  .wp-block-getwid-tabs__nav-links li {
    margin: 0 !important;
  }

  .wp-block-getwid-tabs__nav-link.ui-tab.ui-tabs-active a, .wp-block-getwid-tabs__nav-link.ui-tab:hover a {
    font-family: Bold Font;
  }
}




/* SLIDER */

.full-width-slider {
  width: 100% !important;
  display: contents;
}

.full-width-slider > div {
margin-top: -30px;
}

.slick-initialized .slick-slide {
  display: table;
}

.full-width-slider .slick-slider {
  padding: 0 !important;
}

.full-width-slider .slick-slide {
  overflow: hidden;
}

.full-width-slider .wp-block-getwid-media-text-slider-slide-content__content {
  opacity: 1 !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}

.full-width-slider .wp-block-getwid-media-text-slider-slide__content {
  padding-left: 0;
  padding-right: 0;
}

.full-width-slider .wp-block-getwid-media-text-slider-slide-content__content * {
  text-shadow: #000 2px 2px 20px;
}

.full-width-slider .page-title {
  background-color: rgba(24, 166, 173, .8);
  border-left-color: rgba(24, 166, 173, 0);
}


.full-width-slider .slick-slide figure {
  width: 103%;
  animation: Animation-03 ease-out 2s;
}

@keyframes Animation-03 {
  0% {
  left: -3%;
  }
   100% {
   left: 0;
  }
}

/* Navigation */

.full-width-slider .slick-arrow {
  box-shadow: none !important;
  height: 80px;
  background-color: #fff4;
  width: 40px !important;
  opacity: 1;
  transition: var(--transition-normal);
}

.full-width-slider .slick-arrow:hover {
  background-color: #fff6;
}

.full-width-slider .slick-next::before,.full-width-slider .slick-prev::before {
  content: "";
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  display: block;
  margin: auto;
}

.full-width-slider .slick-next.slick-arrow {
  right: 0;
  left: unset;
  border-radius: 40px 0 0 40px;
  padding-left: 10px;
}

.full-width-slider .slick-next::before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.full-width-slider .slick-prev.slick-arrow {
  left: 0;
  right: unset;
  border-radius: 0 40px 40px 0;
  padding-right: 10px;
}

.full-width-slider .slick-prev::before {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}

.full-width-slider .slick-dots li {
  height: 25px;
}

.full-width-slider .slick-dots li button {
  box-shadow: none;
}

.full-width-slider .slick-dots li button:before {
  font-size: 12px;
  color: #fff !important;
  opacity: .6;
  transition: var(--transition-fast);
}

.full-width-slider .slick-dots li.slick-active button:before, .full-width-slider .slick-dots li button:hover:before {
  opacity: 1 !important;
}


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

.full-width-slider .full-width-slider .slick-arrow {
  display: none;
}
}




/* POST SLIDER */

.post-slider {
  padding: 30px 0;
  overflow: hidden;
}

.post-slider .slick-slider {
  padding: 0 30px;
}

.post-slider .wp-block-columns {
  flex-wrap: nowrap;
  display: flex;
  max-width: 800px;
}

.post-slider .zitat {
  font-size: inherit;
}

.post-slider .subtitle {
  font-size: 19px;
  font-family: Regular Font;
  color: var(--bright-font);
  margin: -10px 0 5px;
  display: inline-block;
}

.post-slider .slick-list, .slick-track {
  height: auto !important;
}
.post-slider .wp-block-getwid-template-post-featured-image {
  height: auto !important;
}

.post-slider .wp-block-column:first-child > div {
  max-width: 200px;
  width: 90%;
}

.post-slider .wp-block-getwid-template-post-featured-image img {
  height: auto !important;
}

.post-slider .wp-block-getwid-template-post-title {
  margin-top: 5px;
}

.post-slider .zitat {
  color: var(--c1-100);
  font-size: 20px;
  font-style: italic;
}

.post-slider .zitat:before {
  content: "„";
}

.post-slider .zitat:after {
  content: "“";
}

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

.post-slider .wp-block-column:first-child {
  max-width: 40%;
  float: left;
}

.post-slider .wp-block-column:not(:first-child) {
  margin-left: 0;
}
}

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

.post-slider .wp-block-getwid-template-post-title {
  margin-top: 20px !important;
}

.post-slider .wp-block-column:first-child {
  min-width: 100%;
}
}

/* Navigation */

.post-slider button.slick-arrow {
  box-shadow: none !important;
  text-shadow: none !important;
  width: 30px;
  height: 100%;
}

.post-slider button.slick-arrow:hover {
  opacity: .8;
}

.post-slider button.slick-arrow:before {
  content: "";
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  display: block;
  margin: auto;
  opacity: 1;
}

.post-slider button.slick-prev.slick-arrow {
  left: 0px;
}

.post-slider button.slick-next.slick-arrow {
  right: 0px;
}

.post-slider button.slick-prev.slick-arrow:before {
  border-bottom: 3px solid var(--c1-100);
  border-left: 3px solid var(--c1-100);
}

.post-slider button.slick-next.slick-arrow:before {
  border-top: 3px solid var(--c1-100);
  border-right: 3px solid var(--c1-100);
}




/* TESTIMONIAL SLIDER */

.testimonial-slider .logo {
  max-width: 200px;
  max-height: 80px;
  display: inline-flex;
  margin: 15px 0;
}

.testimonial-slider .logo img {
  height: 100%;
  width: auto;
  display: inline-flex;
  object-fit: contain;
  object-position: left;
}

/* TESTIMONIAL SLIDER */

.testimonial-slider .wp-block-getwid-template-post-content {
  color: var(--c1-100);
  font-style: italic;
  font-size: 18px;
  padding-right: 10px;
}

.testimonial-slider .wp-block-getwid-template-post-content p::before {
  content: "«";
}

.testimonial-slider .wp-block-getwid-template-post-content p::after {
  content: "»";
}

.testimonial-slider.getwid-init > div::before {
  content: "«";
  font-family: Medium Font;
  font-size: 160px;
  position: absolute;
  margin: 0px 0 0 -30px;
  z-index: 1;
  line-height: 0;
  opacity: .15;
  color: var(--c1-120);
}


/* Side Image Blog */

.side-image-blog .wp-block-getwid-template-post-title {
  margin-top: 0;
}

.side-image-blog .wp-block-column:first-child {
  max-width: 200px;
  float: left;
}

.side-image-blog .wp-block-column:not(:first-child) {
  margin-left: 0;
}

.side-image-blog .wp-block-getwid-template-post-featured-image {
  outline: 1px solid #00000010;
  outline-offset: -2px;
  margin-bottom: 15px;
  height: auto !important;
}

.side-image-blog .wp-block-getwid-template-post-featured-image img {
  height: auto !important;
}

.side-image-blog .post-thumbnail img {
  max-height: 250px;
  outline: 1px solid rgba(0, 0, 0, 0.07);
}

.side-image-blog .wp-block-button {
  margin: 0 0 15px;
}

.side-image-blog .wp-block-getwid-template-post-content.is-excerpt p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

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

.side-image-blog .wp-block-column:not(:first-child) {
  clear: both;
}
}



/* SEARCH FORM */

/* Search Form - Head and Page */

.search-form input.search-field {
  padding: .2em .4em;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  height: 30px;
}

.search-icon {
  position: absolute;
  margin-top: 3px;
  margin-left: -7px;
  width: 12px;
  height: 12px;
  border: solid 2px #fff;
  border-radius: 100%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg) scale(80%);
  transition: var(--transition-fast);
}

.search-icon:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 5px;
  height: 6px;
  width: 2px;
  background-color: #fff;
  transition: var(--transition-fast);
}

.search-form button[type="submit"] {
  height: 30px;
  padding: 0;
  width: 35px;
  font-size: inherit;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
  transition: var(--transition-fast);
}

/* Search Form - Head */

#second-menu-bar .header-content {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

#header .search-form {
  z-index: 100;
  position: relative;
  margin-top: 2px;
}

#second-menu-bar .search-form input.search-field {
  background-color: var(--c1-008);
  opacity: 0;
  transition: var(--transition-fast);
}

#second-menu-bar .search-form form {
  display: flex;
  max-width: 200px;
}

#second-menu-bar .search-form form:hover input.search-field, #second-menu-bar .search-form form input.search-field:focus {
  opacity: 1;
} 

#second-menu-bar .search-form form:hover button[type="submit"] {
  background-color: var(--c1-080);
}

#second-menu-bar .search-form form:hover .search-icon {
  border: solid 2px #fff;
}

#second-menu-bar .search-form form:hover .search-icon::before {
  background-color: #fff;
}

#second-menu-bar .search-icon {
  border: solid 2px var(--c1-100);
}

#second-menu-bar .search-icon:before {
  background-color: var(--c1-100);
}

#second-menu-bar .search-form button[type="submit"] {
  background-color: transparent;
}


/* Serach Form - Page */

.post-content .search-form input.search-field {
  max-width: 80%;
}



/* SEARCH PAGE */

.page-count .pagination * {
  padding: .35em .4em .4em;
}

.page-count .pagination a:hover, .page-count .pagination .current {
  background-color: var(--c2-007);
}

/* Search Higlight */

.search-highlight {
  background-color: #ffff0060;
}




/* Sitemap */

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

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

.neoven-sitemap > li > a {
  font-family: Bold Font, sans-serif;
}



/* Travelers Map *//*

.travelersmap-container .textual-popup a.tooltip-link {
  pointer-events: none;
}

.travelersmap-container .textual-popup .leaflet-popup-content {
  cursor: text;
}

.travelersmap-container .textual-popup a.tooltip-link .title {
  font-weight: normal !important;
  padding: 8px 15px 6px !important;
  font-family: Bold Font, sans-serif;
  font-size: 18px !important;
  color: var(--c2-100);
  text-align: left !important;
}

.leaflet-popup-close-button {
  display: none;
}

.leaflet-popup-content, .leaflet-popup-content-wrapper {
  display: inline-block;
}



/* Contact Form */

input[type="text"]::placeholder, input[type="email"]::placeholder, textarea::placeholder {
  color: inherit;
}

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;
  display: block;
}

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;
}

form label {
  font-family: Bold Font;
  font-size: 16px;
  line-height: 2;
}

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

.form-columns > * {
  flex-grow: 1;
}
}



/* ACF Frontend Form */

.frontend-form .acf-actions {
  text-align: left;
  margin: -10px 0 0 17px;
}

.frontend-form .acf-related-terms-field .acf-actions a::before {
  content: "+ ";
  font-family: Bold Font, sans-serif;
}

.frontend-form .acf-button, .frontend-form .acf-button:hover {
  padding: 0;
  background: unset;
  color: var(--c2-100);
}

.frontend-form ul.acf-radio-list li, .frontend-form ul.acf-checkbox-list li {
  font-size: 15px;
  line-height: inherit;
  margin: 0 0 .4em;
}

.frontend-form .acf-field .acf-label {
  margin: 0;
  font-family: Medium Font, sans-serif;
  font-size: 14px;
}

.acf-accordion .acf-accordion-title label {
  cursor: pointer;
}

.frontend-form .file-custom {
  background-color: var(--c0-t006);
  padding: 9px 8px 0;
}

.frontend-form .acf-field p.description {
  color: var(--bright-font);
  margin: 0 0 .5em 0;
  font-size: 14px;
}

.personen-alle .listing-item .person {
  padding-bottom: 50px;
}

.personen-alle .acf-accordion.-open {
  margin: 0 -40% !important;
  width: 180%;
  box-shadow: var(--shadow-medium);
  z-index: 200;
  text-align: left;
}

.personen-alle .acf-accordion {
  position: absolute !important;
  transition: var(--transition-normal);
}

.personen-alle .acf-accordion-title {
  padding: 8px !important;
  background-color: var(--c2-100) !important;
  color: #fff !important;
}

.frontend-form button.button.fea-delete-button {
  background-color: transparent !important;
  color: #dc5575;
}

.acf-field.acf-field-delete-post {
  text-align: right;
}

.acf-field.acf-field-delete-post, .acf-field.acf-field-submit-button {
  width: 50%;
}

.acf-tooltip.-confirm.top::before {
  content: "";
  background-color: #0006;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -10;
  top: 0px;
  left: 0;
}

.acf-notice.-success.acf-success-message {
  padding: 40px;
}

.acf-notice p.success-msg {
  font-size: 22px;
}



/* MAILPOET */

.mailpoet_form .mailpoet_paragraph {
  margin-bottom: 10px !important;
  line-height: 28px !important;
}

.mailpoet_form .mailpoet_checkbox {
  opacity: 1 !important;
  display: initial !important;
  position: relative !important;
}

.privacy-checkbox fieldset {
  margin: -.15em .4em 0 0 !important;
}

.mailpoet_form_column.privacy-checkbox-column {
  flex-direction: unset;
}

.mailpoet_validate_success {
  color: var(--c1-090);
  font-family: Medium Font, sans-serif;
  font-size: 18px;
  border: 2px solid var(--c1-090);
  padding: 10px;
  left: 0 !important;
  transform: unset !important;
}

.mailpoet_recaptcha {
  display: none;
}

.mailpoet_confirm_unsubscribe a {
  cursor: pointer;
  border: none;
  display: inline-block;
  font-family: inherit;
  border-radius: var(--corner-small);
  padding: .25em .9em;
  color: #fff;
  background-color: var(--c2-100);
  margin-top: 15px;
}

.mailpoet_confirm_unsubscribe a:hover {
  color: #fff;
  background-color: var(--c2-080);
}



/* COOKIE BAR */

#cookie-notice {
  min-width: auto;
  right: 0;
  left: unset;
  background-color: transparent !important;
  font-family: Light Font, sans-serif;
}

.cookie-notice-container {
  padding: 10px 30px;
  color: inherit !important;
}

.cn-text-container {
  margin: 0;
}

#cookie-notice .cn-button:not(.cn-button-custom) {
  background-color:  var(--c1-120) !important;
  cursor: pointer;
  border: none;
  display: inline-block;
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  border-radius: var(--corner-small);
  padding: .25em .9em;
  color: #fff;
  box-shadow: none;
}

#cn-notice-buttons {
  margin-right: 10px;
}

/* darker version */

#cookie-notice {
  background-color: var(--c1-130) !important;
}

.cn-close-icon::before, .cn-close-icon::after {
  background-color: #fff;
}

.cookie-notice-container {
  color: #fff !important;
}

*/



/* SEARCH AND FILTER */

.search-filter-disabled {
  opacity: .5;
}

.searchandfilter {
  display: inline-block;
  width: 100%;
  transition: var(--transition-normal);
}

.searchandfilter h4 {
  clear: both;
  margin: .9em 0 0;
  font-family: Medium Font, sans-serif;
}

.searchandfilter select.sf-input-select {
  border: none;
  color: var(--dark-font) !important;
  line-height: 1;
  font-size: 14px !important;
  font-family: Regular Font, sans-serif;
  padding: var(--tag-padding-small);
  cursor: pointer;
  margin-bottom: 15px;
}

.sf-field-reset {
  font-family: dashicons;
  font-size: 30px;
}

/* Checkbox */

.searchandfilter, .searchandfilter ul, .searchandfilter ul li {
  margin: 0;
  padding: 0;
}

.searchandfilter ul li li {
  margin: 0 10px 15px 0;
  padding: 0;
  float: left;
}

.searchandfilter .sf-count {
  color: var(--c0-030);
}

.searchandfilter input[type="checkbox"] + label::before {
  display: none;
}

label.sf-label-checkbox {
  color: var(--very-bright-font) !important;
  background-color: var(--c0-001);
  cursor: pointer;
  line-height: 1;
  font-size: 14px !important;
  font-family: Regular Font, sans-serif;
  padding: var(--tag-padding-medium) !important;
  clip-path: var(--tag-edges);
  pointer-events: all !important;
}

label.sf-label-checkbox:hover {
  color: var(--c2-100) !important;
  background-color: #fff;
}

.searchandfilter input[type="checkbox"]:checked + .sf-label-checkbox {
  background-color: var(--c2-099) !important;
  color: #fff !important;
}

.sf-input-select {
  background-color: #fff;
}

/* Serach bar */

.sf-field-search {
  width: calc(100% - 40px);
  max-width: 300px;
  float: left;
  clear: both;
}

.sf-field-search label {
  width: 100%;
}

.sf-field-search input {
  border: solid 1px var(--c0-020);
  height: 40px;
  font-size: 18px;
  padding: 9px !important;
  width: 100%;
  font-family: Regular Font, sans-serif;
  background-color: #fff;
  color: var(--dark-font);
}

.sf-field-submit {
  float: left;
  left: -1px;
  position: relative;
}

.sf-field-submit input {
  font-family: Dashicons;
  height: 40px;
  width: 40px;
  color: var(--c1-100);
  background-color: var(--c0-007);
  border: solid 1px var(--c0-020);
  border-left-color: transparent;
  padding: 0;
}

.sf-field-submit input:hover {
  color: var(--c1-100);
  background-color: var(--c0-010);
}
