/*
Theme Name: Trevento
Theme URI: https://www.trevento.nl/
Author: Kracht Internet Marketing
Author URI: https://www.trevento.nl/
Description:  Kracht Internet Marketing
Version: 2
License: GNU General Public License v2 or later
License URI: LICENSE
*/
/*--------------------------*/

body {
  margin: 0;
  -webkit-font-smoothing: subpixel-antialiased;
}

body,
html {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

:root {
 --primary: #002e6b;
 --secondary: #9B7540;
 --tertiary:#BA9055;
}

.navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

a {
  background-color: transparent;
  color: var(--primary);
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@font-face {font-family: "Font Awesome 6 Pro Thin";
  src: url("inc/assets/fonts/175835728.eot"); /* IE9*/
  src: url("inc/assets/fonts/75835728.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("inc/assets/fonts/75835728.woff2") format("woff2"), /* chrome、firefox */
  url("inc/assets/fonts/75835728.woff") format("woff"), /* chrome、firefox */
  url("inc/assets/fonts/75835728.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("inc/assets/fonts/75835728.svg#Font Awesome 6 Pro Thin") format("svg"); /* iOS 4.1- */
}

@font-face {
    font-family: 'Font Awesome 6 Pro Light';
    src: url("inc/assets/fonts/FontAwesome6Pro-Light.woff2") format('woff2'),
        url("inc/assets/fonts/FontAwesome6Pro-Light.woff") format('woff'),
        url("inc/assets/fonts/FontAwesome6Pro-Light.ttf") format('truetype');
    font-weight: 300;
    font-style: normal;
}


body { 
font-family: "Sora", sans-serif;
font-size: 1.0625rem;
font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: "Sora", sans-serif;
}

strong {
font-weight: 500;
}

h1 {
  font-size: 30px;
  padding-bottom: 10px;
  color: var(--primary);
}

h2 {
    font-size: 24px;
    line-height: 1.25;
    color: var(--primary);
}

h3 {
  font-size: 17px;
  line-height: 22px;
  color: var(--primary);
  font-weight: 400 !important; 
}

.driekolom h3 {
   	margin-bottom: 0.5rem;
    color: #000;
}

h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em; 
  color: #000;
}

h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
}


@media (min-width: 992px) {
.navbar-nav>li {
    float: left;
}
}

@media screen and (max-width: 575px) {
.card-columns {
    padding: 0 30px !important;
}
}

.navbar-toggler-icon {
	width: 1.75em;
	height: 1.75em;
}
@media screen and (max-width: 600px) {
	.icooncontent {
    font-size: 80% !important;
	}
}


div#maincontent {
    padding-top: 82px;
	padding-bottom: 0;
}

body.home div#maincontent {
	padding-top: 102px;
}

body.home section.tickbox.module {
    margin-top: -20px;
    margin-bottom: 32px;
}

body.home img.afbeelding-in-module {
border-radius: 10px 0 10px 10px;
}



body.home section.knop .knopbox .btn {
width: 100%;	
}

body.home div.knopbox .col-12.text-center {
    padding: 0;
}


@media screen and (max-width: 1199px) {
	div#maincontent {
    padding-top: 28px;
	}
	
	body.home div#maincontent {
		padding-top: 48px;
	}
}

section#productpagina {
    padding-bottom: 40px;
}

.lightboxafbeelding {
    overflow: hidden;
    position: relative;
}
figure.lightboxhover {
    height: 100%;
    width: 100%;
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    opacity: 0;
	color: white;
	font-size: 36px;
    transition: 0.2s;
}

figure.lightboxhover i {
	position: relative;
	top: 50%;
	left: 50%;
    transform: translateY(-50%);
}

figure.lightboxhover:hover {
	opacity: 0.6;
	transition: 0.2s;
}

.productopties p {
    font-size: 17px;
    font-weight: normal;
}

section.nieuws-overzicht .card {
	margin-bottom: 1rem;
}

section.nieuws-overzicht .card-body {
min-height: 206px;
}


.col-a {
    flex: 0 0 19%;
    max-width: 19%;
	background: var(--primary);
	margin-bottom: 28px;
}

@media screen and (min-width: 1200px) {
.col-b {
    flex: 0 0 81%;
    max-width: 81%;
}
}

.widget {
	margin-bottom: 36px;
}

.widget p {
	line-height: 25px;
}

p:last-child {
    margin-bottom: 0;
}

.widget p strong {
    color: var(--primary);
}

.widget p a {
	text-decoration: none;
}

.widget p a:hover {
	color: var(--secondary);
}

 div.berichten div.card:hover {
    background: #f5f6f7;
    transition: 0.2s;
}

.text-right.button {
    padding: 0 1.25rem 1.25rem 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    background: white;
}

a.more-button {
    background: var(--primary);
    padding: 9px 14px;
    color: white;
    font-size: 32px;
	transition: 0.2s;
}

a.more-button:hover {
	background: var(--secondary);
	transition: 0.2s;
}

.embed-responsive .card-img-top {
    object-fit: cover;
}
	
h3.card-title a {
    color: #414141;
    font-size: 20px;
}

h1.paginatitel {
    text-align: center;
    text-transform: inherit;
    color: var(--primary);
	font-size: 30px;
	padding-bottom: 2px;
}

.bg-grey, .cont-grijs{
    background: #EDEEF0;
}

.bg-lichtbruin {
	background: #F2EFEF;
}

.border-lichtbruin {
	border: 1px solid #BA9055;
}

.border-grey {
	border: 1px solid #edeef0;
}

.bg-donkerbruin {
	background: #9B7540;
}

.bg-lichtbruin p {
	color: #424E54;
}

.bg-donkerblauw,.cont-donkerblauw {
	background: var(--primary);
}

.content .row.bg-lichtbruin, .content .row.bg-grey, .content .row.border-lichtbruin, .content .row.border-grey {
    padding: 16px;
}

.topbar a {
color:#E41515
}

div.logo img {
width: auto;
min-width: 160px;
}

div#footer-widget {
    background: var(--primary);
    padding: 32px 0;
    color: #fff;
}

#footer-widget h3 {
    color: #D6CBBC;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 4px;
}

div#footer-widget p {
	color: white;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
	overflow: hidden;
}

div#footer-widget p a {
	color: #D6CBBC;
	transition: 0.2s;
}

