.mws_boxCenter {
    background: #F8F7F5;
}

#header .dropdown:hover .dropbtn a,
#header .dropbtn a:hover,
#header .dropbtn:hover a {
    color: #141414 !important;
}

div[data-module="Textbox_3_Spaltig"] {
	 padding: 60px !important;
}

div[data-module="Textbox_3_Spaltig"] .shopwidth_container {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    max-width: 1320px;
    width: auto;
    margin-top: -150px;
}

div[data-module="Textbox_3_Spaltig"] .shopwidth_container .full_width_boxes_33 {
	width: auto !important;
	float: none;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

div[data-module="Textbox_3_Spaltig"] .shopwidth_container .full_width_boxes_33 img {
	margin-top: 10px;
}

.white_bg {
	background: #fff;
	height: 10px;
	clear: both;
    width: 100%;
}

.pink_bg {
	background: #F7ECEA;
	height: 160px;
	clear: both;
    width: 100%;
}

div[data-module="Textbox_3_Spaltig"] .shopwidth_container .full_width_boxes_33 .boxes_33_headers {
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
}

div[data-module="Textbox_3_Spaltig"] .shopwidth_container .full_width_boxes_33 .texts {
	line-height: 1.4;
}

div[data-module="Textbox_3_Spaltig"] .shopwidth_container .full_width_boxes_33 .boxes_33_headers:after {
	content: "";
	width: 40px;
	height: 4px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #F7ECEA;
}

@media only screen and (max-width: 500px) and (min-width: 1px) {
    div[data-module="Textbox_3_Spaltig"] .shopwidth_container .full_width_boxes_33 {
        padding: 10px 30px !important;
        width: auto !important;
    }

    div[data-module="Textbox_3_Spaltig"] .shopwidth_container {
	    grid-template-columns: 1fr;
	}

	div[data-module="Textbox_3_Spaltig"] {
		 padding: 60px 15px !important;
	}
}

@media only screen and (max-width: 700px) and (min-width: 501px) {
    div[data-module="Textbox_3_Spaltig"] .shopwidth_container .full_width_boxes_33 {
        padding: 10px 30px !important;
        width: auto !important;
    }

    div[data-module="Textbox_3_Spaltig"] .shopwidth_container {
	    grid-template-columns: 1fr 1fr;
	    gap: 20px;
	}

	div[data-module="Textbox_3_Spaltig"] {
		 padding: 60px 15px !important;
	}
}

@media only screen and (max-width: 1100px) and (min-width: 701px) {
    div[data-module="Textbox_3_Spaltig"] {
		 padding: 60px 30px !important;
	}
}