.chart-wrapper {
      margin-bottom: 50px;
    }

    .chart-title {
      text-align: center;
      font-size: 18px;
	  margin-bottom: 10px;
    }

    .chart {
      display: flex;
      gap: 10px;
      justify-content: center;
      flex-wrap: wrap;
	  height: 140px;;
    }

    .bar {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
	  justify-content: end;
    }
	.chart div:nth-of-type(4n) {
		margin-right: 20px;
	}
	.chart div:last-of-type {
		margin-right: 0;
	}

    .bar-inner {
      width: 26px;
      background-color: #888;
      transition: height 0.5s ease;
      border-radius: 4px;
      position: relative;
    }

    .bar-label {
      font-size: 0.75em;
      text-align: center;
      margin-top: 4px;
	  height: 30px;
    }

    .tooltip {
      visibility: hidden;
      background: #333;
      color: #fff;
      padding: 4px 6px;
      border-radius: 4px;
      font-size: 0.7em;
      position: absolute;
      bottom: 110%;
      white-space: nowrap;
      opacity: 0;
      transition: opacity 0.3s;
	  z-index:1;
    }

    .bar:hover .tooltip {
      visibility: visible;
      opacity: 1;
    }
	.bar:hover .bar-inner {
		outline: 1px solid rgba(186, 186, 55, 0.5);
	}

#bike-banner {
	margin-top: 150px;
	width: 100%;
	height: auto;
	margin-bottom: -4px;
}
.bike-page::before {
	content: "";
	background: url('/images/page-specific/logo.png') no-repeat;
	height: 402px;
	width: 346px;
	position: absolute;
	left: 28px;
	top: 145px;
	background-size: 90%;
}
.bike-page h1, .bike-page h2, .bike-page p {
	text-align: center;
	color: white;
}
.bike-page h1, .bike-page h2 {
	font-family: 'Lobster',cursive;
	font-size: 60px;
	font-weight: 800;
	margin-top: 10px;
	margin-bottom: 12px;
	line-height: 1.2;
}
.bike-page h3 {
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.2;
	font-family: 'Poppins',sans-serif;
	color: white;
}
.bike-page strong {
	font-weight: 600;
}
.bike-page .mstandardpost article section a {
	color: white;
	font-weight: 400;
}
.button-red {
  background-color: #f04647;
  color: white;
  font-weight: 600;
  padding: 6px 20px;
  border-radius: 10px;
  margin-top: 6px;
  display: inline-block;
}
.bike-page .mstandardpost article p {
	line-height: 1.6;
	font-family: 'Poppins',sans-serif;
	font-size: 18px;
	margin: 0;
}
.bike-page .groups {
	border-top: 20px solid white;	
}
#body_385,
#body_425,
#body_386,
#body_426,
#group-id-380,
#group-id-421
 {
	position: relative;
	display: flex;
}
#body_385::before,
#body_385::after,
#body_425::before,
#body_425::after,
#body_386::before,
#body_386::after,
#body_426::before,
#body_426::after,
#group-id-380::after,
#group-id-421::after {
	content: "";
	position: absolute;
}
#body_387 article a:hover,
#body_427 article a:hover {
	text-decoration:underline;
	cursor: pointer;
}
#body_386::before,
#body_426::before {
	background: url('/images/page-specific/post-backgrounds/damscykel.png') no-repeat;	
	height: 252px;
	width: 169px;
	left: -252px;
	bottom: -16px;
}
#body_386::after,
#body_426::after {
	background: url('/images/page-specific/post-backgrounds/herrcykel.png') no-repeat;	
	height: 221px;
	width: 171px;
	right: -221px;
	top: 62px;
}
#group-id-383,
#group-id-423 {
	background-image: url('/images/page-specific/post-backgrounds/redgreen.png');
	background-position: right top;
	background-repeat: no-repeat;
}


#body_385::before,
#body_425::before {
	background: url('/images/page-specific/post-backgrounds/moln_s.png') no-repeat;	
	height: 118px;
	width: 153px;
	left: -252px;
	top: 53px;
}
#body_385::after,
#body_425::after {
	background: url('/images/page-specific/post-backgrounds/moln_m.png') no-repeat;	
	height: 176px;
	width: 228px;
	right: -221px;
	top: -26px;
}

#group-id-387,
#group-id-427 {
	background-image: 
	url('/images/page-specific/post-backgrounds/fyr_2.png'), 
	url('/images/page-specific/post-backgrounds/replot-bridge.png');
	background-position: 2% 488px,right bottom;
	background-repeat: no-repeat, no-repeat;
}

#group-id-381,
#group-id-422 {
	background-image: 
	url('/images/page-specific/post-backgrounds/valle_astor.png'), 
	url('/images/page-specific/post-backgrounds/redgreen_kurikka.png');
	background-position: 8% 90%,93% 90%;
	background-repeat: no-repeat, no-repeat;
}

