/*
	Theme Name: Rev Media
	Theme URI: https://www.rev-media.nl
	Description: Rev Media custom theme
	Version: 1.0.0
	Author: Rev Media
	Author URI: https://www.rev-media.nl
*/

/* @import url('https://fonts.googleapis.com/css2?family=Muli:wght@300;400;700;800&display=swap'); */

@font-face {
	font-family: "FontAwesome";
	font-weight: normal;
	font-style : normal;
		   src : url("fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
				 url("fonts/fontawesome-webfont.woff?v=4.3.0") format("woff");
}

html {
    overflow-x: hidden;
}
*:where(:not(iframe, canvas, img, svg, video):not(svg *)){
    all: unset;
    display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after{
    box-sizing: border-box;
}

/* Remove list styles (bullets/numbers) */
ol, ul {
    list-style: none;
}

ul.check li
{
    padding-left: 22px;
    margin-bottom: 0.5em;
}
ul.check li::before {
  content: "\f00c";
  font-family: fontAwesome;
  font-weight: 400;
  color: var(--color-orange);
  font-size: 14px;
  margin-right: 8px;
  display: inline-block;
  margin-left: -22px;
}


/* For images to not be able to exceed their container */
img {
    max-width: 100%;
}

/* removes spacing between cells in tables */
table{
    border-collapse: collapse;
}
*:focus {
    outline: 0!important;
}

body{
    font-family: "DM Sans", serif;
	font-size:16px;
	font-weight:400;
	margin:0;
	color: var(--color-primary);
	height:100%;
	overflow-x:hidden;
	overflow-y:scroll;
}
p
{
    margin: 0 0 1.7em 0;
    line-height: 1.7em;
}
p:last-child
{
	margin-bottom: 0;
}
strong
{
    font-weight: 700;
}

/*------------------------------------*\
    HEADINGS
\*------------------------------------*/

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5
{
    font-family: "DM Sans", serif;
    clear: both;
	font-weight:700;
	color: var(--color-primary);
	line-height:1.3em;
	margin:0 0 0.35em 0;
	word-break: break-word;
}
h1, .h1
{
	font-size:2.1em;
}
h2, .h2
{
	font-size:1.65em;
}
h3, .h3
{
	font-size:1.25em;
}
footer h3
{
	font-size: 1.0em;
	margin-bottom: 1.0em;
}
h4, .h4
{
	font-size:1.1em;
}
h5, .h5
{
	font-size:1.0em;
}

.wp-block-quote {
    position: relative;
    padding: 2.2em 2em;
    margin: 1.5em 0;
    font-style: italic;
    font-size: 1.25rem;
    color: var(--color-orange);
    border-left: 4px solid var(--color-orange);
    background:  var(--color-lt);
    border-radius: 25px;
}

.wp-block-quote p {
    margin: 0;
}

.wp-block-quote::before {
    content: "“";
  font-style: normal;
   font-family: 'Georgia', serif;
    font-size: 2em;
    font-weight: bold;
    color: var(--color-red);
    position: absolute;
    top: 5px;
    left: 10px;
    opacity: 0.2;
}

img {
	max-width:100%;
	vertical-align:bottom;
    height: auto;
}

iframe
{
	max-width: 100%;
}

 a:link,
 a:visited,
 a:active
 {
	color: var(--color-primary);
	text-decoration:none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-decoration: underline;
     cursor: pointer;
}
a:hover
{
    color: var(--color-red);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-decoration: underline;
}


}


.address
{
	margin-bottom: 1.7em;
}
.address .icon-phone
{
    display: inline-block;
}
.nolist ul,
footer ul
{
	margin-left: 0;
	list-style:none;
}

.nolist li,
footer ul li
{
    margin-bottom: 1.0em;
}
.nolist li:before,
footer ul li:before
{
	display: none;
}

.wp-block-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 1.7em;
}

