/*
Theme Name: Dickhof Bedrijfswagen Inbouw
Theme URI: http://dickhofbwi.nl
Description: Wordpress thema voor Dickhof Bedrijfswagen Inbouw
Author: Comceptum
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: dickhofbwi
*/



.screen-reader-text {
      border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 900;
    line-height: 1;
    color: #283583;
      font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
}

:is(h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6) strong {
            -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #e42313;
    color: transparent;
    font-weight: inherit
}

h1,
.h1 {
    font-size: 46px;
}

.h2,
h2 {
    font-size: 42px;
}

.h3,
h3 {
    font-size: 36px;
}

.h4,
h4 {
    font-size: 32px;
   
}

.h5,
h5 {
    font-size: 24px;
}

.h6,
h6 {
    font-size: 20px;
   
}

body {
        font-size: 18px;
    font-weight: 300;
        color: #1d1d1b;
     font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
    line-height: 1.675;
    margin: 0;
    
        margin: 22.5px auto !important;
    display: flex;
    min-height: calc(100vh - 45px);
    justify-content: center;
    align-items: center;
    
    background-image: url(images/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;*/
}

p {
    margin-top: 0;
    margin-bottom: 15px;
}

a {
    color: currentColor;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: currentColor;
}

ul,
ol {
    padding-left: 0;
    line-height: 1.5;
    margin-bottom: 15px
}

li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

label {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 14px;
}

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 2px solid #EAEDEC;
}

mark,
.mark {
  padding: 0;
  background-color: transparent;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    border-radius: 0;
    outline: 0;
    padding: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.25;
    border: 0;
    width: 100%;
    position: relative;
       background: #ffffff;
     color: #707070;
     border: 1px solid #283583;
     border-radius: 10px;
        font-family: "Open Sans", sans-serif;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

input:focus,
input:hover {
    border-color: #e42313
}


select {
        background-color: #ffffff;
    background-image: url(images/select.svg);
    background-size: 7.5px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
}

::-webkit-input-placeholder {
        color: rgb(4 60 74 / 50%);
}

::-moz-placeholder {
        color: rgb(4 60 74 / 50%);
}

:-ms-input-placeholder {
        color: rgb(4 60 74 / 50%);
}

::-moz-selection {
    background-color: #0F90DF;
    color: #ffffff
}

::selection {
    background-color: #0F90DF;
    color: #ffffff
}

::-moz-selection {
    background-color: #0F90DF;
    color: #ffffff
}

:focus {
    outline: 0 !important;
}

table {
    margin-bottom: 15px;
    width: 100%
}

b,
strong {
    font-weight: normal;
}

small,
.small {
    font-size: 0.75rem;
    font-weight: inherit;
    display: inline-block;
    line-height: 1.5;
}

button {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}




.row.small-gutters {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.row.small-gutters > [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.row.medium-gutters {
    margin-right: -22.5px;
    margin-left: -22.5px;
}

.row.medium-gutters > [class*="col-"] {
    padding-right: 22.5px;
    padding-left: 22.5px;
}

.row.big-gutters {
    margin-right: -30px;
    margin-left: -30px;
}

.row.big-gutters > [class*="col-"] {
    padding-right: 30px;
    padding-left: 30px;
}

.row-header {
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 15px;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
  }

.btn {
  -moz-appearance: none;
    -webkit-appearance: none;
    padding: 15px;
    display: inline-block;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    z-index: 1;
    line-height: 1.25;
    white-space: normal;
    color: #ffffff;
    border: 0;
    background: #283583;
    border-radius: 10px;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 24px;
}

.btn:hover{
    background: #e42313;
	color: #ffffff;
}


#confetti {
    overflow-y: hidden;
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s;
    transition: all .3s;
	z-index: 99;
}

main {
    max-width: 600px;
}



main .logo {
         margin-bottom: 30px;
    max-width: 210px;
    margin-left: auto;
    display: block;
    margin-right: auto;
}

main .form {
    background: #ffffff;
    border-radius: 30px;
    padding: 37.5px;
    position: relative;

    margin-bottom: 40px;
}

main .form video {
       position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    margin: 30px 0;
    border-radius: 15px;
}

main .form video :is(img,video,iframe) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotate(-5deg) scale(1.2);
    transform: rotate(-5deg) scale(1.2);
}


/* floating-label */


.floating-label {
  position: relative;
  margin-bottom: 15px;
}
.floating-label input {

}

.floating-label label {
        font-size: 14px;
    color: #707070;
    position: absolute;
    top: 0;
    left: 15px;
    padding: 2.5px 5px;
    transform: translateY(-50%);
    line-height: 1;
    background: #ffffff;
    margin-bottom: 0;
    text-transform: uppercase;
}




/* Gravity Forms */

.gform_wrapper {
  

}


.gform_wrapper .gf_progressbar_wrapper {
    margin-bottom: 45px;
}

.gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
    display: none;
}