div#footer-widget p a:hover {
	color: #fff;
	transition: 0.2s;
	text-decoration: none;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none; 
}

img.footerlogo {
    max-width: 270px;
} 

div.footermenu ul {
	padding: 0;
	margin: 0;
}

div.footermenu ul li {
    list-style: none;
}

div.footermenu ul li a {
	color: #fff;
    font-size: 1rem;
	font-weight: 300;
}


@media (min-width: 1560px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1364px;
}
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Sterren rating */

div#input_4_8 {
    margin-top: 28px;
}


div#input_4_8 div {
    margin: 0;
    padding: 0;
    position: relative;
	float: left;
	width: 20%;
}

.gchoice.gchoice_4_8_0:before, .gchoice.gchoice_4_8_1:before, .gchoice.gchoice_4_8_2:before, .gchoice.gchoice_4_8_3:before, .gchoice.gchoice_4_8_4:before {
    font-family: "Font Awesome 6 Free";
    color: #AE9A63;
    position: absolute;
    left: 0;
    top: -24px;
}


@media only screen and (max-width: 1200px) {
div#input_4_8 div {
    width: 33.33%;
    height: 64px;
}
}

@media only screen and (max-width: 800px) {
div#input_4_8 div {
    width: 50%;
    height: 64px;
}
}

@media only screen and (max-width: 640px) {
div#input_4_8 div {
    width: 33.33%;
    height: 64px;
}
}

@media only screen and (max-width: 500px) {
div#input_4_8 div {
    width: 50%;
    height: 64px;
}
}


/* Knop in footer mens */

li.menubuttonlink  {
    margin-top: 24px;
	margin-bottom: 8px;
}

li.menubuttonlink a {
    border: 1px solid white;
    padding: 10px 16px;
	text-decoration: none;
	transition: 0.2s;
}


li.menubuttonlink a:hover {
    border: 1px solid white;
	background: #fff;
	color: var(--primary);
}




/* Better Survey Rating Styles */

.gsurvey-rating {
    margin-top: 6px;
}

 :root {
    --gsurvey-star-size: 25px;
    --gsurvey-star-color: #AE9A63;
 }
 body .gform_wrapper.gravity-theme .gsurvey-rating > label {
    margin-right: .25em;
 }
 body .gform_wrapper.gravity-theme .gsurvey-rating > label::before {
    display: inline-block;
    background-color: #f2efef;
    border-radius: 50%;
    padding: 6px;
 }
 body .gform_wrapper.gravity-theme .gsurvey-rating > label:hover::before {
    color: var(--gsurvey-star-color);
    box-shadow: inset 0px 0px 0px 0px var(--gsurvey-star-color);
 }
 body .gform_wrapper.gravity-theme .gsurvey-rating:not(:checked) > label {
    width: calc( var(--gsurvey-star-size) + .5em + 3px );
    font-size: var(--gsurvey-star-size) !important;
    line-height: var(--gsurvey-star-size);
    background-image: none;
    background-size: var(--gsurvey-star-size) var(--gsurvey-star-size);
 }
 body .gform_wrapper.gravity-theme .gsurvey-rating:not(:checked) > label::before {
    content: "\f005";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
 }
 body .gform_wrapper.gravity-theme .gsurvey-rating > input:checked ~ label {
    background-image: none;
    background-size: var(--gsurvey-star-size) var(--gsurvey-star-size);
 }
 body .gform_wrapper.gravity-theme .gsurvey-rating > input:checked ~ label::before {
    content: "\f005";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
    color: var(--gsurvey-star-color);
 }
 body .gform_wrapper.gravity-theme .gsurvey-rating:not(:checked) > label:hover,
 body .gform_wrapper.gravity-theme .gsurvey-rating:not(:checked) > label:hover ~ label {
    background-image: none;
    background-size: var(--gsurvey-star-size) var(--gsurvey-star-size);
 }

body .gform_wrapper.gravity-theme .gfield_description {
	display: none;
}

.gchoice.gchoice_4_8_0:before {
content: "\f005";
}

.gchoice.gchoice_4_8_1:before {
    content: "\f005\f005";
}

.gchoice.gchoice_4_8_2:before {
    content: "\f005\f005\f005";
}


.gchoice.gchoice_4_8_3:before {
    content: "\f005\f005\f005\f005";
}

.gchoice.gchoice_4_8_4:before {
    content: "\f005\f005\f005\f005\f005";
}


body.home .gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
}

input#gform_submit_button_1 {
    width: 100%;
}


.gform_wrapper.gravity-theme * {
     font-family: "Sora", sans-serif;
}

.gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 4px !important;
}

.gform-field-row--span-three {
grid-row: span 3;
}

.gform_fields {
 display: flex;
  flex-direction: column;
}

.gform_wrapper.gravity-theme .gform_footer {
	padding-bottom: 0px !important;
}

.image-choices-choice-image-wrap {
	background-color: #FFF !important;
	background-size: contain !important;
}

@media only screen and (max-width: 1200px) {
	.gform_wrapper.gravity-theme .gfield--type-choice.image-choices-field .image-choices-choice {
		width: calc(33.333% - var(--ic-column-spacing)) !important;
	}
}

@media only screen and (max-width: 640px) {
	.ic-theme--simple .image-choices-choice-image-wrap, .ic-theme--simple .image-choices-choice-image-wrap:after {
		height: 5rem !important;
	}
	.ic-theme--simple .image-choices-choice-selected .image-choices-choice-image-wrap:after {
		box-shadow: inset 0 0 0 3px var(--ic-feature-color) !important;
	}
	
}

/*
div.offerteformulier .gform_wrapper.gravity-theme .gfield_label {
    display: none;
} */

span.gfield_required {
    visibility: hidden;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_select {
padding: 0;
}


.ginput_container.ginput_container_text input, .ginput_container.ginput_container_email input, .ginput_container.ginput_container_phone input, .ginput_container.ginput_container_textarea textarea, body .gform_wrapper .gform_body .gform_fields .gfield select, body .gform_wrapper .gform_body .gform_fields .gfield select{
    background: #F2EFEF;
    border: none;
	color: #424E54 !important;
	font-size: 16px !important;
}

.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
    width: 100%;
    background: #f2efef;
    border: none;
    color: #424e54;
    font-size: 16px;
    padding: 20px;
}

