




:root {
	--uniBlau-color: #355c8e;
	--uniOrange-color: #f39200;
}



a
{
	color: var(--uniBlau-color);
	padding: 0 2px;
	display: inline;
}


.link
{
	color: black;
	font-size: 11px;
}



#admin{7
  text-align: right;
  vertical-align: top; 
}

#head{
  width: 100%;
}
.array-field {
  border: 2px solid #474747;
  background: #FFE9D8;
  padding: 5px;
  margin: 5px;
}

.array-field-list li {
  list-style: circle;
  margin-left: 20px;
}

.parsed_query_header {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
}

.parsed_query {
  font-family: Courier, Courier New, monospaced;
  font-size: 10pt;
  font-weight: normal;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
}


.navigators {
  float: left;
  margin: 5px;
  margin-top: 0px;
  padding-top: 0px;
  margin-left: 0px;
  padding-left: 5px;
  width: 175px;
  position: relative;  
}

.tabs-bar {
  padding: 5px;
  width: 100%;
  border: 1px solid;
  border-width: 0px 0px 1px 0px;
}
.tab {
  font-weight: bold;
  padding: 5px;
  margin: 0px 5px;
  border: 1px solid;
  background-color: #dddddd;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.tab:hover {
  background: #FEC293;
}
.tab.selected {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.navigators h3 {
  background: #8e8e8e;
  padding: 2px 5px;
}

.navigators ul {
  list-style: none;
  margin: 0;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 0px;
}

.navigators ul li {
  color: #555;
  padding: 2px;
  padding-right: 0px;
}



.facet-field {
  font-weight: bold;
}

.highlight {
  color: white;
  background-color: gray;
  border: 1px black solid;
}

.highlight-box {
  margin-left: 15px;
}

.field-name {
  font-weight: bold;
}

.highlighted-facet-field {
  background: white;
}

.constraints {
  margin-top: 10px;
}

#query-form{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.filterTip
{
  font-size: 10px;
  background: #939393;
}

.query-box
{
	border-bottom: 1px solid #888
}

.query-box, .constraints {
  padding: 5px;
  margin: 5px;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.query-box #q {
  margin-left: 8px;
  width: calc(100% - 235px);
  height: 35px;
  border: 1px solid #999;
  font-size: 1em;
  padding: 3px 10px;
  font-family: 'Roboto';
}

.query_button {
  
  height: 35px;
  
}


.query-boost {
  
  top: 10px;
  left: 50px;
  position: relative;
  font-size: 0.8em;
}

.query-box .inputs{
	
  margin-left:auto;
  margin-right:auto;
  width: 1130px;
  
}

#logo {
  width: 115px;
  margin: 0px 0px 20px 12px;
  border-style: none;
}

