/*
Theme Name: My Twenty Twenty One Child Theme
Theme URI: https://example.com
Description: A child theme for Twenty Twenty One.
Author: woy
Author URI: https://www.woywodt.de
Template: twentytwentyone
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
/* Variables */
:root {
  /* Font Family */
  --responsive--aligndefault-width: var(--responsive--alignwide-width);
  --primary-nav--logo-width: 205px;
  --primary-nav--logo-height: 55px;
  --heading--font-weight:300;
  --heading--font-weight-page-title:100;
  --global--font-size-base: 1rem;
  --latest-posts--title-font-size: 1.4rem;
  --latest-posts--description-font-size: 1rem;
  --tec-font-size-4: var(--global--font-size-base) ;
  --button--border-radius: 0.5rem;
  --entry-header--color: $kaysers-blue;
  --global--list-striped-background:#cfd8dc;
  --global--list-striped-background2:#eceff1;
  /* customize Colors in 2021-palette */
  /* see functions.php >  function twenty_twenty_one_setup */
  --global--color-black: #000;
  --global--color-dark-gray: #263238;
  --global--color-gray-darken-3: #37474f;
  --global--color-gray: #607982;
  --global--color-gray-lighten4: #cfd8dc;
  --global--color-gray-lighten5: #eceff1;
  --global--color-green: #d1e4dd;
  --global--color-blue: #00B9F2;
  --global--color-lightblue-darken1: #039be5;
  --global--color-purple: #d1d1e4;
  --global--color-red: #ff0000;
  --global--color-orange: #e4dad1;
  --global--color-yellow: #fdb812;
  --global--color-white: #fff;
  --global--color-yellow-light: #ffecb3;
  --wp--preset--color--yellow: #ffecb3;
  --global--color-blue-light: #b3e5fc;
  --wp--preset--color--blue: #b3e5fc;
  --global--color-dark-blue: var(--global--color-blue);
  --global--color-primary: var(--global--color-dark-gray);
  --wp--preset--color--red: var(--global--color-red);
  --global--font-size-page-title: 4rem;
  --footer--color-text: #fff;
  --footer--color-link: #fff;
  --footer--font-size: 0.9rem;
  --form--border-width: 1px;
  --form--border-color: var(--global--color-blue);
  --form--border-radius: 5px;
}
@media only screen and (max-width: 652px) {
  :root {
    --wp--preset--font-size--large: 1rem !important;
  }
}
:root {
  --tec-color-background-events-bar-submit-button: var(--global--color-blue);
  --tec-color-link-accent: var(--global--color-blue);
  --tec-color-button-primary: var(--global--color-blue);
  --tec-color-accent-primary: var(--global--color-blue);
  --tec-color-background-events-bar-submit-button-hover: var(--global--color-yellow);
}

p.has-text-color a {
  color: inherit !important;
}

.invisible {
  display: none !important;
}

a {
  color: var(--global--color-dark-blue);
  text-decoration-style: dotted;
}
a:hover {
  text-decoration: underline;
}

.has-background h2,
.has-background h3,
h2,
h3,
h5 {
  color: var(--global--color-lightblue-darken1);
}

.singular .entry-header {
  border-bottom: none;
  padding: var(--global--spacing-vertical) 0;
  margin-bottom: var(--global--spacing-vertical);
}

.gmap_canvas {
  max-width: var(--responsive--aligndefault-width);
}

hr.wp-block-separator {
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
  --responsive--aligndefault-width: 100%;
  width: var(--responsive--aligndefault-width) !important;
}

input[type=checkbox] {
  margin-right: 1rem;
}

input[type=submit]:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-blue);
}

.site-main {
  padding-top: 0;
}

.flex {
  display: flex;
}
.flex.spacebetween {
  justify-content: space-between;
}

