@font-face {
  font-family: 'BundesSans';
  src: url('../custom/fonts/BundesSansWeb-Regular.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
	font-family: 'BundesSerif';
	src: url('../custom/fonts/BundesSerifWeb-Regular.ttf') format('truetype');
	font-weight: normal;
}

body {
	background-color: rgba(242, 243, 244, 0.2) !important;
	color: #000000 !important;
}

h1 {
	font-family: 'BundesSerif' !important;
	font-size: 2.5rem !important;
	line-height: 2.5rem !important;
	font-weight: 400 !important;
}

h2 {
	font-family: 'BundesSerif' !important;
}

p {
	font-family: 'BundesSans' !important;
	font-size: 16px !important;
	margin: 10px !important;
}


.exp-header {
	box-shadow: 0 3px 5px -1px #0003, 0 5px 8px #00000024, 0 1px 14px #0000001f;
	background-color: rgba(242, 243, 244, 0.2) !important;
}

.exp-document-title-heading a {
    color: #000000 !important;
	font-weight: normal;
	
}

.exp-document-title-heading a:hover {
    text-decoration: none !important;
	
}

.exp-logo-image {
    display: none;
}

.exp-logo a {
    display: block;
    width: 200px;
    height: 80px;
    background-image: url('../custom/images/logo_bbk.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

.breadcrumbs li {
	font-family: 'BundesSans' !important;
}

.page {
	width: 750px;
}

.expand-container .expand-content {
	padding: 12px !important;
}
