section.m13_kontaktperson{
	background-color:#f1f1f1;
}

section.m13_kontaktperson .m13_ellipse_unten {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
}

section.m13_kontaktperson .m13_kontaktperson_main{
	display:flex;
}

section.m13_kontaktperson .m13_kontaktperson_main{
	position:relative;
}

section.m13_kontaktperson .m13_kontaktperson_image{
	position: relative;
	height: 110%;
	z-index: 2;
/*
    bottom: 0;
    right: 40px;
*/
	
}

section.m13_kontaktperson .m13_kontaktperson_image .m13_image{
	height: 100%;
	margin-top:-10%;
	margin-bottom: -30%;
}

section.m13_kontaktperson .m13_kontaktperson_content{
	padding: 20px 0;
	display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

section.m13_kontaktperson section.m1_text {
	margin-bottom: 0;
}

section.m13_kontaktperson .m1_text>.container{
	padding-left:0;
	padding-right:0;
}

section.m13_kontaktperson .m13_text_top_container {
	margin-bottom: 100px;
}

section.m13_kontaktperson .m13_text_top_container,
section.m13_kontaktperson .m13_text_bottom_container{
/* 	margin:auto; */
	width: 200%;
}

section.m13_kontaktperson .m13_text_bottom_container{
	display: flex;
}

section.m13_kontaktperson .m13_text_bottom_container .m13_text_bottom_1,
section.m13_kontaktperson .m13_text_bottom_container .m13_text_bottom_2 {
	position: relative;
	width: 100%;
}

section.m13_kontaktperson .m13_text_container{
	width:350px;
}

section.m13_kontaktperson .m13_text_container *{
	font-weight:500;
	margin-bottom:0;
}

section.m13_kontaktperson .m9_link_container{
	display: flex;
	margin:0;
}

section.m13_kontaktperson .m9_link_container a{
	padding: 0;
    background: transparent;
    border-radius: 0;
    color: #eec02e;
}

section.m13_kontaktperson .m9_link_container svg{
	display:block;
	fill:#eec02e;
	width: 15px;
    height: auto;
    display: inline;
    margin-left: 8px;
}

section.m13_kontaktperson .m9_link_container a {
	position: relative;
	display: flex;
	-webkit-transition: all .35s cubic-bezier(1,.27,.2,1);
	-moz-transition: all .35s cubic-bezier(1,.27,.2,1);
	-ms-transition: all .35s cubic-bezier(1,.27,.2,1);
	-o-transition: all .35s cubic-bezier(1,.27,.2,1);
	transition: all .35s cubic-bezier(1,.27,.2,1);
}

section.m13_kontaktperson .m9_link_container a:hover {
	padding-left: 15px;
}

section.m13_kontaktperson .m9_link_container a:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #eec02e;
	opacity: 0;
	-webkit-transition: width .1s cubic-bezier(1,.27,.2,1) .3s,opacity .18s ease-in-out .3s;
	-moz-transition: width .1s cubic-bezier(1,.27,.2,1) .3s,opacity .18s ease-in-out .3s;
	-ms-transition: width .1s cubic-bezier(1,.27,.2,1) .3s,opacity .18s ease-in-out .3s;
	-o-transition: width .1s cubic-bezier(1,.27,.2,1) .3s,opacity .18s ease-in-out .3s;
	transition: width .1s cubic-bezier(1,.27,.2,1) .3s,opacity .18s ease-in-out .3s;
}

section.m13_kontaktperson .m13_text_bottom_2 .m9_link_container a {
	flex-direction: row-reverse;
}

section.m13_kontaktperson .m13_text_bottom_2 .m9_link_container a svg{
	transform: rotate(180deg);
	margin-left: unset;
	margin-right: 8px;
}

section.m13_kontaktperson .m9_link_container:hover a:after {
	width: 10px;
	opacity: 1;
}

/*
section.m13_kontaktperson section.m1_text .m1_text_container p:last-of-type {
	margin-bottom: 0 !important;
}
*/

@media screen and (min-width: 1400px) and (max-width: 1575px) {
	section.m13_kontaktperson .m13_kontaktperson_content {
		padding: 50px 0 50px 100px;
	}
}

@media screen and (max-width: 1399px) {
	section.m13_kontaktperson .m13_kontaktperson_content {
		padding: 50px 0;
	}
	
	section.m13_kontaktperson .m13_text_bottom_2 section.m1_text .m1_text_container {
		height: 100px;
		overflow: hidden;
		margin-bottom: 0 !important;
	}
	
	section.m13_kontaktperson .m13_text_bottom_2 section.m1_text > .container > .m1_text_main > .read_more_btn {
		display: flex;
		align-items: center;
		cursor: pointer;
	}
	
	section.m13_kontaktperson .m13_text_bottom_2 section.m1_text > .container > .m1_text_main > .read_more_btn p {
		color: #eec02e !important;
	}
	
	section.m13_kontaktperson .m13_text_bottom_2  section.m1_text > .container > .m1_text_main > .read_more_btn svg {
		fill: #eec02e;
		width: 13px;
		transform: rotate(90deg);
		margin-left: 10px;
		transition: transform .4s;
	}
}

@media screen and (max-width: 991px) {
	section.m13_kontaktperson .m13_text_top_container {
		margin-bottom: 30px;
	}
	
	section.m1_text .text_column_count_2 {
	    column-count: 1 !important;
	}
}

@media screen and (max-width: 767px) {
	section.m13_kontaktperson .m13_kontaktperson_main {
		flex-wrap: wrap;
	}
	
	section.m13_kontaktperson .m13_kontaktperson_main .m13_kontaktperson_content {
		order: 2;
	}
	
	section.m13_kontaktperson .m13_kontaktperson_main .m13_kontaktperson_image {
		order: 1;
	}
	
	section.m13_kontaktperson .m13_kontaktperson_image .m13_image {
		margin-top: -15%;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 455px) and (max-width: 767px) {
	.praxis_container section.m1_text {
		padding-bottom: 100px !important;
	}
}
