/* ********************************************************************** general stuf */
html           { height:    100%; scroll-behavior: smooth; }
html, body     { min-height:100%; margin:0px; padding:0px; width:100%;}
img.pngfix     { behavior: url(js/iepngfix.htc) }
div, header, nav, article, footer, main, aside { position: relative; } /* default for HTML5 tags */
img {border: 0px; vertical-align: middle; }

img[align='right'] { margin: 0 0 10px 10px;  } /* ipv LeftRightMarginFix */
img[align='left'] { margin: 0 10px 10px 0; }  /* ipv LeftRightMarginFix */

html { box-sizing: border-box; } /* force border-box model. Now width:300px is REALY 300px in all browsers. */
*, *:before, *:after {  box-sizing: inherit; }

.container_content img,                                     /* verklein afbeeldingen */
.container_content table { max-width: 100%; height: auto; } /* en tabellen als ze groter zijn dan de breedte van de content */
#container_map img { max-width: none; }  /* BEHALVE BIJ GOOGLE MAPS!!!!! */

iframe {
  display: block;
}

/*
article, aside, footer, header, hgroup, main, nav, section {
  border: 1px solid red;
}
*/

/* ************************************************************************* container */
.container,
.container_content {
	clear: both;
  width:100%;
  max-width:1400px;
	margin: 0 auto;
	top: 0;
  /*min-height: 40px;*/
  padding: 0;
  /*z-index: 4;
  border:1px solid black; /* */
}

.container.text {
  max-width:1120px;
}

.PEnone {
  pointer-events: none;
}
.PEnone div {
  pointer-events: auto;
}

.container_content.filler {
  height: 130px;
}
#breadcrumb {
  margin-top: 30px;
  min-height: 35px;
}
#breadcrumb_hr {
  margin-bottom: 25px;
}

.bottom .container,
.container_header.nav2 {
  padding: 20px 0;
}
.bottom.filler {
  height: 40px;
}

.home .container_content {
	/*top: -115px;*/
}

.container.wide {
  width:100%;
  min-height: 0px;
}

header, footer {
  width: 100% !important;
  max-width: 100% !important;
  clear: both;
}

#breadcrumb a,
#breadcrumb a:link,
#breadcrumb a:visited,
#breadcrumb a:active,
#breadcrumb a:hover             {color: rgb(106,106,106); border: 0px transparent; text-decoration: none;}
#breadcrumb a:active,
#breadcrumb a:hover             {color: rgb(51, 51, 51); }

.language {
  float: left;
  width: 75px;
  margin-left: 60px;
  padding: 0 10px;
  overflow: hidden;
  height: 22px;
  white-space: nowrap;
  background-color: rgb(106,106,106);
  cursor: pointer;
  font-size: 0.9em;
}
footer .language {
  background-color: transparent;
  margin-left: 0px;  
  font-size: 1em;
  padding-top: 2px;
}
  
.language a {
  margin: 0px !important;
  font-size: 1em;
  padding: 0 !important;
  width:100%;
}
.language img {
  margin: 7px 0 10px 10px;
  border: 0;
  width: 40%;;
  height: auto;
}
footer .language img {
  margin: 5px 0 0 10px;
  float: right;
}
/* no IE support */
/* **************************************************************************** kleuren */
header.wit {
	width:100%;
	background-color: white;
	color: white;
}
header.rood,
.container_content div.rood {
	width:100%;
	background-color: rgb(228,48,44);
	color: white;
}
header.rood a,
header.rood a:link,
header.rood a:visited,
header.rood a:active,
header.rood a:hover,
.container_content div.rood a,
.container_content div.rood a:link,
.container_content div.rood a:visited,
.container_content div.rood a:active,
.container_content div.rood a:hover             {color: white; border: 0px transparent; text-decoration: underline;}
header.rood a:active,
header.rood a:hover,
.container_content div.rood a:active,
.container_content div.rood a:hover     {color: rgb(255, 215, 215); }


