
.cols-wrapper {
  margin: 0 auto;
  padding: var(--col-padding) 0 0;
}

.cols-wrapper:first-child {
  padding-top: calc(var(--col-padding) * 3);
}

.cols-full {
  overflow-x: hidden;
}

.cols-full > .cols {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: inherit;
  width: 100%;
}

.cols-parallax {
  background-size: cover;
  padding: 100px 0 20px;
  background-position: bottom center;
}

.cols-50-50 {
  padding-top: 40px
}

.col {
  margin: 0 0 1em;
}

.col-pic + .col-txt {

}

.col-video {
  align-self: flex-end;
}

.col.col-module_ContactForms {
  text-align: left;
  margin: 0 auto;
}

.cfweb-cb {
  display: inline-block;
  margin: 0 14px 0 0;
}

.content table {
  max-width: 100%;
  text-align: left;
}

.col-module_ContactForms {
  max-width: 960px;
}

.col-pic a {
  display: block;
  position: relative;
  text-decoration: none;
}

.col-pic a:hover {
  box-shadow: 10px 10px 10px rgba(var(--main-dark-color), .1), -10px -10px 10px rgba(var(--main-dark-color), .1);
  color: rgb(var(--main-dark-color));
  text-decoration: none;
}

.col-pic a:hover:before {
  border: 16px solid rgb(var(--main-highlight-color));
  bottom: -30px;
  content: '';
  left: -30px;
  position: absolute;
  right: -30px;
  top: -30px;
}

.pic-info {
background: rgba(var(--sub-light-color), 1);
  padding: 30px;
}

.pic-info-category {
  font-family: var(--sub-font-stack);
  font-size: 3.4rem;
}

.pic-info-pic {

}

.pic-caption {
  background: rgba(var(--main-light-color), .8);
  color: rgb(var(--main-dark-color));
  bottom: 0;
  font-size: .8em;
  left: 0;
  padding: 4px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.col-pic img {
  width: 100%;
}

.wwuniversaldata-objects h2 {
  line-height: 1;
  margin: 0 0 .2em;
}

.wwuniversaldata-objects h2 + div {
  font-size: 2.4rem;
  line-height: 1;
  margin: 0 0 .5em;
}

.wwuniversaldata-objects ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.wwuniversaldata-objects li {
  font-size: 2.8rem;
  margin: 0 0 2em;
  padding: 0;
}

.wwuniversaldata-objects li a {
  border: 16px solid transparent;
  display: block;
  padding: 10px;
  text-decoration: none;
}

.wwuniversaldata-objects li a img {
  width: 100%;
}

.wwuniversaldata-objects li a:hover,
.wwuniversaldata-objects li a:focus{
  border: 16px solid rgb(var(--main-highlight-color));
  color: rgba(var(--main-dark-color), 1);
}

.wwuniversaldata-objects li a:hover img,
.wwuniversaldata-objects li a:focus img {
  box-shadow: 10px 10px 10px rgba(var(--main-dark-color), .1), -10px -10px 10px rgba(var(--main-dark-color), .1);
}

.wwuniversaldata-objects-heading {
  font-size: 2rem;
}

.wwuniversaldata-objects-heading strong {
  display: block;
  font-family: var(--sub-font-stack);
  font-size: 3.4rem;
  line-height: 1;
}

.wwuniversaldata-objects-content {
  padding: 20px 0;
}

.col-module_UniversalData_detail hr {
  margin: 2em 0 1em;
}

.col-module_UniversalData_detail img {
  width: 100%;
}

.wwuniversaldata-object-info {
  font-size: 1.7rem;
}

.wwuniversaldata-object-info h2 {
  font-size: 2.4rem;
  margin: .3em 0 .5em;
  padding: 0 6px;
}

.wwuniversaldata-object-info hr {
  margin: 2em 0 2em;
}

.wwuniversaldata-object-info table {
  border: 0;
}

.wwuniversaldata-object-info td {
  border: 0;
  padding: 3px 6px;
}

.wwuniversaldata-object-prices td:last-child {
  text-align: right;
}

.wwuniversaldata-object-prices tr:hover td {
  background: rgba(var(--sub-dark-color), .2);
}

@media screen and (min-width: 900px) {

  .cols-wrapper:first-child {
    padding-top: calc(var(--col-padding) * 1);
  }

  .cols {
    display: flex;
    justify-content: space-between;
    gap: 50px;
  }

  .cols-100 {
    display: block;
  }

  .cols-100 .col-pic img {
    width: 100%;
  }

  .col {
    margin: 0;
  }

  .cols-50-50 {
    max-width: 1600px;
  }

  .cols-50-50 .col {
    width: 45%;
  }

  .cols-50-50 .col-txt {
  }

  .cols-50-50 .col-txt:last-child {
  }

  .cols-25-25-25-25 .col {
    width: 24%;
  }

  .cols-75-25 .col {
    width: 30%;
  }

  .cols-75-25 .col:first-child {
    width: 65%;
  }

  .cols-33-33-33 {
    display: flex;
    justify-content: space-between;
  }

  .cols-33-33-33 .col {
    width: 32%;
  }

  .cols-33-33-33 .col-video {
    width: 27%;
  }

  .cols.cols-33-66 {
    display: flex;
    justify-content: space-between;
  }

  .cols-33-66 .col:first-child {
    width: 34.2%;
  }

  .cols-33-66 .col:last-child {
    width: 60%;
  }

  .col-right {
    text-align: right;
  }

  .wwuniversaldata-objects h2 {
    margin: 0 0 .2em /*25px*/;
  }

  .wwuniversaldata-objects h2 + div {
    font-size: 3.8rem;
    margin: 0 0 1em /*25px*/;
  }

  .wwuniversaldata-objects ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    left: -25px;
    position: relative;
    width: calc(100% + 50px);
  }

  .wwuniversaldata-objects ul li {
    flex: 1;
    max-width: 25%;
    min-width: 25%;
  }

  .wwuniversaldata-objects ul li img {
    aspect-ratio: 37/28;
    height: auto;
    max-width: 100%;
    object-fit: cover;
  }

}

@media screen and (min-width: 1400px) {

  .cols-wrapper:first-child {
    padding-top: calc(var(--col-padding) * 1.5);
  }

  .cols-50-50 .col-txt {

  }

  .cols-50-50 .col-pic {
    width: 720px;
  }

  .cols-parallax {
    padding: 190px 0;
    background-attachment: fixed;
  }

  .wwuniversaldata-objects-heading {
    font-size: 2.8rem;
  }

}
