.objectlayout_element_data .pimcore_editable_wysiwyg {
    max-width: 760px !important;
}


.well {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 20px;
  background-color: #F4F4F4;
  margin: 30px 0;
  display: block; }


blockquote, .quote {
    font-style: normal;
    border-left: none;
    padding-left: 45px;
    margin: 30px 0;
    display: block;
    font-size: calc(26px + 0.3vw);
    line-height: 120%;
    font-weight: 400;
    background-image: url(/var/assets/imgfiles/virgol.svg);
    background-position: top 3px left;
    background-repeat: no-repeat;
    background-size: 31px 30px;
    color: #D7282F;
    max-width: 90%;
    letter-spacing: -0.01em;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}

a.btn {
    padding: 15px 30px;
    border: none;
    outline: 0px;
    -webkit-appearance: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: none;
    transition: 0.18s;
    -webkit-transition: 0.18s;
    white-space: normal;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
    background-color: #D7282F;
    color: #ffffff;
    display: inline-block !important;
}

hr {
  border: 0;
  border-top: 1px solid #e5e5e5 !important;
}


/*Stile main images per renderle come nei documents*/
@media(min-width: 1800px){
  
  .objectlayout_element_mainImages .x-autocontainer-innerCt{
    height: auto;
    display: flex !important;
    flex-wrap: wrap;
  }
  
  .objectlayout_element_mainImages .object_field_type_image{
    flex: 1 0 21%; /* explanation below */
    margin: 5px;
  }

  .objectlayout_element_mainImages .pimcore_image_container .x-autocontainer-innerCt{
    height: 100%;
  }
  
}

.pimcore_editable_wysiwyg blockquote {
    padding-left: 50px !important;
}

p {
    padding-top: 6px;
    padding-bottom: 6px;
}