#page {
  margin-top: 119px;
}

a:hover {
  color: #e99924;
}

.section > .container {
  max-width: 1110px;
  margin: 0 auto;
}

/* mega dropdown BEGIN */
#mega-dropdown .nav-link i, .sidenav-drop .nav-link i {
  transition: all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -webkit-transition:all .2s ease-in-out;
  overflow: hidden;
  opacity: 0;
  padding-right: 0px;
  max-width: 0px;
} #mega-dropdown .nav-link:hover i, .sidenav-drop .nav-link:hover i {
  max-width: 50px;
  padding-right: 10px;
  opacity: 1;
  vertical-align: middle;
}

#trial-add {
  background-color: #f6f5f3;
  border: dashed 3px #e99924;
  padding: 20px;
  display: inline-block;
}
/* mega dropdown EIND */

/* Homepage Slider BEGIN */
.hp-slide {
  width: 100%;
  height: 450px;
  position: relative;
}
.hp-slide > img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.hp-inner-slide {
  width: 80%;
  margin: 58px auto;
}
.hp-slide-content {
  background-color: #ffffff8c;
  opacity: .99;
  margin-top: 20px;
  padding: 20px;
  max-width: 320px;
} .hp-slide-content button {
  margin: 0 auto;
}
/* Homepage Slider EIND */

/* Footer BEGIN */
@media (max-width: 991px) {
  footer > .flexbox {
    display: block !important;
  }
}
/* Footer EIND */

/* Login Modal BEGIN */
#modal-login .modal-content {
  border-radius: 0;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
#modal-login .modal-header {
  padding: 15px 25px;
  background: linear-gradient(#e99924,#017547);
  border-radius: 0;
}
#modal-login .modal-title {
  line-height: 32px;
  color: white;
}
#modal-login .close {
  padding: 20px 28px;
  position: absolute;
  color: white;
  right: 0;
  top: 0;
  margin: 0;
}
#modal-login .modal-footer {
  border-radius: 0;
  justify-content: space-between;
}
#modal-login .text-radio {
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e0e0e0;
}
#modal-login .tr-active {
  border-bottom: 1px solid grey;
}
.inner-login {
  width: 87%;
  margin: 0 auto;
}
  /* Turning ding */
  #modal-login {
    perspective: 1500px;
  }
  #modal-login::-webkit-scrollbar {
    width: 0px;
  }
  #modal-login .modal-dialog {
    position: relative;
    transition: transform 1s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
  }
  #modal-login .modal-content {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
  }
  #modal-login .modal-dialog:hover {
    /*transform: rotateY(360deg);*/
  }
  #modal-login .modal-content {
    backface-visibility: hidden;
  }
  #modal-login .modal-content.back {
    transform: translateY(-50%) rotateY(180deg);
  }
  /* Turning ding */
/* Login Modal EIND */

/* offcanvas menu BEGIN */
#offcanvas-menu {
  width: 320px;
}
#offcanvas-menu .nav-link {
  font-size: 16px;
}
#sign-text-selector h4 {
  color: #e99924;
  font-weight: 600;
}
#offcanvas-menu .nav-link {
  padding: 0px;
}
#offcanvas-menu .nav-link a {
  /*border-bottom: 1px solid;
  border-left: 1px solid;
  border-color: lightgrey;*/
  padding-left: 5px;
}
.custom-dropdown > i {
  transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -webkit-transition:all .4s ease-in-out;
}
.custom-dropdown > i.turned {
  transform: rotate(180deg);
}
.custom-dropdown > ul .nav-link {
  width: 100%;
}
.custom-dropdown > i {
  cursor: pointer;
  display: block;
  width: 30%;
  float: right;
  line-height: 31px;
  text-align: center;
  color: white;
}
.custom-dropdown > a {
  width: 70%;
  float: left;
}
.custom-dropdown > ul {
  float: left;
  max-height: 0px;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  overflow: hidden;
} .custom-dropdown > ul.opened {
  max-height: 1000px;
  transition: max-height 1s ease-in-out;

}
/* offcanvas menu EIND */

