/**
 * Slider szín javítás
 */
section.intro .intro-txt h1 {
	color: inherit;
}

section.intro .intro-txt {
	color: white;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.text.freetext span {
	text-decoration: inherit;
}

#site-header .corner-badge {
	position: absolute;
	height: auto;
	max-width: 17.5%;
	top: -1rem;
	right: -1rem;
	z-index: 100;
}

@media (min-width: 992px) {
	#site-header .corner-badge {
		position: fixed;
		top: 0;
		right: 0;
	}
}

.box-content {
	position: relative;
}

a.more {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	color: transparent;
}

a.inline-more {
	color: inherit;
}

/**
 * Tartalom kép
 */
.text.freetext .picbox {
	margin-left: 0;
	margin-right: -15vw;
	margin-top: 3rem;
	margin-bottom: 3rem;

	font-size: 1rem;
}