#group-id-380::after,
#group-id-421::after {
	background: url('/images/page-specific/post-backgrounds/trad_boka.png') no-repeat;
	height: 157px;
	width: 112px;
	left: 50%;
	top: 57%;
	transform: translateX(-50%);
}


#body_387 h3,
#body_427 h3 {
	font-weight: 600;
	margin-bottom: 23px;
}
#body_387 p,
#body_427 p {
	text-align: left;
	margin-bottom: 8px;
	position: relative;
	padding-left: 20px;
}
#body_387 p::before,
#body_427 p::before {
	content: "";
	background: url(/images/page-specific/Map_marker.svg) no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 5px;
}


#group-id-387,
#group-id-427,
#group-id-380,
#group-id-421 {
	border-top: 0;
}

#body465,
#body_424 .mstandardpost,
#body_380,
#body_421 {
	background-image: url("/images/line_afterpost_repeat.png");
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 24px;
}

#group-id-380,
#group-id-421 {
	border-bottom: 78px solid #578b1a;
}


@media only screen and (max-width: 1650px) {
	#group-id-383,
	#group-id-423 {
		background-size: 45%;
	}
}

@media only screen and (max-width: 1635px) {
	#body_385,
	#body_425,
	#body_386,
	#body_426 {
		width: 65%;
	}	
}

@media only screen and (max-width: 1460px) {
	#group-id-387,
	#group-id-427 {
		background-position: 43% 84%,right bottom;
	}
}

@media only screen and (max-width: 1330px) {
	#group-id-381,
	#group-id-422 {
		background-position: center 6%, center 93%;
		padding: 189px 0px 216px 0px !important;
	}
}

@media only screen and (max-width: 1290px) {
	#body_386::before,
	#body_386::after,
	#body_426::before,
	#body_426::after {
		position: initial;
	}
	#body_386::before,
	#body_426::before {
		margin: 0 auto 20px;
	}
	#body_386::after,
	#body_426::after {
		margin: 40px auto 0;
	}

	#group-id-386,
	#group-id-426 {
		padding: 45px 0px 60px 0px !important;
	}
	#body_385,
	#body_425 {
		width: 50%;
	}
}

@media only screen and (max-width: 1170px) {	
	#group-id-387,
	#group-id-427 {
		background-position: right 42%,right bottom;
	}
}

@media only screen and (max-width: 1170px) {
	#body_380 .mstandardpost,
	#body_421 .mstandardpost {
		margin-bottom: 20px;
	}
	#body463 {
		margin-bottom: 40px;
	}
	#group-id-380::after,
	#group-id-421::after {
		top: 72%;
	}
	
}
@media only screen and (max-width: 1015px) {
	#feedback-chart .flex {
		flex-direction: column;
	}
	.individual-chart {
		overflow: scroll;
	}
	.individual-chart .chart {
		width: 870px;
		margin-top: 65px;
	}
	.individual-chart .chart-title {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
}
@media only screen and (max-width: 920px) {
	#group-id-383,
	#group-id-423 {
		padding: 178px 0px 133px 0px !important;
	}
	#group-id-383,
	#group-id-423 {
		background-size: 60%;
	}
}

@media only screen and (max-width: 900px) {
	#body_385,
	#body_425 {
		width: 90%;
	}
	#body_385::before,
	#body_425::before {
		left: -10px;
		top: -94px;
		background-size: 66%;
	}
	#body_385::after,
	#body_425::after {
		display: none;
	}
	.bike-page::before {
		height: 239px;
		width: 204px;
		background-size: 91%;
	}
}

@media only screen and (max-width: 720px) {
	#body_421 .mstandardpost,
	#body_380 .mstandardpost {
		margin-bottom: 40px;
	}
	#group-id-383,
	#group-id-423 {
		background-size: 75%;
	}
	#group-id-387,
	#group-id-427 {
		background-size: auto, 70%;
	}
	#group-id-421::after,
	#group-id-380::after {
		top: 85%;
	}
	.bike-page::before {
		background-size: 57%;
		left: 0;
	}
}

@media only screen and (max-width: 480px) {
	#group-id-383,
	#group-id-423 {
		background-size: 100%;
	}
	#group-id-387,
	#group-id-427 {
		padding-bottom: 180px !important;
		background-position: 7% 98%,right bottom;
		background-size: 15%,70%;
	}
	#group-id-380,
	#group-id-421 {
		padding-bottom: 65px !important;
	}
	#body_421 > li:last-of-type,
	#body461.mstandardpost {
		margin-bottom: 20px;
	}

	#group-id-381,
	#group-id-422 {
		padding: 195px 0px 213px 0px !important;
		background-size: 61%;
		background-position: center 5%,center 95%;
	}
	#group-id-380::after,
	#group-id-421::after {
		top: 89%;
		background-size: 83%;
	}
	#body_380,
	#body_421 {
		padding-bottom: 56px;
	}
}