/* signup screen BEGIN */
#signup-wrapper {
  /*padding-top: 100px;*/
  height: 100vh;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
} #signup-wrapper > .row {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 100%;
}
#signup-container {
  -webkit-box-shadow: 0px 0px 44px 17px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 44px 17px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 44px 17px rgba(0,0,0,0.75);
  border: 1px solid #1b9a68;
}
.step-1, .step-2, .step-3 {
  display: none;
}
.step-1.active, .step-2.active, .step-3.active {
  display: block;
}
@media (max-width: 991px) {
 #signup-wrapper > div > div:first-child {
   flex: 0 0 100%;
   max-width: 100%;
 } #signup-wrapper > div > div:nth-child(2) {
   display: none;
 }
 #offcanvas-signup > .close span {
   color: #919191;
 }
}
  /* Signup Errors BEGIN */
  #signup-errors {
    margin-bottom: 20px;
    padding: 20px;
    background: antiquewhite;
  }
  #signup-errors ul {
    margin-bottom: 0;
  }
  #signup-errors li {
    list-style-image: url(/assets/img/wrong.png);
    font-size: 16px;
    text-align: center;
  }
  /* Signup Errors EIND */

  /* Signup password validation BEGIN */
  #password_block {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    overflow-y: hidden;
  	transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -webkit-transition:all .4s ease-in-out;
  }

  #password_block.opened {
    max-height: 500px;
  }
  #password_block.closed {
    max-height: 0px;
  }

  .good_pw {
    background-color: hsla(108, 76%, 51%, 0.10);
    background-image: url('/assets/img/right.png');
    background-repeat: no-repeat;
    background-position: left+10px center;
  } .bad_pw {
    /*background-color: hsla(0, 88%, 50%, 0.23);*/
    background-image: url('/assets/img/wrong.png');
    background-repeat: no-repeat;
    background-position: left+10px center;
  }

  .password_field {
  transition: max-height 0.25s ease-in;
    width: 100%;
    padding: 0 35px;
    color: #696969;
    transition:all .3s ease-in-out; -o-transition:all .3s ease-in-out; -moz-transition:all .3s ease-in-out; -webkit-transition:all .3s ease-in-out;
  }

  .password_field div {
    padding: 4px 0;
    width: 100%;
  }

  .password_field:not(:first-child) div {
    border-top: 1px solid #c1c1c1;
  }

  @media screen and (min-width: 0px) and (max-width: 400px) {
    #password_block {
      font-size: 12px;
    }
    .password_field div {
      padding: 3px 0;
    }
  }
  /* Signup password validation EIND */
/* signup screen EIND */

/* Text Radio Selector BEGIN */
.text-radio {
  display: flex;
  justify-content: space-around;
}
.text-radio input {
  display: none;
}
.text-radio label {
  font-size: 18px;
  color: #adadad;
  cursor: pointer;
} .text-radio label.tr-active {
  color: #5f5f5f;
}
/* Text Radio Selector EIND */

/* Blokken BEGIN */
a.blok-link {
  text-decoration: none;
  color: inherit;
  transition:all .4s ease-in-out;
  -o-transition:all .4s ease-in-out;
  -moz-transition:all .4s ease-in-out;
  -webkit-transition:all .4s ease-in-out;
} a.blok-link i {
  font-size: 30px;
  padding-top: 4px!important;
}

a .blok-content:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}

.blok-content {
  transition: all .4s ease-in-out;
  -o-transition:all .4s ease-in-out;
  -moz-transition:all .4s ease-in-out;
  -webkit-transition:all .4s ease-in-out;
}