/* This styles Placeholder text */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   	color: #424E54;
}
::-moz-placeholder { /* Firefox 19+ */
   	color: #424E54;
}
:-ms-input-placeholder { /* IE 10+ */
   	color: #424E54;
}
:-moz-placeholder { /* Firefox 18- */
	 color: #424E54;
}


.ginput_container.ginput_container_text input:focus, .ginput_container.ginput_container_email input:focus, .ginput_container.ginput_container_phone input:focus, .ginput_container.ginput_container_textarea textarea:focus {
	background: #EAEAEA;
}
	
body .gform_wrapper .gform_footer input[type=submit] ,
.gform_wrapper.gravity-theme .gform_page_footer input {
	background: #D6CBBC;
    color: var(--primary);
    padding: 8px 26px;
	font-size: 17px;
	 font-family: "Sora", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	transition: 0.2s;
	width: 100%;
	margin: 0 !important;
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
	background: #c0af97;
	transition: 0.2s;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0px 0 0 !important;
    padding: 6px 0 !important;
}

.offerteformulier .gform_wrapper .gform_footer input[type=submit] {
    padding: 12px 70px;
	font-weight: 600;
}

div.gform_footer.top_label {
text-align: right !important;
}

div#gform_fields_1 input::placeholder, div#gform_fields_1 textarea::placeholder {
    color: #333;
}

div.gform_footer.top_label {
    text-align: left;
    display: block !important;
}

.offerteformulier select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius: 0;
    padding: 20px;
}

.gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=tel] {
    padding: 20px !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield select {
    padding: 17px !important;
}

.gform_wrapper.gravity-theme textarea {
	padding: 20px 20px 6px 20px !important;
}

.gform_wrapper.gravity-theme .gfield textarea.medium {
	height: 100% !important;
}

.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction, .gform_wrapper .gform_validation_errors>h2 {
     font-family: "Sora", sans-serif !important;
    font-size: 14px !important;
	font-weight: normal !important;
}

.gform_wrapper.gravity-theme .gform_page_footer {
	margin-top: 15px !important;
}

.gform_wrapper.gravity-theme .gform_page_footer .gform_next_button {
	width: 100% !important;
}

/* Steps -------------------------------------- */
	.gform_wrapper.gravity-theme .gf_page_steps {
		display: none !important;
	}

	.gform_wrapper.gravity-theme .gf_step {
		margin: 0 !important;
	}

	.gform_wrapper.gravity-theme .gf_step + .gf_step{
		margin-left: 8px !important;
	}

	.gform_wrapper.gravity-theme .gf_step_label {
		padding: 0 0 0 5px !important;
	}

	.gform_wrapper.gravity-theme .gf_step_number {
		font-size: 15px !important;
		border: none !important;
		background: var(--primary) !important;
		color: #FFF !important;
		height: 30px !important;
		width: 30px !important
	}

	.gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
		background: #D6CBBC !important;
	}

	.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::before {
		border: none !important;
		background: var(--black);
		top: 0 !important;
		left: 0 !important;
		height: 30px !important;
		width: 30px !important
	}

	.gform_wrapper .gform_page_footer .gform_next_button ,
	.gform_wrapper .gform_page_footer .gform_previous_button {
		font-size: 18px;
		line-height: 1;
		padding: 8px 22px;
		text-transform: uppercase;
		background: #D6CBBC;
		color: var(--primary);
		font-weight: 600;
		transition: 0.25s;
		border: none;
		border-radius: 0;
		margin: 0 !important;
	}

	.gform_wrapper .gform_page_footer .gform_next_button:hover ,
	.gform_wrapper .gform_page_footer .gform_previous_button:hover {
		background: var(--secondary);
		color: #FFF;
	} 

	.gform_wrapper span.image-choices-choice-text {
		 font-family: "Sora", sans-serif !important;
	}

	.gform_wrapper .image-choices-field {
		--ic-feature-color: #ae9a63;
	}

	
.card.bg-dark.text-white {
    border: none;
}

.card-img-overlay {
    background: #009de0d6;
    opacity: 0;
	transition: 0.25s;
}

@media (min-width: 576px) {
.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	}
}

@media (min-width: 992px) {
.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
	}
	
	div#home-about p:last-child {
	margin-bottom: 0;
}

}

.card-img-overlay:hover {
    opacity: 1;
	transition: 0.25s;
}

a.cardlink {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

a.cardlink h5 {
	text-decoration: none;
}

h5.card-title {
	position: relative;
    text-align: center;
    color: #fff;
    font-size: 1.875rem;
	top: 50%;
    transform: translateY(-50%);
}

.card-img-overlay a {
    text-decoration: none;
}

.foutmelding {
    padding: 64px 0;
    text-align: center;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
@media only screen and (max-width: 1600px) and (min-width: 1200px)  {
.container.menuwidth {
    max-width: 100% !important;
}
}

header#masthead {
  margin-bottom: 0;
  background-color: white;
  padding: 0;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  min-height: 92px;
  z-index: 13;
}

header#masthead .sitelogo img {
	height: 100px !important;
}

.menubackground {
    position: relative;
    width: 100%;
    height: 15px;
	background: #ae9a63;
	z-index: 20;
}
.navigation a {
	color: #fff;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

.topicons i {
    font-family: "Font Awesome 6 Pro Thin";
    font-style: normal;
    font-size: 30px;
    display: block;
    text-align: center;
}

.topicoon {
	font-size: 14px;
    font-style: normal;
    font-weight: normal;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}

.topicoon:last-child {
	padding-right: 0 !important;
}

.topicoon a {
	color: #fff;
	transition: 0.2s;
}

.topicoon a:hover {
	text-decoration: none;
	color: #BA9055;
	transition: 0.2s;
}
	
#breadcrumbs {
	font-family: "Sora", sans-serif;
	font-size: 13px;
	padding: 16px 0;
	background: #F2F0F0;
	color: var(--secondary);
}

#breadcrumbs a, span.separator {
    color: #424E54
}

#breadcrumbs i {
    padding: 0 8px;
    color: #424E54;
    font-size: 11px;
}

a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

section#categorietop {
    padding-bottom: 2rem;
}

section#google-maps-embed {
    height: 520px;
    overflow: hidden;
}

