/*!
Theme Name: infopuntschade
Theme URI: http://ippo.nl/
Author: ippo
Author URI: http://ippo.nl/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: infopuntschade
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

infopuntschade is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
	vertical-align: middle;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #4d5c6e;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #eff1f4;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	height: 40px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
	height: 40px;
	background: #fff;
	border-radius: 3px;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.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%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

#content {
	background-color: #fff;
}
/* Do not show the outline on the skip link target. */
#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;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# 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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## IPPO
--------------------------------------------------------------*/


#header {
	position: relative;
	width: 100%;
	z-index: 9999;
}
#header-white {
	position: relative;
	top: 0px;
	height: 55px;
	width: 100%;
	background-color: #fff;
}
#header-blue {
	position: relative;
	height: 85px;
	width: 100%;
	background-color: #61758c;
}
#header-blue-content {
	max-width: 1240px;
	width: 100%;
	padding: 20px;
	margin: auto;
}
.scrolled #header-blue{
	position: fixed;
	top: 0;
}
.scrolled #content{
	margin-top: 55px;
}
/*
#header-trans {
	height: 35px;
	width: 100%;
}
*/
#header-logo{
	margin-left: -7px;
	position: relative;
	z-index: 7;
}
#header-logo-wrapper {
	position: absolute;
	width: 100%;
	max-width: 1360px;
	padding-left: 20px;
	/*height: 175px;*/
	margin-left: auto;
	top: 0;
	transition: all 0.1s;
	width: 391px;
	margin-right: auto;
	margin-top: -139px;
}
.scrolled #header-logo-wrapper{
	position: fixed;
	top: 0;
	width: 196px;
	transition: all 0.1s;
	margin-top: -4px;
}
#header-logo {
	padding-top: 5px;
}
#footer-top {
	width: 100%;
	height: 390px;
	background: url(/wp-content/themes/infopuntschade/images/bgfooter.png);
}
#footer-bottom {
	width: 100%;
	height: 165px;
	background: #fff;
}
#footer-bottom-salvage {
	width: 100%;
	max-width: 1280px;
	padding-left: 128px;
}

.page_header {
	position: relative;
	max-width: 100%;
	width: 100%;
	background: url(/wp-content/themes/infopuntschade/images/bgfooter.png);
}
.page_body {
	position: relative;
	max-width: 1240px;
	width: 100%;
	padding: 0 20px;
	margin: auto;
}
.page_content {
	position: relative;
	max-width: 1240px;
	width: 100%;
	padding: 20px;
	margin: auto;
	margin-top: 176px;
}
.page_content_grey_broad {
	position: relative;
	width: 100%;
	background-color: #eff1f3;
}
#schademeldformulier_button_submit{
	width: 302px;
	text-align: left;
}
#huisnummer_toevoeging,
#tijdelijk_adres_huisnummer_toevoeging{
	width: 100px;
}
#schademeldformulier_container h1{
	margin-bottom: 40px;
	color: #4d5c6e;
}
#schademeldformulier_container #rol{
	margin-left: 15px;
	width: 225px;
}
#schademeldformulier_container {
	position: relative;
	color:#61758c;
	max-width: 1240px;
	width: 100%;
	padding: 90px 20px;
	margin: auto;
}
#schademeldformulier_container h2#extra {
	margin-top: 33px;
}
#schademeldformulier_container h2#personal {
	margin-top: 60px;
}
#schademeldformulier_container h2 {
	color: #4d5c6e;
	font-size:20px;
	margin-bottom: 25px;
}
#schademeldformulier_container h3 {
	color: #4d5c6e;
	font-size: 1.1em;
}
#schademeldformulier_kolom1 {
	width: 50%;
	max-width: 540px;
	float: left;
}
#schademeldformulier_kolom2 {
	width: calc(50% - 60px);
	max-width: 540px;
	margin-top: 195px;
	float: left;
	margin-left: 60px;
}
.clearboth {
	clear: both;
	height: 0px;
}
#schademeldformulier_kolom3 {
	width: 50%;
	max-width: 540px;
	float: left;
}
#schademeldformulier_kolom4 {
	width: calc(50% - 60px);
	max-width: 540px;
	float: left;
	margin-left: 60px;
}
@media (max-width:768px) {
	#header-white{
		height: 30px;
	}
	#schademeldformulier_container{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#schademeldformulier_kolom1,
	#schademeldformulier_kolom2,
	#schademeldformulier_kolom3,
	#schademeldformulier_kolom4{
		width:100%;
		margin-left: 0;
	}
	#schademeldformulier_container h2#personal,
	#schademeldformulier_kolom2{
		margin-top: 40px;
	}
	#schade_omschrijving{
		margin-bottom: 40px;
	}
}

#bedrijf {
	display: none;
}
.schademeldformulier_input_select {
	max-width: 540px;
	width: 100%;
}
.schademeldformulier_input_text {
	max-width: 540px;
	width: 100%;
}
.schademeldformulier_input_text_hn {
	max-width: 250px;
	width: 100%;
}
.schademeldformulier_input_text_tv {
	max-width: 250px;
	width: 100%;
}

.half_column1 {
	padding-right: 10px;
	max-width: 250px;
	width: calc(50% - 10px);
	float: left;
}
.half_column2 {
	max-width: 250px;
	padding-left: 10px;
	width: calc(50% - 10px);
	float: left;
}
#schademeldformulier_error {
	display: none;
	color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
	position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
	ont-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
	border-radius: 3px;
	width: 100%;
}
/*honeypot*/
#persoonlijke_ervaring {
	display: none;
}

#particulier_of_bedrijf {
	border-radius: 3px;
	display: inline-block;
	padding: 7px;
	    padding-top: 7px;
	height: 50px;
	box-sizing: border-box;
	padding-top: 12px;
	top: 1px;
	position: relative;
}
@media (max-width:540px) {
	#particulier_of_bedrijf{
		display: block;
		padding: 20px 0 0;
	}
}
#schade_omschrijving {
	height: 230px;
}
#samenstelling_huishouden_table td:first-child {
	width: 148px;
}
#samenstelling_huishouden_table{
	border-collapse: collapse;
}

/**
LOGIN PANEL
**/
#login_panel_wrapper {
	padding-top: 140px;
	width: 100%;
	height: 700px;
	background: url("/wp-content/themes/infopuntschade/images/bannerbg1.jpg");
	background-size: cover;
	resize: both;
	background-position: center;
}
#login_panel {
	width: 100%;
	max-width: 1240px;
	margin: auto;
	padding: 0 20px;
}
#login_panel_forgot_password {
	display: none;
}
#login_panel_login_content, #login_panel_forgot_password {
	max-width: 650px;
	padding: 31px 40px 40px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 3px;
	color:#000;
}
#login_panel_forgot_password h1, #login_panel_login_content h1 {
	color: #c70d30;
	margin: 0 0 35px 0;
	font-size: 35px;
}
#login_panel_username, #login_panel_password, #login_panel_emailadres, #reset_password_panel_password, #reset_password_panel_password_check, #login_panel_straatnaam, #login_panel_huisnummer, #login_panel_huisnummer_toevoeging {
	width: 100%;
	height: 50px;
	padding-left: 20px;
	margin-bottom: 10px;
	padding-top: 20px;
	color: #4d5c6e;
}
#login_panel_huisnummer_toevoeging,
#login_panel_password{
	margin-bottom:25px;
}

#login_panel_cancel_button:hover {
	border:1px solid #c70d30;
}
#login_panel_cancel_button:before {
	content: '';
  background-image: url('/wp-content/themes/infopuntschade/images/svg/pijl-wit.svg');
  background-size: 11px 17px;
  position: absolute;
  left: 18px;
  width: 11px;
  height: 17px;
  top: 19px;
  transform: rotate(180deg);
}
#login_panel_cancel_button {
	color:#fff !important;
	border:1px solid #fff;
}
#login_panel_forgot_password td:nth-child(2) {
	text-align: right;
}
#login_panel_link_forgot_password {
	float: right;
	margin-top: 14px;
	color: #4d5c6e;
}
@media (max-width:540px) {
	#login_panel_forgot_password .buttons td{
		display: block;
	}
	#login_panel_forgot_password td:nth-child(2){
		text-align: left;
		padding-top: 1.5em;
	}
	#login_panel_forgot_password{
		margin-top:-80px;
	}
}
@media (max-width:460px) {
	#login_panel_login_content, #login_panel_forgot_password{
		padding-left: 20px;
		padding-right: 20px;
	}
	#login_panel_wrapper{
		padding-top: 90px;
	}
	#login_panel_link_forgot_password{
		float:none;
		display: block;
		margin-top: 1.5em;
	}
}
#login_panel_link_forgot_password:hover {
	color: #c70d30;
}
#login_error, #forgot_password_error {
	display: none;
	color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
	position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1.5em;
  border: 1px solid transparent;
  border-radius: .25rem;
	ont-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
	border-radius: 3px;
	width: 100%;
}
/**
App
**/
#app_logoff_button {
	float: right;
	text-align: center;
	color: #c70d30;
	background-color: #fff;
	font-size: 18px;
	padding: 13px 24px 13px 24px;
	cursor: pointer;
	margin-top: 15px;
	border-radius: 3px;
	height: 53px;
}
#app_error {
	display: none;
	color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
	position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
	ont-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
	border-radius: 3px;
	width: 100%;
}
#tab_schademelder_schaderegistratie {
	display: none;
}
#tab_schademelder_inloggegevens {
	display: none;
}
#app_header {
	position: relative;
	max-width: 1240px;
	width: 100%;
	padding:0 20px;
	margin: auto;
}
#app_header_welcome {
	float: right;
	margin-top: -70px;
	font-size: 22px;
}
.app_header_button {
	display: inline-block;
	text-align: center;
	color: #4d5c6e;
	background-color: #fff;
	font-size: 17px;
	padding: 13px 24px 13px 24px;
	min-height: 53px;
	cursor: pointer;
	border-radius: 3px;
	margin-right: 15px;
	margin-bottom: 20px;
	transition: all 0.5s;
}
.app_header_button:hover,
.app_header_button_active {
	color: #fff;
	background-color: #c70d30;
	transition: all 0.5s;
}
#app_schademelder_overzicht_left {
	display: inline-block;
	width: 69%;
	padding-right: 80px;
	vertical-align: top;
	box-sizing: border-box;
}
#app_schademelder_overzicht_right .app_schademelder_blok{
	padding: 35px;
}
#app_schademelder_overzicht_right {
	display: inline-block;
	width: calc(33% - 29px);
	vertical-align: top;
	padding-top: 60px;
}
#app_schademelder_informatiebijeenkomst p:last-child{
	margin-bottom: 0;
}
#app_schademelder_informatiebijeenkomst{
	margin-bottom: 0;
	padding-bottom: 0 !important;
}
#app_schademelder_incident table td:nth-child(1){
	width: 180px;
}
#app_schademelder_inloggegevens input{
	background: #eff1f4;
}
#app_schademelder_submit_button{
	margin-top: 1.5em;
}
#app_schademelder_inloggegevens,
#app_schademelder_schaderegistratie{
	max-width: 800px;
}