.blok-content:hover .blok-title {
  color: #017547;
  transition:all .4s ease-in-out;
  -o-transition:all .4s ease-in-out;
  -moz-transition:all .4s ease-in-out;
  -webkit-transition:all .4s ease-in-out;
} .blok-content:hover i {
  color: #017547;
}
.gap-items-4>* {
  margin-left: 12px;
  margin-right: 12px;
}
.blok-content .flexbox {
  align-items: normal;
}
/* Blokken EIND */

/* Tab BEGIN */
.tab-pane .tab-text {
  display: inline-block;
  width: 50%;
}
.tab-pane img {
  width: 45%;
}
.tab-text {
  padding-top: 10px;
}
.nav-tabs-border .nav-link i {
  transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
.nav-tabs-border .nav-link:hover i {
  transform: scale(1.2);
  color: #1d9c6a !important;
}
.nav-tabs-border .nav-link.active {
  border-color: #0175478a;
}
/* Tab EIND */

/* Small cards BEGIN */
.small-card i {
  font-size: 39px;
  color: #e99924;
}
.small-card .row div:first-child {
  border-right: 1px solid rgba(117, 117, 117, 0.2);
}
.small-card h3, .small-card i {
  transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -webkit-transition: all .2s ease-in-out;
}
.small-card:hover h3, .small-card:hover i {
  transform: scale(1.1);
}
/* Small cards EIND */

/* Pricing calculator BEGIN */
.price-cal h2 small {
  float: right;
  padding-top: 12px;
}
#uitslag {
  position: relative;
}
#special_button {
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  left: 50%;
  display: none;
}
  /* Pricing Slider BEGIN */
  .price-cal .ui-slider .ui-widget-header {
    background: #d5d5d5;
  }
  .price-cal .ui-slider .ui-state-default, .ui-widget-content .ui-state-default {
    border: 0;
    border-radius: 6px;
    border: 1px solid #ff9413;
    -webkit-box-shadow: inset 0px 0px 20px -12px rgba(51,51,51,1);
    -moz-box-shadow: inset 0px 0px 20px -12px rgba(51,51,51,1);
    box-shadow: inset 0px 0px 20px -12px rgba(51,51,51,1);
  }
  .price-cal .ui-slider .ui-slider-handle {
    height: 1.3em;
    width: 1.3em;
    background: #ff9413;
  }
  .price-cal .ui-slider .ui-slider-handle.ui-state-active {
    height: 1.5em;
    width: 1.5em;
    top: -.4em;
    background-image: radial-gradient(#e99924,#e99924);
  }
  @media screen and (min-width: 0px) and (max-width: 899px) {
    .ui-slider-horizontal {
      height: 30px;
    }
    .price-cal .ui-slider .ui-slider-handle, .price-cal .ui-slider .ui-slider-handle.ui-state-active {
      height: 30px;
      width: 30px;
      top:-1px;
    }
  }
  /* Pricing Slider EIND */
/* Pricing calculator EIND */

/* Feature hexagon ding BEGIN */
.hex {
  position: relative;
}
.hex .hex-bg {
  width: 85%;
  height: 85%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 5;
}
.hex .hex-icon {
  position: absolute;
  z-index: 10;
  width: 110px;
  text-align: center;
  cursor: pointer;
  color: #e99924;
} .hex .hex-icon i {
  display: initial;
  width: 100%;
  font-size: 50px;
  transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -webkit-transition:all .2s ease-in-out;
} .hex .hex-icon span {
  display: block;
  /*margin-left: -100%;
  margin-right: -100%;*/
  text-align: center;
  transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -webkit-transition:all .2s ease-in-out;
}.hex .hex-icon.icon-1 {
  left: 50%;
  top: 8%;
  transform: translateX(-50%) translateY(-50%);
} .hex .hex-icon.icon-2 {
  left: 86%;
  top: 30%;
  transform: translateX(-50%) translateY(-50%);
} .hex .hex-icon.icon-3 {
  left: 88%;
  top: 62%;
  transform: translateX(-50%) translateY(-50%);
} .hex .hex-icon.icon-4 {
  left: 67%;
  top: 88%;
  transform: translateX(-50%) translateY(-50%);
} .hex .hex-icon.icon-5 {
  left: 34%;
  top: 88%;
  transform: translateX(-50%) translateY(-50%);
} .hex .hex-icon.icon-6 {
  left: 11%;
  top: 62%;
  transform: translateX(-50%) translateY(-50%);
} .hex .hex-icon.icon-7 {
  left: 15%;
  top: 28%;
  transform: translateX(-50%) translateY(-50%);
}
.hex .hex-center-icon {
  position: absolute;
  z-index: 10;
  width: 100px;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
}
.hex .hex-icon:hover i {
  font-size: 55px;
} .hex .hex-icon:hover span {
  margin-top: 3px;
}
@media screen and (min-width: 0px) and (max-width: 590px) {
  .hex .hex-bg {
    display: none;
  }
  .hex .hex-center-icon {
    display: none;
  }
  .hex .hex-icon {
    position: inherit;
    display: block;
    transform: translateX(0px) translateY(0px) !important;
    top: 0 !important;
    left: 0 !important;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .hex {
    display: -webkit-box;
    display: flex;
    justify-content: space-around !important;
    flex-wrap: wrap;
  }
}
/* Feature hexagon ding EIND */

/* Cookie policy pagina BEGIN */
.policy-container br {
    line-height: 35px;
}
.policy-container ol {
    counter-reset: list;
}
.policy-container ol > li {
    list-style: none;
    margin-bottom: 7px;
}
.policy-container ol > li:before {
    content: "(" counter(list) ") ";
    counter-increment: list;
}
/* Cookie policy pagina EIND */

/* nav tab als vboxxcloud.nl BEGIN */
.img-tab-container {
  position: relative;
  height: 475px;
}
.img-tab-container img, .img-tab-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: opacity .6s;
} .img-tab-container img.active, .img-tab-container video.active {
  opacity: 1;
}
.img-tab-selector:hover {
  cursor: pointer;
}
.img-tab-selector h5 {
  display: inline-block;
  transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
.img-tab-selector.active h5 {
  color: #e99924 !important;
}
.img-tab-selector:hover h5 {
  color: #017547 !important;
}
.img-tab-selector:hover {
  transform: scale(1.1);
}

.nav-tab li {
  border: 1px solid #616771;
  border-width: 1px 0px 1px 1px;
  font-family: DINWebPro-Bold;
}
.nav-tab li:last-child {
  border-radius: 0px 20px 20px 0px;
  border-width: 1px;
}
.tab-content.big .tab-pane img {
  width: 77% !important;
}
.nav-tab li:first-child {
  border-radius: 20px 0px 0px 20px;
}
.nav-tab li {
  overflow: hidden;
}
.nav-tab .active {
  color: #fff;
  background-color: #616771;
}
.nav-tab a {
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
 .nav-tab {
   display: block;
 }
 .nav-tab li {
   border-width: 1px 1px 0px 1px;
 }
 .nav-tab li:last-child {
   border-radius: 0px 0px 12px 12px;
   border-width: 1px;
 }
 .nav-tab li:first-child {
   border-radius: 12px 12px 0px 0px;
 }
 .tab-content.big .tab-pane img {
   width: 100% !important;
 }
}
/*nav tab als vboxxcloud.nl EIND*/

/* unsere-kunden Circle BEGIN */
@media screen and (min-width: 0px) and (max-width: 666px) {
  #circle .blok-content h3 {
    font-size: 1.5rem;
  }
} @media screen and (min-width: 0px) and (max-width: 500px) {
  #circle .blok-content h3 {
    font-size: 1.2rem;
  }
}
/* unsere-kunden Circle EIND */

