/* Fontswap */
@font-face {
	font-display: swap !important;
}
/* Fontswap */

/* reCAPTCHA ausblenden */
.grecaptcha-badge {
	visibility: hidden !important;
}
/* reCAPTCHA ausblenden */

/* Fliesstext bold */
b, strong {
	font-weight: 700 !important;
}
/* Fliesstext bold */

/* Silbentrennung */
p { 
	hyphens: auto;
}
/* Silbentrennung */

/* Headlines Mobile */
@media (max-width: 569px) {
h1 {
    font-size: 30px !important;
}
}

@media (max-width: 569px) {
h2 {
    font-size: 30px !important;
}
}
/* Headlines Mobile */

/* Accordion */
.uncode-accordion:not(.default-typography) .panel-title > a > span {
    font-size: 13px !important;
}

.panel {
  border-color: #003782 !important;
}
/* Accordion */

/* Arrow up */
.style-light .btn-default, .style-dark .style-light .btn-default, .tmb-light .t-entry-text .btn-default, .style-dark .tmb-light .t-entry-text .btn-default, .tmb-dark .t-overlay-inner .btn-default {
    background-color: #b4c819 !important;
    border-color: #b4c819 !important;
}
/* Arrow up */

/* Jobs */
.awsm-job-form-inner {
    background: #ecf8fd !important;
    border: 0px solid #fff !important;
}

.style-light .ui-bg, .style-dark .style-light .ui-bg, .style-light code, .style-dark .style-light code, .style-light kbd, .style-dark .style-light kbd, .style-light pre, .style-dark .style-light pre, .style-light samp, .style-dark .style-light samp, .style-light input[type="submit"], .style-dark .style-light input[type="submit"], .style-light input[type="reset"], .style-dark .style-light input[type="reset"], .style-light input[type="button"], .style-dark .style-light input[type="button"], .style-light button[type="submit"], .style-dark .style-light button[type="submit"], .style-light .divider .divider-icon, .style-dark .style-light .divider .divider-icon, .style-light .ajax-grid-system .grid-filters .filter-list li:not(.filter-list__clear) a, .style-dark .style-light .ajax-grid-system .grid-filters .filter-list li:not(.filter-list__clear) a, .style-light .widget-ajax-active-filters .filter-list li:not(.filter-list__clear) a, .style-dark .style-light .widget-ajax-active-filters .filter-list li:not(.filter-list__clear) a {
    background-color: #b4c819 !important;
}
 
.post-info .author-info{ 
display: none; 
}
/* Jobs */

/* Carousel */
  /* Arrows */
  .owl-prev i {
    text-indent: -15px !important;
    color: #003782 !important;
}

  .owl-next i {
    text-indent: 15px !important;
    color: #003782 !important;
}

  /* Dots */
  .owl-dots-inside .owl-dots .owl-dot span {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.99) !important;
    background: #003782 !important;
    opacity: 0.99 !important;
}