.app_schademelder_blok {
	/*width: 100%;
	background: #efefef;
	padding: 20px;*/
	margin-bottom: 40px;
	padding-top: 90px;
}
#app_schademelder_incident table{
	margin-bottom: 0;
}
@media (max-width:970px) {
	#app_logoff_button{
		margin-top: 7px;
		display: none;
	}
}
@media (max-width:768px) {
	#app_header_welcome{
		display: none;
	}
	#app_schademelder_overzicht_right,
	#app_schademelder_overzicht_left{
		display: block;
		width: 100%;
		padding-right: 0;
	}
	.app_schademelder_blok{
		padding-top: 50px;
		margin-bottom: 0;
	}
}

#app_body.coordinator{
	padding-top: 90px;
	padding-bottom: 90px;
	line-height: 2;
}
@media (max-width:768px) {
	#app_body.coordinator{
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
.app_schademelder_blok_no_pad {
	width: 100%;

	margin-bottom: 40px;
}
.app_schademelder_blok h2 {
	color: #c70d30;
	font-size: 28px;
	margin-top: 0px;
	line-height: 1.2;
}
.app_schademelder_blok em {
	font-size: 0.7em;
}
.app_schademelder_input_text {
	width: 100%;
	max-width: 500px;
}
#app_schademelder_error, #alert_error, #app_rapportage_error, #reset_password_error {
	display: none;
	margin-top: 10px;
	color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
	position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
	ont-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
	border-radius: 3px;
	width: 100%;
}
#app_schademelder_message, #alert_message, #reset_password_message, #login_success {
	display: none;
	margin-top: 10px;
  background-color: #d4edda;
  border-color: #c3e6cb;
	position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
	ont-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #155724;
  text-align: left;
	border-radius: 3px;
	width: 100%;
}

#app_header_incident_close_button {
	float: right;
}
@media (max-width:1010px) {
	#app_header_incident_close_button{
		float: none;
	}
}
#tab_incident_logboek, #tab_incident_inzet, #tab_incident_rapport, #tab_incident_overig, #tab_incident_ontwikkeling {
	display: none;
}
.tab_title {
	display: flex;
  align-items: center;
	margin-bottom: 50px;
}
.tab_title h2 {
	margin: 0;
	padding-left: 34px;
}
.tab_title img{
	max-width: initial;
}
#tab_incident_melding_left, #tab_incident_logboek_left, #tab_incident_inzet_left, #tab_incident_rapportage_left, #tab_incident_ontwikkeling_left, #tab_incident_overig_left {
	display: inline-block;
	width: 69%;
	padding-right: 80px;
	vertical-align: top;
	box-sizing: border-box;
}
.faqs_rapport{
	margin-left: -15px;
}
#faqs .item #alert #app_edit_faq_antwoord,
#faqs .item #alert #app_edit_faq_vraag{
	background: #fff !important;
}
#faqs .item #alert{
	background: #eff1f3;
}
#tab_incident_inzet_left #alert{
	margin-bottom: 20px;
}
#tab_incident_logboek_left #alert,
#faqs #alert{
	margin-bottom: 40px;
}
#tab_incident_overig_left #save_faq_categories_button{
	margin-top: 0;
}
#tab_incident_overig_left .btn{
	margin-top: 20px;
}
#tab_incident_overig_left input{
	background: #eff1f3;
}
#tab_incident_inzet_left h2 {
	color: #4d5c6e;
	font-size: 1.2em;
}
.tab_right_title{
	margin-bottom: 20px;
	display: block;
}
#tab_incident_melding_right, #tab_incident_logboek_right, #tab_incident_inzet_right, #tab_incident_rapportage_right, #tab_incident_ontwikkeling_right	 {
	display: inline-block;
	width: calc(33% - 29px);
	vertical-align: top;
	margin-bottom: 40px;
}
@media (max-width:768px) {
	#tab_incident_melding_left, #tab_incident_logboek_left, #tab_incident_inzet_left, #tab_incident_rapportage_left, #tab_incident_ontwikkeling_left, #tab_incident_overig_left,
	#tab_incident_melding_right, #tab_incident_logboek_right, #tab_incident_inzet_right, #tab_incident_rapportage_right, #tab_incident_ontwikkeling_right{
		display: block;
		width: 100%;
		padding-right: 0;
	}
	#tab_incident_melding_right, #tab_incident_logboek_right, #tab_incident_inzet_right, #tab_incident_rapportage_right, #tab_incident_ontwikkeling_right{
		margin-bottom: 0;
		margin-top: 50px;
	}
	.edit_inzet_item,
	.edit_faq_item,
	.edit_logboek_item{
		display: block !important;
	}
}
.bottom_dash_div:first-child{
	padding-top:0;
}
.bottom_dash_div {
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 2em;
	border-bottom: 3px dotted #a0acba;
}
.bottom_nodash_div {
	padding-top: 30px;
	padding-bottom: 0;
	line-height: 2em;
}
.open_button {
	display: inline-block;
	text-align: left;
	color: #c70d30;
	font-size: 18px;
	padding: 15px 30px 15px 30px;
	cursor: pointer;
	border-radius: 3px;
	margin-right: 15px;
	border: 1px solid #c70d30;
	width: 250px;
}
.open_button span {
	float: right;
}
#app_body.coordinator .download {
	float: right;
}
#app_body.coordinator .download.bottom {
	display: none;
}
.input_alert_text {
	width: 100%;
	background-color: #eff1f3  !important;;
	border-color: #eff1f3;
	border-radius: 3px;
}
.input_alert_textarea {
	width: 100%;
	height: 150px;
	background-color: #eff1f3 !important;
	border-color: #eff1f3;
	border-radius: 3px;
}
.input_alert_date {
	width: 49%;
	background-color: #eff1f3  !important;
	border-color: #eff1f3;
	border-radius: 3px;
}
.input_alert_time {
	margin-left: 1%;
	width: 49%;
	background-color: #eff1f3  !important;
	border-color: #eff1f3;
	border-radius: 3px;
}
#app_logboek_message, #app_inzet_message, #app_rapportage_message, #app_ontwikkeling_message, #mobiele_unit_message, #informatiebijeenkomst_message, #app_faq_message, #faq_message {
	display: none;
	margin-top: 10px;
  background-color: #d4edda;
  border-color: #c3e6cb;
	position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
	font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #155724;
  text-align: left;
	border-radius: 3px;
	width: 100%;
}
.inzet_item, .ontwikkeling_item,
.logboek_item, .rapportage_item {
	width: calc(100% - 40px);
	padding: 20px 25px;
	background-color: #fff;
	background-color: #f6f7f8;
	background-color: #eceef1;
	background-color: #f1f3f6;
	/*background-color: #eff1f3;*/
	border-radius: 3px;
	margin-bottom: 11px;
}
.inzet_item{
	margin-top: 11px;
}
.rapportage_item {
	margin-top: 10px;
	margin-bottom: 20px;
	min-height: 70px;
}
.schadeformulier_toelichting {
	font-style: italic;
	font-size: 0.8rem;
	line-height: 1.2;
	max-width: 700px;
}
.rapportage_toelichting {
	font-style: italic;
	font-size: 0.8rem;
	line-height: 1.2;
	max-width: 700px;
}
#logboek_more_items {
	display: none;
}
.edit_logboek_item, .edit_inzet_item, .edit_rapportage_item, .edit_ontwikkeling_item {
	float: right;
	cursor: pointer;
	display: none;
}