.pagination {
  padding-left: 10px;
  background: #CCCCCC;
  margin: 5px;
  margin-left: 195px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.result-document {
  border: 1px solid #444;
  padding: 5px;
  margin: 15px;
  margin-left: 195px;
  margin-bottom: 15px;
  width: 95%;
}

.result-document div{
  padding: 5px;
}

.result-document {
  transition: 0.2s ease;

}
.result-document:hover {
  border: 1px solid #555566;
}


.result-title{
  width:80%;
}

.result-title th {
  text-align: left;
  font-weight: normal;
}



.result-body{
  background: #ddd;
}

.mlt{
  
}

.map{
  float: right;
  position: relative;
  top: -25px;  
}

.result-document:nth-child(2n) {
  background-color: #DDDDDD;

}


.selected-facet-field {
  font-weight: bold;
}

li.show {
  list-style: disc;
}

.group-value{
  font-weight: bold;
}

.error {
  color: #ff3030;
  left: 210px;
  width:80%;
  position: relative;

}


.smallHeading
{
	font-size: 16px;
	font-weight: bold;
	/*
	color: white;
	background: var(--uniBlau-color);
	padding: 1px;
	*/
}
.bigHeading
{
	font-size: 24px;
	font-weight: bold;
}

.bigRedHeading {
    
	font-size: 24px;
	font-weight: bold;
    color: red;
}


.label {
	
	font-weight: bold;
}
.value {
	
	font-weight: normal;
}


.floaty {
	diaplay: block;
	float: left;
}

/* Andere-Link*/

.no-hits-msg-div {
    font-size: 18px;
    color: gray;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    
}

/*docView classes*/


.docViewSegment {
	width: 100%;
	/*border: 1px solid gray;
	margin-left: auto;
	margin-right: auto;*/
	margin-top: 10px;
	
}

.mdTableHead {
	
	margin-left: 5px;
	text-align: left;
	border-bottom: 1px solid lightgray;
	min-width: 880px;
	max-width: 880px;
	
}

.docLinks{
	
	padding-left: 5px;
	min-width: 750px;
	max-width: 750px;
	
	
}

.mdTableData {
	
	font-weight: normal;
	font-size: 14px;
	margin-left: 5px;
	text-align: left;
	border-bottom: 1px solid lightgray;
	border-top: 1px solid lightgray;
	width: 95%;
	
	
	
}


.mdRow {
    width: 100%;
    
}

.mdRow:nth-child(2n)
{
	background: linear-gradient(to left,white, #DDDDDD);
}

.mdRow:nth-child(2n+1)
{
	background: linear-gradient(to left,#DDDDDD, white);
}

.labelCell
{
	min-width: 150px;
	max-width: 200px;
	width: 20%;
}

.disableLink {
	outline: none;
	
	
}

.iuimd_inputField {
    width: 100%;
    
}

.iuimd_inputField:invalid {
    outline: 1px solid red;
    
}

.iuimd_inputSpan{
    font-weight: normal;
    
}


.submitButton
{
    margin: 10px;
    margin-left: 310px;
    padding: 5px;
}


.inputCheckbox{
    font-weight: normal;
}

.iuimd_textarea {
    width: 100%;
    height: 265px;
    
    
}

.bigRedHeading {
    
    
}

.removeFilter {
	color: red;
	margin-right: 1px;
	font-weight: normal;


}
.removeFilter:hover {
	font-weight: bold;
}


.collapseButton {
	transform: rotate(270deg);
	background-image: url(/solr/img/ico/arrow.svg) !Important;
}

.collapseButton:hover{
	transform: rotate(270deg) scale(1.3);
}

.collapseButtonClosed {
	transform: rotate(90deg);d
	background-image: url(/solr/img/ico/arrow.svg) !Important;
}
.collapseButtonClosed:hover {
	transform: rotate(90deg) scale(1.3);
	
}


.disableLink::before {
	width: 20px;
	padding-left:8px;
	padding-right:8px;
	content: " ";
	background-image: url(/solr/img/ico/checkmark.png) ;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: center center;
}

.disableLink:hover::before {
	background-image: url(/solr/img/ico/cross.png) ;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: center center;
}


.smallFacetHeading
{
	font-weight: bold;
	font-size: 1.1em;
	padding: 3px;
	padding-top: 4px;
	padding-bottom: 5px;
	
	
}


#languageSelection {
	position: relative;
	float: right;
	min-width: 300px;
	text-align: right;
}

.languageLink {
	
} 



/* nouiSlider positioning css */
.sliderFacet {
	margin-top: 40px;
	margin-left: 17px;
	margin-right: 17px;
	margin-bottom: 35px;
	
	
}

#iuimd_dateSlider {
      width: 95%;
    
}

.noUi-value-large {
	margin-top: 8px;
}


body {
	margin: 0px;
	background: #f1f1f1;
}

html {
	background: #ffffff;
	margin-right: 10px;
}


#didYouMeanBox {
    margin-left: 14vw;
    margin-top: 10px;
    font-size: 16px;
}

