main {
	margin-top: 95px;
	padding: 5px;
}
.header-wrapper {
	border-bottom: 2px solid #ccc !important;
}
.ui-accordion-content, ui-accordion-header, p {
	font-family: open_sansregular,Arial,sans-serif;
}
.ui-accordion-content a, #handschriften a, #briefe7 a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
}
.ui-accordion-content p {
	font-size: 14px;
}
.ui-accordion-header-active {
	background: #b7422f	!important;
	color: #fff	!important;
}
#tabs {
	margin-top: 5px;
}
.h3, .h4, .ui-tabs {
	font-family: open_sansregular,Arial,sans-serif !important;

}
.ui-tabs-active {
	background: #b7422f	!important;
	color: #fff	!important;
}
.ui-state-active,
.ui-state-focus,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fff !important;
}

.keindigi>h6 {
	color: #808080 !important;
}
hr.werknr_end {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 1px;
	opacity: 0.7;
	width: 100%;
	background: #cdcfd2;
}
.ce-gallery {
	margin-bottom: 5px !important;
}
#autographe row, #briefe7 row {
	margin-left: 0px !important;
}

.ce-bodytext img {
	text-align: right!important;
}
.bh_header {
	margin-top: 10px;
	margin-bottom: 10px;
}
.bh_header .col-md-2 .ce-bodytext {
	text-align: right;
}
.bh_header .col-md-10  .ce-bodytext {
	padding-left: 20px;
}
.image-embed-item {
	max-width: 100%;
	max-height: 125px;
}
#tabs .ce-gallery {
	width: 100%!important;
	margin: 0;
	text-align: center!important;
	vertical-align: middle!important;
	/*background-color: #ccc!important; */
}
#c67878 {
	margin-top: 10px;
}

#alle {
	margin-top: 12px;
	padding: 35px;
	border: 1px solid #c5c5c5;
	border-radius: 3px;
}

#alle img {
 cursor: pointer;
 width: 64px;
 transition: transform 0.8s;
 -moz-transition: transform 0.8s;
 -webkit-transition: transform 0.8s;
 -o-transition: transform 0.8s;
 -ms-transition: transform 0.8s;
 position: sticky;
}

#alle img:hover {
 transform: scale(2.0, 2.0);
 -moz-transform: scale(2.0, 2.0);
 -webkit-transform: scale(2.0, 2.0);
 -o-transform: scale(2.0, 2.0);
 -ms-transform: scale(2.0, 2.0);
 z-index: 99;
}

img.vergeben {
	filter: brightness(66%);
}

/* ie11 - hack */
_:-ms-lang(x), .image-embed-item { max-width: 125px; }