.ontwikkeling_item em {
	font-size: 0.7em;
}
#rapportages_menu {
	width: 100%;
	/*background-color: #eff1f3;
	padding: 30px;*/
	margin-top: 40px;
}
.rapportages_menu_item {
	padding: 10px 20px 10px 20px;
}
.rapportages_menu_item a {
	text-decoration: none;
	color: #4d5c6e;
	margin-left: 23px;
	display: block;
}
.rapportages_menu_item a:before{
	content: '';
	background: url('/wp-content/themes/infopuntschade/images/chevron_bleu_right.png');
	background-size: auto;
	width: 10px;
	height: 18px;
	position: absolute;
	background-size: 10px;
	margin-left: -23px;
	margin-top: 8px;
}
.rapportages_menu_item a:hover {
	text-decoration: none;
	color: #4d5c6e;
}
.rapportages_menu_item:hover,
.rapportages_menu_item_active {
	background-color: #eceef1;
	background-color: #f1f3f6;
}
#rapportage_form_buttons {
	display: none;
	margin-top: 40px;
}
#rapportage_form_cancel_button{
	margin-right: 20px;
}
#rapportage_form_buttons label{
	margin-left: -15px;
}
.rapportage_input {
	width: calc(100% + 50px);
	background: none;
	height: 158px;
	margin-left: -25px;
	margin-top: -20px;
	margin-bottom: -25px;
}
#app_add_ontwikkeling_mutatie_button {
	width: 300px;
}
#tab_incident_overig_left h2 {
	color: #4d5c6e;
	font-size: 1.2em;
}

.list_incidents {
  display: flex;
  flex-wrap: wrap;
}

.incident_item {
  margin: 5px;
	    flex-grow: 1;
	display: inline-block;
	width: calc(100% * (1/4) - 10px - 1px)
	min-height: 153px;
	border-radius: 3px;
	color: #c70d30 !important;
	border: 1px solid #c70d30;
	text-align: center;
	float: left;
	text-decoration: none;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 20px;
		transition: all 0.5s;
}
.incident_item:hover {
	text-decoration: none;
	background: #c70d30;
	color:#fff !important;
	transition: all 0.5s;
}
.incident_item span {
	font-size: 1.6em;
}
#informatiebijeenkomst_aanvullende_info {
	margin-top: 6px;
}
#faqs .faq_cat_h2{
	cursor: pointer;
}
#faqs .faq_vraag img,
#faqs .faq_cat_h2 img{
	width:25px;
	margin-right: 10px;
}
#faqs .faq_cat_h2 img,
#faqs .faq_vraag img{
	transform: rotate(-90deg);
	transition: all 0.5s;
}
#faqs .faq_vraag img{
	margin-top: 5px;
}
#alert input[type="checkbox"] + label{
	margin-top: 10px;
	margin-left: -15px;
}
#faqs .faq_vraag.open img,
#faqs .open .faq_cat_h2 img{
	transform: rotate(0);
	transition: all 0.5s;
}
#faqs .category.hide{
	display: none;
}
#app_schademelder_faq .more{
	margin-top: 50px;
}
#faqs .open .questions {
	display: block;
}
#faqs .questions .faq_vraag:not(:last-child) .faq_antwoord{
	margin-bottom: 40px;
}
#faqs .questions .faq_vraag:not(:last-child){
		margin-bottom: 20px;
}
#faqs .questions {
	margin-top: 30px;
	margin-left: 26px;
}
#faqs .category {
	border-bottom: 3px dotted #a0acba;
	padding: 30px 0;
}
#faqs h2 {
	display: inline-block;
	color: #4d5c6e;
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 0;
	width:100%;
}
.app_body.coordinator .faq_vraag{
	display: block;
}
.faq_vraag {
	/*display: none;*/
	cursor: pointer;
}
.faq span:not(.btn) {
	padding-right: 30px;
	height: 31px;
	display: inline-block;
}
.edit_faq_item {
	display: none;
	float: right;
}
.faq_antwoord {
	margin-left: 20px;
	display: none;
	background-color: #fff;
	border-radius: 3px;
	width: calc(100% - 40px);
	padding: 20px 20px 0;
}

#faqs{
	margin-top: 40px;
}
#faqs table{
	margin-bottom: 0;
}
#faqs .item{
	background: #eff1f4;
	padding: 20px;
	margin-bottom: 20px;
}
.edit_faq_categorie_content .btn{
	margin-top: 10px;
}
.edit_faq_categorie_content{
	display: none;
	margin-top: 20px;
}
.edit_faq_categorie_content .active{
	font-weight: bold;
}
.edit_faq_categorie_content .active .faq_antwoord{
	font-weight: normal;
}
.edit_faq_categorie_content .faq_antwoord{
	background: #fff;
	padding: 0;
	margin-left:0;
}
.edit_faq_categorie_content .faq_vraag{
	display: block;
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
}
.edit_faq_categorie {
	cursor: pointer;
	vertical-align: middle;
  margin-left: 15px;
  margin-right: 10px;
	position: relative;
	top: 3px;
}
@media (max-width:768px) {
	.ontwikkeling_item,.inzet_item,.logboek_item, .rapportage_item{
		width:100%;
	}
}
@media (max-width:680px) {
	#app_body.coordinator .download.bottom {
		display: inline-block;
		margin-top: 40px;
		float: none;
	}
	#app_body.coordinator .download.top {
		display: none;
	}
	.tab_title{
		display: block;
	}
	.tab_title img{
		position: absolute;
		right: 20px;
		margin-top:-12px;
	}
	.tab_title h2{
		padding-left: 0;
	}
}
/**
NICE ALERT
**/
#loader{
	width: 20px;
	margin-left: 25px;
	top: 4px;
	position: relative;
	display: none;
}
#overlay_sub,
#overlay{
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
  cursor: pointer;
}
#overlay_sub{
  z-index: 90;
}
#alert .btn{
  margin: 20px 20px 20px 0;
  min-width: 100px;
  display: inline-block;
}
#alert .save,
#alert .cancel{
  margin-left: 10px;
  margin-right: 10px;
	text-align: center;
}
/*
#alert .cancel{
  color: #4d5c6e;
  border: #4d5c6e 2px solid;
	font-size: 18px;
	padding: 8px 18px 8px 18px;
	cursor: pointer;
}
#alert .confirm {
	margin-left: 10px;
  margin-right: 10px;
	text-align: center;
	color: #fff;
	background-color: #c70d30;
	font-size: 18px;
	padding: 10px 20px 10px 20px;
	cursor: pointer;
}
*/
#alert{
  border-radius: 3px;
  font-size: 18px;
  background: #fff;
  padding: 35px 35px 15px;
  min-width: 450px;
  max-width: 750px;
  z-index: 1000001;
  position: absolute;
  display: none;
}
#alert h1 {
	color: #4d5c6e;
	margin-top: 0;
	font-size: 34px;
	margin-bottom: 1em;
}
img.close{
	width: 22px;
}
#alert h2 {
	width: 100%;
	color: #4d5c6e;
	margin-top: 0;
	font-size: 1.2em;
	margin-bottom: 40px;
}
#alert h2 span {
	float: right;
	cursor: pointer;
	color: #c70d30;
}
#confirm_box{
  border-radius: 2px;
  font-size: 18px;
  background: #fff;
  padding: 30px;
  min-width: 450px;
  max-width: 450px;
  z-index: 95;
  position: fixed;
  display: none;
}

#alert.inline{
	position: relative;
	border:1px solid #c70d30;
	margin-top: 40px;
	border-radius: 0;
	left: 0 !important;
	width: 100% !important;
	z-index: 0;
	top:0 !important;
}
#alert.inline h2{
	color:#c70d30;
}
@media (max-width:680px) {
  #alert .content {
		width:100% !important;
	}
  #alert{
    min-width: 90%;
    width:90% !important;
		left: 5% !important;
  }
}

