.brockhaus-contentWrapper {
	display: flex;
}

.brockhaus-contentWrapper > .brockhaus-content {
	display: flex;
	align-items: center;
}

.brockhaus-contentWrapper > div[class^="col"] {
	flex: 0 0 50%;
	max-width: 50%;
}

#brockhaus-image {
	max-width: 100%;
}

#brockhaus-description-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 25px 45px;
	max-width: 455px;
	box-sizing: border-box;
}

#brockhaus-title {
	color: #D7DF15;
	text-transform: uppercase;
	width: 100%;
	font-size: 36px;
	font-weight: 500;
	line-height: 1;
}

#brockhaus-subtitle {
	color: #575656;
	width: 100%;
	font-size: 25px;
	font-weight: 700;
}

#brockhaus-text {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 50px;
	text-align: justify;
}

#brockhaus-button {
	width: 100%;
}

#brockhaus-link, #brockhaus-link:active, #brockhaus-link:visited, #brockhaus-link:hover {
	background: #DDDC00;
	text-align: right;
	border: 1px solid #DDDC00;
	border-radius: 30px;
	width: 180px;
	display: block;
	padding: 5px;
	color: white;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	text-decoration: none;
	font-size: 16px;
	display: inline-block;
	float: right;
}

#brockhaus-description-wrapper a img {
	width: auto;
}

@media (max-width: 1250px) {
	#brockhaus-description-wrapper {
		padding: 35px;
		max-width: 440px;
	}
}

@media (max-width: 992px) {
	#brockhaus-description-wrapper {
		padding: 15px;
		max-width: 100%;
	}

	#brockhaus-title {
		font-size: 29px;
	}

	#brockhaus-subtitle {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.brockhaus-contentWrapper {
		display: block;
	}

	.brockhaus-contentWrapper > div[class^="col"] {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.brockhaus-contentWrapper > .brockhaus-content {
		padding: 0;
	}

	#brockhaus-image {
		margin-bottom: 30px;
	}

	.brockhaus-content-img-wrap {
		padding-top: 30px;
	}

	#brockhaus-title {
		font-size: 24px;
	}

	#brockhaus-subtitle {
		font-size: 17px;
	}

	#brockhaus-description-wrapper a {
		margin-bottom: 30px;
	}
}