/*
Theme Name: My Twenty Twenty One Child Theme
Theme URI: https://example.com
Description: A child theme for Twenty Twenty One.
Author: woy
Author URI: https://www.woywodt.de
Template: twentytwentyone
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
:root .site-header {
  --branding--logo--max-width: 150px;
  max-width: var(--responsive--alignfull-width);
}
@media only screen and (min-width: 482px) {
  :root .site-header {
    padding: 0;
  }
}
@media only screen and (min-width: 822px) {
  :root .site-header .site-logo {
    --branding--logo--max-height: 150px;
    width: 200px;
  }
}
:root .site-header .site-logo {
  max-width: var(--branding--logo--max-width);
  padding-bottom: 0;
  border-bottom: none;
}
:root .site-header .site-branding {
  display: none;
}
@media only screen and (min-width: 482px) {
  :root .footer-navigation {
    padding-left: 15rem;
  }
}
:root .headertop {
  --header--color-link: var(--global--color-gray);
  --header--logo-width: 180px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  color: var(--header--color-link);
  font-size: 90%;
  width: 100%;
}
@media only screen and (max-width: 482px) {
  :root .headertop {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 482px) {
  :root .headertop {
    padding: calc(0.5 * var(--global--spacing-vertical)) var(--global--spacing-vertical) 0;
  }
}
:root .headertop .wp-block-image figcaption {
  color: var(--header--color-link);
  font-size: 90%;
  line-height: 1.1;
}
:root .headertop a {
  color: var(--header--color-link);
}
:root .headertop .bildungsscheck {
  max-width: var(--header--logo-width);
}
@media only screen and (max-width: 482px) {
  :root .headertop .bildungsscheck {
    max-width: var(--header--logo-width);
  }
}
:root .headertop .fadaf {
  max-width: var(--header--logo-width);
  margin-bottom: 0;
}
@media only screen and (max-width: 482px) {
  :root .headertop .fadaf {
    max-width: var(--header--logo-width);
    order: 2;
  }
}
:root .headertop .fadaf img {
  max-width: 80px;
}
:root .headertop .footer-navigation {
  margin: 0;
}
:root .headertop .footer-navigation-wrapper li .svg-icon {
  vertical-align: middle;
  fill: var(--global--color-blue);
  height: 36px;
  width: 36px;
}
:root .mainheader {
  display: flex;
  width: 100%;
  background: var(--global--color-gray);
}
@media only screen and (min-width: 482px) {
  :root .mainheader {
    padding: 0 var(--global--spacing-vertical);
  }
}
:root .menu-button-container #primary-mobile-menu {
  padding-right: 1rem;
}
:root .menu-button-container #primary-mobile-menu .dropdown-icon.open {
  color: #fff;
}
@media only screen and (min-width: 482px) and (max-width: 1200px) {
  :root .primary-navigation a {
    font-size: calc(0.7 * var(--primary-nav--font-size));
  }
}
:root .primary-navigation .sub-menu {
  transition: 0.3s;
  border: none;
  border-bottom: 1px solid var(--primary-nav--border-color);
}
@media only screen and (min-width: 822px) {
  :root #primary-menu-list {
    max-width: 640px;
  }
}
@media only screen and (min-width: 1200px) {
  :root #primary-menu-list {
    max-width: 770px;
  }
}
@media only screen and (min-width: 592px) and (max-width: 821px) {
  :root .primary-navigation-open .menu-button-container {
    top: 10rem;
    width: 50%;
  }
}
@media only screen and (max-width: 821px) {
  :root .primary-navigation .primary-menu-container {
    background: #fff;
  }
  :root .primary-navigation > div > .menu-wrapper {
    flex-direction: column;
    display: block;
    padding: 0 var(--primary-nav--padding) 100px;
  }
  :root .primary-navigation > div > .menu-wrapper > li > .sub-menu:after, :root .primary-navigation > div > .menu-wrapper > li > .sub-menu:before {
    display: none;
  }
  :root .primary-navigation > div > .menu-wrapper .sub-menu-toggle {
    display: none;
  }
  :root .primary-navigation > .primary-menu-container {
    height: 100vh;
    z-index: 499;
    overflow-x: hidden;
    overflow-y: auto;
    border: 2px solid transparent;
  }
  :root .has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container {
    position: fixed;
    transform: translateY(0) translateX(100%);
  }
  :root .has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container ul > li ul {
    display: block !important;
    position: relative !important;
    padding-left: 2rem;
  }
  :root .has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container ul > .menu-item {
    display: block;
  }
  :root .primary-navigation-open .primary-navigation {
    width: 100%;
    position: fixed;
    z-index: 2;
  }
  :root .primary-navigation-open .has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container {
    transform: translateX(0) translateY(0);
  }
  :root .lock-scrolling .site {
    position: fixed;
    max-width: 100%;
    width: 100%;
  }
  :root .site-header.has-logo.has-title-and-tagline {
    align-items: flex-start;
  }
  :root .site-header.has-logo.has-title-and-tagline.has-menu {
    justify-content: space-between;
  }
  :root .menu-button-container {
    display: flex;
  }
}
@media only screen and (min-width: 822px) {
  :root .primary-menu-container {
    display: flex;
    flex-direction: column;
  }
  :root .primary-menu-container .widget_polylang > nav > ul {
    display: flex;
  }
  :root #primary-menu-list {
    justify-content: flex-end;
  }
  :root #primary-menu-list a {
    color: #fff;
  }
  :root #primary-menu-list li.start {
    display: none !important;
  }
  :root #primary-menu-list .current_page_item > a {
    color: var(--global--color-yellow);
  }
  :root #primary-menu-list .current_page_item .icon-plus:before {
    color: var(--global--color-yellow);
  }
  :root #primary-menu-list .sub-menu .current_page_item > a {
    font-weight: 700;
  }
  :root .primary-navigation > div > .menu-wrapper .sub-menu-toggle {
    width: 22px;
    justify-content: flex-start;
  }
  :root .primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-minus:before,
  :root .primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-plus:before {
    content: ">";
    color: #fff;
    font-weight: 700;
  }
  :root .primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-minus .svg-icon,
  :root .primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-plus .svg-icon {
    display: none;
  }
  :root .primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-minus:before {
    transform: rotate(80deg);
  }
  :root .primary-navigation > div > .menu-wrapper > li > .sub-menu {
    --global--color-background: var(--global--color-blue);
    padding: 0;
  }
}
@media only screen and (max-width: 821px) {
  :root .widget_polylang {
    padding: 4rem var(--primary-nav--padding) 0;
    background: var(--global--color-gray-lighten4);
  }
}
:root .widget_polylang ul {
  display: flex;
  gap: 2rem;
  justify-content: flex-end;
  flex-wrap: wrap;
}
:root .widget_polylang ul a {
  font-size: 0.7rem;
  display: flex;
  flex-direction: column;
}
:root .widget_polylang ul a span {
  opacity: 0;
  transition: 0.5s;
}
:root .widget_polylang ul a:hover span {
  opacity: 1;
  color: #fff;
}
:root .widget_polylang ul a img {
  width: 2rem;
}

/*
Theme Name: My Twenty Twenty One Child Theme
Theme URI: https://example.com
Description: A child theme for Twenty Twenty One.
Author: woy
Author URI: https://www.woywodt.de
Template: twentytwentyone
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
.mobile-menu .sub-menu .current-menu-item .sub-menu-toggle,
.mobile-menu .sub-menu .current-menu-item .sub-menu {
  background: #ccc;
  display: none;
}

.site-header {
  padding-top: 130px;
}
@media (max-width: 482px) {
  .site-header {
    padding-bottom: 0;
  }
}

.home #stickyheader {
  margin-bottom: 0;
}

#stickyheader {
  margin-bottom: 3rem;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2090;
  transition: 0.5s;
  border-bottom: 1px solid #ddd;
  border-bottom: 1px solid transparent;
  color: #fff;
}
@media (max-width: 482px) {
  #stickyheader {
    position: fixed;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
    padding: calc(0.5 * var(--global--spacing-vertical));
  }
}
#stickyheader.fixed {
  border-bottom: 1px solid #000;
}
@media (min-width: 769px) {
  #stickyheader.fixed #masthead {
    padding-top: 0.6rem;
    padding-bottom: 0rem;
  }
}
#stickyheader.fixed .site-branding .site-description {
  font-size: 1rem;
}
@media (min-width: 960px) {
  #stickyheader.fixed .site-branding .site-description {
    font-weight: 300;
  }
}
#stickyheader svg {
  fill: #fff;
}
#stickyheader .site-title {
  transition: 0.5s;
}
#stickyheader .site-description {
  transition: 0.5s;
}
#stickyheader .search-modal {
  z-index: 2999;
}
#stickyheader .header-titles-wrapper {
  padding: 0;
}
#stickyheader .header-inner {
  transition: 0.3s;
}
#stickyheader .header-inner .toggle {
  z-index: 2092;
}
#stickyheader .header-inner .toggle:focus {
  outline: none;
}
#stickyheader .header-inner .toggle-text {
  display: none;
}
#stickyheader .toggle:focus {
  outline: none !important;
  outline-color: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

:focus {
  outline: none !important;
  outline-color: #fff !important;
}

.tw-header-bg #page .site-content {
  padding-top: calc(var(--global--spacing-vertical) * 3.6);
}

.home.tw-header-bg:not(.page-template) .entry-content > .alignfull:first-child,
.page-template-tw-no-title.tw-header-bg .entry-content > .alignfull:first-child {
  margin-top: -12px !important;
}

.headertop .stickycontact svg {
  fill: var(--global--color-dark-blue);
}
@media only screen and (max-width: 482px) {
  .headertop .footer-navigation {
    display: none;
  }
}

.stickycontact em {
  font-style: normal;
}
.stickycontact svg {
  margin-bottom: -0.3rem;
}
@media only screen and (min-width: 482px) {
  .stickycontact {
    position: fixed;
    z-index: 1111;
    transition: 0.5s;
    border-radius: var(--button--border-radius);
  }
  .stickycontact.fixed {
    background: rgba(0, 185, 242, 0.9);
    background: var(--global--color-dark-blue);
    color: #fff;
    padding: 1rem;
    font-size: 120%;
  }
  .stickycontact.fixed a {
    color: #fff;
  }
  .stickycontact.fixed em {
    display: none;
  }
  .stickycontact.fixed svg {
    fill: #fff;
  }
  .stickycontact.fixed:after {
    top: 100%;
    left: 25%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: var(--global--color-dark-blue);
    border-width: 30px;
    margin-left: -30px;
    margin-top: -30px;
  }
}

@media only screen and (max-width: 482px) {
  .mainheader .stickycontact em,
  .headertop .stickycontact {
    display: none;
  }
}
.mainheader .stickycontact a {
  color: #fff;
}
.mainheader .stickycontact strong {
  font-size: 120%;
}
@media only screen and (min-width: 482px) {
  .mainheader .stickycontact {
    display: none;
  }
}

/*
Theme Name: My Twenty Twenty One Child Theme
Theme URI: https://example.com
Description: A child theme for Twenty Twenty One.
Author: woy
Author URI: https://www.woywodt.de
Template: twentytwentyone
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
.site-footer {
  background: var(--global--color-gray);
  max-width: var(--responsive--alignfull-width);
}
.site-footer .site-info {
  justify-content: space-between;
  font-size: var(--global--font-size-xs);
}
.site-footer .wp-block-image.is-style-twentytwentyone-image-frame {
  --global--color-border: #fff;
  background-color: #fff;
}
@media only screen and (max-width: 822px) {
  .site-footer .footer-navigation-wrapper li:nth-child(4) {
    /* Force wrapping after the third item */
    flex-basis: 100%;
    text-align: center;
  }
}
.site-footer .footer-navigation-wrapper .whatsapp a {
  display: block;
  text-indent: -100rem;
  width: 50px;
  height: 50px;
  background: transparent url(img/whatsapp_ffffff.svg) no-repeat;
  background-size: 24px 24px;
  background-position: center center;
}
.site-footer .wp-block-search__inside-wrapper {
  gap: 1rem;
}
.site-footer .wp-block-search__inside-wrapper .wp-block-search__button {
  background-color: var(--global--color-blue) !important;
}