body{
  overflow-x: hidden;
}
.page{
  margin-bottom: 0;
}
footer a:active,
footer a:visited {
  color:#61758c;
}
a:hover{
  color:#4d5c6e;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
h1,h2,h3,h4,h5,h6{
  color:#c70d30;
  margin-top: 0;
  font-size: 31px;
  line-height: 1.1;
	font-weight: 600;
}
p{
  margin-top: 0;
  margin-bottom: 1.5em;
}
ul{
  margin-left: 0;
  padding-left:1em;
}
table.center, .center {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  box-sizing: border-box;
}
.center_wide {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  box-sizing: border-box;
}
@media (max-width:768px) {
  h1, h2, h3, h4, h5, h6{
    font-size: 26px;
  }
  table.center, .center, .center_wide {
    padding: 0 24px;
  }
  .desktop{
    display: none;
  }
}

/**lOGO**/
@media (max-width:768px) {
	.menu_open #header-logo{
		display: none;
	}
	#header-logo-wrapper{
		padding-left: 0;
	}
  #header-logo{
    width: 220px;
    margin-left: -4px;
    margin-top: 47px;
  }
	.scrolled #header-logo{
		width: 152px;
	margin-left: -4px;
	margin-top: 0;
	}
  #header-blue{
    height: 70px;
  }
}
/**MENU**/
.menu .phone{
  display: none;
}
.menu{
  text-align: right;
  z-index: 1;
  top: 17px;
}
.menu .logout a,
.menu a.active{
  background: #fff;
  color:#c70d30;
}
.menu .logout a:hover,
.menu .white_btn a:hover{
  background: #c70d30;
  color:#fff;
}
.menu ul li a{
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: all 0.5s;
  text-align: center;
  min-height: 53px;
  margin-left: 20px;
  font-size: 17px;
  padding: 13px 24px 13px 24px;
  border-radius: 3px;
  color: #fff;
  line-height: 1.35;
  box-sizing: border-box;
  background: #4d5c6e;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.5s;
  margin-top:
}
.menu ul li a:hover{
  background: #fff;
  color: #4d5c6e;
}
.menu ul li.break::before{
	display: none;
}
.menu ul li.break{
	border:none;
	height: 31.75px;
}
.menu ul li{
  display: inline-block;
}
.topmenu a.active{
	color:#c70d30 !important;
}
@media (max-width:970px) {
	.loggedIn .menu .topmenu a{
		color:#4d5c6e !important;
	}
	.loggedIn .menu li a{
		color:#c70d30 !important;
	}

	.menu .logout a:hover,
	.menu .white_btn a:hover{
	  background: none;
	  color:#000;
	}
	.menu li.desktop{
		display: none;
	}
  .menu .topmenu,
  .menu .phone{
    display: block;
  }
  .menu .topmenu{
    margin-top: 40px;
  }
  .menu .logo.phone{
    width: 235px;
    padding-left: 16px;
    margin-bottom: 30px;
    margin-top: -11px;
  }
  .menu{
    display: none;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    margin-top: 0;
    padding: 20px 0 40px 0;
    transition: all 0.5s;
    text-align: left;
    transition: all 0.5s;
  }
  .menu ul li:nth-child(2) a:hover{
    background: #fff;
    color:#000;
  }
  .menu_open .menu{
    display: block;
    right: 0;
    transition: all 0.5s;
  }
  .menu ul li a{
    background: #fff;
    color:#000 !important;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
    padding-left: 15px;
    text-align: left;
  }
  .menu .topmenu {
    text-align: left;
  }
  .menu .topmenu span{
    display: none;
  }
  .menu .center_wide{
    padding-left: 20px;
    padding-right: 20px;
  }
  .menu .topmenu ul{
    width:100%;
  }
  .menu ul{
    width: calc(100% - 20px);
    padding-left: 20px;
  }
  .menu .topmenu ul li,
  .menu ul li{
    display: block;
    margin-left: 0;
    border-bottom:3px dotted #d9d9d9;
  }
  .menu .topmenu ul li:before,
  .menu ul li:before{
    content: '';
    background: url('/wp-content/themes/infopuntschade/images/chevron_black.png');
    background-size: auto;
    width: 10px;
    height: 18px;
    position: absolute;
    background-size: 10px;
    margin-top: 22px;
    margin-left: 6px;
  }
	.loggedIn .menu .topmenu ul li:before{
    content: '';
    background: url('/wp-content/themes/infopuntschade/images/chevron_bleu_right.png');
    background-size: auto;
    width: 10px;
    height: 18px;
    position: absolute;
    background-size: 10px;
    margin-top: 22px;
    margin-left: 6px;
  }
	.loggedIn .menu ul li:before{
    content: '';
    background: url('/wp-content/themes/infopuntschade/images/chevron_red.png');
    background-size: auto;
    width: 10px;
    height: 18px;
    position: absolute;
    background-size: 10px;
    margin-top: 22px;
    margin-left: 6px;
  }
  .menu .social img{
    width:30px;
    margin-top: 50px;
    margin-right: 25px;
  }
  .menu .social a{
    color:#61758c;
    text-decoration: none;
  }
  .menu .social .items{
    margin-left:-10px;
  }
  .menu .social{
    margin-top: 70px;
    color:#61758c;
    font-size: 18px;
    font-weight: 600;
  }
}
@media (max-width:1100px) {
	.menu ul li:first-child {
		display: none;
	}
}
/**TOPMENU**/
.footermenu,
.topmenu{
  text-align: right;
}
.footermenu span,
.topmenu span{
  margin: 0 12px;
}
.footermenu ul,
.topmenu ul{
  padding: 0;
  margin: 0;
}
.footermenu ul li,
.topmenu ul li{
  display: inline-block;
}
.topmenu{
  top: 15px;
  font-size: 14px;
  z-index: 1;
}
.topmenu a{
  color:#61758c;
  text-decoration: none;
}
@media (max-width:970px) {
  .topmenu{
    display: none;
  }
  .footermenu {
    opacity: 0.6;
  }
}
/**BUTTONS**/
.btn {
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: all 0.5s;
  text-align: center;
  min-height: 53px;
  font-size: 17px;
  padding: 13px 60px 13px 33px;
  border-radius: 3px;
  color: #c70d30 !important;
  line-height: 1.35;
  box-sizing: border-box;
  border: 1px solid #c70d30;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.5s;
}
.btn.transparent{
  border: 1px solid #eff1f4;
}
.three_blocks .items .block:hover .btn,
.btn.transparent:hover{
  color: #c70d30 !important;
  border: 1px solid #c70d30 !important;
}
.btn:hover {
  color: #fff !important;
  background: #c70d30;
  border: 1px solid #c70d30;
  transition: all 0.5s;
  text-decoration: none !important;
}
.btn:hover:after{
  content: '';
  background-image: url('/wp-content/themes/infopuntschade/images/svg/pijl-wit.svg');
  background-size: 11px 17px;
}
.btn.transparent:hover:after,
.btn:after{
  content: '';
  background-image: url('/wp-content/themes/infopuntschade/images/svg/pijl-rood.svg');
  background-size: 11px 17px;
  position: absolute;
  right: 18px;
  width: 11px;
  height: 17px;
  top: 19px;
}
.btn.plus:hover:after{
	content: '';
	background-image: url('/wp-content/themes/infopuntschade/images/plus_white.png');
	background-size: 15px 15px;
}
.btn.plus:after{
	content: '';
  background-image: url('/wp-content/themes/infopuntschade/images/plus_red.png');
  background-size: 15px 15px;
  position: absolute;
  right: 18px;
  width: 15px;
  height: 15px;
  top: 19px;
}
.btn.download:after{
	content: '';
  background-image: url('/app/images/download_icoon_in_button.svg');
  background-size: 18px 23px;
  position: absolute;
  right: 18px;
  width: 18px;
  height: 23px;
  top: 14px;
}
.btn.download:hover:after{
  content: '';
  background-image: url('/app/images/download_icoon_in_button_wit.png');
  background-size: 18px 23px;
}
.btn.red{
  color:#fff !important;
  background: #c70d30;
}
.btn.red:hover{
  color: #c70d30 !important;
  background:#fff;
  border: 1px solid #c70d30;
}
.btn.red:hover:after{
  content: '';
  background-image: url('/wp-content/themes/infopuntschade/images/svg/pijl-rood.svg');
  background-size: 11px 17px;
}
.btn.red:after{
  background-image: url('/wp-content/themes/infopuntschade/images/svg/pijl-wit.svg');
  background-size: 11px 17px;
  position: absolute;
  right: 18px;
  width: 11px;
  height: 17px;
  top: 19px;
}
.btn.back{
  padding: 13px 33px 13px 60px;
}
.btn.back:after{
  display: none;
}
.btn.back:hover:before{
  background-image: url('/wp-content/themes/infopuntschade/images/svg/pijl-wit.svg');
  background-size: 11px 17px;
}
.btn.back:before{
  content: '';
  background-image: url('/wp-content/themes/infopuntschade/images/svg/pijl-rood.svg');
  background-size: 11px 17px;
  position: absolute;
  left: 18px;
  width: 11px;
  height: 17px;
  top: 19px;
  transform: rotate(180deg);
}
@media (max-width:768px) {
  .btn.back{
    padding: 13px 23px 13px 50px;
  }
}
/**NAVIGATION MENU**/

