:root {
    --white: #ffffff;
    --black: #000;
    --yellow: #ffb200;
    --hoverbg: #393939;
    --hoverTxColor: #FFC113;
    --main: #2e9a09;
    --mainTransparent: #88211a63;
    --filter-blur: 1000px;
    --headers: #626f45;
  }

html {
    font-size:10px;
}

body,button,input,select,textarea {
    font-size:1.6rem;
}

h2, h3, h4 {
    font-size:2rem;
}

body {
    font-family: 'Roboto', sans-serif;
    background:var(--white);
}
#box {
    overflow: hidden;
}
.page-header {
    background-image: url("../img/bg_blurred.jpg");
    backdrop-filter: blur(var(--filter-blur));
    position: relative;
    background-size:cover;
    background-color: rgb(111, 111, 111, 1);
}
.page-header h1 {
    font-size:1rem;
}
.page-header .main-title {
    text-align: center;
}

.header .dark.container {
    position:relative;
}
.header .dark.container:after {
    content:"";
    position:absolute;
    background-color: #fff;
    left:calc(-5*100vw);
    right: calc(-5*100vw);
    top:0;
    bottom:0;
    display: block;
    z-index: -1;
}
.header .dark.container a {
    color:#000c59;
}
.header #nav_toggle *, .header #nav_toggle *:after, .header #nav_toggle *:before {
    color:black;
    background:black;
}
.header .logo {
    width:100%;
    place-content: space-between;
}
.header .logo-left.with-image {
    place-content:baseline;
}
.header .logo-left.with-image img {
    width:auto;
}
.header>div.container-fluid .phone {
    display: block;
    width: 100%;
    color: white;
    text-align: right;
}

.header span.contact-phone {
    display: flex;
    letter-spacing: 0.25px;
    font-weight: 600;
    place-content: flex-end;
    align-items: center;
}
.header span.contact-phone a {
    font-size:1.75rem;
}
.header .contact-phone {
    float: right;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -1px;
    width: 100%;
    text-align: right;
}
.header .contact-phone svg {
    fill:#c1c1c1;
    margin-right:0.5rem;
}
.header .contact-phone a {
    color:var(--colorDarkMuted);
}
.header .logo img {
    max-width: 100%;
    padding: 1rem;
    width:250px;
}
.header .logo span {
    color:var(--black);
    font-size:2.35rem;
    font-weight:300
}
.container-fluid .logo.no-image .logo-text {
    margin:0;
}
.sloganline_1 {font-size: 1.75rem;text-transform: uppercase;color: #000c59;font-weight: 600;}

.sloganline_2 {
  font-weight: 600;
  font-size: 1.45rem;
  text-transform: uppercase;
  color: #ffb100;
}

.page-header .subtitle span {
    display: block;
    text-align: center;
}
.logo.logo-left span span {
  display: inline-block;
}

.logo .logo-text {
  margin-right: 0;
  margin-left:0;
}

.logo:not(.logo-between) .logo-text-primary {
  font-size: 14px;
  display:flex;
  flex-direction: column;
}
.logo:not(.logo-between) #site-description {
    font-size:13px;
    margin-top:-2px;
}
.intake-container {
    background-color:white;
    background-size: cover;
    margin-top:0.5rem;
    margin-bottom:1.5rem;
    box-shadow: 0 3px 16px rgba(0,0,0,0.16);
    padding: 4rem;
    border-radius: 6px;
}

.venauto-logo {
    text-align: center;
    /* margin-bottom:1rem; */
    padding-bottom:0.25rem;
}
.venauto-logo span {
    display: block;
    color:white;
    font-size: 1.2rem;
    margin-top: 1.2rem;
}
.venauto-logo img {
    min-width: 75px;
    padding-top:0.25rem;
}

.call {
    text-align: center;
    margin: 1rem 0 2rem 0;
    background: rgba(0,13,96,0.1);
    padding-top: 0.25rem;
    color: #000d60;
}

span.phone {
    display:block;
    text-align: center;
    font-size: 3rem;
    line-height:2rem;
    font-weight: 700;
}
span.phone a {
    color:#000C59;
} 

span.text-big {
    display: block;
    font-size: 1.5rem;
    line-height:2.0rem;
    color:#FFB100;
    font-weight: 600;
    text-transform: uppercase;
}

.subtitle .text-big {
    font-size:2.25rem;
}

.pre-footer {
    padding: 1em;
    margin: 1rem 0rem 0 0;
    display: grid;
    grid-auto-flow: column;
    place-content: center;
    gap: 1rem;
}

.pre-footer b > span:not(.phone) {
    text-transform:uppercase;
    margin-left: 1.55rem;
    font-size: 1.6rem;
}

