/*
	Theme Name:	Gabriela Reinke
	Author:		pepper
	Author URI:	https://pepper.green/
	Template:	generatepress
	Version:	1
*/
 

/* smooth scroll */
html {
	scroll-behavior: smooth;
}

body {
	container-type: inline-size;
}

/* animations */
@keyframes fadein {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}

/* fixes */
strong, b {
	font-weight: bold;
}
p {
	margin-bottom: 1.45em;
}
.site p a, 
.site li a {
	text-decoration: underline;
}
.site p a:hover, 
.site li a:hover {
	text-decoration: none;
}
.nowrap {
	white-space: nowrap;
}
.gb-icon svg {
	width: auto !important;
}
.site-header, .main-navigation:not(.slideout-navigation) {
	z-index: 1000 !important;
}
.pseudobackground {
	z-index: 0;
}
.pseudobackground::after {
	z-index: -1 !important;
}


/* Typography settings */
.site-main {
	word-spacing: -0.033em;
}

/* Hyphenate */
.site-main p, .site-main li {
	hyphens: auto;
	hyphenate-limit-chars: 12 5 5;
}
h1, h2, h3 {
	text-wrap: balance;
	hyphens: auto;
	hyphenate-limit-chars: 12 5 5;
}

/* Lists */
.site-main ul {
	list-style-type: "\2013";
	margin: 1em 0;
	padding: 0 0 0 .5em; 
}
.site-main ol {
	margin: 1em 0;
	padding: 0 0 0 1em; 
}
.site-main li {
	padding-left: 0.25em;
}
.site-main li > p {
	margin: 0;
}




/* GeneratePress Site CSS */ /* Contribute menu button */
.menu-bar-items {
	flex-direction: row-reverse;
}

/* Sidebar - Categories */
.inside-right-sidebar ul.wp-block-categories-list {
	list-style-type: square;
	margin: 1em 0 1.5em 1em;
}

/* CTA button colors */
.main-navigation .menu-bar-items .cta-btn,
.main-navigation.slideout-navigation .cta-btn {
	color: var(--accent);
}

.main-navigation .menu-bar-items .cta-btn:hover,
.main-navigation.slideout-navigation .cta-btn:hover {
	color: var(--base-2);
} /* End GeneratePress Site CSS */


.square {
	aspect-ratio: 1 / 1;
}

.gb-query-loop-wrapper .gb-query-loop-item:not(.has-post-thumbnail) .gb-grid-wrapper {
	row-gap: 0px !important;
} 


ul.bloglist  {
	list-style-type: "\2013\00a0";
	margin: 0;
	padding: 0 0 0 1em; 
}

.gb-query-loop-wrapper .gb-headline,
.single-post h1 {
	text-wrap: balance;
}


/* Map */
.leaflet-container {
	font-family: unset !important;
	z-index: 2;
}
.leaflet-control a {
	font-weight: unset !important;
	color: var(--gruen) !important;
}
.leaflet-control-zoom a {
	text-decoration: none !important;
}
.leaflet-popup-content {
	margin: 12px 17px !important;
}
.leaflet-popup-content-wrapper {
	background: var(--radieschen-weiss) !important;
	color: var(--radieschen-gruen) !important;
	border-radius: 10px !important;
	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.2) !important;
	border: none;
}
.leaflet-popup-tip {
	background: var(--radieschen-weiss) !important;
	color: var(--radieschen-gruen) !important;
	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.2) !important;
	border-right: none;
	border-bottom: none;
}
.leaflet-container a.leaflet-popup-close-button {
	color: var(--radieschen-schwarz) !important
}
.leaflet-popup-content .title {
	font-size: 16px !important;
	color: var(--radieschen-gruen) !important;
	font-weight: bold !important;
}
.leaflet-popup-content .title:hover {
	color: var(--radieschen-gruen) !important;
}
.leaflet-popup-content .categories {
	font-size: 14px !important;
	line-height: 18px !important;
}
.leaflet-top, .leaflet-bottom {
	z-index: 900;
}
.map__markerTitle {
	font-weight: bold;
}