.menu_nav {
  display: none;
  position: absolute;
  padding: 6px 15px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  right: 7px;
  top: 26px;
  z-index: 1000000000000;
  color: #61758c;
}
.menu_nav .name {
  position: relative;
  top: -17px;
  margin-left: 20px;
  font-size: 18px;
}
/*
.menu_open #nav-icon{
  width: 40px;
}
*/
#nav-icon {
  cursor: pointer;
  width: 31px;
  height: 31px;
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.open #nav-icon span {
  background: #c70d30;
}
#nav-icon span:nth-child(3) {
  background: #fff;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 10px;
}
#nav-icon span:nth-child(4) {
  top: 20px;
}
.open #nav-icon span:nth-child(1) {
  top: 15px;
  width: 0%;
  left: 50%;
}
.open #nav-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open #nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #c70d30;
}
.open #nav-icon span:nth-child(4) {
  top: 15px;
  width: 0%;
  left: 50%;
}
@media (max-width: 768px) {
	.menu_nav {
		top: 19px;
	}
}
@media (max-width: 970px) {
  .menu_nav {
    right: 0;
    display: block;
  }
  .menu_nav.phone {
    display: block;
  }
}
/**BANNER HEADER**/
.banner_header h1{
  font-size: 54px;
}
.banner_header h1,
.banner_header h2,
.banner_header h3,
.banner_header h4,
.banner_header h5,
.banner_header h6{
  color:#fff;
}
.banner_header .image{
  height: 700px;
  color:#fff;
  background-size: cover !important;
  font-size: 21px;
}
.banner_header .block{
  background: #eff1f4;
  margin-top: -140px !important;
  padding: 33px 28px 15px;
}
.banner_header .content{
  padding-top: 107px;
  max-width: 700px;
}
.banner_header .block h1,
.banner_header .block h2,
.banner_header .block h3,
.banner_header .block h4,
.banner_header .block h5,
.banner_header .block h6{
  color:#c70d30;
  font-size: 31px;
}
@media (max-width:768px) {
  .banner_header .three_blocks .items .block{
    margin-bottom: 30px !important;
  }
  .banner_header h1{
    font-size: 37px;
  }
  .banner_header .image{
    height: 600px;
  }
  .banner_header .three_blocks {
      margin-top: -120px;
  }
  .banner_header .content{
    padding-top: 87px;
  }
  .banner_header .block h1,
  .banner_header .block h2,
  .banner_header .block h3,
  .banner_header .block h4,
  .banner_header .block h5,
  .banner_header .block h6{
    font-size: 26px;
  }
}
/**BLOCKS**/
.page-id-13 #blok_0.blocks .block{
	margin-bottom: 0 !important;
}
.blocks {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background-size: cover !important;
  overflow: hidden;
}
@media (max-width: 768px) {
  .blocks {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.blocks.grijs {
  background: #eff1f4;
}
.blocks.breed .center {
  max-width: initial;
  padding-left: 0;
  padding-right: 0;
}
.blocks.intern_marge .block {
  margin-right: 20px;
}
.blocks .holder_button {
  margin-top: 60px;
  text-align: center;
}
.blocks.total_1 .block{
  margin: 0 auto !important;
}
.blocks .the_blocks {
  display: flex;
}
.blocks .block .btn{
  margin-top:20px;
}
.blocks .the_blocks .block {
  margin-right: 60px;
  width: 50%;
  position: relative;
  /*============ video block ============*/
}
.blocks .the_blocks .block:last-child {
  margin-right: 0;
}
.blocks .the_blocks .block.oranje {
  background: #c70d30;
  color: #fff;
}
.blocks .the_blocks .block.zwart {
  background: #000;
  color: #fff;
}
.blocks .the_blocks .block.has_background {
  padding: 43px 35px;
  box-sizing: border-box;
}
.blocks .the_blocks .block.inline.marge.onder.en.boven {
  padding: 50px 0 50px;
}
.blocks .the_blocks .block .content .text_content.folder .phone{
  display: none;
}
.blocks .the_blocks .block .content .text_content.folder td:nth-child(2){
  padding-left: 40px;
  width:200px;
}
.blocks .the_blocks .block .content .text_content {
  position: relative;
}
.blocks .the_blocks .block .content .text_content .image_holder {
  position: relative;
}
.blocks .the_blocks .block .content .text_content .image_holder img.whole {
  width: 100%;
  display: block;
}
.blocks .the_blocks .block .content .text_content .image_holder img.on_image {
  position: absolute;
  bottom: 40px;
  left: 25px;
  width: initial;
}
.blocks .the_blocks .block .content .text_content p .btn {
  margin-right: 20px;
}
.blocks .the_blocks .block .content .text_content p .btn:last-child {
  margin-right: 0;
}
.blocks .the_blocks .block .content .text_content p:last-child {
  margin-bottom: 0;
}
.blocks .the_blocks .block .talen a:hover{
  opacity: 0.6;
}
.blocks .the_blocks .block .talen a{
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
}
.blocks .the_blocks .block .talen{
  margin-top: 20px;
}
.blocks .the_blocks .block .video {
  padding-top: 56.25%;
  position: relative;
  /*margin-top: $banner_content_part_margin_bottom;
   margin-bottom: $banner_content_part_margin_bottom;*/
  background-size: cover !important;
}
.blocks .the_blocks .block .video.load_video.fit {
  background-size: contain !important;
  margin-top: 40px;
}
.blocks .the_blocks .block .video .holder {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}
.blocks .the_blocks .block .video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(81, 63, 127, 0.5);
  z-index: 1;
}
.blocks .the_blocks .block .video .content {
  z-index: 2;
  color: #fff;
  position: absolute;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 20px;
  padding-left: 0 !important;
}
.blocks .the_blocks .block .video .content .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  width: 100%;
}
.blocks .the_blocks .block .video .content .cell img:not(.full) {
  cursor: pointer;
  width: 75px;
}
.blocks .the_blocks .block .video iframe {
  width: 100%;
  height: 100%;
}
.blocks a:not(.btn) {
  font-weight: bold;
}
.blocks a:not(.btn):hover {
  text-decoration: underline;
}
.blocks h1, .blocks h2 {
  margin-bottom: 15px;
  margin-bottom: 40px;
}
.blocks h5, .blocks h4, .blocks h3 {
  margin-bottom: 40px;
  margin-bottom: 40px;
}
.blocks h1.inherit, .blocks h2.inherit, .blocks h3.inherit, .blocks h4.inherit, .blocks h5.inherit, .blocks h6.inherit {
  color: inherit;
}
.blocks table {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .blocks .the_blocks .block .content .text_content.folder .desktop{
    display: none;
  }
  .blocks .the_blocks .block .content .text_content.folder .phone{
    display: block;
    margin-bottom: 30px;
  }
  .blocks .block {
    margin-bottom: 50px !important;
  }
  .blocks.block:last-child {
    margin-bottom: 0 !important;
  }
  .blocks .the_blocks {
    display: block;
  }
  .blocks .the_blocks .block {
    width: 100% !important;
  }
  .blocks .the_blocks .block.afbeelding {
    min-height: 400px;
  }
  .blocks .the_blocks .block h1, .blocks .the_blocks .block h2, .blocks .the_blocks .block h5:not(.small_orange), .blocks .the_blocks .block h4, .blocks .the_blocks .block h3 {
    font-size: 34px;
    margin-bottom: 0.75em;
  }
  .blocks .the_blocks .block.has_background {
    margin-bottom: 0;
  }
  .blocks .the_blocks .block.inline.marge.onder.en.boven {
    padding: 50px 0 0;
  }
  .blocks .the_blocks .block:last-child {
    margin-bottom: 0 !important;
  }
  .blocks .the_blocks .block .video.load_video.fit {
    margin-top: 0;
  }
  .blocks .the_blocks .block:nth-child(1).inline.marge.onder.en.boven {
    padding: 0 0 50px;
  }
  .blocks .image_holder {
    position: relative;
  }
  .blocks .image_holder h3 {
    position: absolute;
    left: 20px;
    bottom: 40px;
    width: calc(100% - 40px);
    color: #fff;
    margin-bottom: 0;
  }
}
/**VEELGESTELDE VRAGEN**/
section.faq .content{
	max-width: 768px;
}
section.faq{
  padding-top: 90px;
  padding-bottom: 90px;
}
section.faq .answer{
	margin-left: 20px;
	display: none;
	background-color: #fff;
	border-radius: 3px;
	width: calc(100% - 40px);
	padding: 20px 20px 0;
}
section.faq .faqs .item:not(:last-child) .answer {
    margin-bottom: 40px;
}
section.faq .faqs .item:not(:last-child) {
  margin-bottom: 20px;
}
section.faq .faqs{
	margin-top: 30px;
	display: none;
	margin-left: 26px;
}
section.faq table{
	margin-bottom: 0;
	width:auto;
}
section.faq .btn{
	margin-top: 50px;
}
section.faq img{
	width: 25px;
	margin-right: 10px;
	transform: rotate(-90deg);
	transition: all 0.5s;
}
section.faq .categorie{
	border-bottom: 3px dotted #a0acba;
	padding: 30px 0;
	cursor: pointer;
}
section.faq .categorie.hide .question.hide{
	display: none;
}
.hide {
	display: none;
}
@media (max-width:768px) {
	section.faq{
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
/**DOWNLOADS**/
section.downloads .items .item .text{
  margin: 40px 0;
  font-size: 18px;
}
section.downloads .items .item{
  margin-right: 40px;
  width: 260px;
}
section.downloads .items{
  display: flex;
}
section.downloads h3{
  margin-bottom: 75px;
}
section.downloads{
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  section.downloads{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section.downloads h3{
    margin-bottom: 40px;
  }
  section.downloads .items{
    display: block;
  }
  section.downloads .items .item:not(:last-child){
    margin-bottom: 50px;
  }
  section.downloads .items .item .text{
    margin-top: 20px;
  }
}
/**STYLING FIELDS**/
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #61758c;
	border: 1px solid #fff;
	box-sizing: border-box;
  border-radius: 3px;
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  background: #fff;
	height:50px;
	margin:5px 0 10px;
	-webkit-appearance: none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #61758c;
}
select {
	border-radius: 3px;
  border: 1px solid #fff;
	box-sizing: border-box;
  background: #fff;
  padding: 10px;
	margin:5px 0 10px;
	height:50px;

   -moz-appearance:none;
   -webkit-appearance:none;
   appearance:none;
   background: url("/wp-content/themes/infopuntschade/images/chevron_bleu.png") white no-repeat calc(100% - 20px);
	 background-size: 16px 10px !important;

}
select:focus,
select:active{
	background: url("/wp-content/themes/infopuntschade/images/chevron_bleu_turned.png") white no-repeat calc(100% - 20px);
}
select:required:invalid {
  color: #b0bac6;
}
option[value=""][disabled] {
  display: none;
}
option {
  color: #61758c;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000;
  font-family: 'Open Sans', sans-serif;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
  font-family: 'Open Sans', sans-serif;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
  font-family: 'Open Sans', sans-serif;
}
::placeholder {
  /* Most modern browsers support this now. */
  color: #000;
  font-family: 'Open Sans', sans-serif;
}
input[type="checkbox"], input[type="radio"] {
  opacity: 0;
  filter: alpha(opacity=0);
}
input[type="checkbox"] + label, input[type="radio"] + label {
  margin-bottom: 5px;
  display: inline-block;
  /*margin-left: -15px !important;*/
  position: relative;
  top: -2px;
	line-height: 1.5;
  padding-right: 10px;
  max-width: initial !important;
}
input[type="radio"] + label {
  margin-left: -14px !important;
}
input[type="checkbox"] + label:before, input[type="radio"] + label:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: none;
  border: 1px solid #4d5c6e;
  margin-right: 9px;
  position: relative;
  top: 2px;
}
input[type="radio"] + label::after, input[type="radio"] + label:before {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before {
  content: '';
  font-size: 20px;
  line-height: 0.85;
  /*background: #4d5c6e;*/
	/*background: url(/wp-content/themes/infopuntschade/images/vink.png) no-repeat;*/
	background-size: 14px 20px;
  border-color: #4d5c6e;
}
label {
  cursor: pointer;
}
input[type="radio"]:checked + label::after, input[type="checkbox"]:checked + label::after {
  opacity: 1;
  -webkit-transform: rotate(0) scale(1);
  -ms-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}
input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before {

}
input[type="radio"] + label::after, input[type="checkbox"] + label::after {
  top: 3px;
  left: 0px;
  visibility: visible;
  width: 20px;
  height: 10px;
  border-bottom: 20px solid #4d5c6e;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: rotate(-45deg) scale(0);
  -ms-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  pointer-events: none;
  content: '';
  position: absolute;
}
input[type="checkbox"] + label::after,
input[type="radio"] + label::after {
  border-bottom: none;
  background: #4d5c6e;
	background: url(/wp-content/themes/infopuntschade/images/vink.png) no-repeat;
	background-size: 10px 14px;
	margin-left: 4px;
	margin-top: 2px;
  height: 20px;
}
input[type="checkbox"] + label::after{
	margin-left: 5px;
}
@media (max-width: 680px) {
  input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], textarea {
    width: 100%;
  }
}
/**ALIGN CENTER**/
.align_center{
  margin-top:30px;
}
/**ARCHIVE**/
.archive h1{
  padding-top: 90px;
}
section.archive{
  padding-top: 40px;
  padding-bottom: 90px;
}
/**SUBMENU**/
.page_header,
section.submenu{
  padding-top: 100px;
  padding-bottom: 20px;
  background: url(/wp-content/themes/infopuntschade/images/bgfooter.png);
  background: url(/wp-content/themes/infopuntschade/images/svg/patroon_donker.svg);
}
section.submenu a.active,
section.submenu a:hover{
  color: #fff;
  background: #c70d30;
  transition: all 0.5s;
}
section.submenu a{
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: all 0.5s;
  text-align: center;
  min-height: 53px;
  margin-right: 20px;
  font-size: 17px;
  padding: 13px 24px 13px 24px;
  border-radius: 3px;
  color: #4d5c6e;
  line-height: 1.35;
  box-sizing: border-box;
  background: #fff;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.5s;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
	.page_header, section.submenu{
    padding-top: 50px;
  }
}
/**SINGLE ERVARING**/
.back_button_holder{
  margin-top: 40px;
}
section.image .content{
  position: absolute;
  top: 35px;
  left: 35px;
  padding: 25px;
  background: rgba(255,255,255,0.8);
  color: #c70d30;
  margin-top: 0;
  font-size: 31px;
  line-height: 1.3;
  max-width: 400px;
}
section.image{
  position: relative;
  height: 585px;
  background-size: cover !important;
  max-width: 1200px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  section.image .content{
    left: 5%;
    width: 90%;
    bottom: 40px;
    top: auto;
    font-size: 26px;
  }
  section.image{
    margin-top: 0;
    margin-bottom: 34px;
  }
}
/**BANNER CONTENT**/
.banner_content {
  padding-top: 0;
  padding-bottom: 90px;
  position: relative;
}
@media (max-width: 768px) {
  .banner_content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.banner_content.no_crumb {
  padding-top: 76px;
}
.banner_content .part {
  margin-bottom: 50px;
}
.banner_content .left {
  float: left;
  width: 63%;
  margin-right: 8%;
  box-sizing: border-box;
  /*============ content block ============*/
  /*============ video block ============*/
  /*============ slider ============*/
  /*============ uitklap ============*/
}
.banner_content .left .gform_wrapper {
  margin-top: 50px !important;
}
.banner_content .left h1 {
  margin-bottom: 35px;
  margin-top: 0;
  margin-bottom: 40px;
}
.banner_content .left h2, .banner_content .left h3, .banner_content .left h4, .banner_content .left h5, .banner_content .left h6 {
  color: #61758c;
  font-weight: normal;
  font-size: 24px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.banner_content .left .content:last-child {
  margin-bottom: 0;
}
.banner_content .left .content ul.vink li {
  padding-left: 0.5em;
}
.banner_content .left .content ul {
  margin-left: 2px;
  margin-bottom: 1.5em;
}
.banner_content .left .content ul :last-child {
  margin-bottom: 0;
}
.banner_content .left .content a {
  font-weight: bold;
}
.banner_content .left .content a:hover {
  text-decoration: underline;
}
.banner_content .left .quote {
  color: #c70d30;
  font-size: 40px;
  font-style: italic;
  line-height: 1.2222;
}
.banner_content .left .quote .quoter {
  margin-top: 55px;
  font-size: 16px;
  line-height: 2;
  color: #000;
  font-weight: bold;
}
.banner_content .left .quote .quoter span {
  font-weight: normal;
}
.banner_content .left .video {
  padding-top: 56.25%;
  position: relative;
  margin-top: 50px;
  background-size: cover !important;
}
.banner_content .left .video .holder {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}
.banner_content .left .video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(81, 63, 127, 0.5);
  z-index: 1;
}
.banner_content .left .video .content {
  z-index: 2;
  color: #fff;
  position: absolute;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 20px;
}
.banner_content .left .video .content .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  width: 100%;
}
.banner_content .left .video .content .cell .on_image {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.banner_content .left .video .content .cell img {
  cursor: pointer;
  width: 75px;
  opacity: 0.6;
}
.banner_content .left .video iframe {
  width: 100%;
  height: 100%;
}
.banner_content .left .slider_content.with_thumbnails {
  background: #eaeaea;
}
.banner_content .left .slider_content .sliderr {
  position: relative;
}
.banner_content .left .slider_content .sliderr ul {
  margin: 0;
  padding: 0;
}
.banner_content .left .slider_content .sliderr ul li {
  padding: 0;
}
.banner_content .left .slider_content .sliderr ul li .img-width img {
  width: 100%;
}
.banner_content .left .slider_content .sliderr ul li .img-full {
  text-align: center;
  padding: 10px;
  height: 200px;
}
@media screen and (min-width: 576px) {
  .banner_content .left .slider_content .sliderr ul li .img-full {
    height: 300px;
  }
}
@media screen and (min-width: 720px) {
  .banner_content .left .slider_content .sliderr ul li .img-full {
    height: 450px;
  }
}
.banner_content .left .slider_content .sliderr ul li .img-full img {
  display: inline-block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.banner_content .left .slider_content .sliderr .next-arrow, .banner_content .left .slider_content .sliderr .prev-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .70);
  border: 0 none;
  text-align: center;
  color: #fff;
  z-index: 5;
  opacity: 0;
  transition: all 0.5s;
  outline: 0;
}
.banner_content .left .slider_content .sliderr .next-arrow svg, .banner_content .left .slider_content .sliderr .prev-arrow svg {
  top: 4px;
}
.banner_content .left .slider_content .sliderr .next-arrow {
  right: 25px;
}
.banner_content .left .slider_content .sliderr .prev-arrow {
  left: 25px;
}
.banner_content .left .slider_content .sliderr:hover .next-arrow, .banner_content .left .slider_content .sliderr:hover .prev-arrow {
  opacity: 1;
}
.banner_content .left .slider_content .thumbnails {
  position: relative;
  top: auto;
  left: 0px;
  width: 100%;
  z-index: 4;
  transition: all 0.8s;
  margin: 0;
  padding: 13px 0;
}
.banner_content .left .slider_content .thumbnails ul {
  margin: 0;
  padding: 0;
}
.banner_content .left .slider_content .thumbnails ul li .img-full {
  height: 70px;
  background: white;
  cursor: pointer;
  border: 5px solid white;
  text-align: center;
}
.banner_content .left .slider_content .thumbnails ul li .img-full img {
  opacity: 0.5;
  transition: all 0.5s;
  display: inline-block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.banner_content .left .slider_content .thumbnails ul li:hover .img-full img {
  opacity: 1;
}
.banner_content .left .slider_content .thumbnails ul li.slick-center img {
  opacity: 1;
}
.banner_content .left .slider_content .thumbnails .next-arrow, .banner_content .left .slider_content .thumbnails .prev-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, .60);
  color: #fff;
  border: 0 none;
  z-index: 15;
}
.banner_content .left .slider_content .thumbnails .next-arrow svg, .banner_content .left .slider_content .thumbnails .prev-arrow svg {
  top: 2px;
}
.banner_content .left .slider_content .thumbnails .next-arrow {
  right: 0px;
}
.banner_content .left .slider_content .thumbnails .prev-arrow {
  left: 0px;
}
.banner_content .left .uitklap table {
  margin-bottom: 0;
}
.banner_content .left .uitklap .item {
  border-bottom: 3px dotted #b3b3b3;
  padding: 0 0 20px;
  margin-bottom: 20px;
}
.banner_content .left .uitklap .item .kop {
  cursor: pointer;
}
.banner_content .left .uitklap .item .kop td:nth-child(1) {
	width: 30px;
	padding-right: 10px;
	padding-top: 5px;
}
.banner_content .left .uitklap .item .kop img {
  transition: all 0.5s;
}
.banner_content .left .uitklap ul,
.banner_content .left .uitklap ol{
	margin-left: 0;
	padding-left: 1.5em;
}
.banner_content .left .uitklap .item .kop.active {
  color: #c70d30;
}
.banner_content .left .uitklap .item .kop.active img {
  transition: all 0.5s;
  transform: rotate(90deg);
}
.banner_content .left .uitklap .item .tekst {
  display: none;
  padding-left: 26px;
  margin-top: 20px;
}
.banner_content .left .uitklap .item .tekst p:last-child {
  margin-bottom: 0;
}
.banner_content .left .uitklap .item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.banner_content .left .contact {
  margin-bottom: 100px;
}
.banner_content .left .contact .items a {
  color: #000;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 35px;
  display: block;
}
.banner_content .left .contact .items a td {
  vertical-align: middle;
}
.banner_content .left .contact .items a td:nth-child(1) {
  width: 40px;
  vertical-align: top;
  padding-top: 3px;
}
.banner_content .left .contact .items a td:nth-child(1) img {
  display: block;
  width: 26px;
}
.banner_content .right .image_holder {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 240px;
  margin-bottom: 20px;
}
.banner_content .right a:hover  {
  color:#4d5c6e;
}
.banner_content .right a:hover .image {
  transform: scale(1.05);
  transition: 0.3s;
}
.banner_content .right .image {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s;
}
.banner_content .right h4 {
  font-size: 22px;

}
.banner_content .right a{
  color: #61758c;
  line-height: 1.3;
  font-size: 18px;
  text-decoration: none;
  margin-bottom: 60px;
  display: block;
}
.banner_content .right {
  margin-bottom: 0;
  float: left;
  width: 25%;
  box-sizing: border-box;
  margin-top: 40px;
}
.banner_content .right.start_same_height {
  margin-top: 0;
}
.banner_content .right .block {
  padding: 35px 25px;
  margin-bottom: 50px;
}
.banner_content .right .block.question {
  padding: 0;
}
.banner_content .right .block.question table {
  border-collapse: collapse;
  margin-bottom: 0;
}
.banner_content .right .block.question table tr:not(:first-child) td {
  padding-top: 25px;
}
.banner_content .right .block.question table td {
  padding-bottom: 25px;
  border-bottom: 1px solid #eaeaea;
}
.banner_content .right .block.question table tr:last-child td {
  border-bottom: 0;
}
.banner_content .right .block.question table td:nth-child(1) img {
  max-width: initial;
}
.banner_content .right .block.question table tr:first-child td:nth-child(1) {
  padding-top: 3px;
}
.banner_content .right .block.question table td:nth-child(1) {
  padding-right: 10px;
  width: 40px;
  vertical-align: top;
  padding-top: 32px;
}
.banner_content .right .block.question .content h5 {
  color: #c70d30;
  margin-top: 70px;
  font-size: 30px;
  margin-bottom: 35px;
}
.banner_content .right .block.question .content a {
  color: #000;
}
.banner_content .right .block.question .content {
  padding: 0 30px 0;
  margin-bottom: 0;
}
.banner_content .right .block:last-child {
  margin-bottom: 0;
}
.banner_content .right .block.grijs, .banner_content .right .block.vacatures {
  background: #f2f2f2;
}
.banner_content .right .block.grijs h1, .banner_content .right .block.vacatures h1, .banner_content .right .block.grijs h2, .banner_content .right .block.vacatures h2, .banner_content .right .block.grijs h3, .banner_content .right .block.vacatures h3, .banner_content .right .block.grijs h4, .banner_content .right .block.vacatures h4, .banner_content .right .block.grijs h5, .banner_content .right .block.vacatures h5, .banner_content .right .block.grijs h6, .banner_content .right .block.vacatures h6 {
  color: #c70d30;
}
.banner_content .right .block.grijs ul a, .banner_content .right .block.vacatures ul a {
  color: #808080;
}
.banner_content .right .block h1, .banner_content .right .block h2, .banner_content .right .block h3, .banner_content .right .block h4, .banner_content .right .block h5, .banner_content .right .block h6 {
  font-size: 34px;
  margin-bottom: 25px;
}
.banner_content .right .block.custom_content {
  background: #c70d30;
  color: #fff;
}
.banner_content .right .block.custom_content h1, .banner_content .right .block.custom_content h2, .banner_content .right .block.custom_content h3, .banner_content .right .block.custom_content h4, .banner_content .right .block.custom_content h5, .banner_content .right .block.custom_content h6 {
  color: #fff;
}
.banner_content .right .block.afbeelding {
  padding: 0;
}
.banner_content .right .block.afbeelding img {
  width: 100%;
}
.banner_content .right .block .usps {
  background: rgba(81, 63, 127, 0.5);
  color: rgba(81, 63, 127, 0.5);
}
.banner_content .right .block .usps ul:not(.vink) {
  margin-left: 1em;
}
.banner_content .right .block.direct_contact {
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.banner_content .right .block.direct_contact .content {
  margin-bottom: 25px;
}
.banner_content .right .block.direct_contact h5 {
  margin-bottom: 40px;
  color: #c70d30;
}
.banner_content .right .block.direct_contact a {
  color: #000;
  width: 100%;
  display: block;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.banner_content .right .block.direct_contact a:last-child {
  border-bottom: 0;
}
.banner_content .right .block.direct_contact a table {
  margin-bottom: 0;
}
.banner_content .right .block.direct_contact a table td:nth-child(1) {
  width: 26px;
  padding-right: 14px;
}
.banner_content .right .block.direct_contact a table td:nth-child(1) img {
  width: 22px;
}
.banner_content .right .block .question {
  position: relative;
  background-size: cover !important;
  box-sizing: border-box;
  text-align: right;
  position: relative;
  padding: 0;
}
.banner_content .right .block .question .btn {
  position: absolute;
  bottom: 35px;
  right: 35px;
}
.banner_content .right .block .question .text_holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 35px;
  box-sizing: border-box;
}
.banner_content .right .block .question img {
  width: 100%;
  display: block;
}
.banner_content .part:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 1200px) {
  .banner_content .right {
    width: 30%;
  }
}
@media (max-width: 768px) {

  .banner_content .right a{
    margin-bottom: 50px;
  }
  .banner_content .right a:last-child{
    margin-bottom: 0;
  }
  .banner_content {
    margin-top: 0;
    padding-top: 10px;
    bottom: 0;
  }
  .banner_content .right.start_same_height {
    margin-top: 50px;
  }
  .banner_content.no_crumb {
    margin-top: 50px;
  }
  .banner_content .left {
    width: 100%;
  }
  .banner_content .left h2, .banner_content .left h3, .banner_content .left h4, .banner_content .left h5, .banner_content .left h6 {
    font-size: 22px;
    margin-bottom: 0.75em;
    margin-top: 0;
  }
  .banner_content .left h1 {
    margin-bottom: 0.75em;
  }
  .banner_content .left .video {
    width: calc(100% + 48px);
    padding-top: calc(56.25% + 27px);
    left: -24px;
    min-height: 150px;
    margin-bottom: 35px;
  }
  .banner_content .left .part {
    margin-bottom: 50px !important;
  }
  .banner_content .left .part:last-child {
    margin-bottom: 0 !important;
  }
  .banner_content .left .quote {
    font-size: 28px;
  }
  .banner_content .left .quote .quoter {
    margin-top: 50px;
  }
  .banner_content .left #gform_wrapper_1 {
    margin-top: 1.5em !important;
  }
  .banner_content .left .contact {
    margin-bottom: 50px;
  }
  .banner_content .left .contact .items a {
    margin-bottom: 25px;
    font-size: 17px;
  }
  .banner_content .left .contact .items a:last-child {
    margin-bottom: 0;
  }
  .banner_content .right {
    width: 100%;
    margin-top: 18px;
    margin-bottom: 0;
  }
  .banner_content .right .block {
    padding: 20px;
    margin-bottom: 50px;
  }
  .banner_content .right .block:last-child {
    margin-bottom: 0;
  }
}
/**THREE BLOCKS IN A ROW**/
.three_blocks .align_right {
  margin-top: 15px;
}
.three_blocks .items {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  height: 100%;
}
.three_blocks .items .block {
  padding-bottom: 90px;
}
.three_blocks .items .block {
  width: calc(33% - 30px);
  font-weight: 300;
  margin: 0 50px 30px 0;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  background: #eff1f4;

}
.three_blocks .items .block.hide {
  display: none;
}
.three_blocks .items .block .image_holder {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 240px;
}
.three_blocks .items .block .image_holder .image {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s;
}
.three_blocks .items .block .categorie {
  color: #c70d30;
  font-size: 14px;
  padding-bottom: 5px;
}
.three_blocks .items .block a{
  text-decoration: none;
}
.three_blocks .items .block .btn{
  position: absolute;
  right: 34px;
  bottom:34px;
}
.three_blocks .items .block .text {
  padding: 28px 34px 34px;
  border-top: 0;
  color: #000;
  line-height: 1.75;
  font-size: 16px;
}
.three_blocks .items .block .text h2 {
  font-size: 24px;
  color: #61758c;
  line-height: 1.1666;
}
.three_blocks .items .block .more {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.three_blocks .items .block :hover {
  text-decoration: none;
}
.three_blocks .items .block :hover .btn {
  color:#fff !important;
}
.three_blocks .items .block :hover .btn {
  transition: 0.3s;
  border: none;
  color: #c70d30 !important;
  background: url(/wp-content/themes/ranger/images/svg/pijl_roze.svg) no-repeat;
  background-position: right 20px center;
}
.three_blocks .items .block :hover .image {
  transform: scale(1.05);
  transition: 0.3s;
}
.three_blocks .block:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1201px) {
  .three_blocks .items .block {
    font-weight: 300;
    margin: 0 28px 40px 0;
  }
}
@media (max-width: 900px) {
  .three_blocks .block {
    width: 47%;
    margin-right: 6%;
  }
  .three_blocks .block :nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .three_blocks .items {
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-top: 20px;
    width: 100%;
  }
  .three_blocks .items .block {
    width: 100%;
    clear: none !important;
    margin: 0 auto 50px !important;
  }
  .three_blocks .items .block:last-child{
    margin-bottom: 0 !important;
  }
}
/**MELD UW SCHADE**/
.meld_uw_schade_ook a:hover{
	border-bottom: 1px solid #c70d30;
	transition: all 0.5s;
}
.meld_uw_schade_ook a{
	color: #c70d30;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}
.meld_uw_schade_ook{
	padding-top: 80px;
	padding-bottom: 37px;
}
.meld_uw_schade_ook td:nth-child(1){
	padding-right: 40px;
}
@media (max-width: 768px) {
	.meld_uw_schade_ook table{
		margin-bottom: 0;
	}
	.meld_uw_schade_ook{
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.meld_uw_schade_ook td:nth-child(2){
		display: block;
		float: left;
		width: 80%;
	}
	.meld_uw_schade_ook td:nth-child(1){
		float: right;
		display: block;
		width: 14%;
		margin-top: 24px;
		padding: 0;
	}
}
/**BANNER POST**/
section.banner_posts .holder_button{
  margin-top: 30px;
}
section.banner_posts {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  section.banner_posts {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.banner_posts .carousel {
  display: none;
}
section.banner_posts .intro h1, section.banner_posts .intro h2, section.banner_posts .intro h3, section.banner_posts .intro h4, section.banner_posts .intro h5, section.banner_posts .intro h6 {
  margin-bottom: 70px;
}
section.banner_posts .block {
  margin-bottom: 0;
}
section.banner_posts .block img.on_image {
  position: absolute;
  bottom: 20px;
  left: 36px;
  z-index: 5;
}
section.banner_posts.white .three_blocks .block .text, section.banner_posts.white .three_blocks .block {
  background: none;
}
section.banner_posts .btn {
  margin-top: 0;
}
@media (max-width: 768px) {
  section.banner_posts .intro h3, section.banner_posts .intro h4 {
    margin-bottom: 40px;
  }
  section.banner_posts .three_blocks .items {
    padding: 0;
  }
  section.banner_posts .three_blocks .block {
    margin-bottom: 40px;
  }
  section.banner_posts .three_blocks .block:last-child {
    margin-bottom: 0 !important;
  }
}

/**FOOTER**/
#footer-top td{
  vertical-align: top;
}
#footer-top td.social{
  width: 300px;
  text-align: right;
}
#footer-top{
  padding-top: 37px;
  padding-bottom: 50px;
  height: auto;
}
footer a:hover{
  border-bottom:1px solid #4d5c6e;
  transition: all 0.5s;
}
footer a{
  text-decoration: none;
  border-bottom:1px solid transparent;
  transition: all 0.5s;
}
footer .social a{
  padding: 20px 10px 6px;
  border: none;
  border-radius: 152px;
}
footer .social a:hover{
  border:none;
  background: #fff;
}
footer a,
footer{
  color:#61758c;
}
footer .footermenu{
  margin-top: 60px;
}
footer .contact{
  margin-bottom: 45px;
  line-height: 1.8;
}
footer .question{
  font-size: 24px;
  margin-bottom: 45px;
}
footer .social {
  padding-top: 5px;
}
footer .social img{
  width:30px;
}
#footer-bottom{
  /*height: auto;*/
}
#footer-bottom-salvage{
  padding-left: 20px;
  max-width: 1240px;
}
#footer-bottom-salvage a img:nth-child(2){
  display: none;
}

