:not(:defined) > * {
  display: none;
}

html {
  height: 100%;
  
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height:100%;
  background: unset;
}




model-viewer {
  width: 100%;
  height: 100%;
  background-color: unset;
  
}

model-viewer.activeHotspot .hotspot:not(.active) {
  display: none;
}

.model-switches {
  position: fixed;
  top: 30px;
  left: 30px;
  display: flex;
  background: rgba(46, 45, 49, 0.8);
  border-radius: 8px;
  border: 1px solid rgba(70, 70, 75, 0.8);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  padding: 1px;
}

.model-switches {
  transform: scale(0.6);
  top: 10px;
  left: -20px;

  @media only screen and (min-width: 768px) {
    transform: scale(0.75);
    top: 20px;
    left: 0px;
  }
  @media only screen and (min-width: 1024px) {
    transform: scale(1);
    top: 30px;
    left: 30px;
  }
}

.model-switch {
  border-radius: 5px;
  color: rgb(103, 103, 110);
  border: unset;
  background-color: transparent;
  display: block;
  font-family: Roboto Regular, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 8px 10px;
  cursor: pointer;
  transition: all ease 300ms;
  margin-left: 1px;
}

.model-switch:first-child {
  margin-left: 0;
}

.model-switch.active {
  cursor: default;
  color: rgba(46, 45, 49, 0.8);
  background-color: white;
}

.hotspot {
  transform: scale(0.65);
  @media only screen and (min-width: 768px) {
    transform: scale(0.85);
  }
  @media only screen and (min-width: 1024px) {
    transform: scale(1);
  }
}

/*		Hotspot Design 01	*/

.Hotspot01, .Hotspot01L {
  background: rgba(103, 17, 19, .75);
  border-radius: 55px;
  border: 0px solid rgba(103, 17, 19, .9);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  cursor: pointer;
  height: 32px;
  padding: 24px;
  position: relative;
  transition: opacity 0.3s;
  width: 32px;
  z-index: 0;
  /*pointer-events: none;*/
}

/*		Hotspot Annotation Design Rechts	*/

.Hotspot01 .HotspotAnnotation{
  background: rgba(46, 45, 49, 0.95);
  border-radius: 8px;
  border: 1px solid rgba(70, 70, 75, 0.8);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: white;
  display: block;
  font-family: Roboto Regular, sans-serif;
  font-size: 16px;
  font-weight: 10;
  left: calc(40% + 1em);
  max-width: 250px;
  overflow-wrap: break-word;
  text-align: left;
  padding: 0.5em 1.0em;
  padding-left: 2em;
  position: absolute;
  top: 50%;
  width: max-content;
  z-index: 0;
}

/*		Hotspot Annotation Design Links	*/

.Hotspot01L .HotspotAnnotation {
  background: rgba(46, 45, 49, 0.95);
  border-radius: 8px;
  border: 1px solid rgba(70, 70, 75, 0.8);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: white;
  display: block;
  font-family: Roboto Regular, sans-serif;
  font-size: 16px;
  font-weight: 10;
  right: calc(40% + 1em);
  max-width: 250px;
  overflow-wrap: break-word;
  text-align: left;
  padding: 0.5em 1.0em;
  padding-right: 2em;
  position: absolute;
  top: 50%;
  width: max-content;
  z-index: 0;
}


.Hotspot01 .inner-circle,
.Hotspot01L .inner-circle {
    position: relative;
    width: 38px;
    height: 38px;
    background-color: #A4261C;
    border: 0px solid white;
    border-radius: 50%;
	left: calc(50% - 19px);
  z-index: 0;
	
	
}
.Hotspot01L .outer-circle,
.Hotspot01 .outer-circle {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: unset;
    border: 1px solid white;
    border-radius: 50%;
	left: calc(50% - 31px);
	top: calc(50% - 31px);
  z-index: 0;
}

.Hotspot01L .horizontal-line,
.Hotspot01L .vertical-line,
.Hotspot01 .horizontal-line,
.Hotspot01 .vertical-line {
    position: absolute;
    background-color: white;
    z-index: 0;
}