.module {
margin-bottom: 32px;
}

body.home .module {
    margin-bottom: 52px;
}

section#page-modules .module:last-child {
}

#page-modules .module.bg-white + .module.bg-white, #page-modules .module.bg-grey + .module.bg-grey {
    padding-top: 0 !important;
}

.py-50 {
    padding: 2.5rem 0;
}

.py-50:first-child {
    padding-top: 0;
}

section.producten.module {
    position: relative;
}

section.impressie.module.py-50.bg-lichtblauw:first-child, section.impressie.module.py-50.bg-grijs:first-child, section.impressie.module.py-50.bg-lichtbruin:first-child {
    padding-top: 2.5rem;
}


div.impressie-embed iframe {
    width: 100%;
}

.impressie-img {
    padding-bottom: 32px;
}

.impressie-img:last-child {
	padding-bottom: 0;
}

.impressie-img img {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 6px 0px;
}


/*--------------------------------------------------------------
## Stappenplan & Wel Niet Module
--------------------------------------------------------------*/
.stappenplan, .welniet-box {
border: 0px solid var(--secondary);
}

ol {
  counter-reset: section; 
  list-style-type: none;
}

.stappenplan ol {
    margin: 0;
    padding: 0;
}


.stappenplan li::before {
    counter-increment: section;
    content: counters(section, ".") " ";
    display: inline-block;
    color: white;
    background: var(--primary);
    padding: 0px 8px;
    margin-right: 11px;
    border-radius: 50%;
    margin-bottom: 8px;
}


.row.text-kolom.welniet-box {
    padding-left: 9px;
    padding-right: 9px;
}


.welniet-box i {
    font-size: 1.875em;
    font-family: "Font Awesome 6 Pro Thin";
	text-rendering: optimizelegibility;
	font-style: normal;
}


.vinkjes i {
    color: var(--secondary);
    position: absolute;
    left: 0;
    top: -10px;
}

.kruisjes i {
	color: var(--primary);
	    position: absolute;
    left: 0;
	top: -10px;
}

span.vink-item, span.kruis-item {
    display: block;
    padding-left: 43px;
    margin-bottom: 24px;
    position: relative;
}

	
@media only screen and (max-width: 991px)  {
span.vink-item, span.kruis-item {
    padding-left: 38px;
    margin-bottom: 12px;
    position: relative;
}
	
	.welniet-box i {
    font-size: 26px;
}
	
	.kruisjes i {
    left: 0;
	top: -1px;
}
	
	.vinkjes i {
    left: 0;
    top: -1px;
}
}

@media (min-width: 768px) {
span.vink-item:last-child, span.kruis-item:last-child {
    margin-bottom: 0px;
}
}



section.content.module.redenen {
    background: #F2EFEF;
}

.row.text-kolom.redenenbox {
    padding-left: 9px;
    padding-right: 9px;
}

.reden i {
    margin-right: 16px;
    font-size: 30px;
    color: var(--secondary);
    position: relative;
    top: -3px;
	float: left;
    font-family: 'Font Awesome 6 Pro Light';
    font-weight: 300 !important;
    font-style: normal;
}

.reden h3.productitel {
    text-transform: inherit;
}

.stappenplan h3.productitel {
    text-transform: inherit;
}

.welniet-box h3.productitel {
    text-transform: inherit;
}

.reden-titel {
    font-size: 30px;
    color: var(--secondary);
    line-height: 34px;
}

.reden p {
    padding-left: 44px;
}

/*--------------------------------------------------------------
## Diensten Module
--------------------------------------------------------------*/


.diensten-item {
	overflow: hidden;
	opacity: 1;
	transition: 0.25s;
}

.diensten-item:hover {
	opacity: 0.91;
	transition: 0.25s;
}

.diensten-item a {
	text-decoration: none;
}



.dienst-omschrijving {
    color: white;
    text-align: center;
    font-size: 17px;
}

.wrapper-diensten {
background-color: var(--primary);
opacity: 1;
}

.dienst-titel {
    background-color: #eee;
    opacity: 1;
	background-size: 100%;
    border-radius: 5px 0 0 0;
}

.dienst-titel h3 {
	font-size: 20px;
	line-height: 24px;
    color: var(--primary);
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
	margin: 0;
}


/*--------------------------------------------------------------
## Tick Module
--------------------------------------------------------------*/

i.tickicoon {
    color: var(--secondary);
    font-size: 26px;
    position: absolute;
	float: left;
    top: 6px;
    padding-right: 6px;
    font-family: "Font Awesome 6 Pro Thin";
}

.ticbox-item {
	font-size: 18px;
    color: var(--primary);
	width: auto;
	position: relative;
}

@media (max-width:1399px) {
.ticbox-item {
    padding: 6px 8px 6px 8px;
}
	
.ticbox-item:last-child {
	padding-right: 0;
}
}

@media (min-width:1400px) {
.ticbox-item {
    padding: 6px 8px 6px 8px;
}
	
.ticbox-item:last-child {
	padding-right: 0;
}
}

@media (min-width:475px) and (max-width:767px) {
.ticbox-item {
    float: left;
    width: 33.33%;
	}
}


.col.ticbox-item:last-child {
    padding-right: 0;
}

.tickbox-tekst {
    position: relative;
    padding-left: 30px;
    font-weight: 400;
	line-height: 1.2;
}

/*--------------------------------------------------------------
## Overlay Module
--------------------------------------------------------------*/

.swiper-overlay {
    width: 100%;
    height: auto;
}

.swiper-overlay .swiper-slide {
    height: auto;
}

.container.overlaywrap img {
    width: 100%;
    border-radius: 10px 0 10px 10px;
}

section.overlay a, section.overlay a:hover {
	text-decoration: none;
}


span.subtitel {
	display: block;
    color: var(--secondary);
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
	line-height: 26px;
}

.textwrap {
    position: relative;
    padding-right: 6%;
}

@media (max-width: 767px) {
.textwrap {
	text-align: center;
}
}

.contentelement h1 {
    margin: 0;
	font-size: 26px;
    line-height: 100%;
}

.contentelement h2 {
    font-size: 30px;
    color: var(--primary);
    margin: 0;
    padding-bottom: 0.75rem;
    font-weight: 400;
    line-height: 34px;
}