.pre-footer .phone {
    font-size: 2.5rem;
    line-height:24px;
    color:#FFC113;
}
.pre-footer .phone svg {
    width: 24px;
    height: 24px;
    fill: #FFC113;
    margin-right: 0.25rem;
    float: left;
    margin-left: 14px;
}

.pre-footer h3 {
    color:#000D60;
    text-transform:uppercase;
    text-align: center;
    font-weight:600;
    padding-top:0.5rem;
}

#menu-footer-menu-links {
    list-style-type:none;
    margin:0 0 1.25rem;
    padding:0;
}

.after-footer {
    background: var(--colorDarkMuted);
    border-top:1px solid rgba(var(--colorLightRGB), 0.1);
}
#menu-copyright-menu {
    display: flex;
    margin:0;
    padding:0.5rem 0;
    gap: 1rem;
    list-style-type: none;
    font-size: 0.8rem;
    place-content: center;
}
#menu-copyright-menu a {
    color:rgba(var(--colorLightRGB), 0.8);
}

.copyright .copyright-text {
    margin:0;
    padding:0.5rem;
}

/* Intake form */
.intake-container[class*="wp-block-columns"] .wp-block-column>p:not([class*="mb-"]) {
    margin-bottom:0 !important;
    padding:0 !important;
    font-weight: 300;
    font-size: 14px;
}
.intake-container button {
    display:block;
    width:100%;
    text-transform: uppercase;
    background:#35B100;
    margin-top:0.5rem;
}
.intake-container ::placeholder, .intake-container input {
    font-size: 2.25rem;
    text-align: center;
    font-weight: 600;
    color: black;
    opacity: 1;
}
.intake-container .licenceplate-inner {
    height: 4rem;
}

.wp-block-column.intakeform {
    background: white url(../img/banner_bg.webp);
    border-radius: 6px;
    padding: 1rem 1rem;
    text-align: center;
    margin-bottom: 1rem;
}

.licence-app .wp-block-column.intakeform .columns {
    display: grid;
    grid-template-areas: "col1 col1 col2";
    grid-template-columns: 1fr 1fr 1fr;
    gap:1rem;
}

.licence-app .wp-block-column.intakeform .columns span {
    font-size: 2.25rem;
    padding: 0;
    line-height: 1.75rem;
    color:var(--hoverbg);
}

.licence-app .wp-block-column.intakeform .columns .col1 span {
    font-weight: 100;
}
.licence-app .wp-block-column.intakeform .columns .col1 span > b {
    color:var(--main);
    font-weight: 800;
}

.licence-app .wp-block-column.intakeform .columns > div {
    background:white;
    border-radius:0.5rem;
    padding:1rem;
    font-weight: 800;
}

.licence-app .wp-block-column.intakeform .columns .col1 {
    grid-area: col1;
    padding:2rem 1rem;
}
.licence-app .wp-block-column.intakeform .columns .col2 {
    background:#FFC113;
    grid-area: col2;
    place-content: center;
    display: grid;
}
.licence-app .wp-block-column.intakeform .columns .col2 div a {
    font-size:1.75rem;
    color:var(--white);
    position:relative;
    padding-left:1.25rem;
}
.licence-app .wp-block-column.intakeform .columns .col2 div a:before {
    content: "";
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMGg0OHY0OGgtNDh6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTEzLjI1IDIxLjU5YzIuODggNS42NiA3LjUxIDEwLjI5IDEzLjE4IDEzLjE3bDQuNC00LjQxYy41NS0uNTUgMS4zNC0uNzEgMi4wMy0uNDkgMi4yNC43NCA0LjY1IDEuMTQgNy4xNCAxLjE0IDEuMTEgMCAyIC44OSAyIDJ2N2MwIDEuMTEtLjg5IDItMiAyLTE4Ljc4IDAtMzQtMTUuMjItMzQtMzQgMC0xLjExLjktMiAyLTJoN2MxLjExIDAgMiAuODkgMiAyIDAgMi40OS40IDQuOSAxLjE0IDcuMTQuMjIuNjkuMDYgMS40OC0uNDkgMi4wM2wtNC40IDQuNDJ6Ii8+PC9zdmc+);
    background-size: 36px;
    float: left;
    position: absolute;
    filter: invert(1);
    place-content: center;
    background-color: transparent;
    top: 3px;
    bottom: 0;
    width: 36px;
    left: -20px;
    background-repeat: no-repeat;
    transform: rotate(20deg);
}

.wp-block-column.intakeform h2 {
    margin-bottom:1rem;
}

/* Theme styles overwrite */
#header {
    background: transparent;
    border-bottom: 0px solid #F0F0F0;
    margin: 0 auto;
    max-width: 1400px;
}

h5.mt-1 {
    margin-top:0 !important;
}

#footer {
    background:var(--yellow) !important;
    color:var(--black);
}