.wp-block-list li {
    position: relative;
    padding-left: 1.0em; /* Minder ruimte tussen bullet en tekst */
    margin-bottom: 0.5em;
}

.wp-block-list li::before {
    content: "•";
    font-size: 1em; /* Kleinere bullet */
    font-weight: bold;
    color: var(--color-red);
    position: absolute;
    left: 0;
    top: 0.1em; /* Iets naar beneden voor betere uitlijning */
}

.custom-list {
  columns: 2; /* Verdeel de lijst over 2 kolommen */
  column-gap: 2rem; /* Ruimte tussen de kolommen */
  list-style: none; /* Standaard bulletpoints verwijderen */
  padding: 0;
    margin-bottom: 1.7em;
}

.custom-list li {
  break-inside: avoid; /* Voorkomt dat een item over 2 kolommen wordt gesplitst */
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}

.custom-list li::before {
  content: "";
  background: url('img/icons/icon-!.svg') no-repeat center;
  background-size: contain;
  width: 16px; /* Grootte van het icoon */
  height: 16px;
  display: inline-block;
  margin-right: 0.5em; /* Ruimte tussen icoon en tekst */
}
.custom-list a:link,
.custom-list a:active,
.custom-list a:visited
{
  text-decoration: none;
}

.information
{
	margin-bottom: 1.5em;
}
.slider .information
{
    margin-bottom: 0;
}
.information .btn:first-child
{
	margin-right: 10px;
}
.information .icon-phone
{
	color:#ad3a62;
	font-weight: 700;
}
.information .icon-phone:before
{
	color:#ad3a62;
}



/* topheader */
.topheader,
.sidewides
{
	height: 40px;
	position: relative;
}
.topheader .row
{
    flex-direction: row-reverse;
}
.sidewides
{
    display: flex;
    flex-direction: row;
    width: auto;
    justify-content: flex-end;
	margin-bottom:0; 
    font-size: 14px;
    border-bottom: 1px solid var(--color-lt);
}
.sidewides li
{
	margin: 0 0 0 2.0em;
	padding: 0;
    line-height: 0;
}
.sidewides li:first-child
{
    margin: 0;
}
.sidewides li:before
{
	display:none;
}
.sidewides li a:link,
.sidewides li a:active,
.sidewides li a:visited
{
	text-decoration: none;
    color: var(--color-lt-gray);
}
.sidewides img
{
    margin: 0;
    line-height: 0;
}
.img-overview-post-template img,
.post-thumbnail img
{
    border-radius: 25px;
    margin-bottom: 1.5em;
}

/* header */
header
{
	height: 130px;
	position: relative;
}
.wrap
{
    height: 100%;
}
.logo
{
    position: relative;
    height: 110px;
}
.logo img
{
	height: auto;
}

@media (min-width: 800px) {
    
    .topheader
    {
        position: relative;
        z-index: 1;
        margin-bottom: -40px;
    }
    .logo
    {
        z-index: 2;
    }
    header nav
    {
        margin-top: 70px;
    }
	/*
	body.scroll
	{
		padding-top: 45px;
	}
	body.scroll header
	{
		height: 70px;
		position: fixed;
		width: 100%;
		z-index: 98;
		top: 0;
		padding-top: 0;
		-webkit-box-shadow: 0px 5px 11px -6px rgb(0 0 0 / 20%);
		-moz-box-shadow: 0px 5px 11px -6px rgb(0 0 0 / 20%);
		box-shadow: 0px 5px 11px -6px rgb(0 0 0 / 20%);
	}
	body.scroll .logo {
		width: 157px;
		position: fixed;
		height: 54px;
		z-index: 99;
	}
    */ 
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:last-child a
    {
        padding-right: 0;
    }

}
/* nav */
.col-custom-padding-left
{
    padding-left: calc(100% - 620px);
	padding-right: 70px;
}
.col-custom-padding-right
{
    padding-right: calc(100% - 620px);
	padding-left: 70px;
}