.contentelement p {
	font-size: 17px;
}


/*--------------------------------------------------------------
## Box instellingen
--------------------------------------------------------------*/

.box-inner {
height: 100%;
}

.p-24 {
	padding: 24px;
}

.p-16 {
	padding: 16px;
}

.box-teksten {
    padding: 16px 16px 8px;
	width: 100%;
}

.box-teksten.detail p {
    font-family: "Sora", sans-serif;
	color: #000;
}

@media only screen and (min-width: 1200px) {
	.box-teksten.detail p {
	font-size: 17px;
}
}

@media only screen and (max-width: 1199px) {
	.box-teksten.detail p {
	font-size: 14.5px;
}
}

@media only screen and (max-width: 990px) {
	.box-teksten.detail p {
	font-size: 17px;
}
}

div.box-teksten p {
    color: #000;
}

.productaanbod .box-teksten {
	padding-bottom: 24px;
}

.nopad-onpar p {
    margin: 8px 0;
}

.nopad-onpar p:first-child {
    margin-top: 0;
}


.nopad-onpar p:last-child {
    margin-bottom: 0;
}

a.altbtn {
    width: 100%;
    background: #EDEEF0;
    padding: 8px 25px;
    font-size: 20px;
    display: block;
    margin: 0;
    color: var(--primary);
    text-transform: uppercase;
    font-weight: 600;
	text-decoration: none;
}

a.altbtn:hover {
	background: #ddd;
	text-decoration: none;
	transition: 0.25s;
}


section.welniet a.altbtn { 
background: #D6CBBC;
}

section.welniet a.altbtn:hover { 
background: #dcd5c5;
}

a.btn.btn-secondary {
    background: #D6CBBC;
    color: var(--primary);
    font-weight: 600;
	transition: 0.25s;
} 

a.btn.btn-secondary:hover {
	background: var(--secondary);
	color: #fff;
	transition: 0.25s;
}

a.btn.btn-secondary.knopmodule {
    padding: 8px 20px;
}

section.knop .knopbox .btn {
    margin: 0;
}

section.afbeelding-2kolom a.btn.btn-secondary.knopmodule {
    padding: 8px 20px;
    margin: 30px 26px 0 0;
}


.knopbox .btn {
    margin: 4px 0 0;
	text-transform: inherit;
}

@media (max-width: 991px)  {
	.row.knopbox {
    margin-bottom: 4px;
}
}


.productaanbod a.btn.btn-primary.absoluut {
    background: #D6CBBC;
    color: var(--primary);
    transition: 0.2s;
    border-top: 0px solid #fff;
    padding: 8px 22px;
    font-weight: 600;
}

.tekstbox .row .btn-primary {
    border-top: 2px solid white;
}

.productaanbod a.btn.btn-primary.absoluut:hover {
	background: #CEC1B0;
	color: #011126;
	transition: 0.2s;
}

a.btn.btn-primary.absoluut {
    width: 100%;
    position: relative;
    display: block;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: var(--tertiary) !important;
    border-color: white !important;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    color: #fff !important;
    background-color: var(--tertiary) !important;
    border-color: white !important;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none !important;
}


.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.fill img {
    flex-shrink: 0;
    min-width: 100%;
	width: 100%;
	max-width: fit-content;
}

.box:last-child {
padding-right: 0;
}

@media only screen and (max-width: 991px) {
.box,.row-reverse .box:first-child, .row-reverse .box:last-child {
    padding: 0;
}
	
.text-kolom .tekstbox {
    margin-bottom: 28px;
}
}

/*--------------------------------------------------------------
## Product Detailpagina
--------------------------------------------------------------*/

section.detailpagina .detailbox .row {
    border: 1px solid #D6CBBC;
    padding: 16px;
}

section.detailpagina .detailbox img {
	border-radius: 10px 0 10px 10px;
}

section.detailpagina .detailbox .box-teksten {
	padding: 16px 0 12px;
}

h3.productitel {
    text-transform: uppercase;
    font-weight: 400;
}

span.module-beschrijving p {
    font-weight: normal;
    font-size: 0.925rem;
    margin-bottom: 12px;
	margin-top: -10px;
}

.productwrapje .productitel {
    position: absolute;
    color: white;
    top: 8px;
    left: 13px;
}
@media screen and (max-width: 991px) and (min-width: 576px){ 
.productwrapje .productitel {
	top: 20px;
}
}

section.detailpagina .btn-primary {
	background: #D6CBBC;
	color: var(--primary);
	padding: 6px 20px;
	transition: 0.2s;
	font-weight: 600;
}


section.detailpagina .btn-primary:hover {
	background: #c0b09b;
	transition: 0.2s;
}

section.detailpagina span.h3 {
    text-align: left;
    font-size: 1.5625rem;
    color: var(--secondary);
    font-weight: 600;
}


/*--------------------------------------------------------------
## Sub Navigatie & Categorie instellingen
--------------------------------------------------------------*/
ul.subnavigatie {
    background: white;
    padding: 24px;
    box-shadow: rgb(0 0 0 / 16%) 0px 2px 5px;
	text-transform: uppercase;
}

ul.subnavigatie a:hover {
    text-decoration: none;
}

ul.subnavigatie li ul {
    list-style: none;
	padding-left: 24px;
}

ul.subnavigatie a {
    padding: 10px 8px;
    display: block;
	background: transparent;
	transition: 0.2s;
	color: #000;
}

ul.subnavigatie li.current_page_item a {
	background: #E3E3E3;
}

ul.subnavigatie li.current_page_item ul.children a {
	background: transparent;
}

ul.subnavigatie a:hover {
	background: #E3E3E3;
	transition: 0.2s;
	text-decoration: none;
}

@media screen and (max-width: 991px) {
	ul.subnavigatie {
	padding: 24px 8px;	
	font-size: 90%;
	overflow: hidden;
	}
	
	ul.subnavigatie li ul {
    padding-left: 12px;
}
}

/*--------------------------------------------------------------
## Afbeeldings Module + Gallerij + Lightbox settings
--------------------------------------------------------------*/

section.galerij {
    overflow: hidden;
}

.portfolionav {
    position: relative;
    text-align: right;
    width: 100%;
    padding: 28px 0 0px;
}
@media screen and (max-width: 991px) { 
	.portfolionav {
		text-align: center;
	}
}