.form-mod {
    display:none;
}
/* #footer,
#footer span {
    color:white;
} */
#footer h4 {
    font-size:1.3rem;
    margin-bottom: 0.75rem;
}
#footer a {
    color:var(--black);
}
#footer a:hover {
    text-decoration: underline;
}
.image {margin: 2rem 1rem 2rem 0;} 

.mb-05 {
    margin-bottom:0 !important;
}

/* Font sizes... */
.font-16 {
    font-size:1rem;
}
.font-22 {
    font-size:1.35rem;
}
.font-29 {
    font-size:1.75rem;
}
.font-35 {
    font-size:2.5rem !important;
}

.font-underline {
    text-decoration: underline;
}

.font-uppercase {
    text-transform: uppercase;
}
.contact-phone {
    padding-right: 15px;
    float: right;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -1px;
    width: 100%;
    text-align: right;
}
.contact-phone a {
    color:#fff;
}

.licenceplate-inner:before {
  content: '';
    background: #2B4C9D url(../img/bg_licenseplate.svg) center center no-repeat;
    background-size: 20px;
    width: 35px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: -5px;
}

.licenceplate-inner {
  background: #F0B404;
  color:  black;
  position: relative;
  border: none;
}
.licenceplate-inner + button + span {
    border:1px solid #ffb100;
    display:block;
    margin-top:0.5rem;
    padding:0.25rem;
}
.contact-phone i {
    content:"";
    background:url(../img/phone_24px.svg) no-repeat;
    display:inline-block;
    height:24px;
    width:24px;
    vertical-align: middle;
}

.intake-container {
    position:relative;
}

.intake-container:before {
    content:"";
    position:absolute;
    display:block;
    width: 175px;
    height: 175px;
    background: url(../img/gratis_yellow.webp) no-repeat;
    right: -2rem;
    top: -3rem;
    background-size: contain;
}
.intake-container button:hover {
    background:#000c59;
}
/* Form styling */
div#car-sell-form {
    margin:1rem 0;
    padding: 1em;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    color: #707070;
    border-radius: 3px;
    text-shadow: 0 0px 1px #fff;
    background: #fff;
    margin-bottom: 1em;
}

div#car-sell-form h1 {
    margin:0;
    font-size:2.25rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    color:#000D60;
}

#car-sell-form #car-details {
    display:none;
}

#car-sell-form #car-details ul {
    list-style-type: none;
    padding:0;
}

#car-sell-form #car-details > span {
    padding-left:0.25rem;
    font-weight:600;
}

div#car-sell-form h2, div#car-sell-form h3 {
    margin:0;
    text-align: center;
    font-size:1.75rem;
    color:#FFB100;
    font-weight: 800;
}
div#car-sell-form input, div#car-sell-form label, div#car-sell-form textarea  {
    width:100%;
}

.car-form .intake label span input {
    border: none;
    border-bottom: 1px solid #C7C7C7;
}
.car-form .intake label {
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

div#car-sell-form small {
    font-size:0.9rem;
}

div#car-sell-form input[type="submit"] {
    text-transform:uppercase;
    background:green;
    font-size:1.25rem;
    font-weight:600;
    letter-spacing:1px;
    border-radius:3px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

#car-sell-form.has-license label[name="kenteken"],
#car-sell-form.has-license label[name="auto"],
#car-sell-form.has-license label[name="kenteken"] + br,
#car-sell-form.has-license label[name="auto"] + br {
    display:none !important;
}

#car-sell-form.has-license #car-details {
    display:grid;
    grid-template-columns: minmax(400px, 1fr);
    grid-template-areas: 
        "plate"
        "car-info"
        "info";
    position: relative;
    background:#EBEBEB;
    max-width:65%;
    margin:1rem auto;
    border-radius:6px;
    gap:0rem 1rem;
    padding:2rem 1rem 2rem;
    overflow: hidden;
    color:#000;
    text-align:center;
}
#car-sell-form.has-license #car-details:before,
#car-sell-form.has-license #car-details:after {
    content:"";
    background:#FFB100;
    display:block;
    left:0;
    right:0;
    height:1rem;
    position: absolute;
}
#car-sell-form.has-license #car-details:after {
    bottom:0;
}

#car-sell-form.has-license #car-kenteken {
    grid-area: plate;
    display: grid;
    background: #FFD200;
    place-content: center;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    padding-left: 65px;
    font-size: 2.25rem;
    height: 65px;
    max-width: 350px;
    margin: 0 auto;
    width: 100%;
}
#car-sell-form.has-license #car-kenteken:before {
    content: "";
    left:0;
    width:65px;
    top:0;
    bottom:0;
    background: #034EA0 url(../img/plate_nl.svg);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px;
}
#car-sell-form.has-license #car-merk,
#car-sell-form.has-license #car-model {
    font-size: 1.5rem;
}
#car-sell-form.has-license #car-merk {
    margin-right:0.5rem;
}
#car-sell-form.has-license .info {
    grid-area:info;
    color:#000;
    padding-top:1rem;
}
#car-sell-form.has-license > span, 
#car-sell-form.has-license .car-info-block span.pre-text,
#car-sell-form.has-license .car-info-block span.after-text {
    display:grid;
}
#car-sell-form.has-license .car-info-block span.pre-text{
    padding-top:1rem;
    font-size:1.3rem;
    margin:0;
}
#car-sell-form.has-license .car-info-block span.after-text {
    font-size:1.3rem;
}
#car-sell-form .car-form {
    max-width: 65%;
    margin: 0 auto;
}

