/* 
Theme Name: 3oktober.org
Theme URI: https://git.brandundberg.de/dls/website/themes/hello-theme-child-bub
Description: Kundenspezifische Anpassungen für 3.Oktober – Deutschland singt und klingt e.V. (DSUK)
Author: Brand und Berg GmbH, Endlosweit GmbH
Template: hello-elementor
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*
    Add your custom styles here
*/

blockquote {
	color: #ffffff;
	font-family: 'Chau Philomene One', Sans-serif;
	font-size: 2em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
	position: relative;
	margin: 0;
}

blockquote::before {
	background-image: url(https://3oktober.org/wp-content/uploads/2020/07/dsingt-quote-left-lightblue.svg);
	background-size: 120px 120px;
	display: inline-block;
	width: 120px;
	height: 120px;
	content: '';
	position: absolute;
	bottom: -60px;
	left: -5%;
	z-index: -1;
}

blockquote::after {
	background-image: url(https://3oktober.org/wp-content/uploads/2020/07/dsingt-quote-right-lightblue.svg);
	background-size: 120px 120px;
	display: inline-block;
	width: 120px;
	height: 120px;
	content: '';
	position: absolute;
	top: -20px;
	right: -5% !important;
	left: auto !important;
	z-index: -1;
}

.blockquote.testimonial {
	padding: 0 8.33%;
}

.blockquote.testimonial img {
	width: 150px;
	height: 150px;
	border-radius: 100px;
	object-fit: cover;
	object-position: center center;
}

.blockquote.testimonial figcaption {
	display: flex;
	align-items: center;
	margin-top: 40px;
}

.testimonial-image {
	margin-right: 20px;
}

.blockquote.testimonial .name {
	color: #0a9ad6;
	font-family: 'Chau Philomene One', Sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}

.blockquote.testimonial .title {
	color: #ffffff;
	font-family: 'Chau Philomene One', Sans-serif;
	font-size: 16px;
	font-style: normal;
}

.splide__arrows button {
	border: none !important;
	border: 0 !important;
}

.splide__arrows button svg {
	fill: white;
}

.splide__pagination {
	position: static !important;
	margin-top: 40px !important;
}

.splide__pagination__page {
	height: 10px !important;
	width: 10px !important;
	border-radius: 50% !important;
	background: #000 !important;
	opacity: 0.2 !important;
	border: 0 !important;
}

.splide__pagination__page.is-active {
	background: white !important;
	opacity: 1 !important;
	transform: none !important;
}

.splide__track {
	transition: height 0.2s;
}

@media (max-width: 767px) {
	blockquote {
		font-size: 1.3em;
	}

	.blockquote.testimonial img {
		width: 85px;
		height: 85px;
	}
}

.gmaps-content h1 {
	font-family: 'Chau Philomene One', Sans-serif;
	font-size: 1.8em;
	color: var(--e-global-color-primary);
}

.gmaps-content a:not(.elementor-button) {
	border-bottom: 1px solid #e3087d;
	padding: 0px 0px 5px 0px;
	margin: 20px 20px 0px 0px;
	display: inline-block;
	text-transform: uppercase;
}

.gmaps-content a:not(.elementor-button):hover {
	color: var(--e-global-color-primary);
}

.gmaps-content a.elementor-button {
	width: 100%;
	margin-top: 20px;
}

.gmaps-body-infotext {
	font-family: Roboto, Arial, sans-serif;
	font-weight: 400;
	font-size: 0.9em;
}

.gmaps-body .links {
	font-family: 'Chau Philomene One', Sans-serif;
	font-size: 0.8em;
}

/* YouTube Playlist */

.e-tabs-wrapper .shadow {
	display: none !important;
}

/* === GLOBAL STYLES === */
/* Individuelle Syles sind direkt in den jeweiligen Elementen im PageBuilder hinterlegt */

.elementor-page-5943 .elementor-element-6900289 {
	display: none;
}

/* Links */
p a, .elementor-text-editor li a {
	border-bottom: 1px solid #E3087D !important;
}

/* Popup */
.dialog-message {
	font-size: 1em;
}

/* Login Page */
.post-password-form {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
		text-align: center;
		flex-flow: column;
}

.post-password-form p:first-child {
    margin-bottom: 50px;
}

.post-password-form p:nth-child(2) {
    display: flex;
    flex-flow: column;
}

.post-password-form label {
    width: 100%;
    margin-bottom: 20px;
}

/* Google Map */
.cluster img {
    background: url("/wp-content/uploads/2020/08/dsingt-gruppe-v3.svg");
    padding-left: 53px;
    width: 53px;
    height: 53px;
    filter: drop-shadow(0px 5px 3px rgba(0,0,0,0.35));
}

.cluster:hover img {
    filter: drop-shadow(0px 5px 3px rgba(0,0,0,0.5));
}

.cluster span {
    color: #ffffff;
}

/* Bausteine Raster */
.eventblock-item {
    width: 100% !important;
    margin-right: 40px;
    margin-bottom: 40px !important;
}

@media only screen and (max-width: 767px) {
		.eventblock-item {
   	 	width: 100% !important;
			margin-right: 0px !important;
		}
}

@media only screen and (min-width: 768px) and (max-width: 1349px) {
    .eventblock-item {
        width: calc(50% - 20px) !important;
    }
		.eventblock-item:nth-child(2n) {
        margin-right: 0px !important;
    }
}

@media only screen and (min-width: 1350px) {
    .eventblock-item {
        width: calc(33.33% - 26.66px) !important;
    }
		.eventblock-item:nth-child(3n) {
        margin-right: 0px !important;
    }

}

.cff-masonry {
	height: 550px !important;
}

#cff.cff-disable-masonry {
	height: 550px !important;
}

/* Kontaktformular */
.ginput_container select {
	border-style: solid;
	border-width: 1px;
  border-color: #E3087D;
  border-radius: 20px 20px 20px 20px;
}

.form-mobile .ginput_complex span {
	flex: auto !important;
}

/* --- Sticky Header Box Shadow --- */

.elementor-sticky--active.elementor-sticky--effects {
	-moz-box-shadow: 1px 1px 1px 1px rgba(127, 127, 127, 0.1);
	-webkit-box-shadow: 1px 1px 1px 1px rgba(127, 127, 127, 0.1);
	box-shadow: 1px 1px 1px 1px rgba(127, 127, 127, 0.1);
}

/* --- --- */

.mobile-menu-container {
	overflow-x: hidden !important; 
    overflow-y: scroll !important;
}

.mobile-menu-overlay {
    position: absolute;
    background: linear-gradient(#1A236A 0%, transparent 10%, transparent 70%, #1A236A 100%);
    pointer-events: none;
}
