html{
    font-family: "Helvetica Neue", sans-serif;
}

body{
    margin: 0 !important;
    padding: 0 !important;
}

a{
    text-decoration: none;
    color:#004071;
}
button{
    color:white;
    background: #004071;
    border:none;
    font-weight: 900;
    border-radius: 10px;
}
.abbinder{
    display:none !important;
}
.inner{
    max-width: unset !important;
    width: unset !important;
    margin: unset !important;
    padding: unset !important;
}

#smartvu-preview-container{
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 12px;
    flex-wrap:wrap;
    gap:30px;
}

.border-color-main{
    border: 1px solid #004071 !important;
}

.preview-title{
    font-size:14px;
    color: #777;
    position: absolute;
    top:10px;
    left:10px;
    right:10px;
    line-height: 1.5;
    font-weight: bold;
    text-shadow: 1px 1px 0px #e3e3e3;
}

.smartvu-preview-child{
    width: 100%;
    border: 1px solid #cacaca;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height:230px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 2px #b3b3b3;
}

.smartvu-preview-child:hover{
    transition: 0.2s;
    border: 1px solid #004071;
    cursor: pointer;
    box-shadow: 0px 0px 2px #004071;
}

#footer {
    display:none !important;
}

.preview-img{
    height:250px;
    margin-bottom:-20px;
}

.system-requirements-text{
    margin:30px;
    font-size: 2rem;
}

.right-nav-container{
    display: flex;
    justify-content: end;
    align-items: center;
    position: absolute;
    right: 30px;
    font-size: 12px;
}

.title-product, .end-product{
    margin-top:30px;
    font-size:1.2rem;
    font-weight:bold;
}
.pic-product{
    width:100%;
    margin-top:30px;
    border-radius: 5px;
}
.desc-product{
    margin-top:30px;
    text-align: justify;
}

.small margin-r-10{
    margin-right: 10px;
}



.popup-product{
    position: fixed;
    width: 300px;
    z-index: 9999;
    background: white;
    right: 0;
    margin: 0px auto;
    /* border-radius: 3px; */
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px #888;
    top: 0;
    bottom: 0;
    overflow: scroll;
}

.popup-smartvu{
    position: absolute;
    width: 80%;
    z-index: 99999;
    background: white;
    right: 30px;
    margin: 0px auto;
    border-radius: 3px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px #888;
    top:40px;
}

.nav-element-container, .start-element-container{
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size:12px;
    flex-direction: initial;
    gap:30px;
}

.right-nav-child{
    margin-right:30px;
}

.nav-element-container a, .start-element-container a, .right-nav-container a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color:white;
}
.nav-element-container a:hover{
   opacity:0.7;
}
.start-element-container a:hover{
    opacity:0.7;
}
.right-nav-container a:hover{
    opacity:0.7;
}
.safari-text{
    font-size:13px;
    color:#545454;
    margin-top:10px;
}
.navigation-bar{
    width: 100%;
    height: 100px;
    position: fixed;
    bottom: 0px;
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 140%);
    gap: 30px;
}
.browser-container{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top:20px;
}

.browser-child{
    border: 1px solid #cacaca;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-direction: column;
    gap: 5px;
    border-radius: 3px;
    background: #fafafa;
}

.tips-child{
    border: 1px solid #cacaca;
    width: 150px;
    display: flex;
    justify-content: start;
    align-items: start;
    padding: 20px;
    flex-direction: column;
    gap: 5px;
    border-radius: 3px;
    background: #fafafa;
    height: 200px;
    font-size: 14px;
    text-align: justify;
}

.loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #004071;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

.loader-smartvu{
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #004071;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    top:50%;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.tips-hints-text{

    color:black !important;
    margin:30px;
    font-size:1.4rem;
    
}

.popup-close, .popup-product-close{
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #cacaca;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: black;
    color: white;
    font-size: 20px;
    cursor: pointer;
}
.popup-close:hover{
    opacity:0.7;
}

.popup-bg{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999999;
    background-color: rgba(0, 0, 0, 0.5);
}

.smartvu-iframe{
    width:100%;
    height:100%;
    border:none
}

.popup-smartvu-content {
    position: relative;
    width: 80%;
    min-height: 420px;
    z-index: 9999;
    background: white;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    transform: translateY(15%);
    border-radius: 3px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    box-sizing: border-box;
    height: 80%;
}

.popup-content {
    position: relative;
    width:720px;
    min-height: 420px;
    z-index: 9999;
    background: white;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    transform: translateY(-50%);
    border-radius:3px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding:30px;
    box-sizing:border-box;
}



