/*******************************************************
*
Theme Name:     SDW 2.0
Theme URI:      schuellerdewaal.com
Description:    ArtDirection-Site
Version:        1.0
Author:         Tina Hoeke
License:        none (public domain)
*
*******************************************************/


/*******************************************************
    1 Global Settings
*******************************************************/

/*** horizontale Navigation ***/
.inline {
  margin: 0;
  padding: 0;
  text-align: center;
}
  .inline li, .inline div {
    display: inline-block;
    list-style: none;
  }

.flex-horizontal {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
  }


/*** text-align ***/
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}



/*******************************************************
    1 Font-Settings
*******************************************************/

/* *** Global *** */

html {
  font-family: 'Times New Roman', Times, Georgia, Palatino, serif;
  line-height: 1.2;
  font-style: normal;
  font-weight: normal;
}

.serif {
  font-family: 'Times New Roman', Times, Georgia, Palatino, serif;
}
.sans-serif {
  font-family: Arial, 'Lucida Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.monospace {
  font-family: 'Courier New', Courier, Monaco, 'Lucida Console', monospace;
}

.txt-small {
  font-size: .8em;
}
.txt-bold {
  font-weight: bold;
}


/* *** Module *** */

h1, h2, h3, h4, p, ul, form, table {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4 {
  text-transform: uppercase;
}
  h1 {
    margin-bottom: 1rem;
  }
  h2 {
    margin-bottom: 2.5rem;
  }
  h3 {
    font-weight: normal;
  }

  p, ul, table, form {
    margin-bottom: 2rem;
  }

h2, h3, p, ul, table, dl, a, b {
  font-size: 1.3rem;
  line-height: 1.5;
  }

ul, li {
  list-style: none;
  text-align: left;
}

dt {
  font-weight: bold;
}


/* *** Links *** */
a:link, a:hover, a:focus, a:visited, a:active {
    color: rgb(45,170,225);
  }
  a:hover, a:focus,
  .icon,
  .button {
      text-decoration: none;
    }


  .without-line {
    text-decoration: none;
  }
  .without-line:hover, .without-line:focus {
    text-decoration: underline;
  }


  /*.icon, .mainmenue a {
    color: #000;
    transition: color .2s;
  }
    .icon:hover,.icon:focus {
      color: orange;
    }
  .icon-big {
    font-size: 5em;
  }*/


  .button:link, .button:hover, .button:focus, .button:visited, .button:active {
    display: block;
    padding: 12px 24px;
    margin: 2% auto;
    width: 33%;
    min-width: 200px;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    background-color: rgb(197,197,196);
    border-radius: 24px;
    transition: background-color .2s;
  }
    .button:hover, .button:focus {
      background-color: orange;
    }



/*******************************************************
    2 Layout
*******************************************************/

body {
  text-align: center;
  background-color: #fff;
  color: rgb(45,170,225);
  margin: 0;
}
  .bg-blue,
  .bg-blue .mainmenue {
    background-color: rgb(224,242,251);
  }
  .bg-pink,
  .bg-pink .mainmenue {
    background-color: rgb(252,219,210);
  }

.wrapper {
  margin: 5vw auto 0 auto;
  width: 95%;
  max-width: 1440px;
}


/* *** Header *** */
.mainmenue {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-transform: uppercase;
  background-color: #fff;
}
  .mainmenue a {
    padding: 3vw 3vw 1vw 3vw;
  }

.logo {
  position: relative;
  width: 33%;
  max-width: 480px;
  margin: 2vw;
  z-index: 1000;
}


/* *** Content *** */
section {
  margin-bottom: 60px;
  padding-bottom: 48px;
  border-bottom: 2px solid rgb(45,170,225);
}


/* *** Newsletter Sign Up *** */

.profile-nl {
    width: 33%;
    max-width: 480px;
    margin: 0 auto;
  }
  .profile-nl h2,{
    margin-bottom: 0;
    }

input[type=email]{
   margin-top: 36px;
   width: 100%;
   min-height: 48px;
   border-radius: 24px;
   text-align: center;
   background-color: #fff;
   color: rgb(52,167,222);
   outline: none;
   border: none;
 }
input[type=submit],
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
  height: 30px;
   width: 100%;
   text-align: right;
   color: rgb(52,167,222);
   font-weight: bold;
   text-transform: uppercase;
   background: none;
   outline: none;
   border: none;
 }
  input[type=submit]:hover,
  input[type=submit]:active,
  input[type=submit]:focus {
    text-decoration: underline;
    height: 30px;
  }

  /* *** Footer *** */

footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 100px;
  color: #000;
}
  footer a:link, footer a:hover, footer a:focus, footer a:visited, footer a:active {
    display: block;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
  }
  .to-privacy,
  .copy  {
    margin-bottom: 10px;
  }

  /* *** Footer Folgeseiten *** */

  .footer-follow { /* großes Einzelicon sichtbar */
    display: block;
    margin-bottom: 20px;
  }
    .footer-follow img {
      width: 72px;
    }

  .footer-home { /* NL-SignUp and kleine Icons versteckt */
    display: none;
    }


  /* *** Footer Home *** */
  .home footer {
    background: rgb(100, 186, 229) url('https://84f3fd.claudeassets.com/20251007141919im_/http://www.schuellerdewaal.com/media/img/footer-bg2x.png') top center no-repeat;
    background-size: contain;
    padding-top: 15vw;
  }
  .body-home footer {
    background: none;
  }
  .home .footer-follow { /* großes Einzelicon verstecken */
    display: none;
    }
  .home .footer-home { /* NL-SignUp and kleine Icons sichtbar */
    display: block;
    }

  .home-nl {
    width: 50%;
    max-width: 480px;
    margin: 0 auto 3vw auto;
  }
  .home-nl h2,
  .home-nl h3 {
    margin-bottom: 0;
    padding-bottom: 0;
    }
  .home-nl input[type=email]{
    margin-top: 12px;
  }
  .home-nl input[type=submit],
  .home-nl input[type=submit]:hover,
  .home-nl input[type=submit]:active,
  .home-nl input[type=submit]:focus {
    color: #000;
    font-size: 1em;
  }

  .small-icon {
    margin: 1vw auto 3vw auto;
  }
    .small-icon img {
      width: 29px;
      padding: 0 6px;
      margin: 0 3px;
    }


/*******************************************************
    3 Templates
*******************************************************/


/********************** Hompage **********************/

/* *** Gradient *** */
.body-home {
  background: linear-gradient(120deg, rgb(193,227,235) 0%, rgb(245,167,175) 33%, rgb(253, 254, 162) 66%, rgb(193,227,235) 100%);
}
.home .logo {
    width: 50%;
    max-width: 740px;
  }

.switcher {
  cursor: pointer;
  position: relative;
  z-index: 200;
  text-align: left;
  width: 60px;
  height: 28px;
  padding: 2px;
  margin-bottom: 2vw;
  color: transparent;
  background-image: linear-gradient(90deg, rgb(45,170,225) 0%, rgb(255,255,255) 100% );
  border: none;
  border-radius: 30px;
  box-shadow: 1px 1px 1px rgb(223,237,245), 0px 0px 1px rgb(223,237,245);
  }
  .switcher img {
    width: 24px;
    height: 24px;
  }
  .body-home .switcher {
    background: #fff;
    text-align: right;
  }

  .body-home .mainmenue {
    background-color: transparent;
  }


/* *** Content Home *** */
.content-home { /* wrapper */
      margin-top: 0;
    }

.package-wrapper {
    position: relative;
  }
    .package {
      width: 95%;
      margin: 2vw 0;
    }

.shop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -3vw;
  right: 5vw;
  width: 14vw;
  max-width: 204px;
  height: 204px;
  max-height: 14vw;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20vw;
  background: url('https://0851da.claudeassets.com/20251007141919im_/http://www.schuellerdewaal.com/media/img/shop.png') no-repeat center center;
  background-size: contain;
}
.shop b {
    color: #fff;
    line-height: 1.2;
  }
  .shop span {
    display: block;
    font-size: .5em;
  }


.shop-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -3vw;
  right: 5vw;
  width: 14vw;
  max-width: 204px;
  height: 204px;
  max-height: 14vw;
  background: url('https://86c638.claudeassets.com/20251007141919im_/http://www.schuellerdewaal.com/media/img/shop-bg.png') no-repeat center center;
  background-size: contain;
}

.toshop,
.toshop:link,
.toshop:visited {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 204px;
  max-height: 204px;
  min-width: 75px;
  min-height: 75px;
  background: url('https://45b045.claudeassets.com/20251007141919im_/http://www.schuellerdewaal.com/media/img/shop-ct-normal.png') no-repeat center center;
  background-size: contain;
  transition: background-image .2s;
  text-decoration: none;
}
.toshop:hover,
.toshop:active,
.toshop:focus {
  background-image: url('https://e87aeb.claudeassets.com/20251007141919im_/http://www.schuellerdewaal.com/media/img/shop-ct-high.png');
}


/* *** Need to talk *** */
.talk-container {
    margin: 5vw auto;
    max-width: 720px;
    color: rgb(52, 167, 222);
    font-size: 200%;
}
  .icon-talk {
    display: block;
    margin: 0 auto 2vw auto;
    width: 20vw;
    max-width: 180px;
  }
  .txt-one {
    font-size: 115%;
    line-height: 1.2;
    margin-bottom: 3vw;
  }
  .txt-two {
    font-size: 90%;
  }




/********************** Profile **********************/

/* *** CONTENT *** */
.twocol,
.threecol {
  align-items: flex-start;
}
  .twocol div {
    width: 48%;
  }
  .threecol div {
    width: 30%;
  }

.portrait {
  width: 100%;
  margin-bottom: 1em;
}
.icon-vcard {
    width: 22px;
    padding: 2px 12px 0 0;
}

