* {
  box-sizing: border-box;
  /* font-family: Arial, Helvetica, sans-serif; */
  margin: 0;
  padding: 0;  
}

html, body {
  max-width: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;

  font-size: var(--page-font-size-base);
    color: var(--dark-grey-font);
}

.pagebody 
{
  background-color: white;
  display: flex;
  flex-direction: column;
  /* display: grid;
  grid-template-rows: 50px auto 50px 50px; */
  width: 100%;
  height: 100%;
  /* width: 100vw;
  height: 100vh; */
  color: var(--dark-grey-font);
  font-family: helvetican-vp;
  font-size: var(--page-font-size-text);

    /* overflow: hidden; */
  /* -webkit-overflow-scrolling: touch; */

}

.pagebody > .pagescreen
{
  width: 100%;
  height: 100%;
  scrollbar-gutter: stable ;

  /* border: 1px solid red; */
  
  /* flex: 1;
  overflow-y: auto; */
}


.iframe_cont
{
    /* border:2px solid red;
    position: fixed; */
    /* z-index: 200;
    overflow: scroll;  */
    /* width: 100%;
    height: calc(100% - 32px);
    top: 0; 
    left: 0; 
    padding-top: 50px;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll; */
    padding-top: 50px;
    padding-bottom: 32px;
    position: fixed; 
    right: 0; 
    bottom: 0; 
    left: 0;
    top: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: visible;
}

.cloud-iframe {
    /* width: 100vw;
    height: 850px; */
    /* border: none;
    display: block;
    z-index: 300; */
    height: 100%;
    width: 100%;
    border: none;
  }

  @media (max-width: 900px), (max-height: 500px)
  {
    .iframe_cont
    {
        padding-bottom: 10px;
    }
    
  }

.share-buttons-container .fa 
{
    width: 25px;
    text-align: center;
    text-decoration: none;
    color: black;
}

.share-buttons-container
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
}


.pagescreen
{
  min-height: calc(100vh - 180px);
  padding-top: 50px;
  /* padding-top: 30px; */
  /* display:flex; */
  /* align-items: center;
  justify-content: center; */
  flex-direction: column;
  /* padding-bottom: 30px; */
}

.logInInputcard
{
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;

  background-color: white;
  width:100%;
  border: 2px solid lightgray;
  border-radius: 14px;
  overflow: hidden;
  margin: 12px 0px;

  height: 40px;
}
.logInInputcard.toggle
{
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 0px;
    padding-right: 50px;

    /* width:90%; */
    width:calc(100% -50px)
}
/* .logIninput
{
  font-size: 20px;
  padding: 10px;
  padding-left: 20px;
  width: 100%;
  filter: none;
  outline: none;
  border: none;
} */


.logInButton
{
  width: 40px;
  height: 40px;
  background-color: white;
  margin: 10px;
  border: 2px solid lightgray;
  border: none;
}

.logInButton:hover
{
  /* border: 2px solid lightgray; */
  border-radius: 14px;
  /* background-color: rgba(166, 59, 180, 0.356); */
}