#car-sell-form .files label {
    background:#f6f6f6 url(https://www.venauto.nl/skin/frontend/pwa/ven/images/addimg.svg) 20px center no-repeat;
    padding:1rem 3rem;
    margin:0.5rem 0;
    border: 1px dashed #99926c;
}
#car-sell-form .files span {
    float:left;
}
#car-sell-form .files input[type="file"] {
    width:1px;
    height:1px;
    overflow:hidden;
    visibility:hidden;
    float:left;
}

#car-sell-form .files label span {
    float:left;
    margin-right:1rem;
}

input[type="file"] {
    padding:0.5rem 0.5rem;
    border: 1px dashed #99926c;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
    background-size: 20px;
    color: #000;
}

article .gradient_bg {
    position:relative;
    margin-top: -2rem;
    padding-bottom:0;
}
article .gradient_bg h3 {
    text-transform: uppercase;
    padding-bottom:0.5rem;
    color:#000D60;
    font-weight:800;
}

article .gradient_bg p {
    color:#000;
    line-height: 1.25;
    font-weight: 100;
}

article .gradient_bg::after {
    content:"";
    background: rgb(241,247,255);
    background: 
    linear-gradient(180deg, rgba(0,13,96,0.1) 0%, rgba(0,13,96,0.1) 48%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 50%);
    left: calc(-5*100vw);
    right:calc(-5*100vw);
    top:0;
    bottom:0;
    display:block;
    position:absolute;
    z-index:-1;
}
article .wp-block-column {
    position:relative;
    background:white;
    overflow:hidden;
    border-radius:6px;
}
article .wp-block-column.background-transparent,
article .wp-block-columns.background-transparent > div {
    background:transparent;
}
article .wp-block-column .wp-block-image {
    margin: -2rem  -2rem   1rem -2rem !important;
}


article .gradient_bg .wp-block-column:after {
    content:"";
    left:0px;
    right:0;
    bottom:-10px;
    top:0;
    display:block;
    position:absolute;
    border-bottom: 1.5rem solid #ffbc27;
}

/* Verkoop cover */
.verkoop_block {
    display:grid;
    grid-template-columns: 1fr 1fr;
}

.verkoop_block span {
    display:block;
    font-size:1.5rem;
    padding:0rem;
}

.verkoop_block .wp-block-cover__inner-container {
    grid-column: 2 / 3;
    text-align:center;
}

.verkoop_block .wp-block-cover__inner-container strong {
    color:#ffbc27;
}

.verkoop_block .wp-block-cover__inner-container button {
    background: #ffbc27;
    margin-top:0.5rem;
    width:60%;
    color:#000D60;
    border-radius:3px;
    padding:0.5rem 1rem;
    text-transform:uppercase;
    font-weight:700;
    font-size:1.7rem;
}
.verkoop_container  {
    margin-top:2rem !important;
    overflow: hidden;
    border-radius: 6px;
}
/* Verkoop cover */

.entry-content > h3 {
    color:var(--black);
    padding-bottom:0;
    margin-bottom:0;
    margin-bottom:1rem;
}
.entry-content .columns,
.entry-content .columns > div {
    margin-bottom:1rem;
}
.entry-content p {
    color:var(--black);
    margin:0;
}

/* Mobile menu */
.mobile-menu-header {
    display: none;
}
/**/

.header .dark.container .top-nav {
    flex:none;
}

article .entry-content .wp-block-separator {
    margin-top:1rem;
    margin-bottom:1rem;
}
#header.affix  {
    background:white;
}
#to-top {
    width: 260px;
    margin: 1rem;
    background: #ffbc27;
    border-radius: 6px;
    border:1px solid #fff;
    transition:all .3s ease-in-out;
}
#to-top:hover {
    background:#000D60;
    transition:all .3s ease-in-out;
}
#to-top:hover .screen-reader-text {
    color:white;
    transition:all .3s ease-in-out;
}

#to-top:before {
    display:none;
}
#to-top .screen-reader-text {
    transition:all .3s ease-in-out;
    clip: unset;
    clip-path: none;
    width: 100%;
    height: auto;
    left: 0;
    color: #000D60;
    display: grid;
    grid-auto-flow: column;
    place-items: center;
    place-content: center;
    gap: 1rem;
}
#to-top .screen-reader-text svg {
    margin-top:-2px;
}

