html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* usercentrics */
#usercentrics-button #uc-banner-modal .uc-banner-content {
    background-color: #322683 !important;
}

/* montserrat-300 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/montserrat-v24-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/montserrat-v24-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/montserrat-v24-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/montserrat-v24-latin-300.woff') format('woff'), /* Modern Browsers */
         url('../fonts/montserrat-v24-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/montserrat-v24-latin-300.svg#Montserrat') format('svg'); /* Legacy iOS */
  }
  /* montserrat-regular - latin */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v24-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/montserrat-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/montserrat-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/montserrat-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/montserrat-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/montserrat-v24-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
  }
  /* montserrat-700 - latin */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v24-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/montserrat-v24-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/montserrat-v24-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/montserrat-v24-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/montserrat-v24-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/montserrat-v24-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
  }
  
  /* lato-300 - latin */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/lato-v23-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/lato-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/lato-v23-latin-300.woff') format('woff'), /* Modern Browsers */
         url('../fonts/lato-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/lato-v23-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
  }
  /* lato-regular - latin */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('..../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('/fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
  }
  /* lato-700 - latin */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
  }
  

body {
    font-family: 'Lato', sans-serif;
    box-sizing: border-box;
}

#header {
    background-image: url("/images/testform5.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-bottom: 5px solid #1f2436;
    box-shadow: 5px 5px 25px rgb(0 0 0 / 50%);
    /*height: 950px;*/
    height: 1050px;
}

#h1-big {
    /*font-size:5em;*/
    font-size: 3em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.81),3px 3px 3px rgba(0, 0, 0, 0.19);
}

#h1-small {
    font-size:3em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.81),3px 3px 3px rgba(0, 0, 0, 0.19);
    display:none;
}

h2 {
    font-size: 2.5em;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.81),3px 3px 3px rgba(0, 0, 0, 0.19);
}

h3 {
    font-size: 2.25em;
    color:rgb(31, 29, 29);
}

h4 {
    font-size: 1.2em;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.81),3px 3px 3px rgba(0, 0, 0, 0.19);
    border-radius: 3px;
}

h5 {
    font-size: 1em;
    color:rgb(68, 66, 66);
    text-transform: uppercase;
}

h6 {
    font-size: 1.8em;
    color:rgb(68, 66, 66);
    font-weight: 400;
}

.upgrade-p {
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 2px 2px 10px 2px rgba(0,0,0,0); 
    box-shadow: 0px 10px 13px -7px #000000, 2px 2px 10px 2px rgba(0,0,0,0);
}

.upgrade-p-h {
    font-weight: 700;
    font-size: 2.25em;
}

#videnpro-loader {
    position: fixed;
    background-color: rgba(0, 0, 0);
    z-index: 999;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.solid-divider {
    width:25%;
    border-top: 2px solid #322683;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 40px;
}

.text-block-left {
    margin-top: 25px !important;
}

.text-block-right {
    margin-top: 25px !important;
}

.video-content-block-3 {
    margin-bottom: -100px;
}

.video-content-block-4 {
    background-image: url("/images/testform10.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 700px;
}

.video-content-block-4 > .row {
    margin: 0;
}

.popup-block {
    display:flex;
    flex-direction: column;
    padding-top: 200px;
    color: #fff;
    position: absolute;
    justify-content: center;
    align-items: center;
}

.popup-block > h6 {
    color: #fff;
}

.popup-link a {
    text-decoration: none;
    color: #1abc9c;
}

.video-content-block-6 {
    background-image: url("/images/testform9.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 900px;
    color: #fff;
    padding: 150px 0.5em 150px 0.5em;
}

.video-content-block-6 > .row {
    margin: 0;
}

.video-content-block-8 {
    background-image: url("/images/testform11.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 1100px;
    color: #fff;
    padding: 150px 0.5em 150px 0.5em;
}

.video-content-block-8 > .row {
    margin: 0;
}

.statistic-headline {
    color: #fff;
    font-weight: 500;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.81),3px 3px 3px rgba(0, 0, 0, 0.19);
}

.videnproStats {
    padding-left: 2px;
    box-shadow: 5px 5px 25px rgb(0 0 0 / 50%);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.81),3px 3px 3px rgba(0, 0, 0, 0.19);
}

#main-features {
    margin-top: -50px;
}

.feature-list li {
    list-style: none;
    background: url(../images/check2-square-green.svg);
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding: 0 0 30px 40px;
    font-weight: 500;
    font-size: 1.2em;
    background-size: 25px;
}

#pricing-table {
    max-width: 1200px;
}

ul.list-unstyled {
    line-height: 2em;
    font-weight: 300;
}

.mwst-hint {
    text-align:left;
}

/******** faq accordian *********/
#main-faq {
    max-width: 60%;
}

.accordion-button {
    background-color: #322683;
    color: #fff;
    font-weight: 300;
}

.accordion-button:not(.collapsed) {
    background-color: #322683;
    color: #fff;
    font-weight: 300;
}

.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }

  .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }

  .accordion-body {
      font-weight: 300;
  }

  /************* footer ***********/

  #footer {
    background-color: #322683;
    color: #fff;
    margin-top: 75px;
    font-weight: 500;
    font-size: 18px;
}

