/*
Theme Name: rkkarlesheim
Theme URI: 
Author: sk
Author URI: 
Description: 
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 7.3
Version: 1.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rkkarlesheim
Tags: blog, portfolio, entertainment, grid-layout, one-column, two-columns, three-columns, four-columns, block-patterns, block-styles, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, full-width-template, rtl-language-support, style-variations, template-editing, theme-options, translation-ready, wide-blocks

rkkarlesheim WordPress Theme, (C) 2025 Mike McAlister.
rkkarlesheim is distributed under the terms of the GNU GPL.
*/


/* CSS Reset
---------------------------------------------------------------------------- */


html {
	box-sizing: border-box;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

b,
strong {
	font-weight: var(--wp--custom--font-weight--semi-bold);
}


ol,
ul {
	padding: 0;
}

ol:where(:not([class*="wp-block"])),
ol:where(.wp-block-list),
ul:where(:not([class*="wp-block"])),
ul:where(.wp-block-list) {
	padding-inline-start: var(--wp--preset--spacing--medium);
}

div[class*="wp-block-"] figcaption {
	color: var(--wp--preset--color--secondary);
	font-size: var(--wp--preset--font-size--x-small);
	margin-bottom: 0;
	margin-top: 20px;

}

img,
figure {
	max-width: 100%;
	height: auto;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  display: block;

}
/* Temporary fix for text-decoration-thickness in Firefox */ 
@-moz-document url-prefix() {
	a {
		text-decoration-thickness: .1rem !important;
	}
}

.mitarbeiter img{
	border: 10px solid #f9f9f9;
	border-radius: 5px;
}
:where(.wp-block-search__input) {
  padding: 2px !important;

}
button, input[type="button"], input[type="reset"], input[type="submit"] {
background-color: var(--wp--preset--color--primary);
  border-radius: 5px;
  border-width: 0;
  color: var(--wp--preset--color--base);
  font-family: inherit;
  font-size: var(--wp--preset--font-size--small);
  font-style: inherit;
  font-weight: 500;
  letter-spacing: inherit;
  line-height: inherit;
  padding-top: .6em;
  padding-right: 1em;
  padding-bottom: .6em;
  padding-left: 1em;
  text-decoration: none;
    text-decoration-thickness: auto;
  text-transform: inherit;
}

button:hover {
background-color: #000;

}
/* Helper styles
---------------------------------------------------------------------------- */
a,
button,
input:focus,
input[type="button"],
input[type="submit"],
textarea:focus,
.wp-element-button {
	transition: all 0.2s ease-in-out;

}
a.more-link {
	display: block;
}
.entry-content p a {
	border-bottom: 1px solid var(--wp--preset--color--hellblau);
	box-shadow: inset 0 -5px 0 0 var(--wp--preset--color--hellblau);
	text-decoration: none;
}
.entry-content .wp-block-group.werke a {
	text-decoration: none;
}
.entry-content p a:focus, .entry-content p a:hover {
	box-shadow: inset 0 -22px 0 0 var(--wp--preset--color--hellblau);
	color: #000;
}

/* Remove last separator on post list */
.remove-border-and-padding .wp-block-post-template li:last-child .wp-block-separator {
	display: none;
}

.row-logos > figure {
	flex-shrink: 1 !important;
}
.suche .wp-block-search__button{
padding: 3px;
}
.wp-block-file:not(.wp-element-button) {
  font-size: .9em;
}
/* Sticky header */

body:not(.wp-admin) header:has(>.is-position-sticky) {
	position: sticky;
	top: calc( 0px + var( --wp-admin--admin-bar--height, 0px ) );
	z-index: 100;
}

.startslider img {
border-radius: 3px !important;
}
/* Verowa */

.agendavorschau .event_list_item {
  background: transparent !important;
font-size: 0.9em !important;

}

.event_list_item a {
 text-decoration: none !important;
}
.event_title {
font-family: 'Montserrat', sans-serif !important;
font-size: 1.3em !important;
line-height: 1.2 !important;
}
#verowa_event_filters .filter-button {
  padding: 3px 7px  !important;
}
a.filter-button{
text-decoration: none !important;
font-size: 0.9em !important;
}

.verowa-event-detail-meta-data {
  padding-bottom: 2em !important;
}
h4.name  {
 margin-top: 0 !important;
}
.event_list_item.startseite {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}
h3.verowa-event-list-title{
margin-bottom: 25px !important;
}
.ical {
margin-top: 10px;
margin-bottom: 10px;
}
.ical .fa-calendar-alt::before {
margin-right: 5px;
}

.event_button_list {
padding-bottom: 15px;
}
.event_container .event_toggle {
	background-color:#eee;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 5px;
	margin-top: 5px;
}

.team .wp-block-column{
padding-bottom: 15px;
}
.team .wp-block-column img{
	background-color: #fff;
	padding: 2px;

}
.team div[class*="wp-block-"] figcaption {
	color: var(--wp--preset--color--secondary);
	font-size: var(--wp--preset--font-size--small);


}
.wp-block-navigation__responsive-container.is-menu-open {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    max-width: 100vw !important;
    z-index: 99999 !important;
}
.wp-block-navigation__responsive-container.disable-default-overlay .wp-block-navigation__overlay-container .wp-block-navigation-item__label{
font-size: 1rem !important;
}

@media screen and (min-width: 480px) {
  #verowa_event_filters .row .list_filter {

    padding: 0;
  }
}
/* Account for admin bar on mobile */

@media (max-width: 600px) {
	header:has(>.is-position-sticky) {
		top: 0;
	}
.wp-block-site-logo img {
  max-width: 150px;
}
.has-global-padding {

}
}

/* Mobile helper classes */

@media (max-width: 781px) {
	.rkkarlesheim-hide-on-mobile {
		display: none;
	}

	.rkkarlesheim-unstick-mobile {
		position: static;
	}

	header:has(>.rkkarlesheim-unstick-mobile) {
		position: static;
	}
}
.wp-block-ollie-mega-menu .wp-block-ollie-mega-menu__toggle .wp-block-ollie-mega-menu__toggle-icon {

    width: .8em;
}
.entry-content ul li, .entry-content ol li, .wp-block-post-content ul li, .wp-block-post-content ol li {
  margin-bottom: 4px;
}