.m33_info_auswahl {
	position: relative;
	padding-bottom: 100px;
	background: rgb(242, 242, 242, .7);
}

.m33_info_auswahl .m33_ellipse_oben {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.m33_info_auswahl .m33_info_auswahl_item_img {
	position: relative;
	width: 100px;
	height: 100px;
	margin: 0 auto;
    margin-bottom: 25px;
}

.m33_info_auswahl_items{
	z-index:1;
	position: relative;
}

.m33_info_auswahl_items > .container > .row {
	position: relative;
	top: -50px;
}

.m33_info_auswahl .m33_info_auswahl_item_img {
	border-radius: 50px;
	box-shadow: 0 -6px 0 #fff, 0 1px 6px rgba(0,0,0, .35);
}

.m33_info_auswahl .m33_info_auswahl_item_img img{
	width:auto;
	height: 55px;
}

.m33_info_auswahl .m1_titel_container {
	display: flex;
	justify-content: center;
}

.m33_info_auswahl .m1_titel_container .m1_titel {
	text-align: center;
	margin-bottom: 20px;
}

.m33_info_auswahl .m1_text_container {
	margin-bottom: 40px !important;
}

.m33_info_auswahl .m1_text_container p {
	margin-bottom: 0 !important;
}

.m33_info_auswahl_item_img_hover{
	opacity: 0;
}

.m33_info_auswahl .m33_info_auswahl_item_beschriftung{
	text-transform: unset;
	text-align:center;
}

.m33_info_auswahl .m33_info_auswahl_item_beschriftung.active {
	color: #eec02e !important;
	transition: color .4s;
}

.m33_info_auswahl .m33_info_auswahl_item_inner .m33_info_auswahl_item_img_normal,
.m33_info_auswahl .m33_info_auswahl_item_inner .m33_info_auswahl_item_img_hover{
	background-color: #fff;
    margin: 0 auto;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display:flex;
    justify-content:center;
    align-items:center;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .2s;
}
.m33_info_auswahl .m33_info_auswahl_item.active .m33_info_auswahl_item_inner .m33_info_auswahl_item_img_hover:after,
.m33_info_auswahl .m33_info_auswahl_item_inner .m33_info_auswahl_item_img_hover:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #eec02e;
	opacity: 0;
	transition: opacity .4s;
	width: 185px;
	height: 185px;
	border-radius: 50%;
	z-index: 2;
}

.m33_info_auswahl .m33_info_auswahl_item.active .m33_info_auswahl_item_inner .m33_info_auswahl_item_img_hover:after,
.m33_info_auswahl .m33_info_auswahl_item_inner:hover .m33_info_auswahl_item_img_hover:after {
	opacity: .1;
}

.m33_info_auswahl .m33_info_auswahl_item.active .m33_info_auswahl_item_inner .m33_info_auswahl_item_img_normal,
.m33_info_auswahl .m33_info_auswahl_item_inner:hover .m33_info_auswahl_item_img_normal {
	opacity: 0;
}

.m33_info_auswahl .m33_info_auswahl_item.active .m33_info_auswahl_item_inner .m33_info_auswahl_item_img_hover,
.m33_info_auswahl .m33_info_auswahl_item_inner:hover .m33_info_auswahl_item_img_hover {
	opacity: 1;
	width: 120px;
	height: 120px;
	left: -10px;
	top: -10px;
	background: #eec02e;
}

.m33_info_auswahl .m33_info_auswahl_item_inner{
	display:table;
	margin:0 auto;
	cursor:pointer;
}

.m33_info_auswahl .m33_info_auswahl_item_content{
	display:none;
	opacity:0;
}

.m33_info_auswahl .m33_info_auswahl_item_content.active{
	display:block;
}

.m33_info_auswahl .m33_hintergrundbild {
	position: absolute;
    height: 100%;
    width: auto;
    top: 50%;
    transform: translate(0, -50%); 
}

.m33_info_auswahl .m33_info_auswahl_item_content[data-key="1"] .m33_hintergrundbild {
    right: 0;
}

.m33_info_auswahl .m33_info_auswahl_item_content[data-key="0"] .m33_hintergrundbild,
.m33_info_auswahl .m33_info_auswahl_item_content[data-key="2"] .m33_hintergrundbild {
    left: 0;
}

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

.m33_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(242, 242, 242, .9);
}

@media (max-width: 767px){
	.m33_info_auswahl {
		padding-bottom: 60px;
	}
}

@media (max-width: 575px) {
	.m33_info_auswahl .m33_info_auswahl_item_beschriftung {
		font-size: 1rem !important;
		letter-spacing: unset;
	}
	
	.m33_info_auswahl .m33_hintergrundbild {
	    top: unset;
	    right: unset;
	    left: 0;
	    bottom: 0;
	    height: 60%;
	    transform: unset;
	    width: 100%;
	}
	
	.m33_info_auswahl .m33_info_auswahl_items .container,
	.m33_info_auswahl section.m1_text .container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 500px) {
	.m33_info_auswahl .m33_info_auswahl_item_inner .m33_info_auswahl_item_img_hover:after {
		display: none;
	}
}

@media (max-width: 475px) {
	
	
	.m33_info_auswahl_items > .container > .row {
	    top: -40px;
	}
	
	.m33_info_auswahl .m33_info_auswahl_item_img,
	.m33_info_auswahl .m33_info_auswahl_item_inner .m33_info_auswahl_item_img_normal,
	.m33_info_auswahl .m33_info_auswahl_item_inner .m33_info_auswahl_item_img_hover {
		width: 80px;
		height: 80px;
	}
	
	.m33_info_auswahl .m33_info_auswahl_item.active .m33_info_auswahl_item_inner .m33_info_auswahl_item_img_hover,
	.m33_info_auswahl .m33_info_auswahl_item_inner:hover .m33_info_auswahl_item_img_hover {
		width: 100px;
		height: 100px;
	}
	
	.m33_info_auswahl .m33_info_auswahl_item_img img {
		height: 40px;
	}
	
	.m33_info_auswahl .m33_info_auswahl_item_beschriftung {
		font-size: .9rem !important;
	}
}