.Hotspot01L .horizontal-line,
.Hotspot01 .horizontal-line {
    width: 18px;
    height: 4px;
    top: calc(50% - 2px);
    left: calc(50% - 9px);
    z-index: 0;
}

.Hotspot01L .vertical-line,
.Hotspot01 .vertical-line {
    width: 4px;
    height: 18px;
    top: calc(50% - 9px);
    left: calc(50% - 2px);
    z-index: 0;
}


.Hotspot01L:not([data-visible])
.Hotspot01:not([data-visible]) {
  background: transparent;
  border: 2px solid #fff;
  box-shadow: none;
  /*height: 32px;*/
  pointer-events: none;
  /*width: 32px;*/
  }

.Hotspot01.active,
.Hotspot01L.active {
  background:transparent;
  border: 0px solid #fff;
  box-shadow: none;
  outline: none;
  
}
.Hotspot01.active .HotspotAnnotation,
.Hotspot01L.active .HotspotAnnotation{
  z-index: -10000;
  
}



.Hotspot01.active .vertical-line,
.Hotspot01L.active .vertical-line {
  display: none;
}

.Hotspot01 > *,
.Hotspot01L > * {
  opacity: 1;
  transform: translateY(-50%);
}


.Hotspot01:not([data-visible]) > *,
.Hotspot01L:not([data-visible]) > * {
  opacity: 0.15;
  pointer-events: none; 
  /*transform: translateY(calc(-50% + 4px));*/
  transition: transform 0.3s, opacity 0.5s;
}


/*		Hotspot Design 02 Rechts		*/
.Hotspot02 {
  background: white;
  border-radius: 50%;
  border: 0px solid rgba(103, 17, 19, .9);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  /*cursor: pointer;*/
  height: 12px;
  padding: 4px;
  position: relative;
  transition: opacity 0.3s;
  width: 12px;
  pointer-events: none;
  
}

.Hotspot02 .HotspotAnnotation{
  background: transparent;
  border-radius: 8px;
  border: 0px solid rgba(70, 70, 75, 0.8);
  /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);*/
  color: white;
  display: block;
  font-family: Roboto Regular, sans-serif;
  font-size: 16px;
  font-weight: 10;
  left: calc(100% + 3em);
  max-width: 200px;
  overflow-wrap: break-word;
  text-align: left;
  padding: 0.5em 1.0em;
  padding-left: 5em;
  position: absolute;
  top: -30px;
  width: max-content;
  --min-hotspot-opacity: 1;
}

.Hotspot02 .color-circle,
.Hotspot02L .color-circle {
    position: relative;
    width: 8px;
    height: 8px;
    background-color: #A4261C;
    border: 0px solid white;
    border-radius: 50%;
	left: calc(50% - 4px);
	top: 2px;
	
}

.Hotspot02 .horizontal-line,
.Hotspot02 .vertical-line {
    position: absolute;
    background-color: white;
}

.Hotspot02 .horizontal-line {
    width: 70px;
    height: 2px;
	rotate: -30deg;
    top: -15px;
    left: calc(50% + 0px);
}

.Hotspot02 .vertical-line {
    width: 2px;
    height: 60px;
	rotate: -60deg;
    top: -14px;
    left: 95px;
}





.Hotspot02:not([data-visible]) {
  background: rgba(255,255,255,1);
  border: 0px solid #fff;
  box-shadow: none;
  height: 12px;
  pointer-events: none;
  width: 12px;
}

.Hotspot02.active {
  background:transparent;
  border: 0px solid #fff;
  box-shadow: none;
  /*height: 60px;*/
  outline: none;
  /*width: 60px;*/
  
}

.Hotspot02 > * {
  opacity: 1;
  transform: translateY(-50%);
  /*transform: scale(-1,1);*/
 
  
}



.Hotspot02:not([data-visible]) > * {
  opacity: 0.15;
  pointer-events: none;
  /*transform: translateY(calc(-50% + 4px));*/
  transition: transform 0.3s, opacity 1s;
}


.Hotspot02L {
  background: white;
  border-radius: 50%;
  border: 0px solid rgba(103, 17, 19, .9);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  /*cursor: pointer;*/
  height: 12px;
  padding: 4px;
  position: relative;
  transition: opacity 0.3s;
  width: 12px;
  pointer-events: none;
  
}



