body {
  padding-top: 70px;
}
.bs-wrapper 
{
    position: relative;
    margin: 15px 0;
    padding: 39px 19px 14px;
    background-color: white;
    border: 1px solid #DDD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bs-wrapper::after
{
    content: attr(data-title);
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    background-color: whiteSmoke;
    border: 1px solid #DDD;
    color: #9DA0A4;
    -webkit-border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
    border-radius: 4px 0 4px 0;
}

.spacer {
    margin-top: 40px;
}
.medium-spacer {
    margin-top: 70px;
}
.large-spacer {
    margin-top: 100px;
}
.zertifikate .image_container .image {
	max-width:100%;
}

.table thead  {
  display: none;
}

.table tr td, .table tr th  {
  display: block;
  float: left;
  width: 100%;
}

.table tr th {
  white-space: nowrap;
}

.table tr td {
  white-space: normal;
}

.table td.description {
  white-space: normal;
}

.table tbody tr th {
  border-top: 2px solid #757575;
  margin-top: 40px;
}

.table tbody tr:nth-child(1) th {
  margin-top: 0px; 
}

.table.knowledge td {
  line-height: 30px;
}

.modal-lg {
  width: 90%;
  max-width: 1200px;
}
.modal-lg img {
  max-width: 100%;
}

.thumbnail {
  border: 1px solid #B1B1B1;
}

@media (min-width: 768px) {
  .table thead  {
    display: table-header-group;
  }
  .table tr td, .table tr th {
    display: table-cell;
    float: none;
    width: auto;
  }
  .table tbody tr th {
    border-top: 1px solid #ddd;
  }
  .business tr td:nth-child(4) {
    display:none;
  }
  .business tr th:nth-child(4) {
    display:none;
  }
}

@media (min-width: 992px){
  .business tr td:nth-child(4) {
    display:table-cell;
  }
  .business tr th:nth-child(4) {
    display:table-cell;
  }
  .portfolio-rows>.clear:nth-child(2n+1)::before {
    content: '';
    display: table;
    clear: both;
  }
}

@media (min-width: 1200px){
  .table tr th {
      white-space: nowrap;
  }
  .table tr td {
      white-space: nowrap;
  }
}


@media (max-width: 767px) {
  .portfolio-rows>.clear.top:nth-child(4n)::before {
    content: '';
    display: table;
    clear: both;
  }
  .portfolio-rows>.clear.bottom:nth-child(2n)::before {
    content: '';
    display: table;
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .portfolio-rows>.clear.top:nth-child(4n)::before {
    content: '';
    display: table;
    clear: both;
  }
  .portfolio-rows>.clear.bottom:nth-child(4n)::before {
    content: '';
    display: table;
    clear: both;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .portfolio-rows>.clear.top:nth-child(4n)::before {
    content: '';
    display: table;
    clear: both;
  }
  .portfolio-rows>.clear.bottom:nth-child(6n)::before {
    content: '';
    display: table;
    clear: both;
  }
}
@media (min-width: 1200px) {
  .portfolio-rows>.clear.top:nth-child(4n)::before {
    content: '';
    display: table;
    clear: both;
  }
  .portfolio-rows>.clear.bottom:nth-child(8n)::before {
    content: '';
    display: table;
    clear: both;
  }
}