#media main #latests {
  padding: 15px 0 20px;
  text-align: center;
  margin: 0;
}
#media main #latests .container {
  width: 95%;
  margin: 0 auto;
  padding: 20px 0;
  border: 2px solid #f4f0ea;
  border-radius: 10px;
}
#media main #latests .container .header h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#media main #latests .container .header h1 > span {
  position: relative;
  font-size: 36px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 3.6px;
  line-height: 1;
  padding: 0 9px 0 9px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #media main #latests .container .header h1 > span {
    color: #fcfbf9;
  }
}
#media main #latests .container .header h1 > span:not(:last-child) {
  margin-bottom: 7.2px;
}
#media main #latests .container .header h1 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #media main #latests .container .header h1 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #media main #latests .container .header h1 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#media main #latests .container .header h1 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
#media main #latests .container .header p {
  font-size: 18px;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: 3.2px;
  text-align: center;
  padding: 20px 0 40px 0;
}
#media main #latests .container .header h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#media main #latests .container .header h2 > span {
  position: relative;
  font-size: 26px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  line-height: 1;
  padding: 0 6.5px 0 6.5px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #media main #latests .container .header h2 > span {
    color: #fcfbf9;
  }
}
#media main #latests .container .header h2 > span:not(:last-child) {
  margin-bottom: 5.2px;
}
#media main #latests .container .header h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #media main #latests .container .header h2 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #media main #latests .container .header h2 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#media main #latests .container .header h2 {
  padding-bottom: 30px;
  text-transform: uppercase;
}
#media main #latests .container .media-browse {
  width: 95%;
  margin: 0 auto;
}
#media main #latests .container .media-browse ul {
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}
#media main #latests .container .media-browse ul li a .media-item {
  height: 250px;
}
#media main .uni {
  padding: 15px 0 20px;
  text-align: center;
  margin: 25px 0 0 0;
}
#media main .uni h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#media main .uni h2 > span {
  position: relative;
  font-size: 24px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  line-height: 1;
  padding: 0 6px 0 6px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #media main .uni h2 > span {
    color: #fcfbf9;
  }
}
#media main .uni h2 > span:not(:last-child) {
  margin-bottom: 4.8px;
}
#media main .uni h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #media main .uni h2 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #media main .uni h2 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#media main .uni h2 {
  padding: 10px 0;
  text-transform: uppercase;
}
#media main .uni .container {
  width: 95%;
  margin: 0 auto;
  padding-top: 20px;
}
#media main .uni .container .footer {
  padding: 30px 0 10px 0;
}
#media main .uni.beige {
  background-color: #f4f0ea;
}
#media main .uni.beige h2 span::before {
  background-color: #ffffff;
}
#media main .teaser {
  padding: 15px 0 20px;
  text-align: center;
  background-color: #f4f0ea;
  margin: 25px 0 0 0;
  display: flex;
  flex-direction: column;
}
#media main .teaser .header {
  width: 100%;
}
#media main .teaser .header h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#media main .teaser .header h2 > span {
  position: relative;
  font-size: 56px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 5.6px;
  line-height: 1;
  padding: 0 14px 0 14px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #media main .teaser .header h2 > span {
    color: #fcfbf9;
  }
}
#media main .teaser .header h2 > span:not(:last-child) {
  margin-bottom: 11.2px;
}
#media main .teaser .header h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #ffffff;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #media main .teaser .header h2 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #media main .teaser .header h2 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#media main .teaser .header h2 {
  padding: 25px 0 40px 0;
  text-transform: uppercase;
}
#media main .teaser .header h2 span.right {
  align-self: flex-end;
}
#media main .teaser .header h2 span.right::before {
  border-radius: 10px 0 0 10px;
}
#media main .teaser .header p {
  font-size: 18px;
  line-height: 120%;
  font-weight: 300;
  letter-spacing: 1.6px;
  text-align: center;
  padding: 0px 30px 40px 30px;
}
#media main .teaser .desc {
  width: 100%;
  padding-top: 45px;
}
#media main .teaser .desc .img {
  width: 95%;
  height: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  border-radius: 10px 0 0 10px;
}
#media main .teaser .desc .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#media main .teaser .desc .img span {
  position: absolute;
  font-size: 16px;
  line-height: 120%;
  padding: 10px 20px;
  bottom: 0;
  left: 0;
  letter-spacing: 1.6px;
  font-weight: 400;
  text-transform: uppercase;
}
#media main .teaser .desc .img span.video {
  background-color: #60707a;
}
#media main .teaser .desc .img span.foto {
  background-color: #FFD341;
}
#media main .media-browse ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  row-gap: 20px;
}
#media main .media-browse ul li a {
  display: flex;
  flex-direction: column;
  text-align: left;
  height: 100%;
  justify-content: flex-start;
}
#media main .media-browse ul li a .media-item {
  width: 100%;
  height: 200px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
#media main .media-browse ul li a .media-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#media main .media-browse ul li a .media-item p {
  position: absolute;
  padding: 10px 20px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
}
#media main .media-browse ul li a .media-item p span {
  text-transform: none;
}
#media main .media-browse ul li a .media-item p.video {
  background-color: #60707a;
}
#media main .media-browse ul li a .media-item p.foto {
  background-color: #FFD341;
}
#media main .media-browse ul li a .media-desc {
  width: 95%;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.6px;
  padding: 10px 0 10px 0;
}
#media main .media-browse ul li a .media-cat {
  width: 95%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
#media main .media-browse ul li a .media-cat span {
  font-weight: 500;
}

#video h2 {
  margin-top: 40px;
  font-size: 18pt;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
#video ul.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#video ul.gallery.new {
  padding-bottom: 20px;
}
#video ul.gallery li {
  flex-basis: 100%;
  padding: 15px 10px;
  box-sizing: border-box;
}
#video ul.gallery li div[data-get=img] {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 66.6666666667%;
  background-size: cover;
  border-radius: 15px;
}
#video ul.gallery li div[data-get=img] a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 66.6666666667%;
  margin-top: -66.6666666667%;
  background-size: 50px;
}
#video ul.gallery li div[data-get=img] .date {
  padding: 3px 10px;
  display: block;
  position: absolute;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 10px;
  font-size: 10pt;
  text-align: right;
  bottom: 0;
  right: 0;
  color: #ffffff;
  background-color: rgba(50, 50, 50, 0.7);
}
#video ul.gallery li p strong {
  padding-top: 5px;
  font-weight: 500;
  display: block;
  color: #336699;
}
#video .more-results {
  padding: 30px 0 80px 0;
  text-align: center;
  border-bottom: 1px solid #c5ddfc;
}

#video-dtl main div.article {
  padding-bottom: 100px;
}

#video-other-dtl main {
  padding-bottom: 100px;
}
