section.m38_text_und_material {
	background: #ededed;
	color: #333333;
	margin-right: 65px;
	width: calc(100% - 65px);
}

section.m38_text_und_material .m38_text_und_material_main_container {
	display: flex;
}

section.m38_text_und_material .m38_text_und_material_main,
section.m38_text_und_material .m38_text_und_material_liste {
	width: 50%;
}

section.m38_text_und_material .m38_text_und_material_main {
	width: 100%;
	/* padding-right: 40px; */
	padding-right: 0;
}

section.m38_text_und_material .m38_titel {
	max-width: 65%;
	margin-bottom: 55px;
	color: #1a1a1a;
}

section.m38_text_und_material .m38_untertitel {
	text-transform: uppercase;
	color: #007fc5;
	font-size: .9rem;
}

section.m38_text_und_material.with_blue_line .m38_text_und_material_main {
	margin-left: 35px;
	padding-left: 30px;
	position: relative;
}

section.m38_text_und_material {
	padding-bottom: 290px;
}

section.m38_text_und_material .m38_text_und_material_liste {
	/* display: flex; */
	display: none;
	padding-left: 195px;
	padding-bottom: 290px;
}

section.m38_text_und_material .m38_liste_text_container {
	position: relative;
}

section.m38_text_und_material .m38_liste_text_container .m38_list_titel_container h2 {
	margin-bottom: 45px;
}

section.m38_text_und_material .m38_liste_text_container .m38_list_content_container {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	display: none;
}

section.m38_text_und_material .m38_liste_list_container .m38_liste_aktivator_container:not(:last-child) {
	margin-bottom: 12px;
}

section.m38_text_und_material .m38_liste_list_container .m38_liste_aktivator_container:not(:last-child):not(.with_content_container) {
	margin-bottom: 27px;
}

section.m38_text_und_material .m38_liste_list_container .m38_liste_aktivator_container {
	border-top: 1px solid #cccccc;
	padding-top: 20px;
}

section.m38_text_und_material .m38_liste_list_container .m38_liste_aktivator {
	width: 100%;
	line-height: 1;
	font-size: 1.375rem;
	color: #1a1a1a;
	font-family: "obviously", sans-serif;
	margin-bottom: 1rem;
}

section.m38_text_und_material .m38_liste_list_container .m38_liste_aktivator.with_content {
	cursor: pointer;
}

section.m38_text_und_material .m38_liste_list_container .m38_liste_aktivator:hover,
section.m38_text_und_material .m38_liste_list_container .m38_liste_aktivator.active {
	
}

section.m38_text_und_material .m38_liste_aktivator .m38_aktivator_arrow {
	margin-left: 10px;
}

section.m38_text_und_material .m38_liste_aktivator .m38_aktivator_arrow svg {
	width: 15px;
	height: 7px;
	fill: #333;
	-webkit-transition: -webkit-transform .4s;
	-moz-transition: -moz-transform .4s;
	-ms-transition: -ms-transform .4s;
	-o-transition: -o-transform .4s;
	transition: transform .4s;
}

section.m38_text_und_material .m38_liste_aktivator:hover .m38_aktivator_arrow svg,
section.m38_text_und_material .m38_liste_aktivator.active .m38_aktivator_arrow svg {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

section.m38_text_und_material .m38_liste_list_container .m38_liste_aktivator {
	display: flex;
	align-items: center;
}

section.m38_text_und_material .m38_liste_content_container {
	margin-bottom: 0;
	margin-top: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
}

section.m38_text_und_material .m38_liste_list_container {
	width: 100%;
}

.cf7_formular.form_light .wpcf7-form-control:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(.wpcf7-acceptance), 
.cf7_formular.form_light .wpcf7-form-control.wpcf7-select {
	background-color: #ededed;
	border-color: #c2c2c2;
	color: #1a1a1a;
}

.cf7_formular.form_light .wpcf7-acceptance label input + span {
	color: rgba(51,51,51,.5);
}

.cf7_formular.form_light .wpcf7-acceptance label input + span:before,
.cf7_formular.form_light .wpcf7-acceptance label input + span:after {
	background: #ededed;
	border-color: #c2c2c2;
}

.cf7_formular.form_light .wpcf7-acceptance label input + span:before {
	background: url('../../../img/check.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

section.m38_text_und_material .m38_form_content_container {
	/* margin-top: 161px; */
	margin-top: 80px;
}

section.m38_text_und_material .m38_form_mandatory_container {
	text-align: right;
	margin-bottom: 12px;
	color: rgba(51,51,51,.5);
}

section.m38_text_und_material .m38_form_title_container .m38_form_title {
	color: #1a1a1a;
	margin-bottom: 41px;
	line-height: 1.5;
	max-width: 68%;
}

@media screen and (max-width: 2199px) {
	section.m38_text_und_material .m38_form_title_container .m38_form_title {
		max-width: 78%;
	}
}

@media screen and (max-width: 1920px) {
	section.m38_text_und_material .m38_form_title_container .m38_form_title {
		max-width: 95%;
	}
	
	section.m38_text_und_material .m38_titel {
		max-width: 75%;
	}
}

@media screen and (max-width: 1599px) {
	section.m38_text_und_material .m38_titel {
		max-width: 95%;
	}
	
	/* section.m38_text_und_material .m38_text_und_material_main {
		width: 60%;
	} */
	
	section.m38_text_und_material .m38_text_und_material_liste {
		width: 40%;
		padding-left: 100px;
	}
}

@media screen and (max-width: 991px) {
	section.m38_text_und_material .m38_liste_mob_content_container,
	section.m38_text_und_material .m38_liste_text_container {
		display: none;
	}
	
	section.m38_text_und_material .m38_text_und_material_main_container {
		flex-direction: column;
	}
	
	section.m38_text_und_material .m38_text_und_material_liste {
		width: 100%;
		padding-left: 0;
		margin-bottom: 0;
	}
	
	section.m38_text_und_material .m38_text_und_material_main {
		width: 100%;
		padding-right: 0;
		/* margin-bottom: 60px; */
	}
	
	section.m38_text_und_material .m38_form_content_container {
		margin-top: 60px;
	}
	
	section.m38_text_und_material .m38_text_und_material_liste {
		padding-bottom: 0;
	}
	
	section.m38_text_und_material .m38_form_mandatory_container {
		display: none;
	}
	
	section.m38_text_und_material {
		padding-bottom: 75px;
	}
}

@media screen and (max-width: 767px) {
	section.m38_text_und_material .m38_titel {
		max-width: 100%;
	}
	
	section.m38_text_und_material {
		margin-right: 0;
		width: 100%;
	}
}

@media screen and (max-width: 575px) {	
	section.m38_text_und_material .m38_form_title_container .m38_form_title {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 350px) {
	section.m38_text_und_material .m38_liste_list_container .m38_liste_aktivator {
		font-size: 1.0625rem;
	}
	
	section.m38_text_und_material .m38_form_title_container .m38_form_title {
		font-size: 1.1rem;
	}
}