/*
============================================================================

THIS PART IS FROM OLD .CSS FILE "IBR_FORMAT.CSS"

============================================================================
*/
a:link {
	color: rgb(255, 0, 0);
}

a:visited {
	color: rgb(255, 0, 0);
}

a:active {
	color: rgb(255, 0, 0);
}

body {
	background-color: rgb(250, 250, 240)
}

h1 {
	color: rgb(255, 0, 0);
	font-size: 18pt;
	font-weight: bold;
	font-family: Arial Black;
}

h2 {
	color: rgb(255, 50, 50);
	font-size: 12pt;
	font-style: italic;
	font-family: MS Sans Serif;

}

h3 {
	color: rgb(130, 130, 130);
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial;
}

h4 {
	color: rgb(255, 0, 0);
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial;
}

h5,
h6,
ol,
p,
div {
	color: rgb(130, 130, 130);
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial;
}

ul{
	color: rgb(130, 130, 130);
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial;
	list-style-type: square;
}

table,
td,
th {
	color: rgb(130, 130, 130);
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial;
}

/*
============================================================================

THIS PART IS AFTER REWORK OF THE IBR PAGE

============================================================================
*/
body {
  font-family: Arial;
}

#custom_body {
  margin: 0px;
}

#navigation {
  width: 100%;
}

#content {
  display: flex;
  width: 100%;
  height: 100%;
}

#nav_frame {
  width: 100%;
  height:158px;
  border: none;
}

#left_frame {
  width: 190px;
  border: none;
}

#content_frame {
  flex-grow: 1;
  width: auto;
  border: none;
}

#content_frame_impressum {
  flex-grow: 1;
  width: auto;
  border: none;
  margin: 15px;
}

#navigation_impressum {
  margin: 15px;
}

#table_impressum {
  margin-left: 15px;
}

.product_box {
  width: 730px;
  background-color: #fcfcf5;
  border-style: groove;
  border-radius: 30px;
  margin: 20px;
}

.product_box_content {
  margin: 30px;
}

.left_content {
  width: 207px;
}

.right_content {
  padding-left: 20px;
}

.prospect_img {
  width: 207px;
  height: 290px;
  border: 2px outset darkgray;
}

.flex {
  display: flex;
}

.center {
  justify-content: center;
}

.align_center {
  align-items: center;
}

.prospect_link:visited {
  color: transparent;
}

.prospect_link {
  position: relative;
  display: inline-block;
}

.overlay_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.prospect_link:hover .overlay_icon {
  opacity: 1;
}

.gray_text {
  color: rgb(130, 130, 130);
}

.bold {
  font-weight: bold;
}

.font_size_10 {
  font-size: 10.0pt;
}

.width_145 {
  width: 145px;
}

.product_text {
  min-height: 234px;
  padding-right: 20px;
  padding-left: 20px;
}

.content_space {
  justify-content: space-around;
}

#mainpage_img {
  margin-left: 40px;
  margin-top: 100px;
}

.margin-0 {
  margin: 0;
}

.red {
  color: red;
}

#exception_product_box {
  width: 730px;
  height: 220px;
  background-color: #fcfcf5;
  border-style: groove;
  border-radius: 30px;
  margin: 20px;
}

#exception_product_text {
  height: 104px;
  padding-right: 20px;
  padding-left: 20px;
}

#meic_core_product_text{
  height:222px;
}

#ho_content{
  width:750px;
}

#ho_text{
  width:650px;
}

.ho_productgroup{
  width:250px;
  padding: 10px;
  margin-right:20px;
  background-color: #f0f1f2;
  margin-bottom: 20px;
  border-style: groove;
  border-radius: 10px;
}

.invisible{
  visibility: hidden;
}

#impressum_content{
  width:750px;
}

#frames{
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
}

.color-black{
  color: black;
}

.margin-right-5px{
  margin-right: 5px;
}

.d-block{
  display:block;
}

.interface-icon{
  position: absolute;
  top: 0%;
  left: 0%;
}

.height-inherit{
  height:inherit;
}