﻿@import url("https://use.typekit.net/ucu0yss.css");

.hometop::before {
  content: "\f015";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

 
#content {
overflow: visible;
}


h2 {
font-family: "all-round-gothic", sans-serif;
font-weight: 600;
font-style: normal;
}

h1,h2,h3 {
color:#f59c00;
}

h3 {
  font-family: "all-round-gothic", sans-serif;
  font-weight: 600;
  font-size: 20px;
}

.schmuckfarbe {color:#f59c00;}


.anima_2_pics {
    height: 600px;
 }

#highlights .more_btn  {
  display: none;
}

#highlights .xcol-pic-box {
  display: none;
  align-items: center;
  border: 1px solid #ccc;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
  padding: 15px;
}

.kombi .xcol-pic-box a::before {
  content:"";
  display: block;
  position: absolute;
  width: 300px;
  height: 300px;
  top: 30px;
  left:30px;
  background:#ed9f1a;
  border-radius: 200px;
  z-index: -1;
}

.kombi .xcol-pic-box {
  position: relative;
}

.kombi .xcol-pic-box > a img {
  filter: drop-shadow(0 10px 5px rgba(0, 0, 0,0.2));
}

.kombi .xcol-pic-box a::after {
  content:"";
  display: block;
  position: absolute;
  width: 150px;
  height: 150px;
  bottom: 0px;
  right:-30px;
  background-color: #fff;
  background-size: 150%;
  background-position: center;
  border:2px solid #ed9f1a;
  border-radius: 200px;
  z-index: 9;
}

.kombi .x-column:nth-of-type(2) .xcol-pic-box a::after {
  background-image: url("https://www.dentaurum.de/images/content_discoverysmartSL_orthocastmini_laser.webp");
  background-size: 135%;
}

.kombi .x-column:nth-of-type(1) .xcol-pic-box a::after {
  background-image: url("https://www.dentaurum.de/images/content_discoverysmartSL_orthocastSL.webp");
}

.kombi .x-column:nth-of-type(3) .xcol-pic-box a::after {
  display: none;
}

.kombi .x-column .more_btn, .kombi .more_btn {
 font-weight:400;
    border:2px solid #f59c00;
    color: #f59c00;
}

.kombi .x-column .more_btn:hover, .kombi .more_btn:hover {
 font-weight:400;
 border:2px solid #f59c00;
 color: #fff;
 background: #f59c00;
}

.kombi p img {
  margin: auto;
}

.bracketlink img:nth-of-type(2) {
  margin-top: -40px !important;
}

.bracketlink a::before {
  content:"";
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 20px;
  left:50%;
  transform: translateX(-50%);
  border-radius: 200px;
  z-index: -1;
}

.smartsl.bracketlink a::before {
  background:#ef7c00;
}

.delight.bracketlink a::before {
  background:#bb6489;
}

.pearl.bracketlink a::before {
  background:#2db7bc;
}

.smart.bracketlink a::before {
  background:#ffcc00;
}

.discovery.bracketlink a::before {
  background:#0f3f93;
}


/****** 3D *******/


.details {
overflow:hidden;
padding: 100px 0 200px;
}
 
#reloadBtn {
  display: inline-flex;
  margin: 30px auto;
  text-align: center;
  cursor: pointer;
  color: #ed9f1a;
  font-weight: bold;
  border: 2px solid #ed9f1a;
  border-radius: 100px;
  padding: 3px 10px;
}

#infoBtn {
  display: inline-flex;
  margin: 0px auto 30px;
  text-align: center;
  cursor: pointer;
  color: #ed9f1a;
  font-weight: bold;
  border: 2px solid #ed9f1a;
  border-radius: 100px;
  padding: 3px 10px;
}



.modhint {
  position: fixed;
  top:50%;
  left:50%;
  margin:50px auto;
  max-width: 350px;
  background: #fff;
  padding: 30px;
  transform: translate(-50%,-50%);
  border: 2px solid #ed9f1a;
  z-index: 9;
     display: none;
}

  .modhint.visible {
    display: block;
  }