#footer-top {
  width: 100%;
  height: auto;
  background: url(/wp-content/themes/infopuntschade/images/bgfooter.jpg);
  background: url(/wp-content/themes/infopuntschade/images/svg/patroon_donker.svg);
}
footer .contact .parent{
  font-weight: 600;
}
@media (max-width: 768px) {
  #footer-top td.social a:hover{
    background: none;
  }
  #footer-top td.social{
    text-align: left;
    margin-left: -20px;
  }
  footer .question{
    font-weight: 600;
    font-size: 20px;
  }
  footer tr, footer td{
    display: block;
  }
  footer .social{
    padding-top: 0;
  }
  footer .contact{
    margin-top: 40px;
  }
  footer .footermenu{
    text-align: left;
  }
  #footer-bottom{
    /*height: auto;*/
		height: 270px;
    padding: 10px 0;
  }
  #footer-bottom-salvage{
    padding:0;
  }
  #footer-bottom-salvage a img:nth-child(1){
    display: none;
  }
  #footer-bottom-salvage a img:nth-child(2){
    display: block;
    max-width: 100%;
  }
}
/**COOKIE NOTICE**/

.cn-button.bootstrap:hover {
  background-color: #fff;
}
#cn-accept-cookie, #cn-refuse-cookie {
  height: 53px;
}
#cn-accept-cookie:hover, #cn-refuse-cookie {
  background: none !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
