
html {
    scroll-behavior: smooth;
}
#closehandscanner{
    font-size:70px;text-align:left;position: fixed;left:20px;top:10px;
}
#impressum{
    opacity: 0.3;
    text-align: center;
}
#handscanner{
    position: fixed;
    width:100%;
    height:100%;
    z-index: 199;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display: none;
    overflow: hidden;
    background-color: white;
    text-align: center;
}
#resultimg{
    max-width:250px;
    margin-left: auto;
    margin-right:auto;
}

#result{
    margin-top:auto;
    margin-bottom:auto;
    margin-top:50px;
    text-align: center;
    //position:absolute;
    width:100%;

    //top:0;
    //bottom:0;
    //left:0;
    //right:0;
//background-color: red;
    display: none;
    overflow: visible;
}

#loading{
    display: none;
}
/* HTML: <div class="loader"></div> */
.loaderwrapper{
    position: absolute;
    top:50%;
    left:50%;
    z-index: 200;
}


.placeholder{
    position: sticky;
    top:0;
    display: none;
    left:0;
    bottom:0;
    right:0;
    z-index: 200;
    opacity:50%;
    border-radius: 0;
    background-image: linear-gradient(
            to right,
            #d6d7d8 0%,
            #e2e3e4 10%,
            #d6d7d8 20%,
            #d6d7d8 100%
    );
    background-size: 200% 100%;
//box-shadow: 0 4px 6px -1px rgba(0 0 0 / 0.1),0 2px 4px -2px rgba(0 0 0 / 0.1);
    animation: bgAnimate 1.2s linear infinite;
    box-sizing: border-box;
}
.whitefill{
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-color: #ffffff;
    position: absolute;
    z-index: 199;
    opacity: 0.5;
}


canvas {
    display: block;
    margin-left:auto;
    margin-right:auto;
    background-color: black;
    width:100%;
    height:100%;
}
.camerabutton{
    font-size:50px;
    width: 3em;
    height:3em;
    position: absolute;
    border-radius: 50%;
    z-index: 100;
    padding: 30px;
    background-color: white;
    border-style: solid;
    border-color: #0066cc;
    border-width: 5px;
    opacity: 0.9;
}
#swapcamerabutton i{
    width: 40px!important;
    height :40px!important;
    margin:auto;
    margin-top:0px;
    transform: translate(-16px,-22px);
    font-size:50px!important;
    color:white;
}
#takephotobutton i{
    width: 120px!important;
    margin:auto;
    margin-top:0px;
    transform: translate(-20px,5px);
    font-size: 70px;

}
#swapcamerabutton{
    right:10px;
    bottom:40px;
    border-color: #383838;
    background-color: #383838;
    width: 2em;
    height:2em;
    box-sizing: border-box;
//transform: scale(0.7,0.7);
    box-shadow: black 0px 0px 30px;
}
#takephotobutton{
    left:calc(50% - 50px);
    bottom:20px;
    box-shadow: #0066cc 0px 0px 30px;
    background-color: #0066cc;
    color:white;
}


.hover{
    background-color: rgba(10, 88, 202, 0.23);
}

@keyframes bgAnimate{
    0% {
        background-position: 50% 0;
    }
    100% {
        background-position: -150% 0;
    }
}




.light{
    color: #575757;
}

#rautiefe{
    transform: scale(1,1);
    transform-origin: 0px 45px;
}

  #montagetab{
    transition: height 10s ease;
    -webkit-transition:  10s height;
    overflow: hidden;
  }

  #sizetab{
    height:0;
    //display: none;
    overflow: hidden;
  }

  #personalisierentab{
    //display: none;
    overflow: hidden;
  }
  #gewichttab{
    display: none;
    overflow: hidden;
  }
  #moosgummitab{
    display: none;
    overflow: hidden;
  }
  #handkantentab{
    display: none;
    overflow: hidden;
  }
  #winkeltab{
    display: none;
    overflow: hidden;
  }


  #customtitle{
    width: 100%;
    background-color: #171717;
    height: 60px;
      font-weight: bold!important;
  }

  #checkout{
      padding:20px;
  }



#customtitle{
    display: flex;
    color:white;
    padding:10px;
}

.flag{
    height:25px;
    margin-top:8px;
    aspect-ratio: auto;
}

.flag:hover{
    opacity: 0.8;
}
.spacer{
    flex-grow: 1;
}

.CustomizerWrapper{
  display: flex;
  width:100%;
}

.left{
    margin-left:10px;
  flex-grow:1;
  width:45%
}
.right{
  flex-grow:1;
  width:55%;
    margin-right:10px;
}

  .circular-progress {
  position: relative;
  display: inline-block;
}