.swiper-portfolio-next:after {
    content: "\f054";
    font-family: FontAwesome;
	color: var(--secondary);
	transition: 0.2s;
}

.swiper-portfolio-prev:after {
    content: "\f053";
    font-family: FontAwesome;
	color: var(--secondary);
	transition: 0.2s;
}

.swiper-portfolio-next:hover:after {
    font-family: FontAwesome;
	color: var(--tertiary);
	transition: 0.2s;
}

.swiper-portfolio-prev:hover:after {
    font-family: FontAwesome;
	color: var(--tertiary);
	transition: 0.2s;
}

.swiper-portfolio-prev {
    left: 10px;
    right: auto;
	margin: 0 16px 0 0;
}

.swiper-portfolio-next {
    right: 10px;
    left: auto;
}


.swiper-portfolio-next, .swiper-portfolio-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    font-size: 30px;
    padding: 20px;
    background: transparent;
}


section.galerij.module .swiper-portfolio-next, section.galerij.module .swiper-portfolio-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    font-size: 30px;
    padding: 20px;
    background: transparent;
}

section.galerij.module .swiper-portfolio-next {
	right: 0px;
}

section.galerij.module .swiper-portfolio-prev {
	left: 0px; 
}


section.klantenslider > .container-fluid {
    padding: 0;
}


section.klantenslider {
	padding: 16px 0;
	overflow: hidden;
}

swiper-klanten > .swiper-wrapper {
    transition-timing-function: linear;
}

.swiper-wrapper {
    height: 100%;
    max-height: 100vh;
}


@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
   -ms-flex: 0 0 14.285714285714285714285714285714%;
    flex: 0 0 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714%;
}
	  
  }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */    
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    -ms-flex: 0 0 14.285714285714285714285714285714%;
    flex: 0 0 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714%;
  }
}

.py-8 {
	padding-top: 16px;
    padding-bottom: 16px;
}

.py-24 {
	padding-top: 24px;
    padding-bottom: 24px;
}

.py-32 {
	padding-top: 32px;
    padding-bottom: 32px;
}

.py-8 p {
	padding-bottom: 0;
	margin-bottom: 0;
}

.swiper-button-next:after {
    content: "\f054";
    font-family: FontAwesome;
	color: #959595;
	transition: 0.2s;
}

.swiper-button-next i:before, .swiper-button-prev i:before  {
    display: none;
}

.swiper-button-prev:after {
    content: "\f053";
    font-family: FontAwesome;
	color: #959595;
	transition: 0.2s;
}

.swiper-button-next:hover:after {
    font-family: FontAwesome;
	color: var(--primary);
	transition: 0.2s;
}

.swiper-button-prev:hover:after {
    font-family: FontAwesome;
	color: var(--primary);
	transition: 0.2s;
}

.swiper-button-prev {
    left: 10px;
    right: auto;
}

.swiper-button-next {
    right: 10px;
    left: auto;
}

.swiper:hover .swiper-button-next, .swiper:hover .swiper-button-prev {
    opacity: 1;
	transition: 0.25s;
}

.swiper-button-next, .swiper-button-prev  {
    opacity: 0;
	transition: 0.25s;
}

.lb-details {
    display: none;
}


/*--------------------------------------------------------------
## Uitgelichte Procuten Swiper
--------------------------------------------------------------*/

img.afbeelding-in-module {
    width: 100%;
	border-radius: 10px 0 10px 10px;
}

article.review {
border-top: 1px solid #BA9055;
}

.swiper-ervaringen, div.col-12:last-child > article {
    border-bottom: 1px solid #BA9055;
}

.meer-review-link {
    text-align: center;
    position: relative;
    top: -14px;
}

a.meerreviews {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 8px 14px;
    color: #BA9055;
    font-size: 16px;
	transition: 0.25s;
	text-decoration: none;
}

a.meerreviews:hover {
	color: #9B7540;
	transition: 0.25s;
}


article.item.review {
    text-align: center;
    padding: 32px 24px;
}

.review-waardering {
    padding: 0 0 12px;
}

h4.review-titel {
    font-size: 25px;
    color: var(--primary);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 8px;
    line-height: 29px;
}

span.bedrijf {
    display: block;
    font-weight: bold;
	color: #D6CBBC;
}

span.naam {
	display: block;
    font-weight: 500;
    font-size: 17px;
    color: #AE9A63;
	margin-bottom: 2px;
}

span.tijd {
    display: block;
    font-weight: 300;
    color: var(--secondary);
}

h3.formuliertitel {
    color: var(--secondary);
    font-size: 30px;
    font-weight: 400;
	line-height: 1.15;
}

div.omschrijving {
	color: var(--primary);
	max-width: 1060px;
	margin: 0 auto;
}

span.fa-solid.fa-star {
	color: #AE9A63;
	display: none;
	font-size: 25px;
	width: 25px;
}

span.fa-solid.fa-star.checked {
    display: inline-block;
}

.pagination {
    margin-top: 2.5rem;
    margin-bottom: 17px;
}

span.page-numbers, a.page-numbers {
    float: left;
    line-height: 36px;
    margin: 4px 4px;
    height: 36px;
    width: 36px;
    border: 1px solid var(--secondary);
    text-align: center;
    font-size: 16px;
	transition: 0.25s;
	background: transparent;
    color: var(--secondary);
}

a.page-numbers:hover {
	background: var(--secondary);
	text-decoration: none;
	color: #fff;
	transition: 0.25s;
}

span.current {
    border: 1px solid var(--primary);
	color: var(--primary);
}


/*--------------------------------------------------------------
## CTA Module
--------------------------------------------------------------*/

.ctawrap {
    padding: 36px 24px;
	text-align: center;
}

h4.cta-titel {
    color: #D6CBBC;
    font-weight: normal;
    font-size: 25px;
    line-height: 34px;
    display: inline-block;
    margin: 0 64px 0 0;
}

a.ctabutton {
    background: transparent;
    color: #D6CBBC;
    font-size: 16px;
    padding: 11px 20px;
    transition: 0.2s;
    border: 1px solid #D6CBBC;
    font-weight: normal;
    display: inline-block;
}

a.ctabutton:hover {
	background: #D6CBBC;
	color: var(--primary);
	text-decoration: none;
	transition: 0.2s;
}

