.frame_height_table {
	width:100%;
	background-color:#fff;
	border-collapse: collapse;
	border: 2px solid #151515;
	box-shadow: 0 2px 8px 1px rgba(181, 181, 181, 0.26);
	margin: 60px 0;
}
.frame_height_table tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
.frame_height_table td {
	font-weight: 400;
	text-align: center;
}
.frame_height_table td.empty-value {
	color: #b5b5b5;
}
@media only screen and (min-width: 768px) {
	.frame_height_table {
		margin: 60px 0;
	}
	.frame_height_table tr.header1 {
		background-color: #fff;
	}
	.frame_height_table tr.header2 {
		background-color: #dedede;
	}
	.frame_height_table td {
		padding: 26px 15px
	}
	.frame_height_table th, .frame_height_table td {
		border-left: 1px solid #151515;
		border-right: 1px solid #151515;
	}
	.frame_height_table th {
		font-weight: 800;
		font-size: 18px;
		text-align: center;
		color: #151515;
		border-top: 2px solid #151515;
		border-bottom: 2px solid #151515;
	}
	.frame_height_table .header1 th {
		text-transform: uppercase;
		padding: 26px 15px;
	}
	.frame_height_table .header2 th {
		padding: 14px 15px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.frame_height_table th {
		font-size: 16px;
	}	
}
@media only screen and (max-width: 767px) {
	.frame_height_table {
		margin: 30px 0;
	}
	.frame_height_table .header1 {
		text-align:center;
		text-transform: uppercase;
		background-color:#fff!important
	}
	.frame_height_table .header2 {
		display:none
	}
    .frame_height_table tr{
		display:grid;
		border-bottom:1px solid #151515;
		padding: 20px 0 10px;
    }
	.frame_height_table  tr.header1 {
		border-bottom:2px solid #151515;
		padding: 15px;
	}
    .frame_height_table tr:last-child {
		border-bottom:none;
	}	
    .frame_height_table td:nth-of-type(1):before { content: 'Körpergröße (cm)'; }
    .frame_height_table td:nth-of-type(2):before { content: 'Schrittlänge (cm)'; }
    .frame_height_table td:nth-of-type(3):before { content: 'Rahmengröße Zoll \aReifengröße 27,5"'; }
    .frame_height_table td:nth-of-type(4):before { content: 'Rahmengröße Zoll \aReifengröße 29"'; }
    .frame_height_table td:nth-of-type(5):before { content: 'Rahmengröße'; }

    .frame_height_table td:before{
      width:70%;
      float:left;
	  color:#151515;
	  font-weight:800;
	  text-align: left;
	  white-space: normal;
      word-break: break-word;
    }
    .frame_height_table td{
		width: 100%;
		padding: 0 10px 15px 10px;
		border: none;
    }

}
@media only screen and (max-width: 575px) {
}

