/*
Theme Name: Hello elementor child
Theme URI: URL a gyermek sablonhoz (opcionális)
Description: Leírás a gyermek sablonról (opcionális)
Author: RevindDigital
Author URI: Szerző weboldala (opcionális)
Template: hello-elementor
Version: 1.0
*/

.uber-uns-repeater *::selection 
{
	background: transparent !important;
}
.uber-uns-repeater {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
    align-items: stretch;
    justify-content: space-between;
    font-family: "Poppins", Sans-serif;
}
.uber-uns-member-photo img {
	border-radius: 15px !important;
}
.uber-uns-text {
    width: 400px;
    display: flex;
    flex-direction: row;
}
.uber-uns-member-text {
	display: none;
}
.uber-uns-member-text.active {
	display: block;
}
h2.member_name {
    color: #000000;
    font-size: 35px;
    font-weight: 600;
	margin-top: 0;
    margin-bottom: 10px;
}
.member_job {
    color: grey;
    font-size: 14px;
    font-weight: 400;
}
.member_description {
    margin-top: 20px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}
.member-text-inline {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
}
.member-text-button {
	cursor: pointer;
    font-size: 26px;
}

.uber-uns-photo {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    width: calc(100% - 450px);
}
.uber-uns-member-photo {
    width: calc(100% / 4 - 50px);
	transition: 0.5s;
	cursor: pointer;
}
.uber-uns-member-photo img {
	transition: 0.5s;
}
.uber-uns-member-photo:hover img {
	opacity: 0.7;
	transition: 0.5s;
}
.uber-uns-member-photo img {
    display: block;
	width: 100%;
}
.uber-uns-member-photo.active
{
	width: 342px;
}

@media screen and (max-width: 1200px) {
	.uber-uns-repeater {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
	}
	.uber-uns-photo {
		width: 100%;
	}
	.uber-uns-text {
		height: auto !important;
		width: 100%;
	}
}
@media screen and (max-width: 991px) {
	.uber-uns-repeater {
		padding-top: 40px;
	}
	h2.member_name {
		font-size: 28px;
	}
	.uber-uns-member-photo
	{
		width: calc(100% / 4);
	}
	.uber-uns-member-photo.active
	{
		width: calc(100% / 3);
	}
}
@media screen and (max-width: 761px) {
	h2.member_name {
		font-size: 25px;
	}
}