.arrowtoRight
{
  border: solid rgb(100, 100, 100);
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.arrowtoRight:hover
{
    border-color: black;
    border-width: 0 3.5px 3.5px 0;

}

.errorPagebody
{
  text-align: center;
  position: absolute;
  top: 45%;
  left: 45%;
}

.error 
{
    color: red 
}
.field_error
{
    border: 1px solid red;
    color: red;
    background-color: white;
    padding: 5px;
}
hr{
  color : rgba(212, 204, 212, 0.575)
}


.register-main, .reset-main, .infopage-main, .reset-pass-main, .register-user-main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* Style the list */
ul.breadcrumb {
  padding-left: var(--header-margin);
  /* color: var(--colour-ltgray); */
  margin-left: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  list-style: none;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: var(--page-font-size-breadcrum);
  color: var(--colour-dkgray);
  /* color: red; */
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  text-decoration: none;
  font-size: 12px;
  color: var(--colour-ltgray);
  transition: color 0.3s;
}

ul.breadcrumb a:hover
{
  color: var(--colour-dkgray);
}

.breadcrumb-selected {
  color: rgb(170, 167, 167);
}

.hard-line
{
  border-top: 1px solid lightgrey;
  /* margin-left: 10vw;
  margin-right: 10vw; */

  margin-left: var(--product-page-padding);
  margin-right: var(--product-page-padding);
  margin-bottom: 20px;
}

.ImageGallery
{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ImageGallery>.Display
{
    height: calc(100% - 30px);
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.ImageGallery>.ViweableDisplay 
{
    position: relative;  
  /* width: auto; */
    /* min-height: 400px; */
    /* height: auto; */
    /* height: 100%; */
    /* height: calc(100% - 30px); */
    /* height: 420px; */
    width:100%;
    padding-bottom: 10px;

    /* position: relative; */
    /* overflow: scroll; */
    /* object-fit: scale-down; */

}

.ImageGallery .ImageSlot
{
    overflow: hidden;

    position: relative;  
    transition: 1s ease-in-out;

    width: 100%;
    height: auto;
}
.ImageGallery>.ViweableDisplay>img
{
    width: 100%;
    height: 100%;
}
.ImageGallery>.ViweableDisplay>.ImageSlotViewable
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: auto;
  
    opacity: 0;
    transition: opacity 0.5s ease;

    cursor: pointer;
    border-radius: 5px;
}
.ImageGallery>.ViweableDisplay>.ImageSlotViewable.active
{
    opacity: 1;
    position: relative;
}
/* .ImageGallery>.ViweableDisplay>.ImageSlotViewable:hover 
{
    filter: grayscale(100%);
} */

.ImageGallery .ImageSlot:nth-child(2)
{
    position: absolute;
    top: 0;
}
.ImageGallery.ImageSlotViewable:nth-child(2)
{
    position: absolute;
    top: 0;
}

.ImageGallery>.ImageGalleryDots
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
}
.ImageGallery>.ImageGalleryDots>.ImageGalleryDotContainer
{
    width: 22px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    /* border:1px solid red; */
}


.ImageGalleryDot:hover
{
    height: 16px;
    width: 16px;
    background-color: #8A0085;
    transition: 0.1s;
    cursor: pointer;
}

.ImageGalleryDot.active:hover
{
    height: 16px;
    width: 16px;
    background-color: #8A0085;
    transition: 0.1s;
    cursor: pointer;
}


/* .ImageGallery .ImageGalleryDot */
.ImageGalleryDot
{
    border-radius:  50%;
    width: 12px;
    height: 12px;
    background-color: #8A0085;
    transition: 0.5s brightness;
    filter: brightness(30%);
}

.ImageGalleryDot.crt_dot
{
    filter: brightness(100%);
}
.ImageGalleryDot.crt_dot:hover
{
    width: 12px;
    height: 12px;
    cursor: default;
}



.FadingSlideShow
{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}

.FadingSlideShow>.SlideContainer
{
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.move_slide_left,
.move_slide_right
{
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 25px;
    
    align-self: center;
    z-index: 100;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid transparent;
}

.move_slide_left
{
    left : 0;

}
.move_slide_right
{
    right : 0;
}

.move_slide_left:hover,
.move_slide_right:hover
{
    /* background-color: rgba(88, 88, 88, 0.364); */
                      /* color text mid but transparnt*/
    filter: invert(1);
}
.move_slide_left:active,
.move_slide_right:active
{
}

.move_slide_left_icon,
.move_slide_right_icon
{
    width: 45px;
    height: 45px;
}


.FadingSlideShow .Slide
{
  position: absolute;  
  width: 100%;
  height: 100%;
  opacity: 1;  
  top: 0px;
  left: 0px;
}

.FadingSlideShow .Slide .first
{
  position: absolute;  
  width: 100%;
  height: 100%;
}

.FadingSlideShow .Slide.previous
{
    z-index: 9;
}


.FadingSlideShow .Slide.visible
{
    z-index: 10;
    animation-name: example;
    animation-duration: 1s;
}

.loggedIframe
{
    position: absolute;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;

    background-color: white;

    color: #3e3e3e;
    font-family: helvetican-vp;

    overflow: hidden;
}

@keyframes example {
  from {opacity: 0;}
  to {opacity: 1;}
}

.image-autoscale
{
    object-fit: contain;
    width: 100%;
}
.device_icon
{
    height: 50px;
    width: 50px;
}

.image-clickable
{
    cursor: pointer;
}


.spacebreak
{
    /* border: 1px solid red; */
    height: 40px;
}
.spacebreak.min
{
    height: 10px;
}
.spacebreak.small
{
    height: 20px;
}
.spacebreak.big 
{
    height: 80px;
}

.cloud_link
{
    text-decoration: none;
    font-family: 'bold-sans';
    color: #8A0085; /* compnay color*/
}

.pagebody a 
{
    /* color: #3e3e3e; */
    color: var(--colour-dkgray);
    /* color: red; */
    /* color: var(--light-grey-font); */
}
.pagebody  a.cloud_link
{
    color: #8A0085; /* compnay color*/
}
.center_content
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.fill
{
    height: 100%;
    width: 100%;
}
@media (max-width: 900px) {
    .ImageGalleryDots
    {
        gap:5px
    }
    #spacebreak
    {
        height: 20px;
    }

    .spacebreak
    {
        /* border: 1px solid red; */
        height: 10px;
    }
    .spacebreak.min
    {
        height: 2px;
    }
    .spacebreak.small
    {
        height: 5px;
    }
    .spacebreak.mid
    {
        height: 10px;
    }
    .spacebreak.big 
    {
        height: 20px;
        /* border:1px solid red; */
    }

}

.fa_twx_cmp
{
    width: 5px;
}
.fa_twx
{
    width: 5px;
}
.fa_twx:hover
{
    color: var(--footer-colour-white)
}


/* .image.extratoppadding
{
    padding-top: 60px;
    border: 1px solid red;
} */

.cookie-container-title
{
    position: absolute;
    top: 5px;
    left: 5px;
    color: white;
    text-decoration: underline;
}
.cookie-container
{
    position: fixed;
    width: 100vw;
    /* bottom: 250px; */
    bottom: 0px;
    /* height: 15vh; */
    height: auto;
    border: none;
    outline: none;
    z-index: 999;
    
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-bottom: 10px;
}
.cookie-container.visible
{
    transition: 0.1s;
    background-color: rgba(46,46,46, 0.8);
}

.cookie-container.disappear
{
    display: none;
}   
.cookie-container>.message 
{
    border-radius: 7px;
    font-size: 14px;
    text-align: center;
    color: white;
    padding: 5px;
    margin: 5px;
    transition: 1s;
    height: calc(100% - 45%);
}
.cookie-container>.options 
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap:40px;
    flex-wrap: wrap;
    transition: 1s;
    height: 30px;
}
.cookie-container>.message>.gdpr_link 
{
    color: white
}

.gdpr-option 
{
    height: 30px;
    width: 80px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    border: 1px solid black;
    background-color: rgb(159, 159, 159);
    color: black;
    cursor: pointer;
    padding: 0px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.gdpr-option:hover
{
    /* border-color: red;
    transition: 0.1s; */
    background-color: white;
    color: rgb(51, 51, 51);
}

.space_bottom_20
{
    margin-bottom: 20px;
}

.space_bottom_40
{
    margin-bottom: 40px;
}

.padding_left_right_10
{
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width: 900px) {
    .cookie-container
    {
        height: auto;
        padding-bottom: 10px;
    }



    .move_slide_left_icon,
    .move_slide_right_icon
    {
        width: 30px;
        height: 30px;
    }
    

}

/*
.cookie-container
{
    position: sticky;
    top: 100vh;
    z-index: 150;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    
}
.cookie-container.disappear
{
    display: none;
}   

.cookie-container-container
{
    top: 70px;
    z-index: 100;
    background-color: red;
}
.cookie-container-container.disappear
{
    display: none;
}   
*/
