/*
	Theme Name:	Zahnarzt Staaken
	Author:		pepper
	Author URI:	https://pepper.green/
	Template:	generatepress
	Version:	1
*/
 
/*@font-face {
	font-family: 'Signika';
	src: url('fonts/signika.woff2') format('woff2-variations');
	font-weight: 300 700;
	font-display: fallback;
	unicode-range: U+0000-00FF, U+0100-017F, U+0180-024F, U+1E00-1EFF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}*/


/*html, body, button, input, select, textarea {
	font-family: 'Signika', Helvetica, Arial, sans-serif !important;
	font-weight: 350;
}*/


/* smooth scroll */
html {
	scroll-behavior: smooth;
}
body {
	overflow-y: scroll;
}

/* animations */
@keyframes fadein {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}

/* fixes */
strong, b {
	font-weight: bold;
}
p {
	margin-bottom: 1.45em;
}
.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 p,
.site-main h2, .site-main h3,
.header h1 {
	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;
}




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(--accent-3) !important;
	color: var(--contrast-2) !important;
	border-radius: 10px !important;
	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.2) !important;
	border: none;
}
.leaflet-popup-tip {
	background: var(--accent-3) !important;
	color: var(--contrast-2) !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(--accent-2) !important
}
.leaflet-popup-content .title {
	font-size: 16px !important;
	color: var(--contrast) !important;
	font-weight: bold !important;
}
.leaflet-popup-content .title:hover {
	color: var(--contrast) !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 textarea,
.wpcf7 select {
	width: 100%;
	border-radius: 10px;
	padding: 0.75em 1.25em;
	border: 2px solid var(--pst-gruen);
	font-size: 1rem;
	box-sizing: border-box;
	transition: border-color 0.3s ease, background 0.3s ease, color 0.3s ease;
	background-color: var(--pst-softgreen);
	color: var(--pst-schwarz);
	margin: 0;
}
.wpcf7 input[type="text"]:hover,
.wpcf7 input[type="email"]:hover,
.wpcf7 input[type="tel"]:hover,
.wpcf7 input[type="url"]:hover,
.wpcf7 textarea:hover,
.wpcf7 select:hover {
	border: 2px solid var(--pst-schwarz);
	background-color: var(--pst-weiss);
}


/* Fehlermeldungen */
.wpcf7-not-valid-tip {
	border-color: #dc3232;
	    margin-top: .175em;
}

.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 input[type="submit"] {
	margin: 0;
	font-weight: bold;
	border-radius: 10px;
	border: none;
	background-color: var(--pst-gruen);
	color: var(--pst-weiss);
	padding: 0.75em 1.25em;
	transition: background 0.3s ease, color 0.3s ease;
}
.wpcf7 input[type="submit"]:hover {
	background-color: var(--pst-schwarz);
	color: var(--pst-weiss);
}