/*
MODUL: Content Block Polygone 1
*/

section.rd-module-content-p2                         { z-index:3; overflow:visible}
.rd-module-content-p2 .rd-container                  { max-width:var(--medium-container-width); --grid-gap:4rem; --modul-margin-top:8rem; }
.rd-content-text-image-p2                            { display:flex; --textbox-padding:2.4rem; --header-margin-bottom:1.5rem; gap:var(--grid-gap); }
.rd-content-text-image-p2 .rd-text-box               { font-size:var(--font-size-medium); max-width:390px; }
.rd-content-text-image-p2 .rd-text-box .rd-text-box-wrapper *:last-child { margin-bottom:0; }
.rd-module-content-p2:before {
  position: absolute;
    z-index: -1;
    content: '';
    width:25vw;
    height: 110%;
    min-width:225px;
    max-width:460px;
    background-color: var(--color-1);
    left:0;
    top: -5%;
    clip-path: polygon(0 9%, 71% 0, 100% 46%, 0% 100%);
  /*  min-width: 360px;
    max-height: 660px;*/
}
.rd-content-text-image-p2 .rd-image figcaption       { font-size:var(--font-size-small); padding-right:3rem;  }


@media (max-width:1280px) {
  .rd-module-content-p2:before                       { left: -70px; }
}

@media (max-width:960px) {
}
@media (max-width:768px) {
  .rd-content-text-image-p2                           { flex-wrap: wrap; }
  .rd-content-text-image-p2 .rd-text-box              { max-width:100%; width:100%; order:2; }
  .rd-content-text-image-p2 .rd-image                 { order:1; max-width:100%; width:100%;  }
  .rd-content-text-image-p2 .rd-image figcaption      { margin:0;  padding:0.5rem 3rem 0.5rem 0; }
}

@media (max-width:660px) {
  .rd-module-content-p2:before                        { left: -5vw; }
  .rd-module-content-p2:before                        { top:0; width: 225px; height: 360px; }
}