a.ctabutton:last-child {
    margin-left: 20px;
}

@media screen and (max-width: 991px) { 
	h4.cta-titel  {
	width: 100%;
	margin-bottom: 20px;
	}
	a.ctabutton:last-child {
    margin-left: 8px;
}
	a.ctabutton {
		margin: 8px 8px;
	}
}


@media only screen and (max-width: 575px) {
	.row.cta .col-lg-6.content-block {
    padding: 0;
	}
	
	.productinformatie {
    padding: 24px 8px;
	}
	
	.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 2%;
}
	
	.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 2%;
}
}

.module-titel {
    color: var(--primary);
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}

.btn {
    font-style: normal;
    font-weight: 400;
    padding: 11px 20px;
	text-transform: uppercase;
	font-size: 17px;
	border-radius: 0;
	border: none;
    display: inline-block;
	text-decoration: none;
}

.btn-primary {
    background: var(--primary);
    color: white;
    transition: 0.3s;
    background-size: 314px;
}

.btn-primary:hover {
    color: white;
	transition: 0.3s;
	background: #173255;
}

.ctabericht {
    padding-top: 64px;
    padding-bottom: 64px;
    box-shadow: rgb(99 99 99 / 30%) 0px 0px 5px 0px;
}

div.cta-afbeeldingen {
	margin-bottom: 24px;
	text-align: center;
}

img.cta-afbeelding {
    padding: 0 6px;
}

img.cta-afbeelding:first-child {
	padding-left: 0;
}

img.cta-afbeelding:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
## Banner Module
--------------------------------------------------------------*/

section.content.module.banner {
    padding-top: 28px;
    border-top: 1px solid #BA9055;
}

h5.bannertitel {
    font-size: 30px;
    font-weight: normal;
    line-height: 41px;
    color: var(--primary);
}

.icoonbox {
	flex-wrap: wrap;
}

.iconenwrap {
    width: 100%;
	text-align: center;
}

.icoonbox {
	color: #4C2B1B;
}

.grooticoon i {
    padding-left: 28px;
	font-size: 80px;
}

.icoonbox span.kleinicoon i {
    font-size: 30px;
    padding-left: 28px;
}

.icoontitel {
    font-size: 20px;
    color: var(--primary);
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 0;
}

section.banner .box-teksten {
    color: #424E54;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

.sitelogo img {
	width: 100%;
}

@media only screen and (max-width: 575px) {
	.brand {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

ul#topnav {
    list-style: none;
}

ul.topmenu li {
    padding: 0 1rem;
	float: left;
	position: relative;
}

ul.topmenu li a {
    font-size: 16px;
	transition: font-size 0.2s;
    color: #fff;
    padding: 0rem 0rem 6px;
    border-bottom: 2px transparent solid;
    transition: border-color 0.3s ease;
    line-height: 16px;
}

ul.topmenu li.current-menu-item  a {
border-bottom: 2px var(--primary) solid;
}

ul.topmenu li a:hover {
border-bottom: 2px var(--primary) solid; 
}

a.homelink {
	position: relative;
	float: right;
    top: 7px;
    left: -19px;
}

.hoofdmenuwrap {
    overflow: hidden;
	padding: 0;
}

@media only screen and (max-width: 767px) {
ul#menu-hoofdmenu {
    font-size: 18px;
}
}


ul.hoofdmenu li {
	font-weight: normal;
	font-style: normal;
	position: relative;
	padding: 2px 30px;
}

@media only screen and (max-width: 1400px) {
ul.hoofdmenu li {
	padding: 2px 24px;
	}
}

ul.hoofdmenu li:first-child {
	padding-left: 0;
}
ul.hoofdmenu li:last-child {
	padding-right: 0;
}


ul#hoofdmenu {
    position: relative;
    background: #f3f5f6;
    padding: 8px 0;
}

ul.hoofdmenu li a {
    font-size: 20px;
    color: var(--primary);
    transition: 0.2s;
    display: block;
 

}

ul.hoofdmenu li a:hover {
color: var(--tertiary);
transition: all 0.2s;
text-decoration: none;
}

ul.hoofdmenu li.current-menu-item a {
	background: transparent;
	font-weight: bold;
}

ul.hoofdmenu li ul li.current-menu-item a {
    color: #eee;
}

ul.hoofdmenu li.current-menu-item ul li a {
	background: var(--primary);
	font-weight: normal;
}


ul.hoofdmenu li ul {
    list-style: none;
    padding: 0 12px 0 12px;
}


ul.hoofdmenu li ul a {
	color: #F2F2EA;
}

ul.hoofdmenu li.menu-item-has-children:after, ul.hoofdmenu li.enkel:after {
    position: absolute;
    right: 12px;
    color: white;
    font-family: 'FontAwesome';
    top: 2px;
    font-size: 16px;
}


ul.hoofdmenu li.menu-item-has-children:hover:after {
	color: #D6CBBC;
	transition: 0.5s;
}


/* 
ul.hoofdmenu li:hover ul {
	opacity: 1;
	transition: all 1s;
	transition-delay: 250ms;
	max-height: 1200px;
}

ul.hoofdmenu li ul {
	opacity: 0;
	transition-delay: 500ms;
	transition: all 0.75s;
	max-height: 0;
}

ul.hoofdmenu li.current-menu-item ul, ul.hoofdmenu li.current-menu-ancestor ul {
	max-height: 1200px;
	opacity: 1;
	transition: max-height 0.75s;
}


ul.sub-menu li.current-menu-item:after {
    right: 6px;
}

ul.hoofdmenu li.enkel:after {
    content: " \f0da";	
}
 */

ul.hoofdmenu li.menu-item-has-children ul li:before {
	content: " \00B7";	
	position: absolute;
	color: white;
	left: 4px;
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/* Accordion FAQ Styling. */

div#accordion .card-header button.btn.btn-link {
    width: 100%;
	text-align: left;
}

div#accordion {
    margin-bottom: 8px;
}

.module-titel.accordion-titel.text-start {
    text-align: left;
}

.module-titel.accordion-titel.text-center {
    text-align: center;
}

section.module.faq {
    margin-bottom: 0px;
}

section.module.faq:last-of-type {
    margin-bottom: 32px;
}