/* Price Dropdown BEGIN */
.price-dropdown-table {
  position: relative;
}
.price-dropdown-table .price-dropdown tr td:first-child {
  border-right: 1px solid #eaeff4;
}
.price-dropdown {
  font-size: 18px;
  max-height: 232px;
}
.price-dropdown-shadow {
  position: absolute;
  bottom: 0;
  /*height: 50px;*/
  width: 100%;
  -webkit-box-shadow: inset 0px -82px 52px -35px rgba(255,255,255,1);
  -moz-box-shadow: inset 0px -82px 52px -35px rgba(255,255,255,1);
  box-shadow: inset 0px -82px 52px -35px rgba(255,255,255,1);
  cursor: pointer;
} .price-dropdown-shadow tr, .price-dropdown-shadow td {
  width: 1%;
}
.price-dropdown-shadow span {
  margin-bottom: 10px;
  border-left: 2px solid #bebebe;
  border-bottom: 2px solid #bebebe;
}
/* Price Dropdown EIND */

/* Image preview BEGIN */
img[previewable] {
  cursor: pointer;
}
#imagemodal {
  padding: 0;
}
#imagemodal .modal-dialog {
  width: 100%;
  max-width: unset;
}
#imagemodal .modal-content {
  width: auto;
  background-color: transparent;
  max-width: 95%;
  max-height: 95%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
