.masonry_buttons .button {
  display: inline-block;
  padding: 0.5em 1.0em;
  border-radius: 4px;
  background: #ffffff;
  font-family: sans-serif;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #000000;
  margin: 10px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.masonry_buttons .button:hover {
  background-color: #e0202c;
  color:#fff;
  border: 1px solid #e0202c;
}
.masonry_buttons .button:active,
.masonry_buttons .button.is-checked {
  background-color: #e0202c;
  color:#fff;
  outline: none;
 border: 1px solid #e0202c;
}

.masonry_buttons .button-group {
  margin: 20px 0;
  text-align: center;
}

.masonry_buttons .button-group:after {
  content: '';
  display: block;
  clear: both;
}

.masonry_grid img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
}
 
.masonry_grid {
display: flex;
  max-width: 1200px;
  flex-wrap: wrap;
width: 100%;
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: space-between;
gap:50px;
margin-bottom: 3em;
}
 

 

.masonry_grid .composedcontent-dvv-box {
  float: left;
  position: relative;
    width: 31.3%;
}




.masonry_grid .composedcontent-dvv-box .nr.basecontent-line-break-text {
  position: absolute;
  left: .5em;
  top: .5em;
  padding:.25em .5em;
  background: #e0202c;
  color: #fff !important;
  border-radius: 50%;
  border: 2px solid #e0202c;
}



@media (max-width: 1024px) {
	.masonry_grid .composedcontent-dvv-box {
    width: 31.3%;
  }
  	.masonry_grid .composedcontent-dvv-box.breit {
    width: 48%;
  }
}

@media (max-width: 767px) {
	.masonry_grid .composedcontent-dvv-box {
    width: 48%;
  }

}

@media (max-width: 479px) {
	.masonry_grid .composedcontent-dvv-box {
    margin: 2% 0;
    width: 100%;
  }
}