/*
Theme Name:   Custom Theme
Description:  Custom Theme ist ein Child-Theme von Hello Elementor.
Author:       Gawin Steiner
Author URL:   https://gawinsteiner.ch
Template:     hello-elementor
Version:      1.0
Text Domain:  theme-by-gawin
*/

/*******************************************************************************************************************************
BIG COMMENT
*******************************************************************************************************************************/
body {
	max-width:100%;
	min-height:100vh;
}

.home div[data-elementor-type="header"] {
    background: var( --e-global-color-f37a052 );
}
body.home {
    background-repeat: no-repeat;
    background-size: cover;
}

/*
body.home {
    background-image: url(/wp-content/uploads/2022/12/Hochformat_Pressbild_klein_720-scaled.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
@media (min-width: 1024px) {
	body.home {
		background-image: url(/wp-content/uploads/2022/11/lesreinesprochaines.jpg);
	}
}
*/
@media (min-width: 1024px) {
	body.home {
		height: 100vh;
		overflow: hidden;
	}
	.home .page-content,
	.home.elementor-location-archive {
		width: 100%;
		padding-left: 20%;
		padding-right: 0%;
	}
	.page-content,
	.elementor-location-archive,
	div[data-elementor-type="single-post"],
	div[data-elementor-type="error-404"] {
		width: 100%;
		padding-left: 20%;
		padding-right: 20%;
	}
	.elementor-location-archive {
    	padding-left: calc(20% - 10px);
	}
}
@media (max-width: 1024px) {

	nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		min-height: 100vh;
		display: block;
		padding-top: 20%;
		max-width: 100vw;
	}
	.elementor-menu-toggle.elementor-active {
		position: fixed !important;
		z-index: 1000000000000 !important;
		right: 20px !important;
		top: 80px !important;
	}
}/*
div.elementor-tab-content {
    background-image: url(/wp-content/uploads/2023/01/Icons_LRP_CV_Flaeche.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 150px 120px !important;
}*/
.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
    text-align: left !important;
    width: 40%;
}

.elementor-nav-menu li.contact.menu-item  {
    margin-bottom: 30px;
}
li.social:hover {
    text-decoration: none !important;
}
.elementor-nav-menu li.social {
    float: left;
    width: 50px;
	height:35px;
	background-repeat: no-repeat;
    background-size: contain;
    color: transparent !important;
}
.elementor-nav-menu li.social a {
    color: transparent !important;
}

.elementor-nav-menu li.social.bandcamp {
    background-image: url(/wp-content/uploads/2022/11/Icons_LRP_Bandcamp.svg);
	margin-left: 20px;
}
.elementor-nav-menu li.social.facebook {
    background-image: url(/wp-content/uploads/2022/11/Icons_LRP_Facebook.svg);
}
.elementor-nav-menu li.social.spotify {
    background-image: url(/wp-content/uploads/2023/01/Icons_LRP_Spotify.svg);
}

.swiper-pagination.swiper-pagination-fraction {
    text-align: right;
    z-index: 90;
	font-family: "Roboto", sans-serif;
}
@media (min-width: 1024px) {
	.swiper-pagination.swiper-pagination-fraction {
		position: absolute;
		 bottom: 25px;
		margin-left: 50px;
	}
}

.elementor-main-swiper .elementor-carousel-image {
    background-size: contain;
    background-position: center bottom;
}

.page .arrow-nav,
.archive .arrow-nav,
.error404 .arrow-nav{
	display: none !important;
}
/**************************************************************************
MEDIUM COMMENT
**************************************************************************/


.justified-gallery .post-card {
    display: flex;
    align-items: center;
    justify-content: center;
	transition: all 1s;
}

.post-card h2 {
    position: relative;
	opacity: 0;
	padding: 20px;
	color: #fff !important;
	transition: all 1s;
	font-family: "Archivo Black";
	font-size: 1em !important;
	max-width: 100%;
    hyphens: auto;
}

.post-card:hover h2 {
	opacity: 1;
	transition: all 1s;
}
.post-card:hover {
	background: red !important;
	transition: all 1s;

}
.post-card:hover img {
    opacity: 0 !important;
	transition: all 1s;
}

.elementor-accordion .elementor-tab-title {
    width: auto;
    display: inline-block;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
    width: 1.5em !important;
    height: 1.5em !important;
	margin-top: 5px;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
    margin-left: 15px;
}
.elementor-tab-content .acc-bg-img {
	position: relative;	
}
.elementor-tab-content > * {
	display: none;
}

.elementor-tab-content {
	position: relative;
	/*padding: 20% !important;*/
}
.accordion-text {
	position: absolute;
	padding: 20% 20% 0% 20%;
	top: 0;
	left: 0;
}
/*
.elementor-tab-content p {
	position: relative;
	z-index: 100;
}*/
.elementor-widget-pdf-file-widget {
    font-family: var(--e-global-typography-5944082-font-family ), Sans-serif;
    font-size: var(--e-global-typography-5944082-font-size );
    line-height: var(--e-global-typography-5944082-line-height );
    letter-spacing: var(--e-global-typography-5944082-letter-spacing );
    word-spacing: var(--e-global-typography-5944082-word-spacing );
}


body .elementor-widget .elementor-widget-video,
body .elementor-widget.elementor-widget-audio-player-widget,
body .elementor-widget.elementor-widget-image {
    margin-bottom: 20px;
}


selector .keinabstand p:last-child {
    margin:0;
}

body .elementor-carousel-image-overlay {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    height: auto;
	font-family: var(--e-global-typography-f7a0f40-font-family ), Sans-serif !important;
    color: #ffffff;
    background: rgb(0 0 0 / 50%) !important;
	font-size: 1em !important;
    padding: 10px;
}

.elementor-nav-menu li.dynamic-tour-button,
.elementor-nav-menu li.dynamic-tour-button-2{
	display:none;
}