.circular-progress-circle {
  position: relative;
  width: 200px;
  height: 200px;
  background: red;
  border-radius: 50%;
  overflow: hidden;
  padding: 2px;
}

.segment {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vw;
  border-radius: 1px;
  border-color: #3153ff;
  border-style: solid;
  background: #7aa9db;
}


  .line{
    height:100px;
    border-color: red;
    border-style: solid;
    border-width: 1px;
    width:0px;
    //position:absolute;
  }
  #two{

    transform:rotate(90deg);
  }


  .anglebottomimg{
    width:100%;
  }
.rautiefeimg{
    width: 150px;
}

  .angletopimg{
    width:100%;
    position:absolute;
    left:0px;
    top:0px;
    transform-origin: 120px 70px;
    transform:rotate(-0deg);
  }
.rautiefetopimg{
    width: 150px;
    position:absolute;
    left:0px;
    top:0px;
    transform-origin: 120px 70px;
    transform:rotate(-0deg);
}
  .anglecontainer{
      width:100%;

      position:relative;
  }

  .topangletopimg{
    width:100%;
    position:absolute;
    left:0px;
    top:0px;
    //transform-origin: 60px 60px;
    transform:rotate(-0deg);
  }
  .topanglebottomimg{
    width:100%;
  }




  .close {
height:0;
    }
  .open{
    height:auto;
  }

    @-webkit-keyframes conditionalOpen {
        from { transform: scaleY(0) }
        to { transform: scaleY(1) }
    }
    @-moz-keyframes conditionalOpen {
        from { transform: scaleY(0) }
        to { transform: scaleY(1) }
    }
    @keyframes conditionalOpen {
        from { transform: scaleY(0) }
        to { transform: scaleY(1) }
    }

    @-webkit-keyframes close {
        from { transform: scaleY(1)}
        to { transform: scaleY(0) }
    }
    @-moz-keyframes close {
        from { transform: scaleY(1) }
        to { transform: scaleY(0) }
    }
    @keyframes close {
        from { transform: scaleY(1) }
        to { transform: scaleY(0) }
    }

.card-header{
    padding: 5px;
}
 .sizebutton{
    background-color: #eaeaea;
    color:black;
    padding: 10px;
    width: auto;
    border-radius: 5px;
    margin:auto;
    text-align: center;
    width:50px;
    margin:5px;
  }
 .selected{
     border-style: solid;
     border-width: 2px;
     border-color: #3153ff;
     background-color: #506dfc;
     color:white;
 }

 #gewichtpreview{
     margin-top:auto;
     margin-bottom:auto;
     width:100%;
     border-radius:5px;
 }


#anderinputwrapper{
    margin-top:5px;
}

  *{

  font-family: Arial, Helvetica, sans-serif;

  }

  .deaktiviert{
      opacity: 0.5;
      display: block;
  }
  #handkantencontainer{
      flex-wrap: wrap;
      gap:5px;
  }
  .smallcard{
      flex-basis:200px;
      max-width: 200px;
      flex-grow:1;
      flex-shrink: 1;
  }
.smallcard2{
    max-width: 250px;
    flex-shrink: 1;
}
  .smallcard img{
      width:100%;
      border-radius: 5px;
  }
  .smallcard img:hover{
      box-shadow: -0px -0px 10px  #3153ff;
  }

    .cardselected img{
       border-style: solid;
     border-width: 4px;
     border-color: #317dff;
        border-radius: 10px;
         box-shadow: -0px -0px 5px  #3153ff;
  }

   .statisticwrapper{
  position: relative;
  width: 100%;
  margin-top:23px;
  margin-bottom: 23px;
}

.statisticbackground{
  height:10px;
  background-color: #e0e0e0;
  width: 100%;
  border-radius: 5px;
}

.statistic{
  background-color: #3153ff;
  height:10px;
  position: absolute;
  border-radius: 5px;
  top:0px;
}

#spacer{
    display: none;
}

#statistic{
  padding: 10px;
    padding-right:20px;
  margin-left:30px;
  margin-right:30px;
    background-color: #f8f8f8;
    border-radius: 20px;
    padding-left:20px;
}
#statistic p{

    margin-top:11px;
  margin-bottom: 11px;
}

.CustomizerWrapper{
    margin-top:10px;
}



body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}



.phone {
  height: 50px;
  width: 100px;
  border: 3px solid white;
  border-radius: 10px;
  animation: rotate 1.5s ease-in-out infinite alternate;
    display: none;
  /* display: none; */
    position: relative;
    margin-left:auto;
    margin-right:auto;
}

.phone:after {
    content:'';
    height: 100%;
    border-left: 3px solid #fff;
    position: absolute;
    left: 6px;
    top: 0;
}

.phone:before {
    content:'';
    height: 100%;
    border-left: 3px solid #fff;
    position: absolute;
    right: 6px;
    top: 0;
}


