@import url("https://use.typekit.net/qha2ntv.css");
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*
Bilo Light
font-family: "bilo", sans-serif;
font-weight: 400;
font-style: normal;

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}
*/
:root {
  --font: "Roboto", sans-serif;
  --header: "bilo", sans-serif;
}

html, body{
    font-family: var(--font);
}
.wrapper {
    margin: 0 auto;
    max-width: 1880px;
    min-width: 0 25.714em;
    padding: 0 1.286em;
    position: relative;
}
.header{
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    height: 105px;
    padding: 20px !important;
    z-index: 29;
    transition: ease-in-out .3s;
}
.header.sticky{
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    height: 65px;
    padding: 20px !important;
    z-index: 29;
    transition: ease-in-out .3s;
}
.header > .wrapper{
   width: calc(100% - 40px);
    text-align: center;
    max-width: 100%;
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    transition: ease-in-out .3s;
}
.header.sticky > .wrapper{
   width: calc(100% - 40px);
    text-align: center;
    max-width: 100%;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    transition: ease-in-out .3s;
}
.header.sticky > .wrapper #logo img{
   width: 130px;
    transition: ease-in-out .3s;
}
.header > .wrapper #logo img{
   width: 161px;
    transition: ease-in-out .3s;
}
main {
    padding: 145px 0 50px;
}
.social-buttons .icon {
    display: inline-block;
    width: 26px;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    color: #000000;
    text-align: center;
    border-radius: 4px;
    text-indent: 1px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-left: 4px;
    display: flex;
    align-items: center;
    color: transparent;
}
.social-buttons .icon.icon-facebook {
    background: transparent;
}
.icon:before {
    font-family: 'fontello';
    font-size: 16px;
    line-height: 1em;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    display: inline-block;
    text-align: center;
    color: black;
}
.icon-facebook:before {
    content: '\e81d';
}
.icon-instagram:before {
    content: '\f16d' !important;
    font-size: 22px;
    width: 20px;
}
#topbar{
    display: flex;
    gap: 10px;
    align-items: center;
    position: absolute;
    right: 0px;
}
#topbar .social-buttons {
    background-image: none;
    background-position: top;
    background-repeat: repeat-x;
    background-size: 14px 1px;
    margin: 0;
    padding: 0;
    display: flex;
}
.block-senso-socialbuttons{
    position: absolute;
    right: 210px;
}
.language-switcher-language-url {
  position: absolute;
  right: 166px;
}
.bottomwrap > .wrapper{
    display: flex;
    gap: 30px;
}
.bottomwrap > .wrapper > *{
    background-color: #f7f7f7;
    padding: 70px 30px;
    flex: 1 1 49%;
}
.bottomwrap > .wrapper .block-senso-webformulier > h2, .bottomwrap > .wrapper .block-senso-webformulier > form, .bottomwrap > .wrapper .dealerblok, .bottomwrap > .wrapper .block-senso-dealerblock h2{
    max-width: 540px;
    margin: 10px auto 10px;
}
.bottomwrap > .wrapper .block-senso-webformulier > h2, .bottomwrap > .wrapper .block-senso-dealerblock h2{
    font-family: var(--header);
    font-size: 34px;
    color: black;
    font-weight: 100;
}
.webform-submission-webform-211-node-9-form{
    display: flex;
    gap: 30px;
    margin-top: 20px !important;
}
.webform-submission-webform-211-node-9-form fieldset{
    margin: 0;
    padding: 0;
}
form .input, form input[type=date], form input[type=datetime-local], form input[type=datetime], form input[type=email], form input[type=file], form input[type=image], form input[type=month], form input[type=number], form input[type=password], form input[type=search], form input[type=tel], form input[type=text], form input[type=time], form input[type=url], form select, form textarea {
    border: 1px solid transparent;
    border-bottom: 1px solid black;
    border-radius: 0px;
    box-sizing: border-box;
    margin: 0 0 10px;
    max-width: 100%;
    padding: 12px;
    background-color: transparent;
}
form input[type=email]:focus{
    border: 1px solid black;
    border-bottom-width: 1px solid black;
}
.form-checkboxes .form-item, .form-radios .form-item {
    border-left: 0px solid #f5f5f5;
    margin-bottom: 0;
    padding-left: 0;
}
    .webform-options-display-two-columns {
        margin-top: -0.6em !important;
    }
input[type=checkbox]+label:before, input[type=radio]+label:before {
    background-color: transparent;
    background-image: none;
    border: 1px solid #000;
    border-radius: 0;
    color: #fff;
    height: 16px;
    transition: border-color .1s ease-in;
    width: 16px;
}
input[type=checkbox]+label, input[type=radio]+label {
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    margin: 0 1em .2em 0;
    padding-left: 26px;
    padding-top: 4px;
    position: relative;
    color: black;
}
form.webform-submission-webform-211-node-9-form input[type=submit], .button, input[type=button] {
    margin-top: 20px;
    background-color: black;
    font-weight: 300;
    text-transform: none;
    font-size: 16px;
    padding: 18px 30px;
}
form.webform-submission-webform-211-node-9-form input[type=submit]{
    margin-top: 20px !important;
}
.button {
    margin: 0 !important;
}
.dealerblok > .inner {
        display: flex;
    width: 100%;
    align-items: center;
    font-size: 18px;
    color: black;
    justify-content: space-between;
    font-weight: 300;
    margin-top: 40px;
}
.dealerblok > .inner p{
    margin: 0px;
}
.block-senso-footerinfo {
    font-size: 18px;
    color: black;
}
.block-senso-footerinfo .social-foot{
    display: flex;
    gap: 15px;
}
.block-senso-footerinfo .social-foot img{
    width: 40px;
    height: 40px;
}
.footerlogo {
    padding: 0;
    width: 272px;
}
.footerlogo #logo{
    padding: 0;
}
footer.footer{
    padding: 7em 2.571em 4em;
}
footer.footer .ta-right{
    width: auto;
    font-size: 18px;
    color: black;
    text-align: right;
    float: right;
    padding: 0;
}
fieldset{
    background-color: transparent;
    font-size: 18px;
}
fieldset legend {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  top: 0;
  float: left;
  width: 100%;
  float: left;
  width: 100%;
  display: block;
  margin: 20px 0;
  font-family: var(--header);
}
fieldset .fieldset-wrapper {
  float: left;
  width: 100%;
    font-size: 18px;
}
input[type="checkbox"] + label, input[type="radio"] + label {
  cursor: pointer;
  display: inline-block;
  font-weight: 300;
  margin: 0 1em .2em 0;
  padding-left: 26px;
  padding-top: 4px;
  position: relative;
  color: black;
  font-size: 16px;
}
.webform-element--title-inline > label {
  display: inline;
  padding-right: 0.5em;
  font-size: 18px;
  color: black;
}
.resize-vertical {
  min-height: 2em;
  resize: vertical;
  border: 1px solid black !important;
}
form label {
  display: block;
  margin-bottom: .2em;
  width: 100%;
  font-size: 18px;
  color: black;
}