#pinterest-container { 
	width: 1086px; 
	height: 673px !important;  
	overflow: auto !important; 
	box-shadow: none !important; 
	border: none !important;}

#pinterest-container::-webkit-scrollbar-corner {
  background: var(--hintergrund1);
}

#pinterest-container::-webkit-scrollbar {
  width: 2.5px;
  background: var(--hintergrund1);
}

#pinterest-container::-webkit-scrollbar-thumb {
  background: var(--hintergrund1);
}

#pinterest-container [class$=_img] {
  display: block !important;
  box-shadow: none !important;
  border-radius: 0 !important;
border: none !important;

}

#pinterest-container [class$=_col] {
  padding: 2px;
margin-top: 2px;
}

#pinterest-container [class$=_button] {
  display: none !important;
}

#pinterest-container [class$=_board] {
  box-shadow: none !important;
  background-color: var(--hintergrund2);
  width: 1000px;
  /* height: 390px; */
}

#pinterest-container span span {
  overflow: hidden !important;
  height: 70% !important;
    border: none !important;
    box-shadow: none !important;
}