#didYouMeanBox a {
    font-weight: bold;
    font-style: italic;
}

.redText14px {
    color: red;
    font-size: 14px;
}


.helpTextDiv {
    width: 50vw;
    margin-left: 15vw;
    margin-top: 0.5vw;
    font-size: 11px;
    font-family: helvetica;
    
}

#timeSliderDiv {
	max-width: 96%;
	
}



/* addons from Flo*/

			
			


body {
	font-family: Roboto, sans-serif;
	background: #ffffff !important;
}


:root {
    --uniBlau-color: #795548;
    --uniOrange-color: #f39200;
}

a {
    color: var(--uniBlau-color);
    padding: 0px 3px;
    display: inline;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.navigators {
    background: none !important;
    border-radius: 5px;
    border: solid 1px #ccc;
    margin: 5px;
}

.result-document:nth-child(2n) {
    background-color: rgba(255, 255, 255, 0);
}

.result-document {
    border: 1px solid #ccc;
    padding: 5px;
    padding-top: 15px;
    border-radius: 5px;
    margin: 10px auto !important;
}

.result-document:nth-child(2n) {
    background-color: rgba(255, 255, 255, 0);
}

.result-document:hover {
	border: 1px solid rgba(0, 0, 0, 0.27);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 6px 30px 0 rgba(0, 0, 0, 0.09);
}


.pagination {
    background: #ffffff;
}






.mainArea {
	display: flex;
}

#leftSide {
	height: auto;
	flex: 0 1 11%;
}

#rightSide {
	width: 100%;
	flex: 1 1 80%;
}

.open {
	display: block;
}
.closed {
	display:none;
}
#rightSide div
{
	margin-left: 5px;
}

/*********************************************************************/
/******************************************************************************/
/*** hit  ****************************************************/
/******************************************************************************/
/******************************************************************************/


.linkIcon {
	display: block;
	position: relative;
}


.search-icon-div {
	position: relative;
}

.icon-overlay-img {
	display: block;
	position: absolute;
	left: 5px;
	bottom: 1px;
	opacity: 0.7;	
}


/*********************************************************************/
/******************************************************************************/
/*** new generics ****************************************************/
/******************************************************************************/
/******************************************************************************/

.iui-tile {
	width: 170px;
	height: 175px;
	margin: 20px; 
	text-align: center;
	border-radius: 5px;

}
.tile-img-div {
	display: flex;
	width: 100%;
	height: auto;
	margin: auto;
	background-color: black;
	margin-top: -20px;
	border-radius: 5px 5px 0px 0px;
	
}
.tile-thumb-icon, .icon-overlay-img {
	width: auto;
    max-height: 35px;
    margin: auto;
    margin-top: auto;
    left: 0px;
    bottom: 0px;
    position: absolute;
    background: #feb914;
    padding: 5px;
    border-radius: 0px 5px 0px 0px;
	
	
}

.tile-action-icon {
	width: auto;
    max-height: 35px;
    margin: auto;
    margin-top: auto;
    top: -12px;
    right: 0px;
    position: absolute;
    background: rgba(254, 185, 20, 0.7);
    padding: 5px;
    border-radius: 5px 5px 5px 5px;
}
.tile-action-icon:hover {
	transform: scale(1.3);
}




.search-icon-div {
    padding: 0px !important;
	display: flex;
}

.tile-thumb {
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
	margin-top: auto;
	margin-bottom: auto;
	object-fit: cover;
    border-radius: 5px 5px 0px 0px;
    height: 112.5px;
    background: #feb914;
	
}


img.linkThumb {
    max-width: 125px;
}

.tile-title-div {
	margin: 5px;
	background: #feb914;
    margin: 0;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0px 5px 5px;
	
}
.tile-title{
	color: #000;
    font-size: 16px;
    font-weight: 500;
	margin: auto 5px;
	font-family: 'EB Garamond';
    font-weight: 500;	
}
			