.container_content div.grijs {
	background-color: #E8E8E8;
}
.container_content div.barr article:after{
  content: "";
  position: absolute;
  width: 1px;
  left: 0;
  top: 15px;
  bottom: 15px;
  background-color: #B7B7B7;
}
.container_content div.barr article.first:after{
  width: 0px;
  background-color: transparent;
}

.grey { background-color: rgb(106,106,106); }
.black{ background-color: rgb( 25, 25, 25); }

/* **************************************************************************** header */

.container_header {
	position: fixed;
  /*height:  30px;*/
	/*width: 100%;*/
	top: 0px;
	z-index: 101;
}
.container_header.logo,
.container_header.nav2{
	position: absolute;
  top: 35px;
}
.container_header.logo,
.container_header.logo .container {
	z-index: 101;
  height: 1px;
  min-height: 1px;
}

.container_header.fixed.grey {
  height:  30px;
}

.container_header.fixed {
 	position: fixed;
  top: 0px;
  padding: 2px 0 0 0;
	z-index: 502;
}

.container_header.img{
  position: relative;
  height: auto;
  z-index: 1;
}
.container_header.img > .container {
  max-width:100%;
}
.container_header.img > .container > img:first-child {
  width:100%;
  background-size: cover;
}
.container_header.img .title {
  position: absolute;
  bottom:0;
  padding: 4%;
  width: 100%;
}
.container_header.img .title h1,
.container_header.img .info td,
.container_header.img .info {
  color: white;
  font-style: italic;
  text-transform: uppercase;
  /*font-size: 62px;*/
}
.container_header.img .title img {
  margin-top:2%;
  width: 5%;
}

.container_header.img .info {
  position: absolute;
  bottom:0;
  right:0;
  width:45%;
  font-size: 1.1em;
}
.container_header.img .info > img:first-child {
  width:100%;
}
.container_header.img .info > div {
  position: absolute;
  top: 0;
  right: 0;
  color: white !important;
  padding: 8.4% 0 0 8.89%;
  width: 75%;
}
.container_header.img .info > div h1 {
  color: white !important;
}

.home .container_header.img .info > div {
  top: 4%;
}

hr {
  margin: 10px 0;
  padding: 0;
  background-color: rgb(106,106,106);
  height: 1px;
  border: 0; 
}
.container_header hr {
  margin: 0;
  height: 5px;
}
.banner2 {
  float: left;
  width: 50%;
  background-color: black;
  overflow:hidden;
}
.banner2 a img:first-of-type {
  width:100%;
  background-size: cover;
  background-position: 50% 50%;
  background-color: rgb(90,90,90);
	-moz-transition:    all .6s ease-in;
	-webkit-transition: all .6s ease-in;
	-o-transition:      all .6s ease-in;
	transition:         all .6s ease-in;
}

.banner2 a img.none {
  background: rgb(2,0,36);
  background: -moz-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(80,80,80,1) 0%, rgba(100,100,100,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(80,80,80,1) 0%, rgba(100,100,100,1) 100%);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(80,80,80,1) 0%, rgba(100,100,100,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#646464",GradientType=1);
}

.banner2 .info {
  position: absolute;
  bottom:-1px;
  left:0;
  width:95%;
}

.banner2 .info > img:first-child {
  width:100%;
}
.banner2 .info > div {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  padding: 3% 15% 0% 15%;
}

.logo {
	position: absolute;
	top: 0px;
}
.logo .logo {
	right: -5.5%;
}

.logo img {
	border: none;
}

.logo_mobile {
	display: none;
}

#payoff {
	position: absolute;
	top:10px;
	margin: 0;
	right: 20px;
	color: #ddd100;
	z-index: 1000;
	font-weight: normal;
	font-size: 29px;
	font-style: italic; 
	font-stretch: expanded;
}
#header_afb {
  background-color: #53565C;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 20px;
	padding: 0px;
	text-align: center;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	margin: 0 auto;
}
#search_inp {
  margin-top: 10%;
  padding: 12px 7px;
}

