#ueber {
	position: relative;
}

.ueber__column {
	background: white;
}

.text_container {
	padding: 10px 10px 60px 10px;
	border-bottom: 10px solid black;
}

.text_container__intro {
	padding: 10px;
}

#ueber .head__02 {
	margin-bottom: 80px;
}

.ueber_text p,
.ueber_text ul {
	margin-bottom: 20px;
}

/* netzwerk */

.netzwerk__image {
	width: 100%;
	height: auto;
	line-height: 0 !important;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0;
	display: block;
}

.netzwerk__list__item {
	margin-bottom: 20px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.netzwerk__list__item p {
	margin-bottom: 20px;
}

/* upload */

.ueber__upload {
	padding: 10px;
}

.ueber__upload .upload-icon {
	position: relative;
	width: 120px;
	height: auto;
	margin-top: 40px;
}

/* !$ -------------- MEDIA QUERIES -------------- $ */

/* !$ --------- > 768px */
@media all and (min-width: 768px) {
	#ueber {
		display: flex;
	}

	.ueber__column {
		width: 50%;
		border-right: 10px solid black;
	}

	.ueber__column:first-child .text_container {
		border-bottom: none;
	}

	/* captcha */
}

/* !$ --------- > 1026px */
@media all and (min-width: 1026px) {
	.ueber__column:first-child {
		width: 44.5%;
	}

	.ueber__column:last-child {
		width: 55.5%;
	}

	/* netzwerk */

	#ueber .head__02 {
		height: 120px;
		margin-bottom: 0;
	}
}

/* !$ --------- > 1200px */
@media all and (min-width: 1200px) {
	/* netzwerk */

	.netzwerk__image {
		margin-bottom: -10px;
	}

	.netzwerk__list__item {
		margin-bottom: 40px;
	}
}