.tile-overlay {
	display: block;
	position: absolute;
	width: 170px;
	height: 112.5px;
	background:none; 
	border-radius: 5px 5px 0px 0px;
}
.tile-overlay:hover {
	background:rgba(254,185,18,0.32); 
	transition: all 0.5s;
	-webkit-transition: all 1s;
	opacity: 1;
}




/*********************************************************************/
/******************************************************************************/
/*** docView generics ****************************************************/
/******************************************************************************/
/******************************************************************************/


#miniQueryForm {
	display: inline;
}


.miniQueryTextField {
	margin: 0px;
	padding: 0px;
	min-width: 120px;
	width: 30%;
	height: 23px;
	border-radius: 5px;
	shadow: none;
	
}
.miniQueryTextField {
	border-radius: 5px;
	shadow: none;
}

.miniQueryButton {
  background-color: #feb914; /* Green */
  border: 1px solid gray;
  color: #0c0c0c;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  box-shadow: none;
}
.miniQueryButton:hover {
  color: #000000;
  display: inline-block;
  cursor: pointer;
  box-shadow: 0 0 0 1pt black;
  
}


/******************************************************************************/
/******************************************************************************/
/*** Person View ****************************************************/
/******************************************************************************/
/******************************************************************************/

.docViewSegment .horizontal-container {
	display: flex;
	flex-direction: row;
    border-radius: 5px;
    margin-bottom: 20px;
}


.person-main-md-container .horizontal-container {
    border: none;
    margin: 0px;
}


.docview-portrait {
    background: #feb914;
    padding: 10px 10px 30px;
    border-radius: 4px 0px 0px 4px;
}

.docview-main-md {
    border: solid 1px #ccc;
    border-radius: 0px 5px 5px 0px;
    border-left: 0px;
    padding: 0px 20px 10px 20px;
}


.docview-main-container .horizontal-container {
    align-items: baseline;
}


.docview-portrait img {
    border-radius: 5px;
}


.docview-main-md h3 {
    font-family: 'EB Garamond';
    font-weight: 800;
    font-size: 22px;
	margin: 15px 0px;
}

.person-main-md-container {
    margin-bottom: 15px;
}


.label {
    font-family: 'EB Garamond';
    font-weight: 600;
    margin-right: 5px;
	font-size: 18px;
}

.person-main-md-container .horizontal-container {
    border: none;
    margin: 0px;
    align-items: baseline;
    font-size: 16px;
}

.docview-wrap-div {
    max-width: 1080px;
    display: flex;
    flex-wrap: wrap;
}


/******************************************************************************/
/******************************************************************************/
/*** Generic Edit ****************************************************/
/******************************************************************************/
/******************************************************************************/



#floating-submit-button-div {
	display: block;
	position: fixed;
	margin: 3px;
	padding: 10px;
	width: auto;
	height: auto;
	top: 5px;
	right: 5px;
	background-color: rgba(200,200,200,0.5);
	
	
}

#floating-submit-button-div li {
	display: inline;
}

#floating-submit-button-div ul {
	padding: 0px;
}

#floating-submit-button-div a {
	padding: 6px;
	border: 1px solid gray;
	background-color: rgba(245,162,0, 0.5);
}

#floating-submit-button-div a:hover {
	border: 1px solid black;
	background-color: rgba(255,192,50, 0.5);
	color: black;
	text-decoration: none;
}

#actions {
	position: relative;
	bottom: 5px;
	left: 0px;
}

#actions ul{
	list-style-type:none;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	
}

#actions li{
	width: auto;
}

.ico-button-link {
	padding: 6px 5px 4px 5px;
	background: rgba(255,235,189, 0.5);
	border: 1px solid rgba(255,192,50, 0.5);
	border-radius: 3px;
	display: inline-block;
	
}

.ico-button-link:hover {
	transform: scale(1.2);
	background: rgba(255,235,189, 0.7);
	
	
}