#nav_toggle {
    padding-left:1rem;
}
/* Navigation */
nav#nav_top ul {
    display: flex;
    flex-wrap: nowrap;
    /* grid-template-columns: repeat(4, 1fr); */
    width:100%;
    margin:0;
}
nav#nav_top ul li {
    width:100%;
    text-align:center;
    display:block;
    padding-right:0;
}
nav#nav_top ul li a {
    color: var(--black);
    background:transparent;
    display:block;
    font-weight: 600;
}
nav#nav_top ul li a:hover {
    color: var(--main);
    width:100%;
    display:block;
}
nav#nav_top ul li:first-child {
    /* margin:auto; */
}
nav#nav_top ul.sub-menu {
    flex-wrap: wrap;
    text-align: left;
}
nav#nav_top ul.sub-menu li a {
    text-align: left;
    font-weight:400;
}
nav#nav_top .menu-item {
    position: relative;
}
nav#nav_top .menu-item::after {
    right:12px;
    top:12px;
    position: absolute;
}
/* Navigation */
/* Form page */
div#car-sell-form {
    position:relative;
    margin-top:-2px;
    padding-top:1rem;
}
div#car-sell-form:after {
    content: "";
    background: 
    linear-gradient(180deg, rgba(0,13,96,0.1) 0%, rgba(0,13,96,0.1) 44%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 47%, rgba(111, 111, 111, 1) 47%, rgba(111, 111, 111, 1) 70%,rgba(111, 111, 111, 0) 100%);
    left: calc(-5*100vw);
    right: calc(-5*100vw);
    top: -2rem;
    bottom: 0;
    display: block;
    position: absolute;
    z-index: -1;
}
/* Form page */
.page-id-362 .venauto-logo {
    position: relative;
    
}
.page-id-362 .venauto-logo:before {
        content: "";
    background:  rgba(255,190,44,1);
    left: calc(-5*100vw);
    right: calc(-5*100vw);
    top: -2rem;
    bottom: 0;
    display: block;
    position: absolute;
    z-index: -1;
}

.thumbnail {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.thumbnail .btn-remove {
    position: absolute;
    top: 0;
    right: 0;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    text-align: center;
    line-height: 2rem;
    font-weight: bold;
    background: rgba(0,0,0,.75);
    color: white;
}

#licence-sell-form span a {
    color:#f0b404;
    font-size:0.8rem;
    font-weight:800;
    letter-spacing:1px;
}
#licence-sell-form span a:hover {
    font-weight:600;
    text-decoration:underline;
}

#licence-sell-form span.no-licence a {
    text-transform:uppercase;
}
#licence-sell-form  span.no-licence:hover {
    background:#ffb100;
}

#licence-sell-form span.no-licence:hover a:hover,#licence-sell-form span.no-licence:hover a {
    color:white;
    text-decoration:none;
}

.wpcf7-response-output {
    background: white;
    padding: 2rem !important;
    display: block;
    z-index: 999;
    box-shadow: -2px -2px 4px #bbb;
    margin-top: 0 !important;
}

#car-sell-form.has-license textarea {
    width:100%;
    height:6rem;
}

.success-msg {
    display:grid;
    grid-template-areas:
        "text image";
    grid-template-columns: 1fr minmax(124px, auto);
    border-radius:6px;
}
.success-msg > div:nth-child(1) {
    padding:2rem 2rem 2rem 2rem;
}
.success-msg figure.wp-block-image.size-large {
    margin:0 !important;
}

ul#menu-footer-menu-links {
    column-count: 3;
  }

.car-form .intake span.wpcf7-not-valid-tip {
    position:relative;
    padding-left:28px;
}
.car-form .intake span.wpcf7-not-valid-tip:before {
    content:"↑";
    left:0;
    display:grid;
    place-content:center;
    top:4px;
    bottom:0;
    height:14px;
    width:24px;
    padding-top:3px;
    position:absolute;
    font-weight:bold;   
    font-size:2rem;
    overflow:hidden;
}

.layout-page .slider img {
    display: grid;
    width: 100%;
    border-bottom: 13px solid var(--black);
    border-radius: 6px;
}
.layout-page h2 {
    color: var(--black);
    font-size: 2rem;
    font-weight: 400;
    padding: 0;
    
}

/* Disable theme hover effects */
.top-menu>li>a:hover:before,
.top-menu>.current-menu-item>a:before {
    width:0;
}
nav#nav_top ul li:hover > a,
.top-menu>.current-menu-parent,
.top-menu>.current-menu-item {
    color:var(--black);
}

nav#nav_top ul.sub-menu li:hover > a {
    color:var(--main) !important;
}

.sub-menu a:hover {
    color:var(--hoverTxColor);
}