.map-button-open {
    position: fixed;
    top: 50%;
    z-index: 11;
    background: #004071;
    color: white;
    padding: 10px 15px 10px 15px;
    box-sizing: border-box;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    display:flex;
    justify-content: center;
    align-items:center;
    flex-direction:column;
}

.help-modal {
    font-size: 10px;
    color: white;
    margin-top: 40px;
    text-decoration: none;
    display: -webkit-box;
    display:flex;
    justify-content: center;
    align-items: center;
}

.help-modal div{
    padding:3px;
    font-size:10px;
    background:white;
    color:#777777;
    margin:5px;
    border-radius:50%;
    width:15px;
    height:15px;
    display:flex;
    justify-content: center;
    align-items: center;
    
}

.map-button-open span {
    font-size:12px;
}

.welcome-text {
    font-size:4rem;
    margin:10px;
    color:white;
    text-shadow: 0 2px 2px rgba(0,0,0,0.275);
}

.welcome-sub-text{
    max-width: 500px;
    text-align:center;
    font-size:1.2rem;
    margin:30px;
    color:white;
    text-shadow: 0 2px 2px rgba(0,0,0,0.275);
}

.welcome-button {
    padding: 15px 30px 15px 30px;
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin: 20px;
    cursor: pointer;
    box-shadow: 0 2px 2px rgba(0,0,0,0.275);
}

.thumbnail-image{
    width:100%;
}