div#accordion .card-header button:focus { 
    box-shadow: none !important;
}

div.accordion-lichtbruin div#accordion .card-header {
	background: #F2EFEF !important;
}

/* div.accordion-grey div#accordion .card-header */

div.accordion-blue div#accordion .card-header {
	background: var(--primary) !important;
}

div.accordion-grey div#accordion .card-header button.btn.btn-link,
div.accordion-lichtbruin div#accordion .card-header button.btn.btn-link {
    color: var(--primary) !important;
}

div.accordion-blue div#accordion .card-header button.btn.btn-link, 
div.accordion-blue div#accordion .card-body p {
    color: #fff !important;
}



/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
	#content.site-content {
  padding-bottom: 40px;
  padding-top: 40px;
}
	
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }
	
nav.navbar.navbar-expand-xl {
	padding-top: 30px;
}
	
  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky .entry-title::before {
  content: '\f08d';
  font-family: FontAwesome;
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  float: none !important;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

.gallery-item img {
    border: none !important;
	padding: 0 6%;
}


/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 100%;
}

.footer-colophon {
    background: #F2EFEF;
    color: var(--primary);
    font-size: 90%;
}
span.footer-divider {
    position: relative;
    top: -1px;
}

.footer-colophon a, .footer-colophon p {
    text-decoration: none;
    color: var(--primary);
	margin: 0;
	transition: 0.2s;
}

.footer-colophon a:hover {
    color: var(--secondary);
	transition: 0.2s;
}


body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
    color: #0857A2;
    text-transform: uppercase;
    font-size: 17px;
}

@media screen and (max-width: 767px) {
#content.site-content {
padding-bottom: 32px;
padding-top: 32px;
}
	
.social {
text-align: center;
margin: 0;
}
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 95%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 95%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 95%;
  }
	#page-sub-header {
		padding-bottom: 7.5rem;
		
	}
	#page-sub-header h1 {
		font-size: 3rem;
	}

.site-info {
		text-align :center;
	}
}
/*-----------iPad ----------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 90%;
  }
	
	#content.site-content {
padding-bottom: 16px;
padding-top: 16px;
	}
	
	a.introknop {
		padding: 16px 20px;
	}
}

/* ------- Mobiel Menu ----- */

.icoon-mobielmenu-wrap {
    display: flex;
    position: fixed;
    bottom: 3%;
    left: 0;
    width: 100%;
}

div.cd-dropdown ul li {
    list-style: none;
}

.cd-dropdown-wrapper {
  display: inline-block;
  position: relative;
  height: 40px;
  margin: 30px 0 0 5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


a.cd-dropdown-trigger {
text-decoration: none;
}

.cd-dropdown-trigger {
    display: block;
    padding: 5px;
    color: #414141;
    font-family: FontAwesome;
    background: none;
	font-size: 22px;
    position: relative;
}

.cd-dropdown-trigger i {
	font-style: normal;
}

.no-touch .cd-dropdown-trigger:hover {
color: var(--primary);
}

div.cd-dropdown ul li a {
    text-decoration: none;
	transition: 0.2s;
}

div.cd-dropdown ul li a:hover {
    text-decoration: none;
	color: #333;
	transition: 0.2s;
}

div.cd-dropdown ul li.current-menu-item a {
    font-weight: bold;
}

.cd-dropdown-content {
    padding-left: 0;
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
  height: 50px;
  line-height: 50px;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 60px;
    line-height: 60px;
  }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
  padding: 0 40px;
}

.cd-dropdown {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary);
  color: #ffffff;
  visibility: hidden;
  /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
  transition: transform 0.5s 0s, visibility 0s 0.5s;
}
.cd-dropdown h2 {
  /* dropdown title - mobile version only */
  position: relative;
  z-index: 30;
  color: #585a70;
  background-color: #111433;
  border-bottom: 1px solid #242643;
}
.cd-dropdown .cd-close {
  /* 'X' close icon - mobile version only */
  position: absolute;
  z-index: 30;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
  /* this is the 'X' icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 20px;
  width: 2px;
  background-color: #ffffff;
}
.cd-dropdown .cd-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-dropdown .cd-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.cd-dropdown.dropdown-is-active {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
  transition: transform 0.5s 0s, visibility 0s 0s;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown .cd-close {
    top: 5px;
  }
}

.cd-dropdown-content, .cd-dropdown-content ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  padding-top: 16px;
}
.cd-dropdown-content a, .cd-dropdown-content ul a {
    display: block;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px groove var(--tertiary);
}

.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
  border-top-width: 0;
}
.cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
  border-bottom-width: 1px;
}
.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0b0e23;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #585a70;
  text-transform: uppercase;
}
.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
  border-top-width: 0;
}
.cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
  /* push the secondary dropdown items to the right */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
  opacity: 0;
}
.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* push the dropdown items to the left when secondary dropdown slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 32px;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    font-size: 1.2rem;
  }
}

.cd-dropdown-content .see-all a {
  /* different style for the See all links */
  color: #3f8654;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
  padding-left: 90px;
}
.cd-dropdown-content .cd-dropdown-gallery img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  padding-left: 75px;
  position: relative;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
  color: #111433;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}


@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
.cd-search input[type="search"] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #242643;
  color: #ffffff;
  border: none;
  border-radius: 0;
}
.cd-search input[type="search"]::-webkit-input-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]::-moz-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:-moz-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:-ms-input-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:focus {
  background: #ffffff;
  color: #111433;
  outline: none;
}
.cd-search input[type="search"]:focus::-webkit-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus::-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-ms-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}

.has-children > a, .go-back a {
  position: relative;
}

.cd-dropdown-content .go-back a:first-child {
    display: none !important;
}

ul.cd-secondary-dropdown.move-out .go-back a:first-child {
    display: block !important;
}

.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.has-children > a {
  padding-right: 40px;
}
.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

.cd-dropdown-content .go-back a {
  padding-left: 40px;
}
.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

.cd-main-content {
  background-color: #e6e6e6;
  min-height: calc(100vh - 100px);
  padding: 2em 5%;
  line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
  display: none;
}

.cd-dropdown-content .go-back a:first-child { display: none; }

.cd-dropdown-content .go-back a:first-child {
    display: inherit;
}

body.page-id-2508 h1.paginatitel {
	display: none !important;
}