footer
{
    border-bottom-left-radius: 180px;
}
footer a:link, footer a:visited, footer a:active,
.copyright a:link, .copyright a:visited, .copyright a:active
{
  text-decoration: none;
}

/* SIDEBAR */
.sidebar .widget
{
	margin-bottom: 2.0em;
	border: 1px solid var(--color-gray);
	border-radius: 25px;
	padding: 2.0em;
}
.sidebar .widget_wrap
{
	width: 100%;
}

/*------------------------------------*\
    tables
\*------------------------------------*/

table {

    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom: 2.0em;
	max-width: 100%;
	min-width: 100%;
	overflow: hidden;
}

table th,
table td
{
	padding: 10px 10px 10px 35px;
	text-align: left;
}

table th p,
table td p
{
	margin:0;
}

tr:nth-child(even)
{
	background: #ffffff;
}

tr:nth-child(odd)
{
	background: #F4F3F4;
}


/*------------------------------------*\
    START FORMS CSS
\*------------------------------------*/
input,
select,
textarea {
    width: 75%;
}
input,
textarea
{
	font-family: 'Open Sans', sans-serif;
}
select,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="tel"],
input[type="number"],
textarea,
button
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    border: 1px solid #ccc !important;
    padding: 8px 15px !important;
    background: none;
    min-height: 42px;
    background-color: #fff;
    color: #000000;
    font-size: 16px;
    border-radius: 25px !important;
    mmargin-bottom: 1.5em;
    margin-bottom: 0.2em;
    width: 100%;
	box-shadow: none !important;
}
form p
{
	margin-bottom: 0.5em;
}
form.sent p
{
	display: none;
}

::-webkit-input-placeholder {
	color: #c8c8c8;
}
::-moz-placeholder {
	color: #c8c8c8;
}
:-ms-input-placeholder {
	color: #c8c8c8;
}
:-moz-placeholder {
	color: #c8c8c8;
}

input[type="checkbox"]{
    width: auto;
}

input[type="submit"]{
	border: none;
}
/*------------------------------------*\
    END FORMS CSS
\*------------------------------------*/

/*------------------------------------*\
    CUSTOM CSS
\*------------------------------------*/

/* Algemene button styling */
.btn,
a.btn,
span.btn,
.btn-outline,
a.btn-outline,
span.btn-outline,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: var(--color-orange);
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7em;
    padding: 10px 30px;
    min-height: 50px; /* Zorgt ervoor dat alle knoppen even hoog blijven */
    display: inline-flex;
    align-items: center; /* Verticale centrering van de tekst */
    justify-content: center;
    text-shadow: none !important;
    cursor: pointer;
    border: none;
    border-radius: 28px;
    width: auto;
    position: relative;
    -webkit-appearance: none;
    transition: all 0.5s ease-in-out;
}

/* Outline button */
.btn-outline,
a.btn-outline,
span.btn-outline {
    background: none;
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
    min-height: 50px; /* Zelfde hoogte als de standaard button */
}

/* Witte outline voor slider buttons */
.slider .btn-outline,
.slider a.btn-outline,
.slider span.btn-outline {
    border-color: #fff;
    color: #fff;
}

