/* Donna e Mobile */
@import url("https://use.typekit.net/uap0pub.css");
/* Breakpunten */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 1500px) {
  body {
    font-size: 16px;
  }
}

@media (max-width: 1000px) {
  body {
    font-size: 15px;
  }
}

@media (max-width: 550px) {
  body {
    font-size: 12px;
  }
}

/* Headings */
h1, h2, h3, h4, h5 {
  font-family: 'Posterama', sans-serif;
  font-weight: 300;
  line-height: 1.1em;
}

h1 span, h2 span, h3 span, h4 span, h5 span {
  font-weight: 100;
}

/* Buttons */
a {
  color: #000;
}

a:visited, a:hover {
  color: #000;
}

a.button {
  display: inline-block;
  font-family: 'Posterama', sans-serif;
  padding: 0.5em 1.5em;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 300;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 1s all;
  transition: 1s all;
}

a.button:hover {
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* Menu stylings */
.inline-menu ul {
  font-family: 'Posterama', sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
}

.inline-menu ul li {
  display: inline;
  padding: 0 2em 0 0;
  font-size: 1em;
}

.inline-menu ul li:last-child {
  padding: 0;
}

.inline-menu ul li a {
  color: #000;
  text-decoration: none;
  font-weight: 300;
  text-transform: lowercase;
}

/* Grids */
.primary-grid {
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 1500px) {
  .primary-grid {
    padding: 0 2em;
  }
}

.secondary-grid {
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 1500px) {
  .secondary-grid {
    padding: 0 2em;
  }
}

@media (max-width: 550px) {
  .secondary-grid {
    padding: 0;
  }
}

/* Marges */
.page {
  margin: 0;
}

.wrapper {
  margin: 0;
}

.social-block {
  text-align: right;
}

.social-block ul {
  list-style: none;
  margin: 0;
}

.social-block ul li {
  display: inline-block;
  margin: 0.5em 0.25em 0 0;
}

.social-block ul li a {
  display: block;
  width: 22px;
  height: 22px;
  background: url("https://207993.claudeassets.com/20250708102331im_/https://donna-e-mobile.com/wp-content/themes/donnamobile/img/yt-icon.svg") no-repeat;
  background-size: contain;
}

.social-block ul li.in a {
  background-image: url("https://14205e.claudeassets.com/20250708102331im_/https://donna-e-mobile.com/wp-content/themes/donnamobile/img/in-icon.svg");
}

.social-block ul li.fb a {
  background-image: url("https://622d34.claudeassets.com/20250708102331im_/https://donna-e-mobile.com/wp-content/themes/donnamobile/img/fb-icon.svg");
}

.social-block ul li.ig a {
  background-image: url("https://9bf805.claudeassets.com/20250708102331im_/https://donna-e-mobile.com/wp-content/themes/donnamobile/img/ig-icon.svg");
}

.social-block ul li.yt a {
  background-image: url("https://207993.claudeassets.com/20250708102331im_/https://donna-e-mobile.com/wp-content/themes/donnamobile/img/yt-icon.svg");
}

/* Header */
.header {
  position: fixed;
  top: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr 1fr;
      grid-template-columns: 1fr 2fr 1fr;
  padding: 1em 2em;
  width: 100%;
  z-index: 999;
  background: #fff;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 1000px) {
  .header {
    padding: 2em 1em 2em 1em;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media (max-width: 550px) {
  .header {
    padding: 2em;
    text-align: center;
  }
}

.header .logo a {
  width: 400px;
  height: 90px;
  display: inline-block;
  text-indent: -9999px;
  background: url("https://952483.claudeassets.com/20250708102331im_/https://donna-e-mobile.com/wp-content/themes/donnamobile/img/dem-logo-new.png") no-repeat left;
  background-size: contain;
}

@media (max-width: 550px) {
  .header .logo a {
    width: 180px;
    height: 30px;
  }
}

.header .inline-menu {
  padding: 1.5em 0;
}

@media (max-width: 1000px) {
  .header .inline-menu {
    display: none;
  }
}

.header .social-block {
  padding: 1.5em 0;
}

@media (max-width: 1000px) {
  .header .social-block {
    display: none;
  }
}

.header .mobile_menu {
  display: none;
  position: absolute;
  right: 2em;
  top: 2em;
}

@media (max-width: 1000px) {
  .header .mobile_menu {
    display: block;
  }
}

/* Footer */
.footer {
  position: relative;
  background: #f8f8f8;
  margin-top: 3em;
  padding: 3em 0;
  overflow: hidden;
}

.footer .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
      grid-template-columns: 2fr 1fr;
}

@media (max-width: 550px) {
  .footer .container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.footer .container .adres .col {
  display: inline-block;
  padding: 0 1.5em 0 0;
}

@media (max-width: 550px) {
  .footer .container .adres .col {
    display: block;
  }
}

.footer .container .social-media {
  text-align: right;
}

@media (max-width: 550px) {
  .footer .container .social-media {
    text-align: left;
    margin-top: 1em;
  }
}

.footer li {
  list-style: none;
  display: inline-block;
  margin: 0 0 0 1em;
}

@media (max-width: 550px) {
  .footer li {
    margin: 0 1em 0 0;
  }
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50vh;
  width: 100%;
  overflow: hidden;
  margin-top: 7em;
}

@media (max-width: 550px) {
  .hero {
    height: 100vh;
  }
}

.hero .content {
  text-align: center;
  max-width: 900px;
  color: #fff;
}

@media (max-width: 1000px) {
  .hero .content {
    max-width: 750px;
  }
}

@media (max-width: 550px) {
  .hero .content {
    padding: 0 4em;
  }
}

.hero .content h1 {
  font-size: 2em;
  line-height: 1.2em;
}

.hero .content .tagline {
  padding-top: 1em;
}

.hero .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.hero .bg img {
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero .bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 2;
}

.hero .bg .video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 3;
}

.hero .bg .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /*@media (min-aspect-ratio: 16 / 9) {
                    width: 100%;
                    height: auto; 
                }
    
                @media (max-aspect-ratio: 16 / 9) {
                    width: auto;
                    height: 100%;
                }
    
                @media (min-width: 1150px) {
                    width: 100% !important;
                    object-fit: cover;
                }*/
}

.hero .mute-video {
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.hero .mute-video a {
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: url("https://13164c.claudeassets.com/20250708102331im_/https://donna-e-mobile.com/wp-content/themes/donnamobile/img/unmute.svg") no-repeat;
  background-size: contain;
}

.hero .mute-video a.active {
  background-image: url("https://7f5d8e.claudeassets.com/20250708102331im_/https://donna-e-mobile.com/wp-content/themes/donnamobile/img/mute.svg");
}

.hero .owl-slider {
  z-index: 1;
}

.hero .owl-slider .item {
  width: 100%;
  height: 50vh;
}

.hero .owl-slider .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.about-box {
  margin: 5em 0 0;
  padding: 4em 0 6em;
  text-align: center;
}

@media (max-width: 550px) {
  .about-box {
    margin: 3em 0 4em;
    padding-bottom: 3em;
  }
}

.about-box .inline-logo {
  display: inline-block;
  width: 350px;
  height: 125px;
  background: url("https://952483.claudeassets.com/20250708102331im_/https://donna-e-mobile.com/wp-content/themes/donnamobile/img/dem-logo-new.png") no-repeat;
  background-size: contain;
}

@media (max-width: 1000px) {
  .about-box .inline-logo {
    width: 280px;
    height: 70px;
  }
}

@media (max-width: 550px) {
  .about-box .inline-logo {
    width: 220px;
    height: 50px;
  }
}

.about-box .content {
  display: inline-block;
  margin-bottom: 2em;
  max-width: 800px;
}

@media (max-width: 1000px) {
  .about-box .content {
    width: 100%;
  }
}

.about-box .content p {
  margin: 0;
}

.talent-box {
  text-align: center;
}

.talent-box .content {
  max-width: 800px;
  margin: 0 auto 3em auto;
}

.talent-box .showcases {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1em;
  margin-bottom: 2em;
}

@media (max-width: 550px) {
  .talent-box .showcases {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.talent-box .showcases .preview {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.talent-box .showcases .preview .naam {
  position: absolute;
  top: calc(80% - 1em);
  left: 0;
  width: 100%;
  font-size: 1.5em;
  font-weight: 700;
  z-index: 9;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}

.talent-box .showcases .preview .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 0.5em);
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.talent-box .showcases .preview:hover {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

.talent-box .showcases .preview:hover .naam {
  top: calc(50% - 1em);
  opacity: 1;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}

.talent-box .showcases .preview:hover .overlay {
  background: rgba(0, 0, 0, 0.45);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.talent-box a:not(.button) {
  text-decoration: none;
  color: #000;
}

.live-box {
  margin-top: 6em;
}

.live-box h2 {
  text-align: center;
}

.live-box .line {
  line-height: 2em;
  padding: 0;
  font-weight: 700;
  color: #fff;
}

.live-box .teaser-bar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  padding: 1em 2em;
  background-image: -webkit-gradient(linear, left top, right top, from(#B73E4D), color-stop(32%, #AC75C5), to(#E1BD69));
  background-image: linear-gradient(-270deg, #B73E4D 0%, #AC75C5 32%, #E1BD69 100%);
}

@media (max-width: 550px) {
  .live-box .teaser-bar {
    text-align: center;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media (max-width: 550px) {
  .live-box .teaser-bar .social-block {
    text-align: center;
  }
}

@media (max-width: 550px) {
  .live-box .teaser-bar .social-block ul {
    padding: 0;
  }
}

.live-box .instagram-container {
  margin-top: 5em;
}

.live-box .instagram-container .top-bar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
      grid-template-columns: 2fr 1fr;
  font-size: 1.5em;
}

@media (max-width: 550px) {
  .live-box .instagram-container .top-bar {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.live-box .instagram-container .top-bar h4 {
  margin: 0;
}

.live-box .instagram-container .top-bar a.link {
  text-align: right;
  font-size: 0.75em;
}

@media (max-width: 550px) {
  .live-box .instagram-container .top-bar a.link {
    display: none;
  }
}

.live-box .instagram-container .ig-updates {
  min-height: 200px;
  margin-top: 2em;
  margin-left: -1em;
  margin-right: -1em;
}

.live-box .instagram-container .ig-updates .ig-post {
  display: block;
}

.live-box .instagram-container .ig-updates .ig-post img {
  width: 100%;
  height: auto;
}

.text-container {
  max-width: 1000px;
  margin: 10em auto 5em;
}

.text-container h1 {
  margin: 1em 0 0 0;
}

.text-container .photo {
  width: 100%;
}

.text-container .photo img {
  width: 100%;
  height: auto;
}

.centered-text-box {
  max-width: 1000px;
  text-align: center;
  margin: 5em auto;
}

.centered-text-box h2 {
  margin: 0;
}

.centered-text-box .inline-ddw-logo {
  display: inline-block;
  width: 220px;
  height: 42px;
  background: url("https://bc92b4.claudeassets.com/20250708102331im_/https://donna-e-mobile.com/wp-content/themes/donnamobile/img/ddw-logo.svg") no-repeat;
  background-size: contain;
  margin-bottom: 1em;
}

@media (max-width: 1000px) {
  .centered-text-box .inline-ddw-logo {
    width: 180px;
    height: 30px;
  }
}

@media (max-width: 550px) {
  .centered-text-box .inline-ddw-logo {
    width: 150px;
    height: 25px;
  }
}

/* 2-kolom tekst */
.twee-kol-content .secondary-grid {
  max-width: 1000px;
  margin: 5em auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 2em;
}

@media (max-width: 1000px) {
  .twee-kol-content .secondary-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    margin: 0 2em;
  }
}

/* Events list */
.events-list .container {
  margin-top: 2em;
}

.events-list .container .event-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin: 0.5em 0 0;
  padding: 1em;
  border: 1px solid #000;
}

.events-list .container .event-row div {
  width: 20%;
}

.events-list .container .event-row .title {
  width: 25%;
  font-weight: 700;
}

.events-list .container .event-row .location {
  width: 35%;
}

.events-list .container .event-row .date {
  width: 25%;
}
  
/* Updates */
.updates-box {
  margin: 10em 0 5em;
}

.updates-box .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2em;
}

@media (max-width: 550px) {
  .updates-box .container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.updates-box .container a {
  text-decoration: none;
}

.updates-box .container .link {
  text-decoration: underline;
}

.partners-logo-box {
  margin-top: 3em;
}

.partners-logo-box .title {
  width: 100%;
  text-align: center;
}

.partners-logo-box img {
  width: 100%;
  height: auto;
}

.partners-logo-box .partner-logos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  grid-gap: 2em;
}

.partners-logo-box .partner-logos img {
  width: 100%;
  height: auto;
}

@media (max-width: 1000px) {
  .partners-logo-box .partner-logos {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 550px) {
  .partners-logo-box .partner-logos {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

.mobile-menu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  top: -110%;
  left: 0;
  background: #fff;
  z-index: 9999;
  overflow: hidden;
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-box-shadow: 3px 3px 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.mobile-menu-box.visible {
  top: 0;
  -webkit-transition: 1s all;
  transition: 1s all;
}

.mobile-menu-box .menu {
  font-size: 1.5em;
  margin: 0;
  padding: 0;
}

.mobile-menu-box .menu ul li {
  display: block;
  text-align: center;
  padding: 0 0 1em;
}

.mobile-menu-box .close {
  position: absolute;
  right: 2em;
  top: 2em;
  width: 20px;
  height: 20px;
}
/*# sourceMappingURL=global.css.map */
/*
     FILE ARCHIVED ON 07:25:38 May 03, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:13:49 Aug 19, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.388
  exclusion.robots: 0.046
  exclusion.robots.policy: 0.037
  esindex: 0.006
  cdx.remote: 21.676
  LoadShardBlock: 74.849 (3)
  PetaboxLoader3.datanode: 109.05 (5)
  PetaboxLoader3.resolve: 1078.231 (2)
  load_resource: 1148.207
  loaddict: 55.534
*/