.grid-item article h2 a {
    color: var(--main);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.grid-item article .post-btn {
    display:grid;
    place-content:center;
}

.grid-item article .post-btn a.post-link {
    border: 2px solid var(--main);
    background:transparent;
    color:var(--main);
    padding: 0.5rem 1.75rem;
    border-radius: 8px;
    margin: 2rem;
}
.grid-item article .post-btn a.post-link:hover {
    background: var(--mainTransparent);
    color:var(--white);
}
.grid-item article .post-btn a.post-link::before {
    content:"→";
    display:block;
    float:right;
    margin-left:5px;
}

article header > h1.entry-title {
    color:var(--headers);
    font-weight: 500;
    margin-bottom:1rem;
    padding:0;   
    font-size:2rem;
    padding-top:1rem;
}

.licence-app article div.entry-content > div.columns {
    display:grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.licence-app article div.entry-content > div.columns h2 {
    margin-bottom:0.5rem;
}

.licence-app article div.entry-content > div.columns p {
    margin:0;
}
.licence-app article div.entry-content > div.columns img {
    float:right;
}

div[role="form"] input,
div[role="form"] textarea {
    background:transparent;
    border:none;
    border-bottom:1px solid #000;
    width:100%;
}
div[role="form"] textarea {
    background:#fff;
    border:1px solid #cfc8c8;
    border-bottom:1px solid #000;
}

div[role="form"] input[type="submit"] {
    background:var(--main);
    border-radius:6px;
}

.i a:hover {
    color:#FFC113;
}


.privacy label input[type="checkbox"],
.privacy label span {
    float:
    left;
}
.privacy label input[type="checkbox"] {
        width: 35px;
    margin-top:8px;
    }

#nav_top .current-menu-item a {
    color:#6f6f6f;
}

@media screen and (min-width: 1025px) {
    .header .dark.container .top-nav * {
        font-size: 0.75rem;
    }    
    nav#nav_top:before {
        content:"";
        position:absolute;
        left:-100vw;
        right:-100vw;
        top:0;
        bottom:0;
        background: var(--main);
    }
    nav#nav_top ul {
        display: inline-flex;
        flex-wrap: wrap;
    }
    nav#nav_top ul li {
        width:unset;
        padding: 0rem 4rem 0rem 0;
    }
    #nav_top .current-menu-item a,
    nav#nav_top ul li a {
        color:white;
        font-weight:300;
    }

}
@media screen and (max-width: 425px) {
    ul#menu-footer-menu-links {
        column-count: 1;
      }
    .hide-mobile {
        display:none !important;
    }
    a.logo.logo-left.with-image {
        width: 90%;
        display: inline-flex;
        float:left;
        margin: 0 auto;
    }

    .contact-phone {
        bottom: 0;
        padding: 0.75rem;
        z-index: 100;
    }
    .wp-block-column.intakeform {
        margin-top: -2rem;
    }
    .intake-container {
        padding: 0rem 0rem 0rem 0rem;
    }
    .intake-container:before {
        right: -1rem;
        top: -3rem;
        width: 80px;
        height:80px;
    }
    .header .logo img {
        /* max-width: 65px; */
        text-align: center;
    }
    .header .logo span {
        font-size:1.55rem;
    }
    .verkoop_block .wp-block-cover__inner-container {
        grid-column: 1 / 3;
        text-align: center;
    }
    .verkoop_block .wp-block-cover__inner-container button {
        width: 95%;
    }
    .verkoop_block span {
        display: block;
        font-size: 1.15rem;
        padding: 0rem;
        line-height: 1.5;
    }
    .intake-container button {
        font-size:1.25rem;
        font-weight:600;
    }
    #to-top {
        width: 60%;
        margin: 0.25rem 0.25rem;
        z-index: 101;
        left: 0;
    }
    div#car-sell-form {
        margin-top:1rem;
    }
    div#car-sell-form h1 {
        font-size:1.75rem;
    }
    div#car-sell-form h3 {
        font-size:1rem;
    }
    #car-sell-form.has-license #car-details {
        width: 100%;
        max-width: 100%;
    }
    #car-sell-form.has-license #car-details {
        grid-template-columns: 1fr;  
        /* gap:1rem;   */
    }
    #car-sell-form .car-form {
        max-width: 100%;
    }
    /* #car-sell-form .button-set {
        position: fixed;
        z-index: 9999;
        bottom: 0;
        background: white;
        width: 100%;
        left: 0;
        padding: 0rem 1rem;
        box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    } */

    #menu-copyright-menu {
        white-space: nowrap;
        overflow: scroll;
        place-content: flex-start;
        gap: 0.8rem;
        padding-bottom: 5rem;
    }
    #car-sell-form.has-license #car-kenteken {
        height:35px;
        font-size:1.25rem;
        padding-left: 35px;
    }
    #car-sell-form.has-license #car-kenteken:before {
        width:35px;
        background-size:15px;
    }
    #car-sell-form.has-license #car-merk, #car-sell-form.has-license #car-model {
        font-size:1.1rem;
    }
    #car-sell-form.has-license textarea {
        width:100%;
        height:6rem;
    }
    .page-header .subtitle span {
        font-size:1.2rem;
    }
    .page-header .main-title {
        padding-top:4rem;
    }
    span.phone, span.text-big {
        line-height: 1.75rem;
    }
    .kbactive .contact-phone {
        display:none;
    }
    .pre-footer {
        grid-auto-flow: row;
    }
    .header>div.container-fluid .phone {
        position:fixed;
        bottom:0;
        left:0;
        right:0;
        border-top:2px solid #c3c3c3;
        background:white;
    }
}
@media screen and (min-width: 426px) {
    .intake-container {
        background: url(../img/intake_bg.jpg) no-repeat;
    }
}