.gform_wrapper .gf_progressbar_wrapper .gf_progressbar {
    height: 40px;
    background: #f4f4f4;
        border-radius: 50px;
}

.gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage{
    height: 40px;
    position: relative;
   
    border-radius: 50px;
           background: #161615;
    background-image: linear-gradient(-45deg, rgba(255,255,255,0.125) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.125) 50%, rgba(255,255,255,0.125) 75%, transparent 75%, transparent);
     background-size: 35px 35px;
}



.gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span{
    color: #ffffff;
    position: absolute;
    right: 0;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 0 50px 50px 0;
        font-size: 18px;
}
.gform_wrapper form {
      margin-top: 22.5px;  
       position: relative;
    text-align: left;
}

.gform_wrapper form .gform_body {


}
.gform_wrapper form .gform_body .gform_fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield,
.gform_wrapper form .gform_body .gform_fields fieldset.gfield {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    border: 0;
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    /*  line-height: 1*/
}

/*.gform_wrapper form .gform_body .gform_fields .gfield:last-child,
.gform_wrapper form .gform_body .gform_fields fieldset.gfield:last-child {
    margin-bottom: 0;
}*/

.gform_wrapper form .gform_body .gform_fields fieldset.gfield.gfield--type-consent {
     -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}


.gform_wrapper form .gform_body .gform_fields .gfield input {

}