.container {
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   width: 100%;
   height: 100%;
   border: none;
   margin: 0;
   padding: 0;
   position: relative;
}
.logo-container-thumbnail {
    position: fixed;
    top: 28px;
    left: 27px;
    height: 100px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-image {
    margin: 0;
    width: 100%;
    height: 100%;
}

.video-container-thumbnail {
    height: 180px;
    width: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.welcome-container {
    z-index: 10;
    position: fixed;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url(./images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.welcome-container:after {
    content: ' ';
    opacity: 0.3;
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
    top: 0;
    bottom: 0;
}

.data-container {
    position: fixed;
    bottom: 10px;
    right: 10px;
    gap: 20px;
    display: flex;
    justify-content: flex-end;
    z-index: 11;
    font-size:12px;
}

.data-container a {
    color:white;
    opacity: 0.5;
}
.data-container a:hover {
    opacity: 0.75;
}

.main-menu {
  position: fixed;
}

.main-menu-nav {
  position: fixed;
  top: 10px;
  right: 1%;
  padding: 0px;

}

.timer {
  font-size: 2rem;
}

.countdown .content {
  background-color: white;
  border-radius: 15px;
  box-shadow: rgba(0,0,0,0.25) 0px 20px 30px;
  text-align: center;
  vertical-align: middle;
}
.countdown .content-wrapper
{
  padding: 20px;
}
.countdown {
  height: 50vh;
  width: 50vw;
  min-height: 400px;
  min-width: 600px;
  max-height: 400px;
  max-width: 600px;
  position: absolute;
  top: calc(50vh - 200px);
  left: calc(50vw - 300px);
}

.smartvenew {
  position: fixed;
}
.smartvu, .smartvenew {
  left:0;
  bottom:0;
  right:0;
  width:100%;
  height:100%;
  z-index:1;
  border:none;
  margin:0;
  padding:0;
}
.smartvu {
  border-radius: 20px;
  position: absolute;
}

.centered {
  text-align: center;
}

.m-t {
  margin-top: 20px;
}

.p-t {
  padding-top: 20px;
}

.main-menu-nav a {
  float: left;
  text-align: center;
  padding: 8px;
  color: black;
  font-size: 1.1rem;
}

.logo-header {
  position: fixed;
  top: 20px;
  left: 20px;
  height: 64px;
}

.logo {
  height: 64px;
}

.low-menu-nav {
  position: fixed;
  bottom: 10px;
  width: 100%;
  text-align: center;
  padding: 0.5rem;
  color: white;
  font-size: 1rem;
}

.low-menu-nav .copyright {
  font-size: 80%;
  opacity: 0.5;
}

.low-menu-nav .links {
  position: absolute;
  left: 10px;
}

.low-menu-nav a {
  text-align: center;
  color: white;
  margin: 0rem 0.25rem;
  text-decoration: none;
}


.icon-bar {
  position: fixed;
  top: 50%;
  right: 0%;
    -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 14px;
  transition: all 0.3s ease;
  color: white;
  font-size: 18px;
}

.icon-bar a:hover {
  background-color: #000;
}

.calendar {
  background: #d51130;
  color: white;
}

.mail {
  background: #808080;
  color: white;
}

.share {
  background: #435168;
  color: white;
}



.ueberschrift {
  position: fixed;
  top: 10px;
  width: 100%;
  right: 10px;
  padding: 0px;
  
  
}

.produktbeschreibung {
  position: absolute;
  background-color: white;
  text-align: left;
  width: 21vw;
  height: 300px;
  bottom: 30px;
  left: 30px;
  padding: 1rem;
  font-size: 0.8rem;
  border-radius: 5px;
  box-shadow: 10px 5px 30px grey;
}

.produktbeschreibung h2 {
  font-size: 1.1rem;
  font-weight: 800;
}

.produktbeschreibung label {
  font-weight: 550;
}

.btn {
  background-color: #d51130;
  color: white;
  padding: 0.5rem;
  border-radius: 30px;
  text-decoration: none;
}

.amazon {
  font-size: 0.7rem;
}

.link, .link a {
  color: white;
  text-decoration: none;
  opacity: 0.75;
}
.link > a:hover {
  opacity: 100%;
}
.help, .help a {
  color: white;
  text-decoration: none;
  opacity: 0.5;
}
.help a:hover {
  opacity: 100%;
  color: white !important;
}


.version-number {
  font-size: 8pt;
    position: relative;
    top: 1px;
    opacity: 0.5;
  color: white;
}
.powered-by-vuframe {
  opacity: 0.5;
  height: 24px;
  color: white;
  position: fixed;
  left: 5px;
  bottom: 5px;
  z-index: 99;
}


@media only screen and (max-width : 650px) {

  .logo {
    max-height: 32px;
  }

  .countdown {
    height: 50vh;
    width: 50vw;
    min-height: 400px;
    min-width: 360px;
    max-width: 360px;
    position: absolute;

    left: calc(50vw - 180px);
  }

  .low-menu-nav {
    font-size: 0.5rem;
  }

  .low-menu-nav .copyright {
    display: none;
  }

}


@media only screen and (max-width: 600px){
    #footer {
        margin-top: -235px !important;
        height: auto;
    }
    .container{
        height:920px;
    }
}

@media only screen and (max-height: 860px){
    .video-container-thumbnail{
        height: 200px;
        width: 200px;
    }
    .welcome-text{
        font-size:3rem;
    }
    .welcome-sub-text{
        font-size:1rem;
    }
    .welcome-button{
        padding: 10px 25px 10px 25px;
        font-size: 1rem;
        letter-spacing: 1px;
        margin: 15px;
    }
}


@media only screen and (max-width: 680px){
    .video-container-thumbnail{
        height: 200px;
        width: 200px;
    }
    .welcome-text{
        font-size:3rem;
    }
    .welcome-sub-text{
        font-size:1rem;
    }
    .welcome-button{
        padding: 10px 25px 10px 25px;
        font-size: 1rem;
        letter-spacing: 1px;
        margin: 15px;
    }
}

@media only screen and (max-width: 600px){
    .container{
        top:0;
    }
    .mainInner{
        margin-top: 20px !important;
    }
}








.show>.dropdown-menu {
    display: block;
}
.has-popup .language-switcher {
    display: none !important;
}
.has-sidebar .language-switcher {
    right: 450px !important;
}
.lang-selector{
    cursor:pointer;
}
.flag-active{
    background: #e0e0e0 !important;
}
.dropdown-menu li:hover{
    background: #e0e0e0 !important;
    cursor: pointer;
}
.top-links .dropdown-menu {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 3px 15px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 90px;
    padding: 5px;
    margin: 0 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: unset;
}
.language-switcher > a::after {
    margin-left: .5rem;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: gray;
    font-size: .8rem;
    -webkit-transition: .3s;
    transition: .3s;
}
.flex-direct{
    display: flex;
    justify-content: center;
    align-items: center;
}
.dropdown-toggle{
    display: flex;
    justify-content: center;
    align-items: center;
}
.lang-selected{
    display: flex;
    justify-content: center;
    align-items: center;
}
.language-switcher .flag-icon {
    margin-right: .3rem;
}
.language-switcher, .search-box {
    float: left;
    font-weight: 400;
    font-size: .9rem;
}
.language-switcher {
    background-color: #fff;
    color: #4d4d4d;
    text-transform: uppercase;
    position: fixed;
    right: 27px;
    top: 28px;
    z-index: 10;
}
.loaded .language-switcher {
    right: 85px;
}

.language-switcher > a {
    display: block;
    padding: .24rem .5rem;
}
.flag-icon-de {
    background-image: url('/images/de.svg');
    height:12px;
}
.flag-icon-en {
    background-image: url('/images/gb.svg');
    height:12px;
}
.flag-icon{
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333em;
    line-height: 1em;
}

.disclaimer {
    position: fixed;
    top: 5px;
    left: 10%;
    right: 10%;
    border-radius: 10px;
    background: red;
    color: #fff;
    padding: 10px;
    font-size: 12pt;
    text-align: center;
    z-index: 1000;
}
