/*  ------------------------------------------------------
    file: style_team.css
    website: rkpgmbh.de
    usage: special css sytles just for team overview

    author: thomas bruhin, media sonics, 
            4144 arlesheim, switzerland

    addons for RK GmbH: 2016-08-08
    2025-08-29 farbaenderungen: rgb(101,152,166) zu rgb(0,34,64)
    ------------------------------------------------------
*/

.leftcol { display: table-cell; }
.middlecol { display: table-footer-group; }
.rightcol { display: table-header-group; }

.leftcol h4 { font-weight: 400; color: rgb(51,51,51); margin-top: 20px; margin-top: 1.25rem; }
.rightcol ul li:before { content: ""; }
.leftcol a,
.middlecol a,
.rightcol a { border-bottom: none; padding: 0; margin: 0; line-height: 140%; }

.main ul li {
  padding-left: 0;
  text-indent: -3px;
  text-indent: -0.1875rem;
}

.bordertop_mobile { border-top: 1px solid rgb(0,34,64); padding-top: 2px; padding-top: 0.125rem; margin-top: 20px; margin-top: 1.25rem;}

.main a:hover { font-weight: 600; }

/*  ------------------------------------
    MEDIA QUERIES
    ------------------------------------ */
@media screen and (min-width: 750px) {
  .leftcol,
  .middlecol,
  .rightcol { display: table-cell; vertical-align: top; width: 250px; padding-right: 20px; padding-right: 1.25rem; padding-bottom: 0; }
  
  .middlecol { padding-right: 0; text-align: center; }
  .rightcol { padding-right: 0; padding-left: 20px; padding-left: 1.25rem; }
  
  .bordertop_mobile { border-top: none; padding-top: 0; margin-top: 0; }
  
 .caption { display: inline-block; width: 230px; text-align: center; font-size: 14px; font-size: 0.875rem; }

}

@media screen and (min-width: 950px) {

}