



div.form_multiple{
	position: relative;
	width: 100%;
	display: none;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
div.form_multiple_item{
	position: relative;
	width: 16.66%;
	padding: 5px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
@media (max-width: 800px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1600px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2400px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1600px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2400px) and (orientation:portrait)
 {
	div.form_multiple_item{
		width: 33.33%;
	}
}	
div.form_multiple_item > input[type=checkbox]{
	margin-right: 10px;
}

div.form_open{
	cursor: pointer;
	border-bottom: 1px solid black;
	padding: 3px;
	margin-bottom: 2px;
}





div#um_navigation{
	position: relative;
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;	
}

div#um_navigation > a{
	display: block;
	padding: 6px 15px 6px 15px;
	background: #3D6415;
	margin-right: 5px;
	text-decoration: none;
	color: white;
}
div#um_navigation > a:hover{
	padding-top: 12pt !important;
}
a.um_nav_active{
	padding-top: 12pt !important;
}

div#c_um_form{
	border: 1px solid #3D6415;
	padding: 20px;	
}




div.overview_container{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
a.overview_item{
	position: relative;
	display: block;
	width: 48%;
	margin: 10px 1% 10px 1%;
	border: 1px solid black;	
	box-sizing: border-box;
	padding-bottom: 15px;
	text-decoration: none;
}
a.overview_item:hover{
	text-decoration: none;
	color: black;
	cursor: pointer;
	background: #FFF483;
}
div.overview_item_title{
	font-size: 14pt;
	background: #3D6415;
	color: white;
	padding: 5px;
}
div.overview_item_description{
	padding: 10px;
}	
div.overview_item_description table th{
	font-weight: normal;
	color: #3D6415;
	padding: 3px;
	vertical-align: top;
}
div.overview_item_description table td{
	padding: 3px;
	vertical-align: top;
}
div.overview_item_more{
	position: absolute;
	bottom: -8px;
	right: -8px;
	padding: 5px;
	color: white;
	background: #AAA;
}

a.overview_item:hover div.overview_item_more{
	background: red;
}





table.entry_detail_infos{
	width: 100%;
	border-collapse: collapse;	
	margin-bottom: 20px;
}
table.entry_detail_infos td, table.entry_detail_infos th{	
	padding: 4px;
	vertical-align: top;
	border: 2px solid white;
}

table.entry_detail_infos tr:nth-child(odd) td{
	background: #EEE;
}

table.entry_detail_infos th{
	background: #3D6415;
	color: white;
	font-weight: normal;
}

td.entry_detail_link{}

td.entry_detail_link a{
	display: inline-block;
	background: red;
	color: white;
	padding: 10px;
	text-decoration: none;
}






table.entry_detail_comments{
	width: 100%;
	border-collapse: collapse;	
}
table.entry_detail_comments td, table.entry_detail_comments th{	
	padding: 4px;
	vertical-align: top;
	border: 2px solid white;
}

table.entry_detail_comments tr:nth-child(odd) td{
	background: #EEE;
}

table.entry_detail_comments th{
	background: #3D6415;
	color: white;
	font-weight: normal;
}





div.entry_container{
	position:relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
div.entry_container div{
	padding: 10px;
	box-sizing: border-box;	
}

div.entry_container > div:first-child{
	width:40%;
}
div.entry_container > div:nth-child(2){
	width: 60%;
}
div.entry_detail_pic {
	position: relative;
	width: 100%;
}
div.entry_detail_pic img{
	width: 100%;
	max-width: 300px;
	height: auto;
}
.bp_show{
	margin-top: 10px;
}

.bp_show:hover{
	cursor: pointer;
	text-decoration: underline;	
}

div.change_button{
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	box-sizing: border-box;
	background: #DDD;
	text-align: center;
	border: 1px solid #555;
	border-radius: 2px;
	vertical-align: middle;
	color: black;
}

ul.bp_bezug{
	display: none;
}

div#um_zipper{
	position: relative;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	padding: 10px;
	box-sizing: border-box;
	margin-top: 40px;
	border-top: 2px solid #3D6415;
}





div#um_index_flex{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
div#um_index{
	position: relative;
	width: 100%;
	order: 2;
}
div#um_index_letterbar{
	position: relative;
	width: 100%;
	order: 1;
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}
div#um_index_letterbar a{
	display: block;
	padding: 5px;
	background: #3D6415;
	color: white;
	width: 20px;
	height: 20px;
	text-align: center;
	text-decoration: none;
	margin: 2px;
}


div.um_index_container{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

a.um_index_item{
	display: block;
	padding: 5px;
	background: #EEE;
	border: 2px solid #3D6415;
	margin: 5px;
	border-radius: 5px;
	text-decoration: none;
}
a.um_index_item:hover{
	background: #3D6415;
	color: white;
}
div.um_index_letter{
	font-size: 14pt;
	color: #3D6415;
	border-bottom: 1px dotted #3D6415;
	margin-top: 10px;
}