.message {
  color: white;
  font-size: 1em;
  margin-top: 40px;
  /* display: none; */
    display: none;
}

@keyframes rotate {
  0% {
		transform: rotate(90deg)
	}
	50% {
		transform: rotate(-0deg)
	}
	100% {
		transform: rotate(-0deg)
	}
}

.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 70px;
    height: 70px;
    animation: spin 0.5s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.follow-div {
    position: relative;

}

.rotate-phone-please {
    position: fixed;
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    display: none;
}

@media screen and (max-width: 250px){
    .rotate-phone-please{
        display: block;
    }
    .phone, .message {
    display: block;
  }
    html, body {
  background: black;
  height: 100%;
  width: 100%;
}
.CustomizerWrapper{
    display: none!important;
}
#customtitle{
    display: none!important;
}
}
#flexSwitchCheckDefault{
    transform:scale(1.5,1.5);
}
@media screen and (max-width: 1000px){
    /* Chrome, Safari, Edge */
    .handscanimageswrapper{
        height:300px!important;
    }
    #standardgewicht{
        transform: translate(0px ,-20px);
    }
    #ultraleichtgewicht{
        transform: translate(0px ,-20px);
    }

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        height: 16px;
        width: 16px;
        background: #007bff!important;
        border-radius: 50%;
        cursor: pointer;
        transform: scale(1.5); /* Scale the thumb */
        transition: transform 0.2s ease;
        margin-top: -6px; /* Adjust vertical alignment if needed */

    }
    .follow-div{
        padding-top:10px!important;
    }

#language-label{
    display: none;
}
#flexSwitchCheckDefault{
    transform:scale(2,2);
}
#engraving{
    margin-top:30px;
}
#previewwrapper{
    margin-left:0px!important;
    margin-right:0px!important;
    flex-shrink: 1;
    min-width: 130px;
    max-width: 130px;
}

    #closehandscanner i{
        font-size:70px!important;
    }

    .left{
        width:100%!important;
        flex-basis:100%;
        flex-shrink: 0;
        //padding-left:80px;
        //padding-right:80px;
        margin-left:0px!important;
    }

    .right{
        width:100%!important;
        flex-basis:100%;
        flex-shrink: 0;
        padding-left:10px;
        padding-right:10px;
    }

    .CustomizerWrapper{
        flex-wrap:wrap;
    }

    .follow-div{
        top:0;
        padding-top:60px;
        margin-top:0px!important;
        margin-bottom:20px;
        display: flex;
        //position: fixed;
        z-index: 198;
        overflow: hidden;
        padding-left:10px;
        background-color: white;
        width: 100%;
    }


    #takephotobutton i{
        width: 120px!important;
        margin:auto;
        margin-top:0px;
        transform: translate(-43px,-20px);
        font-size: 50px;

    }
    #takephotobutton{
        left:calc(50% - 50px);
        bottom:20px;
        box-shadow: #0066cc 0px 0px 30px;
        background-color: #0066cc;
        color:white;
    }
    .camerabutton{
        font-size:50px;
        width: 100px;
        height:100px;
        position: absolute;
        border-radius: 50%;
        z-index: 100;
        padding: 30px;
        background-color: white;
        border-style: solid;
        border-color: #0066cc;
        border-width: 5px;
        opacity: 0.9;
    }

    #statisticleft{
        max-width:50px;
    }

    #swapcamerabutton i{
        width: 40px!important;
        height :40px!important;
        margin:auto;
        margin-top:0px;
        transform: translate(-20px,-35px);
        font-size:40px!important;
        color:white;
    }

    #swapcamerabutton{
        right:10px;
        bottom:20px!important;
        border-color: #383838;
        background-color: #383838;
        width: 80px!important;
        height:80px!important;
        box-sizing: border-box;
    //transform: scale(0.7,0.7);
        box-shadow: black 0px 0px 30px;
    }

    #customtitle{
        z-index: 199;
        position: fixed;
        top:0px;
    }
    #spacer{
        height:360px;
        width:100%;
        //display:block;
    }
    #resultimg{
        max-width:100px;

    }


    #statistic{
    //display: none!important;
        font-size:10px;
        margin-left:10px!important;
        margin-right:10px!important;
        flex-grow:1;
        height:130px;
        margin-top:36px;
        width:70%;
    }

    .statisticbackground{
        height:5px;
        background-color: #e0e0e0;
        width: 100%;
        border-radius: 5px;
    }

    .statistic{
        background-color: #3153ff;
        height:5px;
        position: absolute;
        border-radius: 5px;
        top:0px;
    }
    .statisticwrapper{
        position: relative;
        width: 80%;
        margin-top:19px;
        margin-bottom: 19px;
    }
}