/* ******************************************************************************* nav */
.container_nav {
  width: auto;
  position: absolute;
  z-index:200;
/*  -moz-transition:    margin .6s ease-in;*/
/*	-webkit-transition: margin .6s ease-in;*/
/*	-o-transition:      margin .6s ease-in;*/
/*	transition:         margin .6s ease-in;*/
}
.container_header.fixed.grey .container_nav {
  right:-7%;
}


footer .container_nav {
  position: relative;
}

.nav_button_mobile:before {
  opacity: 0;
}
.fixed_img {
  /*width: 32px; /* Width of new image */
  /*height: 25px; /* Height of new image */
  /*padding-left: 32px; /* Equal to width of new image */
  background: url(img/icon-menu2.png) no-repeat;
  background-size: contain;
  width: 27px !important;
  height: 22px;
  padding-left: 28px;
  margin-top: 12px;
  margin-bottom: 10px;
}

.nav_button_mobile img { margin-right: 9px; width: 50px;}

/* *************************************************************************** content */
table.list {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	border-spacing: 0px;
}
table h3 {
	width: 98%;
	padding: 0;
	margin-left: 2%;
}

table.partners {
  border-bottom: 1px solid #808080;
  border-spacing: 0;
  width: 100%;
}
table.partners td {
  border-top: 1px solid #808080;
  padding: 10px;
}
table.partners td.none { border-top:none; }
table.partners td.bold { font-weight:bold; }