.closeinfoBtn  {
  position: absolute;
  top:0;
  right: 0;
  background-color:#ed9f1a;
  color:#fff;
  font-size:20px;
  width: 30px;
  height:30px;
  display:flex;
  align-items: center;
  justify-content: center;
}


.tooltipcontent {
  display: flex;
  align-items: center;
}

.tooltip .tooltipcontent {
  display: flex;
  align-items: start;
}


.tooltipcontent strong {
  color: #f59c00;
}

.hotspot-btn.active .tooltipcontent strong {
  color: #fff;
}


.tooltipcontent span {
  display: flex;
  align-items: center;
  justify-content: center;
  width:30px;
  height: 30px;
  background:#fff;
  border-radius: 100px;
  font-weight: bold;
  color: #f59c00;
  border: 2px solid #f59c00;
  margin-right: 10px;
}




    section#dreidee {
      padding:2px;
      display: grid;
      }
 
    section#dreidee .dreidee-wrapper {
     height: 70vh;
      min-height: 70vh;
      margin: 0;
      font-family: sans-serif;
      display: flex;
      flex-wrap:wrap;
      align-items: center;
        justify-content: center;
      /*display: grid;
      grid-template-columns: 3fr 1fr;
      grid-template-rows: 100vh; */
      }

    #viewer-container {
      position: relative;
      background: #222;
      width:100%;
      height:100%;
      max-width: 600px;
      min-width:300px;
      /*width: 600px;*/
      max-height: 600px;
      border-radius: 0px;
      cursor: url('https://www.dentaurum.de/images/repeat-solid.png') 0 0, auto;
      /*overflow: hidden;*/
    }

    #hotspot-list {
      overflow-y: auto;
      background: transparent;
      padding: 10px 10px 10px 20px;
      max-width: 520px;
      min-width:300px;
      width:100%;
    }

    canvas {
      display: block;
      width: 100%;
      height: 100%;
    }

    /* Tooltip */
    .tooltip {
      position: absolute;
      padding: 6px 12px;
      background: rgba(255,255,255,0.95);
      color: #222;
      border-radius: 5px;
      font-size: 14px;
      pointer-events: none;
      transform: translate(-50%, -120%);
      max-width: 250px;
      z-index: 9;
      transition: 0.2s;
      opacity: 0;
    }

.tooltip img {
  display:block;
  width: 100px;
  margin: auto;
}
    .tooltip h3 {
      margin: 0 0 4px 0;
      font-size: 16px;
      color: #ed9f1a;
    }
    .tooltip.active {
      opacity: 1;
      border: 2px solid #ed9f1a;
      display: block !important;
    }

    .tooltip p {
      margin: 0 0 0px 0;
    }


    /* Hotspot-Indikator */

    .hotspot-indicator {
      position: absolute;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 2px solid #d2901c;
      background: rgba(255,255,255,0.3);
      transform: translate(-50%, -50%);
      pointer-events: auto;
      cursor: pointer !important;
      transition: 0.2s;
      display: none; /* Standard: versteckt */
    }
   .hotspot-indicator:hover, .hotspot-indicator.active {
      background: #ed9f1a;
    }

    /* Hotspot-Liste */

#hotspot-list ul {
  margin: 0;
    list-style: none;
}

#hotspot-list ul li {
  margin: 0 0 20px;
}

#hotspot-list ul li.active::marker {
  content:"<";
  margin-right: 20px;
}

    .hotspot-btn {
      position: relative;
      display: block;
      width: 100%;
      text-align: left;
      margin-bottom: 8px;
      padding: 0px 5px;
      border: none;
      background: transparent;
      cursor: pointer;
      border-radius: 5px;
      transition: 0.2s;
      border: 2px solid transparent;
    }

    .hotspot-btn img {
      display: none;
    }


    .hotspot-btn.active::before {
      content:"";
      display: block;
      width: 42px;
      height: 42px;
      position: absolute;
      top:7px;
      left:-20px;
      background: #ed9f1a;
      z-index: -1;
      transform:rotate(45deg);
      border-radius: 5px;
    }

    .hotspot-btn:hover {
       border: 2px solid #f59c00;
    }
    .hotspot-btn.active {
      background: #ed9f1a;
      color: #fff;
    }

    .hotspot-btn p {
      margin: 5px 0;
      line-height: 150%;
    }
 