.widget-area {
  margin-top: var(--global--spacing-vertical);
}
.widget-area .logo {
  --responsive--aligndefault-width: 120px;
}
.widget-area .wp-block-search__label {
  display: none;
}
.widget-area .wp-block-image {
  margin-left: 0 !important;
  text-align: left;
}

/*
Theme Name: My Twenty Twenty One Child Theme
Theme URI: https://example.com
Description: A child theme for Twenty Twenty One.
Author: woy
Author URI: https://www.woywodt.de
Template: twentytwentyone
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
.wp-block-advgb-image {
  text-align: center;
}

.wp-block-advgb-images-slider .slick-arrow {
  display: none !important;
}
.wp-block-advgb-images-slider h4 {
  transition: 0.5s;
}
.wp-block-advgb-images-slider #slick-slide00 h4 {
  color: #000;
}
.wp-block-advgb-images-slider .advgb-image-slider-item:not(#slick-slide00) h4 {
  padding: 1rem;
  background: rgba(0, 0, 0, 0.5);
}

.wp-block-advgb-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #eceff1 !important;
}
.wp-block-advgb-table.lastcolor {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-advgb-table.lastcolor tbody tr:last-child {
  background: var(--global--color-blue-light) !important;
}

.wp-block-buttons.stoerer {
  --button--border-width: 6px;
}
.wp-block-buttons.stoerer.online {
  position: absolute;
  top: 0%;
  right: 2rem;
  rotate: -10deg;
}
.wp-block-buttons .action {
  min-width: 280px;
}
.wp-block-buttons .action .wp-block-button__link:hover {
  color: var(--global--color-red) !important;
  border-color: var(--global--color-red) !important;
  background: #fff !important;
}

.wp-block-columns .wp-block-column {
  position: relative;
}
.wp-block-columns.colorspalten .wp-block-column:first-child {
  background: var(--global--color-yellow-light);
}
.wp-block-columns.colorspalten .wp-block-column:last-child {
  background: var(--global--color-blue-light);
}
.wp-block-columns.colorspalten, .wp-block-columns.preistabelle {
  --wp--preset--font-size--normal: 1em;
}
.wp-block-columns.colorspalten .wp-block-column, .wp-block-columns.preistabelle .wp-block-column {
  background: var(--global--color-gray-lighten5);
  border-radius: 0.5rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  justify-content: space-between;
  /*
  &:after {
      top: 100%;
      left: 25%;
      border: solid transparent;
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-left-color: var(--global--color-gray-lighten5);
      border-width: 30px;
      margin-left: -30px;
      margin-top: -30px;
  }
  */
}
.wp-block-columns.colorspalten .wp-block-column > *, .wp-block-columns.preistabelle .wp-block-column > * {
  margin: 0.5rem 0 !important;
}
.wp-block-columns.colorspalten h2 {
  min-height: 110px;
  border-bottom: 1px solid var(--global--color-gray);
}
.wp-block-columns.preistabelle {
  color: var(--global--color-gray);
  gap: 1em;
}
.wp-block-columns.preistabelle h2 {
  font-size: 1.5em;
  font-weight: 900;
  min-height: 60px;
}
.wp-block-columns.preistabelle .angebot {
  border-top: 1px solid var(--global--color-gray);
  border-bottom: 1px solid var(--global--color-gray);
  height: 145px;
}
.wp-block-columns.preistabelle .preis strong {
  color: #000;
  font-size: 2em;
  display: inline-block;
  padding: 0 0.5rem;
}
.wp-block-columns.preistabelle .subhead {
  margin-bottom: 1rem;
}
.wp-block-columns.preistabelle ul {
  list-style: none;
  padding-left: 0 !important;
  text-align: right;
  border-bottom: 1px solid #fff;
}
.wp-block-columns.preistabelle hr {
  background-color: var(--global--color-gray);
  color: var(--global--color-gray);
}
.wp-block-columns.preistabelle .wp-block-button a:hover {
  border-color: var(--global--color-red) !important;
  color: var(--global--color-red) !important;
}