#add-win {
	display:none;
	position: absolute;
	margin: 10px;
	padding: 10px;
	border: 3px ridge;
	left: 300px;
	background: lightgray;
	z-index: 9999;
}

#close-add-win-div {
	margin-top: 20px;
	display:block;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.editor-metadaten-section {
	margin-top: 20px;
}



/******************************************************************************/
/******************************************************************************/
/*** Person Edit ****************************************************/
/******************************************************************************/
/******************************************************************************/


.add_rel_button {
	background: #feb914 ;
	text-align: center !important;
	font-size: 28px !important;
	padding-left: 8px !important;
	padding-right: 8px !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
	border-radius: 7px;
	
}

.add_rel_button:hover {
	background: #ffd934 !important;
	box-shadow: 0 0 0 1px white;
	color: #555555;
	cursor: pointer;
}



/******************************************************************************/
/******************************************************************************/
/*** Video Edit ****************************************************/
/******************************************************************************/
/******************************************************************************/

#titles span {
	margin: 3px;
	display: block;
	min-width: 100px; 
	background: lightgray;
	text-align: left;
	padding-left: 30px;
	
	
}

.heading-div {
	font-size: 24px;
	width: 100%;
	border-bottom: 3px solid gray;
	margin-top: 30px;
	margin-bottom: 10px;
	
}

#file-exchange-section {
	
}


#file-exchange-section .video-player-div {
	margin: 5px !important;
}

.file-label {
	background: lightgray;
	padding-left: 30px;
	margin-top: 20px;
	
}

 .editor-section {
 	margin-top: 30px;
 	
  }
 
 .text-div input {
 	min-width: 240px;
 }


/******************************************************************************/
/******************************************************************************/
/*** Video Edit ****************************************************/
/******************************************************************************/
/******************************************************************************/



.cv-div h3 {
	width: 100%;
	border-bottom: 2px solid #ffd934;
}

.cv-entry-div {
	padding: 8px;
	margin: 10px;
	border: 1px solid gray;
	background: lightgray;
	border-radius: 5px;
}

.cv-actions-div {
	position: relative;
	right: -5px;
	top: 3px;
	
	
}
.cv-actions-div .tile-action-icon {
	margin: 0px;
	top: -26px;
	
}

 
/******************************************************************************/
/******************************************************************************/
/*** Window ****************************************************/
/******************************************************************************/
/******************************************************************************/

#iui_win {
	display: none;
	position: absolute;
	background: rgba(133,122,127,0.85);
	
}

#iui_win ul {
	background: rgba(133,122,127,0.95);
	padding: 10px;
	margin: 0px;
	
}

#iui_win ul li:hover {
	background: rgba(254,185,18,0.95);
	cursor: pointer;
}






/******************************************************************************/
/******************************************************************************/
/*** Edit ****************************************************/
/******************************************************************************/
/******************************************************************************/




.i18ndiv {
	width: 100%;
	
}


.i18nTextarea {
	width: 100%;
	height: 200px;
}


.cv_select {
	word-break: break-all;
	
}


.delete_form {
	display: block;
	position: relative;
	top: 3px;
	right: 3px;
	
}

/******************************************************************************/
/******************************************************************************/
/*** OK Response ****************************************************/
/******************************************************************************/
/******************************************************************************/


#page-div {
	width: 70%;
	height: 86%;
	background: lightgray;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5%;
}

#messages-div ul
{
	width: 80%;
	background: #dddddd;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	list-style-type:none;
}

#messages-div li
{
	width: 90%;
	border-radius: 5px;
	margin: 10px;
	padding: 5px;
}


.warning-msg-li {
	background: #F7B600;
	border: 1px solid rgba(248, 120, 20, 0.7);
}
.error-msg-li {
	background: #F72000;
	border: 1px solid rgba(248, 20, 5, 0.7);
}
.normal-msg-li {
	background: #eeeeee;
	border: 1px solid rgba(255, 255, 255, 0.7);
}

