 div.pv_table { 
      display: table; 
      border-collapse:collapse; 
	  width:100%;
	  margin-bottom:20px;
    }
    div.pv_row { 
      display:table-row; 
    }
    div.pv_cell { 
      display:table-cell; 
      border:1px solid #eaeaea; 

    }
	.pv_bez {font-weight:bold; width:150px;}
	.pv_table_inner .pv_cell {border:none; padding:10px}
	
	div.pv_row {
	  display: table-row;
	}
	
	.pv_row01 {height:72px;}
	.pv_row02 {height:40px;}
	.pv_row03 {height:60px;}
	.pv_row04 {height:80px;}
	.pv_row05 {height:50px;}
	.pv_row06 {height:75px;}
	.pv_row07 {height:140px;}
	
	div.pv_cell {
	  display: table-cell;
	  padding:10px;
	  font-size:15px;
	}
	.pv_table_inner {display:table; border-collapse: collapse;} 
	.pv_table_info {height:200px; padding:0px !important;}

	
	div.pv_row01:hover  {background-color: #e9f3fa;}
	div.pv_row02:hover  {background-color: #e9f3fa;}
	div.pv_row03:hover  {background-color: #e9f3fa;}
	div.pv_row04:hover  {background-color: #e9f3fa;}
	div.pv_row05:hover  {background-color: #e9f3fa;}
	div.pv_row06:hover  {background-color: #e9f3fa;}
	div.pv_row07:hover  {background-color: #e9f3fa;}

	#pv_totop {
    cursor: pointer;
    background-color: #278dd1;
    color: #fff !important;
    width: 166px;
    margin-bottom: 20px;
    padding: 8px;
    text-align: center;
    border: 1px solid #fff;
    float: right;
    line-height: 16px;
    font-size: 15px !important;
    clear: none !important;
}

#pv_totop a {
    color: #fff !important;
}

.pv_ul {
    clear: both;
    margin-left: 12px;
    width: 95% !important;
	margin-bottom:10px;
}

.pv_table_info img {
    width: 250px;
    margin-left: 100px;
margin-bottom: 20px;
}

.topic {
    color: #fff !important;
    background: transparent;
        background-repeat: repeat;
        background-image: none;
    background-repeat: repeat;
    background-image: none;
    padding: 7px;
    width: 200px;
    display: block;
    background-image: url(https://www.medewo.com/tools/media/SPS/info_arrow.png);
    background-repeat: no-repeat;
	font-size: 26px !important;
    padding: 10px;
}

#pv_lightbox li::before, .seo_text .produktvergleich li::before {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-right: -5px;
    background-image: url(https://www.medewo.com/skin/frontend/medewo/medewo/images/sprite.png);
    background-position: 0px -340px;
    width: 5px;
    height: 7px;
    content: "";
	left: -10px;
	
}

.pv_ul li {margin-left:10px;}

div.pv_table_head {margin-bottom:-1px;}
div.col_1, div.col_1 {min-width:404px;}

.pv_tip {
    width: 100% !important;
}

		
			
.pv_tooltip {
  position: relative;
  display: inline-block;
  cursor:pointer;
  color: #278dd1;
}

.pv_tooltip .pv_tooltiptext {
  visibility: hidden;
  min-width: 250px;
  max-width: 300px;
  background-color: #fff;
  color: rgb(102, 102, 102);
  text-align: center;
  border-radius: 0px;
  padding:10px;
  position: absolute;
  z-index: 1000000000000000000;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  border: 1px solid #278dd1;
  
  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 1s;
}
.pv_col_05 .pv_tooltiptext {width:200px}

.pv_tooltip:hover .pv_tooltiptext {
  visibility: visible;
  opacity: 1;
}

#produktvergleich_anker {
    padding-top: 40px;
    display: block;
}

#pv_totop:hover a {
  color: #278dd1 !important;
  text-decoration:none;
}