.box20250123213809 {
    position: relative;
    width: 100%;
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
	background-color: #000000;
    /* background-image: url('/template/webpage/images/header_homepage_indisches_parlament.jpg'); */
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    z-index: -2;
}
/*背景位置居中*/
.box20250123213809_bg_weizhi_1{
	    background-position: center 65%;
}
/*背景位置底部居中*/
.box20250123213809_bg_weizhi_2{
	    background-position:bottom center;
}

.box20250123213809 .box20250123213809_a {
	display: flex;
    background-color: #000000;
    content: "";
    opacity: 0.3;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    transition: all .3s ease-in-out;
}

.box20250123213809_1 {
	color: #fff; 
}

.box20250123213809_title{
	font-size: 38px;

}
.box20250123213809_hr hr{
	color:#fff;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.box20250123213809_title2{
	font-size: 2rem;
	text-align:justify;
}

@media(min-width:992px){
	.box20250123213809 {
	height: 198px;
	}
}