#main-msg {
	width: 80%;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	border-radius: 5px;
	border: 1px solid gray;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#main-msg h2 {

}

#main-msg ul {
	width: 80%;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
	list-style-type:none;
}

#okbody, #okhtml {
	overflow-y: none;
}


/******************************************************************************/
/******************************************************************************/
/*** Media Tags ****************************************************/
/******************************************************************************/
/******************************************************************************/







@media screen and (max-width: 740px) {
	.docview-wrap-div {
		-ms-flex-wrap: wrap;
	    display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
}

}




@media only screen and (max-width: 640px)
{
	.navigators {
		width: 90px;
		word-break: break-word;
	margin-right: 10px;
		margin-bottom: 20px;
	}

	.result-document {
		margin-left: 110px;
		border: 0px;
	}

	.result-title {
		width: 95%;
		margin-left: 110px;
	}

	.pagination {
		margin-left: 110px;
		background: none !important;
	}
}





input#querySubmit {
    font-family: 'EB Garamond';
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 38px;
    padding-left: 50px;
    padding-right: 50px;
    color: #000;
    background-color: #feb914;
    border: 0px;
    width: 200px;
    margin-left: 1vw;
    height: 40px;
    border-radius: 5px;
    border: none !important;
    text-transform: capitalize;
	transition: 0.3s;
	cursor: pointer;
}


input#querySubmit:hover {
    background-color: #ffc741;
    transition: all .5s ease;
    border-radius: 3px;
}

div#query_div {
    display: flex;
    align-items: center;
}

input#q {
    border-radius: 5px !important;
}

input#q:hover {
    border-radius: 5px !important;
}

input#q:focus {
    outline-color: #e4e4e4 !important;
}

.query-box .inputs {
    margin-left: auto;
    margin-left: auto;
	width: 100%;

}

#query_types {
	text-align: center;
	
}


@media screen and (max-width: 550px){

div#query_div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

input#querySubmit {
    margin-top: 10px;
}

.query-box #q {
    width: 100%;
}

}


/* Further changes */

div#content {
    max-width: 1340px;
    margin: auto;
}


a {
    text-decoration: underline;
    text-decoration-color: #feb914;
}


#result_box {
    font-size: 16px;
    line-height: 26px;
    color: #1a1a1a;
}

.docview-md-text-div {
    font-size: 16px;
    line-height: 26px;
    color: #1a1a1a;
    text-align: justify;
}


.bild-container.horizontal-container img {
    max-width: 100%;
}

.cv-md-cell {
    display: flex;
    align-items: baseline;
    font-size: 16px;
    line-height: 26px;
}


.docview-cv-metadata .cv-md-cell-value:before {
    content: ":";
    margin-left: -4px;
    font-family: 'EB Garamond';
    font-weight: 700;
}

.docview-cv-metadata .cv-md-cell {
    padding: 5px;
    background: #feb914;
    margin-right: 10px;
	margin-bottom: 5px;
	margin-top:  5px;
    border-radius: 5px;
}

.docview-cv-metadata {
    display: flex;
	margin-bottom: 20px;
	    max-width: 100%;
    flex-wrap: wrap;
}

.docview-sol-metadata .label, .person-md-container .label, .person-video-container .label, .person-images-container .label {
    font-size: 22px;
    margin: 15px 0px;
    border-bottom: 2px solid #feb914;
}


.docview-sol-metadata .cv-md-cell-value:before {
    content: ">";
    font-family: monospace;
    font-weight: bold;
}


h5 {
    font-family: 'EB Garamond';
    font-size: 22px;
    margin: 20px 0px;
    border-bottom: 2px solid #feb914;
}


img#collapseImg {
    max-height: 15px;
	max-width: 15px;
}

.debug_label {
	display: none;
}
.breadcrumbs {
	display: none;
}