.gform_wrapper form .gform_body .gform_fields .gfield.gfield_html_formatted {
       

}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-section :is(h1, h2, h3, h4, h5, ul, p, table),
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_html_formatted :is(h1, h2, h3, h4, h5, ul, p, table) {
    margin-bottom: 0
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield_html_formatted  a {
    color: #3eae56;
    text-decoration: underline;
}



.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-three-quarter {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-quarter {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}


.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-third {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-seven-twelfths {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-five-twelfths {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.spacer {
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield > label{
     
}

.gform_wrapper form .gform_body .gform_fields .gfield.hidden_label > label,
.gform_wrapper form .gform_body .gform_fields .gfield.hidden_label > legend {
    display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield > label .gfield_required {
   
}

.gform_wrapper form .gform_body .gform_fields .gfield > legend {
   
}

.gform_wrapper form .gform_body .gform_fields .gfield > .gfield_description {
      font-size: 12px;
    margin-bottom: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield > .gfield_consent_description {
    font-size: 15px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
        color: red;
    margin-top: 5px;
    font-size: 14px;
    text-align: left;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gform_validation_container,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_visibility_hidden {
    border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}




.ui-datepicker {
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1)!important;
    padding: 1rem;
    position: relative;
    border: 1px solid #ddd;
    display: none
}

.ui-datepicker:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ddd;
    top: -15px
}

.ui-datepicker:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    top: -13px
}

.ui-datepicker-group {
    float: left!important;
    padding: 20px 20px 20px 0
}

.ui-datepicker-header {
    background: 0 0!important;
    text-shadow: none!important;
    color: #333!important;
    border: 0!important;
    margin-bottom: 6px!important
}

.ui-datepicker-title {
    font-size: 15px!important;
    text-align: center
}

.ui-datepicker-month,.ui-datepicker-year {
    width: auto;
    display: inline-block;
    height: 2rem;
    text-indent: 0;
    border-color: transparent;
    padding: 0;
}

.ui-datepicker-month {
    margin-right: .5rem
}

.ui-datepicker thead {
    border: 0!important;
    background: 0 0!important
}

.ui-datepicker th {
    font-size: 12px!important;
    font-weight: 400;
    color: #333!important;
    text-align: center
}

.ui-datepicker tbody tr {
    border: 0!important
}

.ui-datepicker tbody td {
    background-color: transparent;
    border: 0!important;
    padding: 0!important
}

.ui-datepicker-prev {
    position: absolute;
    left: 1.5rem;
    top: 14px;
    line-height: 30px!important;
    background: 0 0!important;
    cursor: pointer
}

.ui-datepicker-prev:after {
    content: '‹';
    font-size: 2rem
}

.ui-state-disabled.ui-datepicker-prev:after {
    color: #ccc!important
}

.ui-icon.ui-icon-circle-triangle-w {
    display: none
}

.ui-datepicker-next {
    position: absolute;
    right: 1.5rem;
    top: 14px;
    line-height: 2rem!important;
    background: 0 0!important;
    cursor: pointer
}

.ui-icon-circle-triangle-e {
    display: none
}

.ui-datepicker-next:after {
    content: '›';
    font-size: 2rem
}

.ui-state-disabled.ui-datepicker-next:after {
    color: #ccc!important
}

.ui-datepicker-calendar .ui-state-default {
    background: #f5f5f5!important;
    background: 0 0!important;
    font-weight: 400!important;
    font-size: 13px!important;
    text-shadow: none!important;
    border: 1px solid #f5f5f5!important;
    border: 1px solid transparent!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    color: #333
}

.ui-datepicker-calendar .ui-datepicker-today .ui-state-default {
}

.ui-datepicker-calendar .ui-datepicker-current-day a {
    background-color: #283583!important;
    color: #fff!important;
    border: 1px solid #283583!important;
    color: #ffffff;
    border-radius: 50%
}

.ui-datepicker-calendar .ui-state-hover {
    background-color: #283583!important;
    border-radius: 50%;
    font-weight: 700!important;
    color: #ffffff;
}

.ui-datepicker-unselectable.ui-state-disabled {
    background: 0 0!important
}

.ui-datepicker-unselectable.ui-state-disabled span {
    background: 0 0!important;
    font-weight: 400!important;
    color: #ccc!important;
    border: 1px solid transparent!important
}

.ui-datepicker-calendar .ui-datepicker-other-month span {
    color: #ccc!important
}

.ui-datepicker-calendar .wrong {
    background-color: red!important
}

div.ui-datepicker-group-first td:not(.ui-datepicker-other-month)~td.ui-datepicker-other-month {
    visibility: hidden
}

div.ui-datepicker-group-last td {
    visibility: hidden
}

div.ui-datepicker-group-last td.ui-datepicker-other-month~td:not(.ui-datepicker-other-month),div.ui-datepicker-group-last td:not(.ui-datepicker-other-month),div.ui-datepicker-group-last td:not(.ui-datepicker-other-month)~td.ui-datepicker-other-month {
    visibility: visible
}


.gfield_radio {
        position: relative;
    font-weight: 300;
    margin-bottom: 0;
}


.gfield_radio input{
     border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.gfield_radio label {
    position: relative;
    font-weight: normal;
    cursor: pointer;
        padding-left: 30px;
}

.gfield_radio label:before{
    content: '';
    width: 21px;
    height: 21px;
    display: inline-block;
    margin-right: 7.5px;
    vertical-align: -4px;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border: 2px solid #EDEDED;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}


.gfield_radio input:checked + label:before{
    border-color:#161615
}


.gfield_radio label:after{
     content: '';
    position: absolute;
 
    
    height: 13px;
    width: 13px;
    background: #161615;
    border-radius: 50%;
    opacity: 0;
    
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
   left: 4px;
}

.gfield_radio input:checked + label:after{
    opacity: 1;
}




.gfield_checkbox,
.ginput_container_consent {
    display: block;
    margin-bottom: 0;
    position: relative;
}

.gfield_checkbox input,
.ginput_container_consent input{
     border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}



.gfield_checkbox label,
.ginput_container_consent label {
    position: relative;
    margin-bottom: 0;
    padding-left: 25px;
}

.gfield_checkbox label:before,
.ginput_container_consent label:before{
    content: '';
    width: 17.5px;
    height: 17.5px;
    display: inline-block;
    margin-right: 7.5px;
    vertical-align: -4px;
    background: #ffffff;
        border: 2px solid #F5F5F5;
    border-radius: 50%;
    position: absolute;
        left: 0;
    top: 3px;
}


.gfield_checkbox input:checked + label:before,
.ginput_container_consent input:checked + label:before{
       background: #161615;
    border-color: #161615;
}



@media (max-width: 992px) {
    .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-third,
    .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half {
        -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
    
    .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-three-quarter {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-quarter {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    
    main .form {
    background: #ffffff;
    border-radius: 30px;
    padding: 30px;
    position: relative;
    margin-top:40px;
    margin-bottom: 40px;
}
}

/* Responsive */

@media (max-width: 1600px) {
    
}

@media (max-width: 1400px) {
  
   

}

@media (max-width: 1200px) {
   
    
   
   
}




@media (max-width: 991.98px) {

/*
    h1,
    .h1 {
        font-size: 48px;
    }

    .h2,
    h2 {
        font-size: 42px;
    }

    .h3,
    h3 {
        font-size: 32px;
    }

    .h4,
    h4 {
        font-size: 24px;
       
    }

    .h5,
    h5 {
        font-size: 20px;
    }

    .h6,
    h6 {
        font-size: 18px;
       
    }*/

    body {
        font-size: 18px;

    }

    main {
        overflow: hidden;
            padding: 60px 15px 0 15px;
            max-width: 100%
    }

    main .form {
        padding: 22.5px 15px;
    }


}