/* *** Newsletter Sign Up *** */
.profile-nl {
  margin: 0 auto;
  width: 33%;
  padding: 0 48px;
}
 .profile-nl h2 {
   margin-bottom: 0;
 }

input[type=email]{
   margin-top: 36px;
   width: 100%;
   min-height: 48px;
   border-radius: 24px;
   text-align: center;
   background-color: #fff;
   color: rgb(52,167,222);
   outline: none;
   border: none;
 }
input[type=submit],
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
   height: 30px;
   width: 100%;
   text-align: right;
   color: rgb(52,167,222);
   font-weight: bold;
   text-transform: uppercase;
   background: none;
   outline: none;
   border: none;
   font-size: 1em;
 }
  input[type=submit]:hover,
  input[type=submit]:active,
  input[type=submit]:focus {
  }


/********************** Projects Oberview **********************/
table {
  text-align: left;
  width: 100%;
  border-top: 2px solid rgb(45,170,225);
  border-bottom: 2px solid rgb(45,170,225);
}
  th {
    text-transform: uppercase;
    padding: 1em 0;
    /*border-collapse: collapse;
    border-bottom: 2px solid rgb(45,170,225);*/
  }
  td {
    padding: 1em 0;
  }
  .table-middle {
    padding: 1em 1.5em;
  }
  .table-line {
    background-color: rgb(45,170,225);
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    height: 2px;
  }


/********************** Projects **********************/

.projects {
  background: rgb(215, 245, 255);
  }

.content-projects {
  max-width: 960px;
  margin: 5vw auto 0 auto;
}
.ximg-slider {
  border: 0;
}

.image-container img { /* for single Images */
  display: block;
  width: 100%;
  max-width: 960px;
}

.video-container {
  position: relative;
  padding-bottom: 65%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border: 0;
}
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
.project-txt {
  text-align: left;
}
.credits {
  display: grid;
  grid-template-columns: 200px calc(100% - 120px);
}
  dt, dl {
    margin-bottom: 1em;
    margin-left: 0;
  }

  .project-txt dl {
    font-size: 1rem;
    line-height: 1.2;
  }
  .project-txt li {
    font-size: 1rem;
    line-height: 1.5;
  }

/*FÜR IE und Edge
dl.credits {
    display: flex; flex-wrap: wrap;
}
.credits dt {width: 200px; }
.credits dd { width: calc(100% - 146px);}*/





/*******************************************************
    4 Media Queries
*******************************************************/

/*** Huge Screens (bigger 1440px) ***/
@media (min-width: 1260px) {

  .content-projects  { /* Abstans HL Logo verringern */
    margin-top: 3vw;
  }
}

/*** Pads (smaller 1024px) ***/
@media (max-width: 1023px) {

  h2, h3, p, ul, table, a, b {
    font-size: 1.1em;
  }

  section { /* Abstände verringern */
    margin-bottom: 36px;
    padding-bottom: 12px;
  }

  .shop {
    top: -3vw;
    right: 15vw;
    }
    .shop a,
    .shop b {
    font-size: 1rem;
    }

}

/*** Mobile (smaller 768px) ***/

@media (max-width: 767px) {

  /* *** Global **** */
  .logo { /* größer und runter */
      width: 75%;
      max-width: 600px;
      margin-top: 48px;
      z-index: 0;
    }

    h1, h2, p, ul, table, form {
      margin-bottom: 1rem;
      font-size: 1em;
    }
    h2 {
      padding-top: .5rem;
    }

    /* *** Homepage *** */
    .content-home { /* SVGs am Rand rauslaufen lassen */
      position: relative;
      left: -20%;
      width: 140%;
      overflow: hidden;
      margin: 0;
    }

    .switcher {
      width: 36px;
      height: 16px;
      padding: 1px;
    }
    .switcher img {
      width: 14px;
      height: 14px;
    }
    .shop,
    .shop-frame {
      padding: 10px;
      top: -3vw;
      right: 66px;
    }
    .shop a,
    .shop b {
      font-size: .8rem;
    }

    .shop-frame {
      padding: 10px;
      top: -3vw;
      right: 70px;
    }

    .talk-container {
      width: 65%;
      font-size: 125%;
    }

    .home-nl {
      width: 90%;
    }

    /* *** Profile *** */
    .twocol,
    .threecol { /* einspaltig werden */
      flex-direction: column;
    }
      .twocol div,
      .threecol div,
      .profile-nl {
        width: 100%;
        padding: 0;
      }
 }


 /*** small Mobile (smaller 420px) ***/

@media (max-width: 420px) {
  .credits {
    grid-template-columns: 100px calc(100% - 100px);
  }
  }
/*
     FILE ARCHIVED ON 15:36:21 Jun 10, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:31:16 Aug 08, 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.461
  exclusion.robots: 0.052
  exclusion.robots.policy: 0.043
  esindex: 0.009
  cdx.remote: 7.997
  LoadShardBlock: 117.636 (3)
  PetaboxLoader3.datanode: 190.41 (5)
  load_resource: 224.723 (2)
  PetaboxLoader3.resolve: 88.356 (2)
*/