/* Hover-effect */
.btn:hover,
a.btn:hover,
span.btn:hover,
.btn-outline:hover,
a.btn-outline:hover,
span.btn-outline:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: var(--color-primary);
    color: #fff !important;
    border-color: var(--color-primary);
}
.readmore,
a.readmore
{
    text-decoration: none;
    font-weight: 700;
}
.readmore:after,
a.readmore:after
{
    content: "\f054";
    font-family: fontawesome;
     margin-left: 5px;
    font-size: 12px;
}
/*------------------------------------*\
   START SLIDER CSS
\*------------------------------------*/
.section-slider
{
	position: relative;
}
.slider,
.slider .slide,
.slider img
{
	height: 250px;
	width: 100%;
}
.home .slider,
.home .slider .slide,
.home .slider img,
.page-template-template-home .slider,
.page-template-template-home .slider .slide,
.page-template-template-home .slider img
{
	height: 500px;
	width: 100%;
}
.slider
{
	position: relative;
    width: 100%;
}
.slider img
{
    top: 0;
	left: 0;
	object-fit: cover;
	position: absolute;
	object-position: top; 
    border-bottom-left-radius: 180px;

}
.slider .slide:after 
{
    content: "";
    display: block;
    height: 250px;
    width: 50%;
background: rgba(21, 21, 21, 10);
background: linear-gradient(90deg, rgba(21, 21, 21, 0.5) 0%, rgba(21, 21, 21, 0) 100%);
    top: 0;
    position: absolute;
    z-index: 0;
    border-bottom-left-radius: 180px;
}
.home .slider .slide:after,
.page-template-template-home .slider .slide:after 
{
    content: "";
    height: 500px;
}
.slider-text
{
    position: relative;
   z-index: 1;
}
.slider-text h1,
.slider-text h2,
.slider-text p
{
	color: #fff;
}
.slider-text h1
{
  text-shadow: 0px 0px 12px rgba(0,0,0,0.25);
}
.slider-text p
{
  text-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
.section-fallbackslider
{
    width: 100%;
    height: 15px;
	-webkit-box-shadow: 0px 5px 11px -6px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 5px 11px -6px rgb(0 0 0 / 20%);
	box-shadow: 0px 5px 11px -6px rgb(0 0 0 / 20%);
    margin-top: -15px;
}
/*------------------------------------*\
    END SLIDER CSS
\*------------------------------------*/


/* digi toegang */
a:focus,
div:focus,
img:focus
{
	outline: 1px dashed #c14242 !important;
	border-radius: 3px !important;
}
input:focus,
textarea:focus
{
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}
input:focus,
textarea:focus
{
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  ppadding: 3px 0px 3px 3px;
  mmargin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1)
}

/*------------------------------------*\
    START SOCIAL MEDIA IN MENU CSS
\*------------------------------------*/
.social-icons {
    float: left;
}
.social-icons a {
    color: var(--color-primary);
    float: left;
    margin-right: 10px;
    box-sizing: border-box;
    padding-top: 13px;
    text-decoration: none;
}
.social-icons a:hover
{
	color: var(--color-red);
}
.social-icons .fa:after
{
    font-size: 22px;
	color: #000000;
	font-family: fontAwesome;
	font-display: swap;
    content: '\F09A';
	font-style: normal;
    text-decoration: none;
}
.bg-dk .social-icons .fa:after
{
    color: #fff;
}
.social-icons .fa-instagram:after
{
    content: '\f16d';	
}
.social-icons .fa-linkedin:after
{
    content: '\f0e1';	
}
.social-icons .fa-youtube:after
{
    content: '\f167';	
}
.social-icons a:hover .fa,
.social-icons a:hover .fa:after
{
	color: #fff;
}



.section-usps
{
    border-bottom: 1px solid var(--color-lt);
}
.section-usps .usp
{
    background: url(img/icons/icon-check.svg) no-repeat left top;
    padding-left: 35px;
}
.section-usps .usp p
{
    color: var(--color-lt-gray);
}
.section-widgets .widget
{
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
}
.section-widgets .widget .text
{
	padding: 2.0em;
}
.section-widgets .widget img
{
	object-fit: cover;
	width: 100%;
}

.section-specials .col-text,
.section-reviews .col-text
{
    padding-left: calc(50% - 558px);
}
.section-specials img,
.row-page-specials .special img
{
    width: 175px;
    height: 175px;
    object-fit: cover; /* Zorgt ervoor dat de afbeelding altijd gevuld is */
    border-radius: 25px;
    margin-bottom: 1.0em;
}
.section-specials .swiper-slide,
.section-reviews .swiper-slide
{
    padding: 5px;
    height: auto;
}
.section-specials .swiper-slide .swiper-slide-inner,
.section-reviews .swiper-slide .swiper-slide-inner
{
    padding: 25px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.18);
    border-radius: 25px 25px 60px 25px;
    height: 100%;
    
}