@media screen and (min-width: 426px) and (max-width: 768px) {
    .verkoop_block .wp-block-cover__inner-container {
        grid-column: 1 / 3;
        text-align: center;
    }
    .intake-container:before {
        width: 125px;
        height: 125px;
        right: -2rem;
        top: -2rem;
    }
    .licenceplate-inner .licence-input-container {
        right:0;
    }
    .intake-container ::placeholder, .intake-container input {
        font-size:1.75rem;
    }
    article .gradient_bg {
        display: grid;
        gap: 2rem;
        place-items: center;
    }
    article .gradient_bg .wp-block-column {
        max-width: 65%;
        margin: 0 0 0 0 !important;
    }
    #car-sell-form .car-form,
    #car-sell-form.has-license #car-details {
        width:100%;
        max-width: 100%;
    }
    .licence-app .wp-block-column.intakeform .columns span,
    .licence-app .wp-block-column.intakeform .columns .col2 div a {
        font-size:1.35rem;
    }
    .licence-app .wp-block-column.intakeform .columns .col2 div a {
        padding-left:0;
    }
    .licence-app .wp-block-column.intakeform .columns .col2 div a:before {
        width: 24px;
        left: -24px;
        background-size: 24px;
    }
    form#licence-sell-form ::placeholder, form#licence-sell-form input {
        font-size: 1.55rem;
    }
}

@media screen and (max-width: 1024px) {
    .header .logo {
        width: 100%;
        place-content: left;
    }
    .header .logo img {
        /* max-width: 65px; */
    }
    .header .dark.container .top-nav ul li a {
        color:black;
    }
    .header .dark.container .mobile-menu-header {
        display: block;
    }
    .header .dark.container .mobile-menu-header {
        position:absolute;
        top:1rem;
        left:0;
    }
    .header .dark.container .mobile-menu-header span {
        display:none;
    }
    
    .header .dark.container .top-nav ul {
        margin-top:0.5rem;
    }
    .header .dark.container .top-nav ul:before {
        content:"";
        display:block;
        position:absolute;
        left:0;
        right:0;
        width:100%;
        height:1px;
        background:black;
        z-index:1000;
    }
    nav#nav_top ul {
        flex-wrap: wrap;
    }
    nav#nav_top ul li a:after,
    nav#nav_top ul li:before {
        display:none;
    } 
    nav#nav_top ul li {
        text-align:left;
    }
    nav#nav_top ul.sub-menu li {
        padding-left:1rem;
    }
}

@media screen and (min-width: 1200px) {
    header .dark.container {
        display:grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: 
            "menu phone"
            "logo logo";
        background:white;
    }
    header .dark.container nav {
        grid-area:menu;
        justify-content:flex-start;
        padding:1rem 1rem;
    }
    header .dark.container .contact-phone {
        grid-area: phone;
    }
    header .dark.container .logo {
        grid-area: logo;
        z-index: 100000 !important;
        position:relative;
    }
    header .dark.container .logo:after {
        content: "";
        position: absolute;
        background:rgba(0,13,96,0.1);
        left:-1000vw;
        right:-1000vw;
        top:0;
        bottom:0;
        z-index:0;
    }
    header.affix .dark.container .logo {
        display:none;
    }
}

@media screen and (max-width: 375px) {
    .header .logo span.logo-text-primary span  {
        font-size: 1.25rem;
        width: 100%;
        display: block;
        margin-left: 15px;
    }
    .header .logo img {
        /* max-width: 45px;
        position: absolute; */
        top: 1.55rem;
        margin: 0;
        left: 2.5rem;
    }
    div#car-sell-form h1 {
        font-size:1.5rem;
    }
    span.phone a {
        font-size:2.25rem;
    }
    span.text-big {
        font-size:1rem;
    }
    .sloganline_1 {
        font-size:1.55rem;
    }
    .sloganline_2 {
        font-size:1.35rem;
    }
    .licence-app .wp-block-column.intakeform .columns {
        grid-template-areas: 
            'col1'
            'col2';
        grid-template-columns: 1fr;
    }   
}