table.list th    { background-color: #beecbd;text-align: left; }

table.list tr.bg { background-color: #dfdfdf; }
table.list tr    { background-color: #ffffff; }

table.list th.bg { border-top: 10px solid #dfdfdf;  }
table.list th    { border-top: 10px solid #ffffff; }

table.list td {
	padding-top: 2px;
	padding-bottom: 2px;
}


table.list td:nth-child(1),
table.list td:nth-child(2) {
	width: 1%;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
table.list td:nth-child(2) {
	text-align:right;
}

table.list tr.addChildClick:hover {
	background-color: #d7f3d6; 
}

/*.sterkteberekening .container_readmore {
  float: right;
}
.sterkteberekening .kolommen2 h2 {
    font-size: 20px;
    min-height: 3em;
}
@media only screen and (max-width:1000px) { .sterkteberekening .kolommen2 h2 { font-size: 19px; } }
@media only screen and (max-width: 900px) { .sterkteberekening .kolommen2 h2 { font-size: 18px; } }
@media only screen and (max-width: 800px) { .sterkteberekening .kolommen2 h2 { font-size: 17px; } }
@media only screen and (max-width: 700px) { .sterkteberekening .kolommen2 h2 { font-size: 16px; } }
@media only screen and (max-width: 650px) { .sterkteberekening .kolommen2 h2 { font-size: 15px; } }
@media only screen and (max-width: 600px) { .sterkteberekening .kolommen2 h2 { font-size: 14px; } }
@media only screen and (max-width: 550px) { .sterkteberekening .kolommen2 h2 { font-size: 13px; } }
@media only screen and (max-width: 500px) { .sterkteberekening .kolommen2 h2 { font-size: 12px; } }
@media only screen and (max-width: 450px) { .sterkteberekening .kolommen2 h2 { font-size: 11px; } }
*/

.groupcontrol.show {background-color:#EEE;}
.groupswitch       {display:none;}
.groupswitch.show  {display:block; margin-top: 50px;}
.groupswitch> div:first-child {
  float:left;
  width:31%;
  margin-right:2.5%;
}
.groupswitch> div:nth-child(2) {
  float:left;
  width:66.5%;
}

.glossary         { display: table;
  width:100%;
  margin: 20px 0px;
}
.glossary>div     { display: table-row;
}
.glossary>div>div { display: table-cell;
  min-height: 10px;
  padding: 15px;
}
.glossary>div>div:first-child {
  width: 20%;
  text-align: center;
  vertical-align: middle;
}
.glossary img {
  max-height: 100px !important;
}

#dealerinfo,
.readmore_banner,
.readmore_banner2 {
  width: 25%;
  white-space: nowrap;
  padding: 25px 45px;
  background-image: url(img/arrow-blue.png);
  background-position: 97% 50%;
  background-repeat: no-repeat;
  margin: 0 auto;
  display: table;
  /*margin-right: 20px;*/
}
#dealerinfo {
  margin-bottom:80px;
}

.readmore_banner2 {
  background-image: url(img/arrow-blue2.png);
  background-position: 97% 80%;
  padding-top: 60px;
  margin-bottom:35px;
}

#dealerinfo a,
.readmore_banner a,
.readmore_banner2 a {
  color: rgb(0,149,219);
  font-weight: bold;
}
.readmore_banner2 a {
  font-weight: normal;
}

/* ************************************************* klikbare elementen (zie footer.js) */
.addChildClick,
.addChildClickNew,
.addLastChildClick,
.addLastChildClickNew,
.addChildClickChain { cursor: pointer; }

/* ************************************************************************ foto album */
.foto_klein,
.foto_groot {
	width: 98.5%;
	/*max-width: 880px;*/
	height: 570px;
	border: 1px solid black;
	float: left;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
  margin-bottom: 0.7%;
	-moz-transition:    all .6s ease-in;
	-webkit-transition: all .6s ease-in;
	-o-transition:      all .6s ease-in;
	transition:         all .6s ease-in;
}
.foto_groot { /* voor wie is wie*/
	background-position: top;
}

.prodimage .foto_groot { height: 300px; }

.foto_klein div,
.foto_groot div {
	position: absolute;
	width: 100%;
	bottom: 0;
	background-image: url('img/bg-50.png');
	padding: 0.5em;
}
.foto_klein div {
	font-size: 0.7em;
	padding: 0.3em;
	line-height: 1.1em;
}


.foto_klein {
	width: 48%;
	/* max-width: 200px; */
	height: 111px;
	margin: 0 0 1% 1%;
}

.prodimage .foto_klein {
  width: 18.5%;
  margin: 1.85% 1.5% 0 0;
  height: 68px;
}
@media only screen and (max-width: 1100px) { .foto_klein { height: 97.5px; } }
@media only screen and (max-width: 1000px) { .foto_klein { height: 88px; }
                                             .prodimage .foto_klein { width: 23.5%;  } }
@media only screen and (max-width:  900px) { .foto_klein { height: 78px;   } }
@media only screen and (max-width:  700px) {
	.foto_klein { width: 23.5%; }
	.foto_klein { margin: 2.00% 0 0 2.00%; }
	.foto_klein.pos1,
	.foto_klein.pos5,
	.foto_klein.pos9,
	.foto_klein.pos13,
	.foto_klein.pos17,
	.foto_klein.pos21,
	.foto_klein.pos25,
	.foto_klein.pos29,
	.foto_klein.pos33,
	.foto_klein.pos37,
	.foto_klein.pos41,
	.klein_pos1 {
		margin-left: 0;
	}
}
@media only screen and (max-width: 600px) { /* same as base!!*/
	.prodimage .foto_klein { width: 31.8%; margin: 1.85% 1.5% 0 0; }
/*
	.foto_klein.pos1,
	.foto_klein.pos6,
	.foto_klein.pos11,
	.foto_klein.pos16,
	.klein_pos1 {
		margin-left: 0;
	}
	*/
}
@media only screen and (max-width: 400px) { /* same as base!!*/
	.prodimage .foto_klein { width: 31.2%; margin: 1.85% 1.5% 0 0; }
}
@media only screen and (max-width:1100px) {                                               .foto_groot { height: 500px; } }
@media only screen and (max-width:1000px) {                                               .foto_groot { height: 450px; } }
@media only screen and (max-width: 900px) {                                               .foto_groot { height: 400px; } }
@media only screen and (max-width: 700px) {                                               .foto_groot { height: 350px; } .prodimage .foto_groot { height: 250px; } }
@media only screen and (max-width: 400px) { .foto_klein { width: 31.3%; margin: 1% !important; } .foto_groot { height: 300px; } .prodimage .foto_groot { height: 200px; }}
@media only screen and (max-width: 300px) { .foto_klein { width: 48%;} .foto_groot { height: 300px; } .prodimage .foto_groot { height: 150px; }}

/*
@media only screen and (max-width: 910px) { .foto_klein { margin-left: 0.9%; height: 120px;} .foto_groot { height: 450px; } }
@media only screen and (max-width: 550px) { .foto_klein { margin-left: 0.7%; height: 100px;} .foto_groot { height: 350px; } }
@media only screen and (max-width: 465px) { .foto_klein { margin-left: 0.6%; height:  90px;} .foto_groot { height: 300px; } }
@media only screen and (max-width: 360px) { .foto_klein { margin-left: 0.4%; height:  60px;} .foto_groot { height: 225px; } }
@media only screen and (max-width: 300px) { .foto_klein { margin-left:   0%; height:  50px;} .foto_groot { height: 200px; } }
*/
/* **************************************************************************** bottom */
#bottom_copy {
  position: absolute;
  right: 9px;
  /*height: 23px;*/
  overflow: hidden;
  /*text-align: right;*/
  color: white;
  bottom: 0;
  color: #aaa;
  z-index: 600;
}
#bottom_copy img {
  width: 35px;
  margin-bottom: 35px;
  margin-right: 5px;
}
#bottom_copy a.knoop,
#bottom_copy a.knoop:link,
#bottom_copy a.knoop:visited,
#bottom_copy a.knoop:active {
	color: #aaa;
}
/* ****************************************************************************** list */
.date {
	margin: 0px;
	float: right;
	white-space: nowrap;
}
div.multipage {
	width:100%;
	float: left;
	text-align: right;
	font-weight: bold;
	margin-bottom:5px;
	margin-top: -30px;
}
a.multipage.on:link,
a.multipage.on:active,
a.multipage.on:visited,
a.multipage.on:hover,
a.multipage:link,
a.multipage:active,
a.multipage:visited,
a.multipage:hover,
a.multipagearrow:link,
a.multipagearrow:active,
a.multipagearrow:visited,
a.multipagearrow:hover {
	display: inline-block;
	text-align: center;
	font-size: larger;
	line-height: 150%;
	background-color: #FFFFFF;
 	text-decoration: none;
	border:1px solid #999999;
	padding: 0 5px 0 5px;
}
a.multipagearrow.hide {
	color: #FFFFFF;
}
div.multipage a:not(:last-child) { /*  */
	border-right: none !important;
}
a.multipagearrow:link,
a.multipagearrow:active,
a.multipagearrow:visited,
a.multipagearrow:hover {
	padding: 0 10px 0 10px;
}
a.multipagearrow.prev {
	/*-moz-border-radius-topright: 20px;	*/
	/*-moz-border-radius-bottomright: 20px;	*/
	border-bottom-left-radius: 20px;
	border-top-left-radius:    20px;
}
a.multipagearrow.next {
	/*-moz-border-radius-topleft: 20px;	*/
	/*-moz-border-radius-bottomleft: 20px;	*/
	border-bottom-right-radius: 20px;
	border-top-right-radius:    20px;
}
a.multipage.on:link,
a.multipage.on:active,
a.multipage.on:visited,
a.multipage.on:hover {
  background-color: #EEEEEE;
	color: #BEBEBE;
}
/* ***************************************************************************** forms */
#reactieform  { width: 90%; }
#contactform  { width: 100%; }
#warrantyform { width: 100%; }

#contactform p,
#warrantyform p,
#reactieform p {
	clear: left;
}
#contactform label,
#warrantyform label,
#reactieform label {
  width: 140px;
  float: left;
  text-align: left;
  margin: 5px 1px 5px 0px;
  outline: none;
/*  background: #888888; /* */
}
#contactform select,
#contactform input,
#contactform textarea,
#warrantyform select,
#warrantyform input,
#warrantyform textarea,
#reactieform select,
#reactieform input,
#reactieform textarea,
input,
textarea {
  background: white;/* #eee;*/
  border: none;/*1px solid #6e7694; */
  padding: 5px;
  margin: 5px auto;
  width: 260px;
  font-size: 1em;
}
#orderform input,
#orderform textarea {
  background: #eee;
  border: 1px solid #6e7694;
  padding: 1px;
}

