/*

		Paracelsus Magazin CSS
	
*/

.paramag_entry_top_container {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	}
.paramag_entry_top_image {
	width: 30%;
	}
.paramag_entry_top_text {
	width: 70%;
	
	}


.paramag_entry_top_text > h1 {
	word-wrap:break-word;
	}


.paramag_search {
  position: relative;
  color: #aaa;
 	margin-top: 6px;

}

.paramag_search input {
  width: 100%;
  height: 40px;
	padding: 10px !important;
	font-size: 15px;
  /* background: rgba(255,255,255,0.9);*/
  background: #fff;
  color: #666 !important;
  border: 1px solid #aaa;

  border-radius: 1px;


}
.paramag_search input:active {
	 border: 1px solid #aaa;
	}

.paramag_search input { text-indent: 26px;}
.paramag_search .fa-search {
	font-size: 14px;
  position: absolute;
  top: 11px;
  left: 11px;
}

.paramag_search .fa-times-cicrle {
	font-size: 14px;
  position: absolute;
  top: 11px;
  right: 11px;
}

.paramag_search_container {
	display: block;
	background-color: #f9f9f9;
	padding: 10px;
	margin-bottom: 30px;
	}
	
	
.paramag_search_result {
	float: left;
	width: 46%;
	padding: 1%;
	margin: 1%;
	}







.paramag_small_entry {
	width: 120px; 
	text-align:center; 
	padding: 3px 5px 10px 5px;
	}
.paramag_image_large {
	float:right;
	padding: 0 0 50px 0;
	display: inline-block;
	}