#footer a, #footer p {
    color: #fff;
    text-decoration: none;
  }

.terms {
    display: inline-block;
    margin: 10px 10px;
}

/******************* footer ************************/
  
  #scroll-to-top {
    position:fixed;
    display: inline-block;
    text-align:center;
    right:15px;
    bottom:15px;
    background-color: #1f2436;
    color: #f6f5f5;
    width: 30px;
    height: 30px;
    line-height:25px;
    font-size:1.25rem;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor:pointer;
    display:none;
  }
  
  


/******** faq accordian *********/

.sales-cta-button a {
    display: block;
    width: 100%;
    max-width:100%;
    font-size: 1.5em;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.81),3px 3px 3px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}

.sales-cta-button-popup a {
    display: block;
    width: 80%;
    padding: 0.25em 1em;
    font-size: 1.5em;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.81),3px 3px 3px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}

.sales-cta-button-format a {
    display: block;
    width: 80%;
    padding: 0.25em 1em;
    font-size: 1.5em;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.81),3px 3px 3px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}

.sales-cta-button-final a {
    display: block;
    width: 100%;
    padding: 0.25em 1em;
    font-size: 1.2em;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.81),3px 3px 3px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}

/****************** media queries **********************/
@media only screen and (max-width : 1496px){
    .video-content-block-4 {
        margin-bottom: -80px;
    }
}

@media only screen and (max-width : 1196px){
    #header {
        height: 950px;
    }
    #main-faq {
        max-width: 70%;
    }    
}

@media only screen and (max-width : 996px){
    .video-content-block-6 {
        min-height: 700px;
    }
}

@media only screen and (max-width : 990px){
    .sales-cta-button-final a {
        width: 50%;
    }
}

@media only screen and (max-width : 703px){
    .sales-cta-button-final a {
        width: 70%;
    }
}

@media only screen and (max-width : 768px){
    #h1-big {
        /*display: none;*/
        font-size: 2em;
    }
    /*
    #h1-small {
        display: block;
    }
    */
    #header {
        /* height: 840px; */
        /* new height with image headline */
        height: 740px; 
    }
    .video-content-block-4 {
        margin-bottom: -130px;
    }
    .video-content-block-7 {
        margin-top: -40px;
    }
    .video-content-block-8 {
        min-height: 930px;
    }
    #handshake {
        width:20%;
    }
    #main-faq {
        max-width: 100%;
    }
    
}


@media only screen and (max-width : 576px){
    .sales-cta-button a {
        display: block;
        margin: auto;
        width: 60%;
    }
    #header {
        height: 700px;
    }
    .sales-cta-button-popup a {
        font-size: 1.2em;
        width: 100%;
    }
    #main-features {
        margin-top: -140px;
    }    
}

@media only screen and (max-width : 575px){
    .video-content-block-8 {
        min-height: 2050px;
        padding-top: 175px;
    }
    .sales-cta-button-format a {
        width: 60%;
    }
    .video-content-block-7 {
        margin-bottom: -80px;
    }
}

@media only screen and (max-width : 496px){
    .sales-cta-button a {
        display: block;
        margin: auto;
        width: 60%;
        font-size: 1.2em;
    }
    #header {
        /* height: 700px; */
        /* new height with image headline */
        height: 580px;
    }
    .popup-link {
        width: 60%;
    }
    #popup-link-image {
        width: 10%;
        bottom: 10px !important;
    }
}

@media only screen and (max-width : 410px){
    .video-content-block-4 {
        height: 750px;
    }
}

@media only screen and (max-width : 396px){
    #h1-big {
        /*display: none;*/
        font-size: 2em;
    }
    #h1-small {
        display: block;
        font-size: 2em;
    }
    h2 {
        font-size: 1.5em;
    }
    .sales-cta-button a {
        display: block;
        margin: auto;
        width: 70%;
        font-size: 1em;
    }
    .video-content-block-8 {
        min-height: 1900px;
    }
    .sales-cta-button-format a {
        width: 70%;
        font-size: 1.2em;
    }
}

@media only screen and (max-width : 288px){
    .video-content-block-4 {
        height: 800px;
    }
    .video-content-block-8 {
        min-height: 1800px;
    }
    .sales-cta-button-format a {
        width: 70%;
        font-size: 1em;
    }
}

@media only screen and (max-width : 276px){
    #h1-big {
        /*display: none;*/
        font-size: 2em;
    }
    #h1-small {
        display: block;
        font-size: 1.5em;
    }
    h2 {
        font-size: 1em;
    }
}

@media only screen and (min-width : 1920px){
    .container-top {
        padding-top: 100px;
    }
    .container-top-video {
        margin-bottom: 200px;
    }
    .video-content-block-4 {
        margin-bottom: 150px;
    }
    #header {
        height: 1100px;
    }
}

@media only screen and (min-width : 3000px){
    .container-top {
        padding-top: 100px;
    }
    #header {
        height: 1600px;
    }
    #h1-big {
        font-size: 10em;
    }
}