.red-message.stoerer {
  background: none;
  color: var(--global--color-red);
  border: 1px solid var(--global--color-red);
  border-width: 6px;
  border-radius: 300px;
  padding: 1rem 2rem;
  font-weight: bolder;
  rotate: -10deg;
}
@media only screen and (min-width: 780px) {
  .red-message.stoerer.online {
    position: absolute;
  }
}
.red-message.stoerer.online {
  top: 0%;
  right: 2rem;
}

.wp-block-button .wp-block-button__link,
.wp-block-button input[type=submit] {
  background: var(--global--color-blue);
}
.wp-block-button.has-custom-font-size .wp-block-button__link {
  font-size: 1rem !important;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-blue);
}

.wp-block-group__inner-container {
  position: relative;
}

.wp-block-list.check li {
  position: relative;
  list-style-type: none;
}
.wp-block-list.check li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -30px;
  width: 24px;
  height: 24px;
  background-image: url("img/check_box_24dp_039BE5_FILL0_wght400_GRAD0_opsz24.svg");
}

@media only screen and (min-width: 652px) {
  .wp-block-table.width66 {
    padding-right: 33%;
  }
}
.wp-block-table:not(.left) td:not(:first-child) {
  text-align: right;
}

div#n2-ss-4 div.n2-ss-bullet-thumbnail-container {
  position: absolute;
  z-index: 1 !important;
}