/********* Scrollytelling *********/

.open .text-intro {
  color:#fff;
}



    .animation-section {
      position: relative;
      background:linear-gradient(to right, #ed9f1a, #e16223);
    }

.animation-section h2 {
  width: 100%;
  color:#fff;
  text-align: center;
}

    /* Canvas + Text als sticky Wrapper */

    .animation-wrapper {
      position: sticky;
      top: 20%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      flex-wrap:wrap;
      overflow: hidden;
      padding: 50px 0;
    }

    .animation-wrapper h2, .animation-wrapper h3, .animation-wrapper {
      color: #fff;
    }

.canvas-wrapper {
  position: relative;
  border-radius: 1000px;
  width:600px;
  height:600px;
  overflow: hidden;
  background:#fff url(https://www.dentaurum.de/images/sequences/discovery_SL_scrollytelling0000.webp);
  background-size:cover;
  background-position: 0;
  border: 15px solid #fff;
}


  .canvas-wrapper canvas {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .text-container {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 20px;
      font-size: 1.8rem;
      width: 100%;
      max-width: 600px;
    }

    .text-div {
      position: absolute;
      opacity: 0;
      transition: opacity 0.5s ease-in-out;
      margin: 10px 0;
      color: inherit;
    }

    .text-div.active {
      opacity: 1;
    }


.text-container-descr {
margin-bottom:70px;
}

.text-container-descr h3 {
font-size: 27px;
  margin: 0;
display:flex;
}

.text-container-descr h3 img {
  display: inline-block;
  margin-top: -15px;
  border:2px solid #fff;
  padding: 15px 20px;
  box-sizing: content-box;
  border-radius:20px;
  overflow: visible !important;
}

/*a[href="#telechargements"], #telechargements {
  display: none !important;
}*/



@media screen and (max-width:1200px) {
 
      section#dreidee .dreidee-wrapper {
      height: 150vh;
      min-height: 100vh;
      }
}


@media screen and (max-width:768px) {
 
 
      #viewer-container {
      max-width: 300px;
      min-width:300px;
      max-height: 300px;
    }
 
    .animation-section {
      padding: 50px 0;
    }
 
    .animation-wrapper {
      padding: 20px;
    }
 
  .canvas-wrapper {
    width:300px;
    height:300px;
    margin-bottom: 30px;
  }
 
    .text-container {
      text-align: center;
    }
 
}


@media screen and (max-width:700px) {

.bracketlink img:nth-of-type(2) {
  margin-top: 0px !important;
}
}

@media screen and (max-width:480px) {
   .bracketlink {
    height: 300px;
    width: 300px;
  }

.bracketlink img:nth-of-type(2) {
  margin-top: -50px !important;
}
 
  .kombi .xcol-pic-box a::before {
  width: 200px;
  height: 200px;
  top: 0px;
  left:30px;
}
 
  .kombi .xcol-pic-box a::after {
  width: 100px;
  height: 100px;
  bottom: 0px;
  right: -30px;
  background-color: #fff;
  background-size: 150%;
  background-position: center;
  border: 2px solid #ed9f1a;
  border-radius: 200px;
  z-index: 9;
}

 
    .highlights .xcol-pic-box, .kombi .xcol-pic-box  {
    width:220px;
    height:220px;
     margin: auto;
}
 
 
  .highlights .xcol-pic-box img,  .kombi .xcol-pic-box img {
    width:200px;
    height:200px;
}
 
}