#contactform select,
#warrantyform select {
		height: 17px;
		width : 200px;
    font-size: 11px;
		background: #EEEEEE;
		border: 1px solid #777777;
		margin: 1px;
		padding-right:2px;
		padding-left: 2px;
}
#contactform button,
#contactform select,
#contactform .autowidth,
#warrantyform button,
#warrantyform select,
#warrantyform .autowidth {
		width : auto;
}

#contactform select,
#warrantyform select {
		padding-right:0px;
}
#contactform textarea {
		margin-left: 0px;
		height:150px;
		width: 260px;
}
#contactform .checkbox,
#warrantyform .checkbox {
		height: auto;
		width : auto;
		background: none;
		border: none;
		margin: 2px 2px 0px 2px;
}

#contactform p,
#warrantyform p { clear: both; }

p[required] {
	display: inline-block;
	float: none;
	padding-right: 15px;
	background-image: url(img/required.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.respond {
	background: #DDDDDD;
  border: 1px solid #6e7694;
  margin: 5px auto;
  width: 260px;
	max-width: 100%;
	padding: 4px;
}
/* let op linkjes, inputs etc. in deze laag: position:relative; ! */
a {position: relative; }


/* ***************************************************************** form dynamic */

.fancyform p.narrow label,
#contactform p.narrow label,
#warrantyform p.narrow label { padding-right: 8px; text-align: right; margin-top: 2px; width: 14%; }
#contactform p.narrow select,
#warrantyform p.narrow select { width: 60%; }

.fancyform .input,
#contactform .input,
#warrantyform .input {
  display: block;
	width: auto;
	float: none;
	clear: left;
  border-bottom: 1px solid #808080;
  /*border-top: 1px solid red;*/
  margin: 0;
	width: 75%;
}
.fancyform .input,
#contactform .input,
#warrantyform .input {
	width: 100%;
}