/*		Hotspot Design 02 Links		*/

.Hotspot02L .HotspotAnnotation{
  background: transparent;
  border-radius: 8px;
  border: 0px solid rgba(70, 70, 75, 0.8);
  /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);*/
  color: white;
  display: block;
  font-family: Roboto Regular, sans-serif;
  font-size: 16px;
  font-weight: 10;
  right: calc(100% + 4em);
  max-width: 200px;
  overflow-wrap: break-word;
  text-align: right;
  padding: 0.5em 1.0em;
  padding-right: 4em;
  position: absolute;
  top: -30px;
  width: max-content;
  --min-hotspot-opacity: 1;
}

.Hotspot02L .inner-circle {

}

.Hotspot02L .horizontal-line,
.Hotspot02L .vertical-line {
    position: absolute;
    background-color: white;
}

.Hotspot02L .horizontal-line {
    width: 70px;
    height: 2px;
	rotate: 30deg;
    top: -12px;
    left: -62px;
	transform: scale(-1,1);
}

.Hotspot02L .vertical-line {
    width: 2px;
    height: 60px;
	rotate: -60deg;
    top: -14px;
    left: 95px;
	
}


.Hotspot02L:not([data-visible]) {
  background: rgba(255,255,255,1);
  border: 0px solid #fff;
  box-shadow: none;
  height: 12px;
  pointer-events: none;
  width: 12px;
}

.Hotspot02L .active {
  background:transparent;
  border: 0px solid #fff;
  height: 60px;
  outline: none;
  width: 60px;
  
}

.Hotspot02L > * {
  opacity: 1;
  transform: translateY(-50%);
  /*transform: scale(-1,1);*/
 
  
}



.Hotspot02L:not([data-visible]) > * {
  opacity: 0.15;
  pointer-events: none;
  /*transform: translateY(calc(-50% + 4px));*/
  transition: transform 0.3s, opacity 1s;
}

/*     Hotspot text    */
.hotspot-text.short-text {
  display: block;
}
.hotspot-text.long-text {
  display: none;
}

.hotspot.active .hotspot-text.short-text {
  display: none;
}

.hotspot.active .hotspot-text.long-text {
  display: block;
}

.hotspot-text.long-text .description {
  display: inline-block;
  margin: 6px 0 0 0;
}
.hotspot-text ul {
  margin: 0;
  padding-inline-start: 20px;
}
.hotspot-text ul li {
  margin-top: 6px;
}
.hotspot-text ul li:first-child {
  margin-top: 0;
}

/*--------------------------------*/



.progress-bar {
  display: block;
  width: 33%;
  height: 10%;
  max-height: 2%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 25px;
  box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.5), 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.5);
}

.progress-bar.hide {
  visibility: hidden;
  transition: visibility 0.3s;
}

.update-bar {
  background-color: rgba(255, 255, 255, 0.9);
  width: 0%;
  height: 100%;
  border-radius: 25px;
  float: left;
  transition: width 0.3s;
}

#ar-button {
  background-image: url(ar_icon.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 12px 50%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  bottom: 16px;
  padding: 0px 16px 0px 40px;
  font-family: Roboto Regular, Helvetica Neue, sans-serif;
  font-size: 14px;
  color:#4285f4;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  border: 1px solid #DADCE0;
}

#ar-button:active {
  background-color: #E8EAED;
}

#ar-button:focus {
  outline: none;
}

#ar-button:focus-visible {
  outline: 1px solid #4285f4;
}

@keyframes circle {
  from { transform: translateX(-50%) rotate(0deg) translateX(50px) rotate(0deg); }
  to   { transform: translateX(-50%) rotate(360deg) translateX(50px) rotate(-360deg); }
}

@keyframes elongate {
  from { transform: translateX(100px); }
  to   { transform: translateX(-100px); }
}

model-viewer > #ar-prompt {
  position: absolute;
  left: 50%;
  bottom: 60px;
  animation: elongate 2s infinite ease-in-out alternate;
  display: none;
}

model-viewer[ar-status="session-started"] > #ar-prompt {
  display: block;
}

model-viewer > #ar-prompt > img {
  animation: circle 4s linear infinite;
}