#cn-refuse-cookie:hover {
  background: #fff !important;
  color: #000 !important;
}
.cn-button.bootstrap {
  border-radius: 0;
  color: #000 !important;
  background: #fff !important;
  border: none !important;
  margin-top: 0;
  line-height: 47px;
  font-size: 17px;
  text-shadow: none;
  width: 333px;
  margin-left: 35px !important;
  line-height: 50px !important;
}
.cookie-notice-container a {
  color: #fff !important;
}
.cookie-notice-container {
  box-sizing: border-box;
  display: flex;
  line-height: 1.8;
  max-width: 1361px;
  margin: 0 auto;
}
#cookie-notice {
  font-size: 17px;
  padding: 20px;
  box-sizing: border-box;
}
.cookie-notice-container {
  text-align: left;
}
#cn-notice-text {
  max-width: 800px;
}
#cn-notice-text a {
  font-weight: bold;
}
@media (max-width: 1350px) {
  #cn-notice-text {
    max-width: 700px;
  }
}
@media (max-width: 1250px) {
  .cookie-notice-container {
    display: block;
  }
  .cn-button.bootstrap {
    margin-left: 0 !important;
    margin-top: 20px !important;
  }
  #cn-notice-text {
    display: block !important;
    width: 90%;
  }
  .cn-button.bootstrap {
    width: 250px;
  }
}

