/* Content */
.content {
	position: relative;
	min-height: 300px;
	overflow: hidden;
}

.content__title__inner a{
	color:var(--secondary);
}

.w20{
	width:40%;
	max-width:450px;
	margin: 0 auto;
	@media screen and (max-width: 768px) {
		width:70%;
		max-width:300px;
	}
}

.w80{
	width:80%;
	max-width:1200px;
	margin: 0 auto;
	@media screen and (max-width: 768px) {
		width:90%;
	}
}

.w90{
	width:90%;
	max-width:850px;
	margin: 0 auto;
	@media screen and (max-width: 768px) {
		width:94%;
	}
}

.content--half{
	height: 50vh;
	min-height: 600px;
}

.content--full {
	height: 100vh;
	min-height: 600px;
}

.content--free {
	height: auto;
	min-height: auto;
}

.flexy {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
}

.flexy--center {
	justify-content: center;
}

.flexy--row {
	flex-direction: row;
}

.content__heading {
	flex: none;
	width: 100%;
	padding: 0 5vw;

}

.content__heading--center {
	/*text-align: center;*/
}

.text_header{
	font-size: 10vw;
	line-height: 1.2;

}

.text_l{
	font-size: 9vw;
	line-height: 1.2;

}
.text_m{
	font-size: 3.5rem;
	line-height: 1.2;
	margin-bottom:8px;
}

.text_lm  {
	font-size: 2.5rem;
	line-height: 1.2;
}

.text_mm  {
	font-size: 2rem;
	line-height: 1.2;
}

.text_sm {
	font-size: 1.6rem;
	line-height: 1.2;
}

.text_ss {
	font-size: 0.9rem;
	line-height: 1.2;
	letter-spacing: 1px;
}


.content__title--half {
	width: 50vw;
	z-index: 2;
}

.content__title--enclosed {
	padding: 0;
	margin: 0;
}

.content__title--center {
	margin: auto;
	padding:12px;
}

.content__title--right {
	text-align: right;
	padding: 0 0 0 2em;
}

.content__title--left {
	margin-left: -18vw;
}



.content__title__inner {
	flex: none;
	display: inline-block;
	/*white-space: nowrap;*/
	position: relative;
}

.content__title__inner--offset-1 {
	top: -0.25em;
	left: 13.6vw;
}

.content__title__inner--offset-2 {
	top: -0.25em;
	left: 1.75vw;
}

.content__title__inner--offset-3 {
	left: -10vw;
	top: -0.25em;
}

.content__image-wrap {
	flex: none;
	width: 25vw;
}

.content__image-wrap--half {
	width: 50vw;
}

.content__image {
	width: 100%;
	display: block;
}

.triggers {
	border: 2px solid;
	padding: 3em;
	margin: 0 5vw;
	width: 40vw;
}

.wrapper{
	padding:40px 0;
}

@media screen and (max-width: 50em) {
	.block{
		display:block !important;
		margin-bottom:12px;
	}

	.flex-reverse{
		flex-direction: row-reverse;
	}

	.content--half {
		min-height: 0;
	}
	.content--full {
		min-height: 0;
	}

	.text_header{
		font-size: 5.5rem;
	}

	.text_l{
		font-size: 5rem;
	}

	.text_m{
		font-size: 2.5rem;
	}

	.text_lm{
		font-size: 1.75rem;
	}
	.text_mm{
		font-size: 1.3rem;
	}

	.text_sm{
		font-size: 1.1rem;
	}

	.text_sms{
		font-size: 0.9rem;
	}

	.text_ss{
		font-size: 0.7rem;
	}

	.content__title--medium  {
		font-size: 1.75em;
	}
	.content__title--small {
		font-size: 1.15em;
	}
	.content__title--half {
		width: 100%;
	}
	.content__title--right {
		padding: 0 5vw;
	}
	.content__title--left {
		margin-left: 0;
	}
}

@media screen and (max-width: 30em) {
		.block{
			margin-bottom:9px;
	}

	.text_header{
		font-size: 4.5rem;
	}

	.text_l{
		font-size: 3.5rem;
		letter-spacing:-1px;
	}

	.text_m{
		font-size: 2rem;
	}

	.text_lm{
		font-size: 1.6rem;
	}
	.text_mm{
		font-size: 1.2rem;
	}

	.text_sm{
		font-size: 1rem;
	}

	.text_sms{
		font-size: 0.8rem;
	}

	.text_ss{
		font-size: 0.7rem;
	}
}