.wpcf7-form input {
  max-width: var(--responsive--aligndefault-width);
}
.wpcf7-form input[type=submit]:not(:hover):not(:active):not(.has-background) {
  background: var(--global--color-blue);
}
.wpcf7-form em {
  color: var(--global--color-red);
}
.wpcf7-form label {
  display: inline-block;
  margin-top: 0.5rem;
}

/*
Theme Name: My Twenty Twenty One Child Theme
Theme URI: https://example.com
Description: A child theme for Twenty Twenty One.
Author: woy
Author URI: https://www.woywodt.de
Template: twentytwentyone
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
.wp-singular.tribe_events_cat-telc .headertop, .wp-singular.page:has(.navi.einstufungen) .headertop {
  display: none;
}

@media only screen and (min-width: 482px) {
  .navi.einstufungen {
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 482px) {
  .navi.einstufungen .wp-block-button {
    flex-basis: 100%;
  }
}
.navi.einstufungen .wp-block-button__link {
  transition: 0.5s;
  padding-left: 45px;
  background: transparent url(img/arrow_circle_right_24dp_ffffff_wght400_GRAD0_opsz24.svg) no-repeat;
  background-size: 36px 36px;
  background-position: 5px center;
}
.navi.einstufungen .wp-block-button__link:hover {
  background-image: url(img/arrow_circle_right_24dp_ff0000_wght400_GRAD0_opsz24.svg);
}
.navi.einstufungen .wp-block-button__link b {
  font-weight: 900;
}

.navi.einstufungen .wp-block-button__link:hover,
.single-tribe_events .wp-block-button__link:hover {
  color: var(--global--color-red) !important;
  border-color: var(--global--color-red) !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-cost {
  display: none !important;
}

.tribe-events .tribe-events-calendar-list__event-title-link {
  --tec-color-text-primary: var(--global--color-blue);
}
.tribe-events .tribe-events-calendar-list__event-date-tag-daynum,
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
  color: var(--global--color-red);
}

/**********************************************/
/*************** SINGLE ********************/
/**********************************************/
#tribe-events-pg-template,
.tribe-events-pg-template {
  max-width: unset;
  padding: 40px 0;
}