.fancyform input[type="button"],
.fancyform input[type="submit"],
.fancyform .input input[type="button"],
.fancyform .input input[type="submit"],
#contactform input[type="button"],
#contactform input[type="submit"],
#contactform .input input[type="button"],
#contactform .input input[type="submit"],
#warrantyform input[type="button"],
#warrantyform input[type="submit"],
#warrantyform .input input[type="button"],
#warrantyform .input input[type="submit"] {
  background-color: rgb(106,106,106);
  color: white;
  width: auto;
  padding: 9px 20px;
}
input[type="checkbox"] {
  background:none;
  border:none;
  width:auto !important;
  transform: scale(1.5);
  margin-left: 15px !important;
  margin-right: 5px !important;
}

.fancyform .input>span,
#contactform .input>span,
#warrantyform .input>span {
  position: absolute;
  z-index: 1;
  cursor: text;
  pointer-events: none;
  color: rgb(106,106,106);
  font-style: italic;
  /* Input padding + input border */
  padding: 0 10px 0 9px;
  /* Firefox does not respond well to different line heights. Use padding instead. */
  line-height: 20px;
  /* This gives a little gap between the cursor and the label */
  margin-top: 18px;
  margin-left: 1px;
  background-color: white;
  /*border: 1px solid green;*/

}
.fancyform .input input,
.fancyform .input textarea,
.fancyform .input select,
#contactform .input input,
#contactform .input textarea,
#contactform .input select,
#warrantyform .input input,
#warrantyform .input textarea,
#warrantyform .input select {
  z-index: 0;
  padding: 8px 0 12px 12px;
  margin: 10px 0 4px 0;;
  font: inherit;
  /*line-height: 20px;*/
  width: 100%;
  border: none;
  background: none;
  color: rgb(51, 51, 51);
  outline: none;
}