/* Some licences plate overwrites */
.licence_lp01 .container-inner{
    background:white;
    padding:1.2rem;
}
.licence_lp01 form button {
    border-radius:3px;
    line-height: inherit;
}

.licence_lp01 form input, 
.licence_lp01 form select {
    margin-bottom: 1rem;
}

.licence-app .usp > .usp-content {
    margin-bottom: 2.75rem;
}
.licence-app .usp > .usp-content > h3 {
    /* grid-area:text; */
    margin-bottom: .5rem;
}

.licence-app .usp > .usp-content > p {
    grid-row:2;
    line-height: 1.5em;
    color:white;
}

.licence_lp01 div.form {
    line-height: 1.15;
    letter-spacing: 0;
}
/* Responsive */
.licence-app .columns {
    display: flex;
    flex-wrap: wrap;
}

.licence-app .columns > div {
    width:50%;
}

.licence-app .usp > .usp-content h3,
.licence-app .usp > .usp-content h1,
.licence-app .usp > .usp-content h2 {
    margin-top:0;
}
.licence-app .usp > .usp-content > h3 {
    color:white;
    font-size: 1.75rem;
}
.licence-app {
    padding-top:6rem;
    padding-bottom:3rem;
    margin-bottom:2rem;

}
.licence-app .title {
    font-size: 3.75rem;
    display: block;
    font-weight: 700;
    color: var(--main);
    line-height:3rem;
    text-transform: uppercase;
}
.licence-app .sub-title {
    font-size: 3rem;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom:0;
    color: white;
}
.licence-app .usp > .usp-content > h3 {
    font-size:2.35rem;
}
.licence-app .usp > .usp-content > p {
    font-size:1.4rem;
}
.licence-app .usp > .usp-content > svg {
    grid-area:icon;
    height: 24px;
    fill: #f1eee9;
    float: left;
    width:auto;
    margin-top: 0.25rem;
    margin-right: 1rem;
}

/* Minor changes */

.layout-page .entry-content {
    margin-top:5.75rem;
    margin-bottom:4.75rem;
}
.seo-links {
    background: var(--main);
    color:var(--white);
    padding:2rem 0;
}

.seo-links li > a {
    color:#0000009c;
}
.seo-links ul {
    display: flex;
    flex-flow: row wrap;
    gap:2rem;
    max-width:768px;
    flex-basis:fit-content;
    list-style-type:none;
    text-align:center;
    -place-content:center;
    padding-left:0;
}
.seo-links ul > li {
    border:1px solid #ffffffbf;
    padding:0.5rem 1rem;
    border-radius:3px;
}
.seo-links ul > li:hover {
    background:white;
    }
@media screen and (max-width: 968px){
    .licence_lp01 .container-inner {
        border-radius:0px;
        margin: auto -15px;
    }
    .licence-app .columns > div {
        width:100%;
    }
    .licence-app .columns > div.col1 {
        background: white;
        margin: 0 -15px;
        width: calc(100% + 30px);
        padding: 0 1.5rem 1.5rem 1.5rem;
    }
    .licence-app .columns {
        flex-direction: column-reverse;
        gap:2rem;
    }
    .licence-app .usp > .usp-content > p {
        display:none;
    }
    .licence-app .usp > .usp-content {
        padding-right:unset;
        margin-bottom:1rem;
    }
    .licence-app .usp > .usp-content > svg {
        margin-bottom:unset;
    }
    .licence-app {
        padding-top:0;
    }
    .licence-app .sub-title {
        font-size:2rem;
    }
}

@media screen and (max-width: 768px) {
    .licence-app .usp > .usp-content h3 {
        font-size:1.6rem;
        padding-top:0.5rem;
    }
    .licence-app .usp > .usp-content p {
        display:none;
    }
}
@media screen and (max-width: 490px) {
    .licence-app .col2 > p {
        display:none;
    }
    .layout-page .type-page .entry-header .entry-title,
    .layout-page .type-page .entry-content h1 {
        font-size:1.75rem;
    }
    .layout-page .type-page .entry-content h1 {
        margin-bottom:1rem;
    }
    .licence-app .col2 > div > p {
        display:none;
    }
    .licence-app .col2 .title,
    .licence-app .col2 .sub-title,
    .licence-app .col2 .title + br {
        display:none;
    }
    #header {
        border-bottom:9px solid var(--main);
    }
}

@media screen and (max-width: 375px) {
    .licence-app .sub-title {
        font-size:1.75rem;
    }
    .licence-app .title {
        font-size:4rem;
    }
    .header span.contact-phone a,
    .licence-app .sub-title,
    .licence-app .title {
        white-space:nowrap;
    } 
}