.single-tribe_events .tribe-events-back,
.single-tribe_events .tribe-events-single-event-title {
  max-width: var(--responsive--aligndefault-width);
  margin-left: auto;
  margin-right: auto;
}
.single-tribe_events #infocontainer h2,
.single-tribe_events .wp-block-heading,
.single-tribe_events .tribe-blocks-editor .tribe-events-single-event-title {
  font-size: 3rem;
}
.single-tribe_events .tribe-blocks-editor .tribe-events-schedule .tribe-events-schedule__datetime {
  color: var(--global--color-red);
  font-weight: 700;
}
.single-tribe_events .tribe-block__venue {
  --tec-font-size-4: .8rem;
  padding-left: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.single-tribe_events .tribe-block__venue h3 {
  color: var(--global--color-red);
}
.single-tribe_events #tribe-events-footer {
  display: none;
}
.single-tribe_events #anmeldungtelc {
  background-color: var(--global--color-yellow-light);
  padding-top: var(--global--spacing-vertical);
  padding-bottom: var(--global--spacing-vertical);
}

/**********************************************/
/*************** EVENTS SHORTCODES ********************/
/**********************************************/
#ect-minimal-list-wrp .ect-list-posts.style-1 {
  transition: 0.5s;
  padding-left: 45px;
  background: transparent url("img/arrow_circle_right_24dp_00b9f2_wght400_GRAD0_opsz24.svg") no-repeat;
  background-size: 36px 36px;
  background-position: 10px center;
}
#ect-minimal-list-wrp .ect-list-posts.style-1:hover {
  background-color: var(--global--color-yellow-light);
  background-position: 15px center;
}
#ect-minimal-list-wrp .ect-list-posts.style-1.aktuell {
  background-color: var(--global--color-yellow-light);
  background-image: url("img/arrow_circle_left_24dp_ff0000_wght400_GRAD0_opsz24.svg");
}
#ect-minimal-list-wrp .ect-list-posts.style-1.aktuell:hover {
  background-position: 0 center;
}
#ect-minimal-list-wrp .ect-list-posts.style-1 .ect-events-title a {
  font-family: inherit !important;
}
#ect-minimal-list-wrp .ect-list-posts.style-1 .ect-events-title a:hover {
  text-decoration: underline;
}
#ect-minimal-list-wrp .ect-list-posts.style-1.ect-simple-event {
  border: 1px solid var(--global--color-blue) !important;
}
#ect-minimal-list-wrp .ect-list-posts.style-1.ect-simple-event .ect-event-date-tag {
  color: var(--global--color-red);
}
#ect-minimal-list-wrp .ect-list-posts.style-1.ect-simple-event .ect-event-date-tag .ect-event-datetimes span {
  font-family: inherit !important;
}
#ect-minimal-list-wrp .ect-list-posts.style-1 span.ect-minimal-list-time {
  font-family: inherit !important;
}

.widget_polylang,
#polylang-2,
.gt_switcher_wrapper {
  display: none;
}

@media only screen and (max-width: 821px) {
  .gtranslatenavi {
    background: var(--global--color-gray-lighten4);
  }
}
.gtranslatenavi a.gt-current-wrapper {
  display: none;
}
.gtranslatenavi a.glink img {
  opacity: 1;
}
.gtranslatenavi li.notranslate {
  list-style: none;
}
.gtranslatenavi li.notranslate .sub-menu {
  display: flex;
  margin-left: 0;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 821px) {
  .gtranslatenavi li.notranslate .sub-menu .menu-item > a {
    padding: 16px 8px;
  }
}
@media only screen and (min-width: 822px) {
  .gtranslatenavi li.notranslate .sub-menu .menu-item > a.gt-current-lang img {
    width: 36px;
    height: auto;
  }
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

address {
  font-style: normal;
}

.develop {
  border: 1px solid #ff0000;
  min-height: 2px;
  z-index: 2;
}

.invis,
.hidden {
  display: none;
}

.has-yellow-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--wp--preset--color--yellow);
}/*# sourceMappingURL=style.css.map */