/**MARGE RESET**/
.geen_po{
  padding-bottom: 0;
}
.geen_mo{
  margin-bottom: 0;
}
.geen_pb{
  padding-top: 0;
}
.geen_mb{
  margin-top: 0;
}
/**PERFECT SCROLLBAR**/

.ps-container {
  overflow: hidden !important;
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
}
.ps-container.ps-in-scrolling {
  pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container > .ps-scrollbar-x-rail {
  border-radius: 4px;
  bottom: 3px;
  display: none;
  height: 8px;
  opacity: 1;
  position: absolute;
  transition: background-color 0.2s linear 0s, opacity 0.2s linear 0s;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #aaa;
  border-radius: 4px;
  bottom: 0;
  height: 8px;
  position: absolute;
  transition: background-color 0.2s linear 0s;
}
.ps-container > .ps-scrollbar-y-rail {
  border-radius: 4px;
  display: none;
  opacity: 1;
  position: absolute;
  right: 3px;
  transition: background-color 0.2s linear 0s, opacity 0.2s linear 0s;
  width: 8px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #c70d30;
  border-radius: 4px;
  position: absolute;
  right: 0;
  transition: background-color 0.2s linear 0s;
  width: 8px;
}
.ps-container.ps-in-scrolling:hover {
  pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x:hover > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x:hover > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container.ps-in-scrolling.ps-y:hover > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y:hover > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}



.sophisticated_link {
	display: block;
	margin-top: -10px;
	text-decoration: none;
	font-size: 11px;
	color: #ccc;
}
.sophisticated_link:visited {
	color: #ccc;
}

.blocks_2.three_blocks .items .block:nth-child(2){
	margin-right: 0;
	margin-left: 0;
}
.blocks_2.three_blocks .items .block{
	width: calc(50% - 40px);
}
.crumbs a{
	color:#b3b3b3;
	text-decoration: none;
}
.crumbs{
	padding-top: 80px;
	padding-bottom: 40px;
	color:#b3b3b3;
}