.outlet .fancyform .input select,
.outlet #contactform .input select,
.outlet #warrantyform .input select {
  width: 200px;
}

.fancyform.maxwidth .input input,
.fancyform.maxwidth .input textarea,
.fancyform.maxwidth .input select,
#contactform.maxwidth .input input,
#contactform.maxwidth .input textarea,
#contactform.maxwidth .input select,
#warrantyform.maxwidth .input input,
#warrantyform.maxwidth .input textarea,
#warrantyform.maxwidth .input select {
	width: 100%;
}

.fancyform .input select,
#contactform .input select,
#warrantyform .input select {
  /* Unfortunately selects don't respond well to padding. They need an explicit height. */
  height: 45px;
  padding-left: 7px;
  -webkit-appearance: none;
  background-color: white;
  background-image: url(img/down.png);
  background-position: 99% center;
  background-repeat: no-repeat;
  padding-right: 1.5em;
  background-size: 20px;  
}

input.error,
textarea.error,
select.error {
  border-left: 1px solid red !important;
}
input[type="checkbox"].error {
  box-shadow: inset 0px 0px 1px 1px #ff0000;
}
/* ------------------------------------------------------- Accordion FAQ - */
ul.accordion_faq {
    font-size: 0.75em;
    list-style: none outside none;
    margin: 20px 0 0 0;
    padding: 0;
}
ul.accordion_faq li {
    padding: 2px 0;
		margin: 0;
		border-top: 1px solid #002C4F;
}
ul.accordion_faq li:last-child {
	border-bottom: 1px solid #002C4F;
}
ul.accordion_faq li ul li:last-child {
	border-bottom: 0;
}
ul.accordion_faq li ul li {
	border: 0;
}
a.question {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
  width:100%;
  display:block;
  padding-right: 20px;
}
a.question:hover {
	text-decoration: none;
	color: #333333;
}
ul.accordion_faq ul {
  display: none;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

ul.accordion_faq ul ul {
  display: block;
  list-style-type: disc;
  list-style-position: inside;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
}

.message {
	background-color: #f9fc02;
	border: 3px solid #dc352b;
	padding: 5px;
	color: black;
	clear: both;
	display: inline-block;
}

/* ***************************************************************** guestbook/respond */
.respond_header,
.respond_body,
.respond_footer {
  width:100%;
  padding:2px;
  background-color:#b5b5b5;
/*  border:1px solid blue;/* */
}
.respond_header {
  margin-top:10px;
}
.respond_body {
  background-color:#dddddd;
/*  border:1px solid red;/* */
}
.respond_body p {
	width: 410px;
	max-width: 100%;
}
.respond_footer {
/*  border:1px solid yellow;/* */
}

#slider_filler,
#slider {
	min-height: 100px;
	max-height: 620px;
	overflow: hidden;
	width:100%;
  background-size: cover;
}
#slider img {
/*	position: absolute;*/
  height:100%;
}

.form_calc {
  background-color: #E8E8E8;
}

.form_calc > form > table {
  margin-left: 4%;
  width:auto !important;
}

.form_calc select,
.form_calc input,
.form_calc textarea {
  background-image: none !important;
  background: #FFFFFF;
  border: none;
  margin: 5px;
  width: 100px;
  padding: 5px;
  text-align: right;
}
.form_calc input[name="info"] {
  width: 100%;
  text-align: left;
}

/* ---------------------------------------------------------------------------- Cookie */
#cookie {
	display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 24px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding-top: 5px;
  text-align: center;
  z-index: 1001;
  line-height: 2em;
  border-top: 2px solid white;
}
#cookie_decline,
#cookie_accept {
	color: white;
	padding: 1px 8px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#cookie_decline       {background-color: #7c6768; white-space: nowrap; }
#cookie_decline:hover {background-color: #8e7778;}
#cookie_accept        {background-color: #51a351; white-space: nowrap; }
#cookie_accept:hover  {background-color: #65c465;} 