.present {
  margin-bottom: 0;
  padding-bottom: 20px; }
  .present * {
    font-weight: 300; }
  .present h1 {
    margin-bottom: 22px;
    display: inline-block;
    line-height: 67px;
    position: relative;
    color: blue;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase; }
    .present h1:after {
      position: relative;
      content: 'prefix';
      background-color: blue;
      height: 2px;
      width: 20%;
      left: 0;
      bottom: 0; }
  .present h2 {
    display: inline-block;
    line-height: 40px;
    position: relative;
    color: blue;
    color: #363434;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase; }
    .present h2:after {
      position: absolute;
      content: 'prefix';
      background-color: #616161;
       background-color:  blue;
      height: 2px;
      width: 20%;
      left: 0;
      bottom: 0; }
  .present h3 {
    color: #7ec778;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase; }
  .present p, .present ul li {
    color: #707070; }
  .present .img1 {
    width: 100%; }
  .present .gallerie-small {
    display: none; }
    .present .gallerie-small .collapsible-header {
      font-size: 18px;
      font-weight: 500; }
    .present .gallerie-small img {
      margin-top: 10px;
      width: 100%; }
  .present .gallerie img {
    margin-top: 10px;
    width: 100%; }
  .present .p-l1-right h2 {
    margin-bottom: 0;
    margin-top: 52px; }
  .present .p-l1-right h4 {
    color: #7ec778;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase; }
  .present .p-l1-right ul li {
    font-size: 12px; }
    .present .p-l1-right ul li:hover {
      padding-left: 5px;
      color: #616161;
      border-left: solid 5px #7ec778;
      background-color: #efefef;
      transition: 500ms; }
  .present .p-l1-right .gal-h {
    margin-top: 0; }
  .present .p-l1-right video {
    margin-top: 10px; }

@media only screen and (min-device-width: 300px) and (max-device-width: 600px) {
  .gallerie-small {
    display: block !important; }

  .gallerie, .gal-h {
    display: none !important; } }