/* Contact form 7 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="date"],
.wpcf7 input[type="time"],
.wpcf7 input[type="number"],
.wpcf7 textarea,
.wpcf7 select {
	width: 100%;
	border-radius: 0;
	padding: 0.75em 1.25em;
	border: 1px solid var(--gr-altgold);
	font-size: 1rem;
	box-sizing: border-box;
	transition: border-color 0.3s ease, background 0.3s ease, color 0.3s ease;
	background-color: var(--gr-altgold);
	color: var(--gr-schwarz);
	margin: 2px 0 12px 0;
}
.wpcf7 input[type="text"]:hover,
.wpcf7 input[type="email"]:hover,
.wpcf7 input[type="tel"]:hover,
.wpcf7 input[type="url"]:hover,
.wpcf7 input[type="date"]:hover,
.wpcf7 input[type="time"]:hover,
.wpcf7 input[type="number"]:hover,
.wpcf7 textarea:hover,
.wpcf7 select:hover {
	border: 1px solid var(--gr-waldgruen);
	background-color: var(--gr-waldgruen);
	color: var(--gr-weiss);;
}
.wpcf7 .wpcf7-textarea {
	height: 100px;
}
.wpcf7 input[type="radio"],
.wpcf7 input[type="checkbox"] {
	accent-color: var(--gr-waldgruen);
}
.wpcf7 .wpcf7-checkbox,
.wpcf7 .wpcf7-radio {
	margin: 0 0 16px 0;
}

.wpcf7 .wpcf7-list-item-label {
    color: var(--gr-schwarz);
    text-decoration: underline;
    cursor: pointer;
    margin: 0 0 0 .25em;
}
.wpcf7 .wpcf7-list-item-label:hover {
    color: var(--gr-waldgruen);
    text-decoration: none;
}
.wpcf7 .wpcf7-list-item-label::before,
.wpcf7 .wpcf7-list-item-label::after {
	display: none;
}

/* Fehlermeldungen */
.wpcf7-not-valid-tip {
	border-color: var(--radiesschen-rot);
    margin:0 0 1em 0;
    font-weight: bold;
}

.wpcf7-response-output {
	margin-top: 1em;
	padding: 1em;
	border-radius: 6px;
	font-weight: 600;
}

.wpcf7-validation-errors {
	border: 2px solid #dc3232;
	background-color: #fbeaea;
	color: #a00;
}

.wpcf7-mail-sent-ok {
	border: 2px solid #46b450;
	background-color: #e7f5ea;
	color: #2e7d32;
}

.wpcf7 .uacf7-multisetp-form {
	margin-top: 40px;
}
.wpcf7 .uacf7-buttons {
	margin: 0;
}
.wpcf7 .steps-form .steps-row:before {
	top: 16px;
    height: 1px;
    background-color: var(--gr-schwarz);
}
.wpcf7 .uacf7-btn-default,
.wpcf7 .steps-form .steps-row .steps-step .btn-circle {
	background-color: var(--gr-kalkweiss) !important;
	box-shadow: none !important;
	color: var(--gr-schwarz);
}
.wpcf7 .steps-form .steps-row .steps-step .btn-circle.uacf7-btn-active {
	background-color: var(--gr-waldgruen) !important;
	color: var(--gr-weiss);
}
.steps-form .steps-row .steps-step .btn-circle:hover, .steps-form .steps-row .steps-step .btn-circle:focus, .steps-form .steps-row .steps-step .btn-circle:active {
	background-color: var(--gr-waldgruen) !important;
	color: var(--gr-weiss);
}

.wpcf7 .uacf7-buttons button,
.wpcf7 .wpcf7-submit {
	align-items: center;
    background-color: transparent;
    color: currentColor;
    display: inline-flex;
    font-weight: 600;
    letter-spacing: 0.025em;
    text-decoration: none;
    transition: all 0.15s ease 0s;
    border: 1px solid currentColor;
    border-radius: 100px;
    padding: .66rem 2rem;
    margin-top: 12px !important;
    float: none !important;
    cursor: pointer;
}
.wpcf7 .uacf7-buttons button.uacf7-prev,
.wpcf7 .wpcf7-spinner {
	display: none;
}
.wpcf7 .uacf7-buttons button:hover,
.wpcf7 .wpcf7-submit:hover {
	background-color: var(--gr-schwarz);
    color: var(--gr-weiss);
    border: 1px solid var(--gr-schwarz);
}