#imagemodal .modal-body {
  border-color: #f1f2f3a6;
}
#imagemodal .modal-body {
  padding: 0 10px;
  overflow: overlay;
}
#imagemodal .modal-body img {
  max-width: 90vw;
  max-height: 100%;
}
#imagemodal .modal-header button {
  padding: 0 15px;
  font-size: 40px;
  color: white;
}
#imagemodal .modal-body::-webkit-scrollbar {
  width: 10px;
}
#imagemodal .modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#imagemodal .modal-body::-webkit-scrollbar-thumb {
  background: #888;
}
#imagemodal .modal-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* Image preview EIND */

/**/
.index-header img {
  margin-top: 9rem;
}
.index-header .head-info {
  /*width: 40%;*/
  position: absolute;
  left: 5%;
  top: 3rem;
} .index-header .head-info button {
  /*width: 40%;*/
  float: right;
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  .index-header img {
    margin-top: 15rem;
  }
  .index-header .head-info {
    top: 1rem;
    width: 100%;
    left: 0
  } .index-header .head-info button {
    /*width: 40%;*/
    float: unset;
    margin: 0 auto;
  }
}
/**/

/* Misc BEGIN */
body {
  overflow-x: hidden;
}
.image-show img {
  margin: 0 auto;
  display: block;
}
.odd-section {
  background-color: #f6f6f5;
}
.small-green-bg {
  top: 0;
  left: 0;
  height: 200px;
  width: 100%;
  position: absolute;
  background-color: #00865c;
}
.center {
  margin: 0 auto;
}
.ult-center {
  transform: translateX(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 50%;
}
#show-pass {
  cursor: pointer;
}
hr.leitz {
  border-top-color:#e99924;
}
.input-line .form-control {
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  -webkit-background-size: 0 1px, 100% 1px;
  background-size: 0 1px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e99924), to(#e99924)), -webkit-gradient(linear, left top, left bottom, from(#eaeff4), to(#eaeff4));
  background-image: -webkit-linear-gradient(#e99924, #e99924), -webkit-linear-gradient(#eaeff4, #eaeff4);
  background-image: linear-gradient(#e99924, #e99924), linear-gradient(#eaeff4, #eaeff4);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.social a:last-child {
  margin-right: 5px;
}
.item-list {
  list-style-type: none;
} .item-list li {
  padding: 3px 0;
  color: #727272;
}
.leitz-bold {
  font-family: DINWebPro-Bold;
}
img[previewable] {
  cursor: pointer;
}
.contact-form .alert {
  display: none;
}

.pricing-slider-container {
  max-width: 500px;
}
.comming-soon {
  position: absolute;
  top: 0;
  z-index: 10;
  right: 0;
  width: 400px;
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  .comming-soon {
    position: inherit;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  nav.navbar > .container {
    max-width: 100%;
  }
}
/* Misc EIND */