.row-page-specials .special 
{
    padding: 25px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.18);
    border-radius: 25px 25px 60px 25px;
}
.review-bottom
{
    display: flex;
}
.review-stage
{
    padding-left: 5px;
}
h3 a:link, 
h3 a:visited, 
h3 a:active,
h4 a:link, 
h4 a:visited, 
h4 a:active
{
    text-decoration: none;
}
.section-specials .owl-carousel .owl-item,
.section-reviews .owl-carousel .owl-item
{
    padding: 5px;
    padding-right: 16px;
}
.section-text-image .col-text
{
    padding-right: calc(50% - 558px);
    padding-left: 2.5%;
}
.section-text-image .row:nth-child(even) .col-text
{
    padding-left: calc(50% - 558px);
    padding-right: 2.5%;
}
.section-text-image .row .col-image img
{
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.section-text-image .row:nth-child(even) .col-image img,
.section-text-image2 .row:nth-child(odd) .col-image img,
.iframe-wrap
{
    border-radius: 10px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.section-text-image2 .row:nth-child(even) .col-image img
{
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.iframe-wrap
{
  overflow: hidden;
  line-height: 0;
}
.iframe-wrap iframe
{
  width: 100%;
}
.team-member 
{
    
}
.team-member .team-image
{
    background-color: #fff;
    border-radius: 25px;
    margin-bottom: 1.0em;
}
.team-member-page .team-member .team-image
{
    background-color: var(--color-lt);
}
.team-member .team-image img
{
	height: 300px;
	object-fit: cover;
	object-position: bottom;
}
.team-member .team-image img.thumb
{
	object-fit: contain;
	object-position: center;
}
.team-function,
p.team-function
{
    color: var(--color-lt-gray);
}
.section-team .owl-carousel .owl-item
{
}
.team-member-page .team-member
{
	margin-bottom: 2.0em;
}
.single-team .team-image
{
	border-radius: 25px;
    background-color: var(--color-lt);
  overflow: hidden;
}
img.thumb
{
	width: 50%;
}
@media (min-width: 800px) {


.home .slider .col6
{
padding-right: 50%;
}
  .section-widgets .widget img
{
	min-height: 250px;
}
    .section-content .col2b
    {
        padding-right: 5%;
    }
    
    .section-text-image .row:nth-child(even) .col-image,
    .section-text-image-wrap .row:nth-child(odd) .col-image
    {
        order: 2;
    }
    .section-text-image .row:nth-child(even) .col-text,
    .section-text-image-wrap .row:nth-child(odd) .col-text
    {
        order: 1;
    }
    .section-text-image2 .row:nth-child(odd) .col-image
    {
        order: 2;
    }
    .section-text-image2 .row:nth-child(odd) .col-text
    {
        order: 1;
        padding-left: calc(50% - 558px);
        padding-right: 2.5%;
    }
    .section-text-image2 .row:nth-child(even) .col-image
    {
        order: 1;
    }
    .section-text-image2 .row:nth-child(even) .col-text
    {
        order: 2;
        padding-right: calc(50% - 558px);
        padding-left: 2.5%;
    }
    
   .section-text-image-wrap,
   .section-contact .wrap
    {
        padding-top: 0;
        margin-top: -90px;
        z-index: 1;
        position: relative;
    }
    
    .section-team .row-col2 div
    {
        max-width: 50%;
    }

    .section-traject,
    .section-team
    {
        border-bottom-left-radius: 180px;
        border-bottom-right-radius: 180px;
    }
    .section-traject .wrap > .row-col6
    {
        gap: 10%;
    }
    .section-text-image-traject
    {
        height: inherit;
    }
    .min-row-for1 .section-text-image-traject .col-image
    {
        order: 2;
    }
    .min-row-for1 .section-text-image-traject .col-text
    {
        order: 1;
    }
    .min-row-for1
    {
        padding-top: 5.0em;
        position: relative;
    }
    .min-row-for1:after
    {
        content: "";
        position: absolute;
        display: block;
        height: 100%;
        width: 2px;
        background: var(--color-primary);
        right: -11%;
        top: 0;
    }
    .min-row-for1 .section-text-image-traject,
    .min-row-for2 .section-text-image-traject
    {
        position: relative;
    }
    .min-row-for1 .section-text-image-traject:after,
    .min-row-for2 .section-text-image-traject:after
    {
        content: "\f078";
        font-family: fontawesome;
        position: absolute;
        display: block;
        height: 20px;
        width: 20px;
        right: -12.75%;
        top: 36%;
        font-size: 12px;
        text-align: center;
    }
    .min-row-for2 .section-text-image-traject:after
    {
        right: auto;
        left: -13.5%;
    }
}
.section-traject img
{
    border-radius: 25px;
}
.section-text-image .col-text ul
{
    margin-bottom: 1.0em;
}
/*
.section-traject .wrap:last-child .row-col6 .min-row-for1:after
{
    content: "";
    position: absolute;
    display: block;
    height: 12px;
    width: 12px;
    border-radius: 10px;
    background: var(--color-primary);
    right: -11%;
    bottom: 0;
    top:inherit;
    
}
*/ 
.image-divider
{
    position: relative;
}
.image-divider:after
{
    content: "";
    display: block;
    height: 180px;
    width: 100%;
    background-color: #fff;
    border-radius: 180px 180px 0 0 ;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.image-divider img
{
    min-height: 500px;
    width: 100%;
    object-fit: cover;
}

.owl-controls{
    display: block !important;
    position: absolute;
    color: var(--color-primary);
}
.section-team .owl-controls
{
    top: -30px; 
    right: 0;
}
.owl-controls .owl-buttons
{
    display: flex;
    margin-top: 1.0em;
}
.section-team .owl-controls .owl-buttons
{
    margin-top: 0;
}
.owl-prev, .owl-next {
    text-align: center;
    padding: 0 3px;;
}
.owl-prev,
.swiper-container .swiper-navigation button#prevBtn
{ 
    border-right: 2px solid var(--color-primary) !important;
}
.swiper-container .swiper-navigation button#nextBtn
{
    margin-left: -2px !important;
}
.owl-next { 

}
.swiper-container .swiper-navigation
{
    margin-top: 1em;
}
.section-team .swiper-container .swiper-navigation
{
    text-align: right;
    margin-top: 0;
    margin-bottom: 1.0em;
}
.swiper-container .swiper-navigation button
{
    width: auto;
    border: none !important;
    padding: 0 7px !important;
    border-radius: 0 !important;
    min-height: auto;
    cursor: pointer;
    background: none;
    
}
/*
.specials {
    overflow: hidden;
    padding-right: -50px;
}
.owl-stage-outer {
    overflow: visible !important;
}
*/ 


.section .wpforms-container #wpforms-form-243 .wpforms-field
{
    width: 50%;
    float: left;
    clear: none;
    padding-right: 5%;
}
.section .wpforms-container .wpforms-field label
{
    margin-bottom: 0;
}
.section .wpforms-container #wpforms-form-243 .wpforms-field-textarea,
.section .wpforms-container .wpforms-field-textarea,
.section .wpforms-container .wpforms-field-checkbox
{   
    width: 100%;
}
.section .wpforms-container .wpforms-field input,
.section .wpforms-container .wpforms-field textarea
{
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid var(--color-gray) !important;
}
.section .wpforms-container .wpforms-field-checkbox .wpforms-required-label
{
    display: none;
}
.section .wpforms-submit
{
    background-color: var(--color-orange) !important;
    border: none !important;
    font-size: 15px !important;
font-weight: bold !important;
}
.topheader .rate-count
{
  position: relative;
  top: -7px;
}
.icon-phone,
.icon-mail
{
  text-decoration: none !important;
}
.full_address .icon-phone,
.full_address .icon-mail,
.popup-info .icon-phone,
.popup-info .icon-mail
  {
   display: block;
   margin: 0.5em 0;
    clear: both;
  }

.icon-phone::before,
.icon-mail::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 8px;
    vertical-align: middle;
}

.icon-phone::before 
{
    background-image: url('img/icons/icon-phone-orange.svg');
}
.icon-mail::before 
{
    background-image: url('img/icons/icon-mail-orange.svg');
}
.popup-info .icon-phone::before,
footer .icon-phone::before 
{
    background-image: url('img/icons/icon-phone-white.svg');
}
.popup-info .icon-mail::before,
footer .icon-mail::before 
{
    background-image: url('img/icons/icon-mail-white.svg');
}
.popup-info
{
  background: #da080e;
  border-radius: 10px 10px 10px 28px;
  position:absolute;
  right: 10px;
  bottom: 0px;
  z-index: 99;
  padding: 25px 25px;
  transform: translateY(50%);
}
.popup-info *,
.popup-info h4,
.popup-info a
{
    color: #fff;
}

.hotspots {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.hotspots img {
  width: 100%;
  height: auto;
  display: block;
}
.dot {
  position: absolute;
  width: 20px; /* minimaal 44px voor touch */
  height: 20px;
  background: var(--color-orange) url("img/herstelwijzer-icon.svg") no-repeat center/contain;
  transform: translate(-50%,-50%);
  display: inline-block;
  cursor: pointer;
border-radius: 10px;
}
.dot:hover,
.dot:focus {
  background: var(--color-red) url("img/herstelwijzer-icon-red.svg") no-repeat center/contain;
  outline: none;
}
.col-tool
{
	position: relative;
}
.hotspots .dot::after {
  content: attr(aria-label);
  position: absolute;
  bottom: 120%; /* boven de dot */
  left: 50%;
  transform: translateX(-50%);
  background: rgba(218,8,14,0.8);
  color: #fff;
  padding: 4px 10px;
  border-radius: 15px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}

.hotspots .dot:hover::after {
  opacity: 1;
}
.hotspot-text
{
	background: var(--color-red);
	color: #fff;
	border-radius: 25px;
	padding: 25px;
	position: absolute;
	right: 0;
	bottom: 20%;
	width: 45%;
	z-index: 1;
	cursor: pointer;
}
.hotspot-text h2
{
	color: #fff;
}
.team-contact li {
    list-style: none;
    margin-bottom: 5px;
}
ul.specials,
ul.team-contact
{
  margin-bottom: 2.0em;
}
ul.specials li,
ul.team-contact li
{
  margin-bottom: 0.75em;
}
.team-contact li a
{
	text-decoration:none !important;
}
.team-email a:before,
.team-phone a:before,
.team-linkedin a:before,
.team-big a:before 
{
    font-family: "FontAwesome";
    font-weight: 400;
    margin-right: 8px;
}

/* Specifieke iconen */
.team-email a:before {
    content: "\f0e0"; /* envelop */
}
.team-phone a:before {
    content: "\f095"; /* telefoon */
}
.team-linkedin a:before {
    content: "\f08c"; /* LinkedIn */
}
.team-big a:before {
    content: "\f02d"; /* LinkedIn */
}

/* container styling */
ul.team-contact {
    border-radius: 25px;
    background-color: var(--color-lt);
    padding: 20px 20px 15px 20px;
}

.single-team h1
{
  margin-bottom: 0.0em;
}
.short-description p
{
  margin-bottom: 1.5em;
}
.section-locations .widget 
{
    margin-bottom: 2.0em;
}
.section-locations img
{
    border-radius: 25px;
    margin-bottom: 1.0em;
    width: 100%;
    height: 325px;
    object-fit: cover;
}
