/* css bitmini-cms Artikel */

/* wert ueberschreiben von bx-slider */
.bx-wrapper {
	margin-bottom: 27px;
}

/* ueberschreiben von bitcms1 */
.bmcms_text {
	/* 100% weiter aus dem Parent herraus! */
	width: 100vw;
	position: relative;
	left: calc(-50vw + 50%);
	border-bottom: 0;
}

.bmcms_text p{
	font-size: unset;
}
.bmcms_text .bmcms_text_inhalt{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	/* margin-top: 0px; */
	padding-left: 22px;
	box-sizing: border-box;
	padding-right: 22px;
	padding-top: 8px;
}

/* headerpic */
#page #maincontent #headerpic {
	height: auto;
	/*min-height: 1px;*/
	margin-top: -21px;
	margin-bottom: -10px;
	margin-left: auto;
	margin-right: auto;
	/* width: 1400px; */
	background: linear-gradient(to right, #0067ad 0%,#0067ad 47%,#123d65 56%,#123d65 100%); 
}

#page #maincontent #headerpic IMG {
	width: 100% !important;
	height: auto;
	object-fit: scale-down;
	/* border: 8px solid white; */
	box-sizing: border-box;
}

#page #maincontent #headerpic #headerpic-abstand {
	height: 21px;
}
/*--------------------------------*/
#page #maincontent #cmscontent{
	
	/*border: black solid 1px;
	margin: 0 auto;*/
}
#page #maincontent .content {
	width: 1400px;
	margin: 0 auto;
	font-size: 17.5pt;
	background-color: #ffffff;
	padding: 20px;
	box-sizing: border-box;
}

#maincontent #header_toptitle{
	width: 100%;
	background-color: #eee;
	height: 70px;
	display: flex;
	align-items: center;
}
#maincontent #header_toptitle h1{
	display: block;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	font-size: 17.5pt;
	font-weight: normal;
	color: #000000;
	padding-left: 20px;
	box-sizing: border-box;
}

#maincontent .contentbox {
    font-size: 14pt;
}

#maincontent .contentbox table tr td{

}
#maincontent .contentbox ul{

}

#maincontent .contentbox ul li{
	list-style-type: ">  ";
	margin-bottom: 6px;
}
#maincontent .contentbox ul li::before{
	/*
	content: "> ";
	color: #0968b0;
	font-size: 1.3em;
	vertical-align: middle;
	*/
}
#maincontent .contentbox ul li::marker{
	color: #0968b0;
	font-size: 12pt;
	font-weight: bold;
}

#maincontent .contentbox A {
	color: maroon;
	text-decoration: none;
	/*font-weight: bold;*/
}


#contenttrenner{
    /* height: 80px; */
}


#maincontent A.btn_weiterlesen {
	display: inline-flex;
	align-items: center;
	margin-top: 12px;
	background-color: #E8D99C;
	width: auto;
	padding-left: 12px;
	padding-right: 12px;
	color: #000000;
	border: 1px solid black;
	height: 28px;
	box-sizing: border-box;
	font-size: 10.7pt;
}

#maincontent A.btn_weiterlesen:hover {
	background-color: #FFDF5A;
}

#maincontent A.btn_weiterlesen:before {
	content: ' ➤';
	margin-right: 7px;
}

#maincontent .contentbox ASIDE {
	display: block;
	width: 99%;
	padding-top: 29px;
}

#maincontent .contentbox ASIDE IMG {
	width: 100%;
	height: auto;
}

.contentbox H1.toptitle {
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
	font-size: 19.1pt;
	line-height: 1;
}

.contentbox H2 {
	font-size: 18pt;
	font-weight: 500;
	margin-bottom: 10px;
	/*font-family: 'Suravaram', Georgia;*/
	line-height: 1.1;
	color: #909090;
}

.contentbox .bmcms_text_text{
	line-height: 1.3;
}



@media only screen and (max-width: 1400px) {
	#page #maincontent #cmscontent{
		width: 100%;
	}
	#page #maincontent #cmscontent .content{
        width: 100%;
    }
}

@media only screen and (max-width: 1140px) {
	#maincontent .contentbox table tr td{
		display: table-header-group;
	}
}