.md-container {
    margin: 10px 0px;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 5px 10px;
    margin-right: 10px;
    min-width: 29%;
}

.docview-md {
    display: flex;
    flex-wrap: wrap;
}

.md-container .label, .md-container .text-div {
    margin-bottom: 5px;
}

.text-div {
    font-size: 16px;
    line-height: 26px;
    padding-right: 5px;
}


@media screen and (max-width: 500px){
	
	.docViewSegment .horizontal-container {
    flex-wrap: wrap;
}

.docview-portrait {
    background: #feb914;
    padding: 10px 10px 30px;
    border-radius: 4px 4px 0px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.docview-main-md {
    border: solid 1px #ccc;
    border-radius: 0px 0px 5px 5px;
    padding: 0px 20px 10px 20px;
    border-left: 1px solid #ccc;
	width: 100%;
}


}






/******************************************************************************/
/******************************************************************************/
/*** FONTS ****************************************************/
/******************************************************************************/
/******************************************************************************/

/* eb-garamond-regular - latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('solr/wp-content/uploads/fonts/eb-garamond-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/solr/wp-content/uploads/fonts/eb-garamond-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/solr/wp-content/uploads/fonts/eb-garamond-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/solr/wp-content/uploads/fonts/eb-garamond-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/solr/wp-content/uploads/fonts/eb-garamond-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/solr/wp-content/uploads/fonts/eb-garamond-v14-latin-regular.svg#EBGaramond') format('svg'); /* Legacy iOS */
}
/* eb-garamond-700 - latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 700;
  src: url('/solr/wp-content/uploads/fonts/eb-garamond-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/solr/wp-content/uploads/fonts/eb-garamond-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/solr/wp-content/uploads/fonts/eb-garamond-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/solr/wp-content/uploads/fonts/eb-garamond-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/solr/wp-content/uploads/fonts/eb-garamond-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/solr/wp-content/uploads/fonts/eb-garamond-v14-latin-700.svg#EBGaramond') format('svg'); /* Legacy iOS */
}

/* eb-garamond-500 - latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 500;
  src: url('/solr/wp-content/uploads/fonts/eb-garamond-v14-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/solr/wp-content/uploads/fonts/eb-garamond-v14-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/solr/wp-content/uploads/fonts/eb-garamond-v14-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/solr/wp-content/uploads/fonts/eb-garamond-v14-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/solr/wp-content/uploads/fonts/eb-garamond-v14-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/solr/wp-content/uploads/fonts/eb-garamond-v14-latin-500.svg#EBGaramond') format('svg'); /* Legacy iOS */
}
/* eb-garamond-600 - latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 600;
  src: url('/solr/wp-content/uploads/fonts/eb-garamond-v14-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/solr/wp-content/uploads/fonts/eb-garamond-v14-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/solr/wp-content/uploads/fonts/eb-garamond-v14-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/solr/wp-content/uploads/fonts/eb-garamond-v14-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/solr/wp-content/uploads/fonts/eb-garamond-v14-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/solr/wp-content/uploads/fonts/eb-garamond-v14-latin-600.svg#EBGaramond') format('svg'); /* Legacy iOS */
}
/* eb-garamond-800 - latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 800;
  src: url('/solr/wp-content/uploads/fonts/eb-garamond-v14-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/solr/wp-content/uploads/fonts/eb-garamond-v14-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/solr/wp-content/uploads/fonts/eb-garamond-v14-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('/solr/wp-content/uploads/fonts/eb-garamond-v14-latin-800.woff') format('woff'), /* Modern Browsers */
       url('/solr/wp-content/uploads/fonts/eb-garamond-v14-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/solr/wp-content/uploads/fonts/eb-garamond-v14-latin-800.svg#EBGaramond') format('svg'); /* Legacy iOS */
}


/******************************************************************************/
/******************************************************************************/
/*** FONTS ****************************************************/
/******************************************************************************/
/******************************************************************************/

