/* Algemeen ################################################################### */

body,td,th {
	color: #3E5062;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

a:link {
	color: #3E5062;
	text-decoration: none;
}

a:visited {
	color: #3E5062;
	text-decoration: none;
}

a:hover {
	color: #C82333;
	text-decoration: underline;
}

a:active {
	color: #244C7C;
	text-decoration: none;
}

.wrapper {
	padding: 10px 40px;
	max-width: 1410px;
	width: 100%;
	margin: 30px auto;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
}


@media only screen and (min-device-width: 300px) and (max-device-width: 1280px) {
  .wrapper {
    padding: 5px 20px;
	width: 100%;
	margin: 0px;
	border-radius: 0px;
  }
}


ul.breadcrumb {
  padding: 2px 10px 2px 10px;
  margin: 10px 10px 0px 10px;
  list-style: none;
  font-weight: bold;
}

ul.breadcrumb li {
  display: inline;
  font-size: 12pt;
}

ul.breadcrumb li+li:before {
  padding: 8px;
  color: #3E5062;
  content: "/\00a0";
}

ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  color: #3E5062;
  text-decoration: underline;
}

/*source: https://css-tricks.com/triangle-breadcrumbs/ */
/* niet in gebruik */
.breadcrumb2 {
  list-style: none; 
  overflow: hidden; 
  font-size: 12pt;
  font-weight:bold;
}
.breadcrumb2 li { 
  float: left; 
}
.breadcrumb2 li a {
  color: white;
  text-decoration: none; 
  padding: 10px 0 10px 50px;
  background: brown; /* fallback color */
  background: hsla(140, 33%, 42%, 1); 
  position: relative; 
  display: block;
  float: left;
}

.breadcrumb2 li a::after { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid hsla(140, 33%, 42%, 1);
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  left: 100%;
  z-index: 2; 
}

.breadcrumb2 li a::before { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;       
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  margin-left: 1px;
  left: 100%;
  z-index: 1; 
}

.breadcrumb2 li:first-child a {
  padding-left: 10px;
}
.breadcrumb2 li:nth-child(2) a       { background:        hsla(140, 33%, 52%, 1); }
.breadcrumb2 li:nth-child(2) a:after { border-left-color: hsla(140, 33%, 52%, 1); }
.breadcrumb2 li:nth-child(3) a       { background:        hsla(140, 33%, 62%, 1); }
.breadcrumb2 li:nth-child(3) a:after { border-left-color: hsla(140, 33%, 62%, 1); }
.breadcrumb2 li:nth-child(4) a       { background:        hsla(140, 33%, 72%, 1); }
.breadcrumb2 li:nth-child(4) a:after { border-left-color: hsla(140, 33%, 72%, 1); }
.breadcrumb2 li:nth-child(5) a       { background:        hsla(140, 33%, 82%, 1); }
.breadcrumb2 li:nth-child(5) a:after { border-left-color: hsla(140, 33%, 82%, 1); }
.breadcrumb2 li:last-child a {
  background: transparent !important;
  color: #3E5062;
  pointer-events: none;
  cursor: default;
}
.breadcrumb2 li:last-child a::after { 
  border: 0; 
}

.breadcrumb2 li a:hover { 
  background: hsla(23, 100%, 50%, 1); 
}
.breadcrumb2 li a:hover:after { 
  border-left-color: hsla(23, 100%, 50%, 1) !important; 
}

/* Layout #################################################################### */

.header {
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px 20px 10px 10px;
  margin: 10px;
  
}

.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 20px;
  border-radius: 4px;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

.header a:hover {
  background-color: transparent;
  color: black;
}

.header a.active {
  background-color: dodgerblue;
  color: white;
}

.header_left {
  float: none;
  width:100%;
}

.header_right {
  float: right;
  padding: 10px 20px 10px 10px;
}


@media screen and (max-width: 600px) {
.header {
  width: 100%;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  
}

  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .header_right {
    float: none;
  }
}


.footer {
  background-color:#3E5062;
  float:left;
  width:100%;
  padding:15px;
  margin-top:7px;
  text-align:left;
  border-top-left-radius:0px; 
  border-top-right-radius:0px; 
  border-bottom-left-radius:0px; 
  border-bottom-right-radius:0px;
  color:#ffffff;
}

.footer a:link {
	color: #ffffff;
	text-decoration: none;
}
.footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.footer a:active {
	color: #ffffff;
	text-decoration: none;
}

/* Responsive layout - makes the two columns/boxes stack on top of each other instead of next to each other, on small screens */
@media (max-width: 800px) {
  footer, column_footer {
    width: 100%;
    height: auto;
  }
}

/* Tabellen ############################################################## */

table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: ; 
}
th { 
  background: #ECF0F5; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 0px solid #ECF0F5; 
  text-align: left; 
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: none; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding-left: 10px; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
}

/* Images ################################################################### */

.img_radius {
  width: 100%;
  height: auto;
  border-radius:10px 10px 10px 10px;
  display: block;
}

.img_TO {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  width: 50%;
}

.img_right {
  float: right;
  border-radius:10px 10px 10px 10px;
  display: block;
  margin: 0px 0px 10px 20px;
}

.img_left{
  float: left;
  width: auto;  
  height: auto;
  margin: 0px 20px 10px 0px;
  border-radius:10px 10px 10px 10px;
  display: block;
}


@media screen and (max-width: 500px) {
  .img_right, .img_left {
    width: 100%;
  }
}


/* PORTRAIT */
@media only screen and (min-device-width: 501px) and (max-device-width: 600px) {

  .img_right, .img_left {
	display: none;
  }

}

/* LANDSCAPE */
@media only screen and (min-device-width: 601px) and (max-device-width: 1200px) {

  .img_right, .img_left {
	width: 30%;
	 
  }

}


.img_center_100{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;  
  border-radius:10px 10px 10px 10px;
}

.clearfix_img {
  overflow: auto;
}

.clearfix_img_right {
  overflow: auto;
}

.clearfix_img_left {
  overflow: auto;
}

.img_head {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius:10px 10px 10px 10px;
  width: 80%;
}  

/* img 4 naast elkaar */

.img_column {
  float: left;
  width: 24%;
  padding: 5px;
  margin: 10px 5px 20px 5px; 
}

/* Clearfix (clear floats) */
.img_row::after {
  content: "";
  clear: both;
  display: table;
}

/* Responsive layout - makes the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
  .img_column {
    width: 100%;
  }
}


/* TABLET PORTRAIT */
@media only screen and (min-device-width: 501px) and (max-device-width: 600px) {

  .img_column {
	float: none;
    width: 75%;
	margin: 30px auto;
  }

}

/* LANDSCAPE */
@media only screen and (min-device-width: 601px) and (max-device-width: 1200px) {

  .img_column {
	float: left;
    width: 45%;
	margin: 30px auto;
 
  }

}

/* einde */

/* Content #################################################*/

.row {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  
}



.column_intro {
  background: #FFFFFF;
  margin: 0px 0px 0px 0px;
  padding: 20px;
  line-height: 1.6;
}

.column_reis {
  border: 1px solid #3E5062;
  border-radius: 10px;
  margin: 1px 5px 20px 5px;
  background: #ECF0F5;
  padding: 20px;
  height: 690px;
  line-height: 1.4;
  font-size: 12pt;
}

.column_reis p {
  text-align: left;
  font-style: italic;
  font-size: normal;
  text-indent: 0;
}

.column_uitgelicht {
  border: 1px solid #D1ECF1;
  border-radius: 10px;
  margin: 1px 5px 20px 5px;
  background: #D1ECF1;
  padding: 20px;
  height: 630px;
  line-height: 1.4;
  font-size: 12pt;
}



.column_index {
  border: 1px solid #D1ECF1;
  border-radius: 10px;
  margin: 1px 5px 20px 5px;
  background: #D1ECF1;
  padding: 20px;
  height: 500px;
  line-height: 1.4;
  font-size: 12pt;
}



@media (max-width: 600px) {
  column_uitgelicht, column_reis, .column_index {
    width: 100%;
    height: auto;
  }
}

.column_img_to {
  float: left;
  width: 20%;
  text-align:center;
  padding: 0px 0px 20px 0px;
}

@media (max-width: 600px) {
  .column_img_to {
    width: 25%;
    height: auto;
  }
}


.column-10 {
  float: left;
  width: 10%;
  padding: 20px;
}

.column-15 {
  float: left;
  width: 15%;
  padding: 20px;
}

.column-20 {
  float: left;
  width: 20%;
  padding: 20px;
}

.column-25 {
  float: left;
  width: 25%;
  padding: 20px;
}

.column-30 {
  float: left;
  width: 30%;
  padding: 20px;
}

.column-32 {
  float: left;
  width: 32%;
  padding: 20px;
}

.column-33 {
  float: left;
  width: 33.33333%;
  padding: 20px;
}

.column-35 {
  float: left;
  width: 35%;
  padding: 20px;
}



.column-40 {
  float: left;
  width: 40%;
  padding: 20px;
}

.column-45 {
  float: left;
  width: 45%;
  padding: 20px;
}

.column-48 {
  float: left;
  width: 48%;
  padding: 20px;
}

.column-50 {
  float: left;
  width: 50%;
  padding: 20px;
}

.column-55 {
  float: left;
  width: 55%;
  padding: 20px;
}

.column-60 {
  float: left;
  width: 60%;
  padding: 20px;
}


.column-66 {
  float: left;
  width: 66.66666%;
  padding: 20px;
}

.column-70 {
  float: left;
  width: 70%;
  padding: 20px;
}

.column-75 {
  float: left;
  width: 75%;
  padding: 20px;
}

.column-80 {
  float: left;
  width: 80%;
  padding: 20px;
}

.column-100 {
  float: left;
  width: 100%;
  padding: 20px;
}


@media only screen and (min-device-width: 300px) and (max-device-width: 1280px) {
  .column-10,
  .column-15,
  .column-20,
  .column-25,
  .column-30,
  .column-32,
  .column-33,
  .column-35,
  .column-40,
  .column-45,
  .column-50,
  .column-55,
  .column-60,
  .column-66,
  .column-70,
  .column-75,
  .column-80,
  .column-100
  {
    width: 100%;
    text-align: left;
  }
  img {
    margin: auto;
  }
}


.column_h5 {
  float: left;
  width: 100%;
  text-align:center;
}

.column_footer {
  float: left;
  background-color: #3E5062;
  color: #ffffff;
  width: 100%;
  text-align:center;
  padding: 0px 40px 40px 40px;
  line-height: 1.6;
}

.column_footer a:link {
	color: #ffffff;
	text-decoration: none;
}
.column_footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
.column_footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.column_footer a:active {
	color: #ffffff;
	text-decoration: none;
}

.column_footer_disc {
  float: left;
  background-color: #3E5062;
  color:#ffffff;
  width: 100%;
  text-align:center;
  padding: 0px 0px 40px 0px;
}

.column_footer_disc a:link {
	color: #ffffff;
	text-decoration: none;
}
.column_footer_disc a:visited {
	color: #ffffff;
	text-decoration: none;
}
.column_footer_disc a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.column_footer_disc a:active {
	color: #ffffff;
	text-decoration: none;
}


.container {
  position: relative;
  font-family: Arial;
}

.block_title_uitgelicht {
  position: absolute;
  bottom: 10px;
  right: 0px;
  left: 0px;
  background-color: rgba(200, 35, 51, 0.75);
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}

.block_title_TO {
  position: absolute;
  bottom: 10px;
  right: 0px;
  left: 0px;
  background-color: rgba(51, 102, 153, 0.75);
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}

.block_title_main {
  position: absolute;
  bottom: 10px;
  right: 0px;
  left: 0px;
  background-color: rgba(2, 108, 221, 0.75);
  color: white;
  padding: 10px;

}

.block_text_uitgelicht {
  position: absolute;
  right: 10px;
  left: 75%;
  top: 10px;
  background-color: rgb(36, 76, 124); /* #244C7C */
  opacity: 0.75;
  color: rgb(255, 255, 255);
  padding: 8px;
  border-radius: 10px 10px 10px 10px;
  margin: 0px 0px 10px 10px;
  text-align:center;
}


div.linebreak_hor{ 
	border-color: #3E5062; 
	width: 100%;
	border-bottom-style:dashed; 
	border-width:1px;
    padding:4px;
	text-align:center;
}

.align-left{
	text-align:left;
}

/* Content vastzetten ############################################################## */

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 0px;
  border-top-left-radius:0px; 
  border-top-right-radius:0px; 
  border-bottom-left-radius:0px; 
  border-bottom-right-radius:0px; 
  text-align:left;
  width:100%;

}

div.sticky:after {
  content: "";
  clear: both;
  display: table;
}

/* Center elements ################################################################### */

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

/* List elements ######################################################################## */

/* List items naast elkaar */
ul_list_row {
  list-style-type: none;
  margin: 0;
  padding: 0px;
  overflow: hidden;
}

ul_list_row li {
  float: left;
  margin-right: 20px;
}

ul_list_row li:before {
  content: '✓';
  color: #C82333;
  font-weight: bolder;
  font-size: large;
  margin-right: 10px;
  
}


/* List items onder elkaar */
ul_list_uitgelicht {
  list-style: none;
}

ul_list_uitgelicht li:before {
  content: '✓';
  color: #C82333;
  font-weight: bolder;
  font-size: large;
  margin-right: 10px;
  
}


ul_list_reis {
  list-style: none;
}

ul_list_reis li:before {
  content: '✓';
  color: #336699;
  font-weight: bolder;
  font-size: large;
  margin-right: 10px;

  
}


/* niet in gebruik - werkt nog niet goed als je bold gebruikt in de tekst */
ul.list-check {
  list-style: none;
  padding-left: 0;
}

ul.list-check li {
  position: relative;
  padding-left: 2em;  
  display: flex;


}
  
ul.list-check li:before {
  content: '✓';
  color: #336699;
  position: absolute;
  left: 0;  /* place the SVG at the start of the padding */
  width: 1em;
  height: 1em;
  font-weight: bolder;
  font-size: large;
  display: flex;
  align-items: center; 
  line-height: 1.6;

}

/* Einde - niet in gebruik - werkt nog niet goed als je bold gebruikt in de tekst */



/* collapsible list - meerdere secties mogelijk - https://codepen.io/huange/pen/pJqEMj */
/* momenteel niet in gebruik - WEET NIET OF ALLE CSS KLOPT, HAD LABEL NODIG VOOR FORMULIER EN CHECKBOX MISSCHIEN OOK NODIG*/

ul-collapsible{
  list-style: none;
  margin: 0;
  padding: 0;
}

label-collapsible{
  display: block;
  cursor: pointer;
  padding: 10px;
  border: none;
  border-radius: 10px 10px 0px 0px;
  background-color: #DF4B59;
  font-size: 12pt; 
  font-weight: bold;
  text-align: center;
  color: #FFFFFF; 
}

label-collapsible:hover{
  background: #336699;
}

label-collapsible.last{
  border: none;
}

ul-collapsible ul-collapsible li{
  padding: 10px;
  background: #87CEEB;
}


input-collapsible[type="checkbox"]{
  position: absolute;
  left: -9999px;
}

input-collapsible[type="checkbox"] ~ ul{
  height: 0;
  transform: scaleY(0);
}

input-collapsible[type="checkbox"]:checked ~ ul{
  height: 100%;
  transform-origin: top;
  transition: transform .2s ease-out;
  transform: scaleY(1); 
}

input-collapsible[type="checkbox"]:checked + label{
  background: #336699;
  border-bottom: none;
}

/* Content collapsible en accordion################################################################### */

.collapsible {
  background-color: #336699;
  border-color: #336699; 
  border-style:solid; 
  border-radius:10px; 
  color: #FFFFFF;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  outline: none;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12pt; 
  font-weight: bold;
}

.active, .collapsible:hover {
  background-color: #3E5062;
}

.collapsible:after {
  content: "\002B"; 
  color: #FFFFFF;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

 
.active::after {
  content: "\2212"; 
  
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #FFFFFF;
  color: #3E5062;
}

.accordion {
  background-color: #336699;
  border-color: #336699; 
  border-style:solid; 
  border-radius:10px; 
  color: #FFFFFF;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  outline: none;
  font-size: 12pt; 
  font-weight: bold;
  transition: 0.4s;

}

.active, .accordion:hover {
  background-color: #3E5062; 
}

.panel {
  padding: 0 18px;
  display: none;
  overflow: hidden;
}

/* Fonts #####################################################################*/

.heading_block_title {
	font-size: 14pt;
	color: rgb(255, 255, 255);
	font-weight: normal;

}

.heading_block_title_main {
	font-size: 11pt;
	color: #ffffff;
	font-weight: normal;

}

.heading_block_title_main a:link {
	color: #ffffff;
	text-decoration: none;
}
.heading_block_title_main a:visited {
	color: #ffffff;
	text-decoration: none;
}
.heading_block_title_main a:hover {
	color: #ffffff;
	text-decoration: none;
}
.heading_block_title_main a:active {
	color: #ffffff;
	text-decoration: none;
}

.small {
	font-size: small;

}

.highlight_maatreis {
	color: #C82333;
	font-weight: bold;

}



/* Buttons ################################################################### */

#myBtn {
  display: none;
  position: fixed;
  bottom: 60pt;
  right: 12pt;
  z-index: 99;
  font-size: 18px;
  text-align: center;
  vertical-align: center;
  border: none;
  outline: none;
  background-color: #0D8BCD;
  color: #FFFFFF;
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 10px;
  margin: 10px 10px 10px 10px;
  border-radius: 4px;
  
}

#myBtn:hover {
  background-color: #FF6200;
}

.button_bekijk_reis {
  margin: 10px auto;
  margin-bottom: 20px;
  padding: 10px;
  width:200px;
  background-color: #336699; 
  border: 2px solid;
  border-radius: 10px;
  border-color: #336699;
  font-weight: bold; 
  text-align: center;
  color: #FFFFFF; 
  line-height: 1.8;
  }

 
.button_bekijk_reis a:link {
	color: #ffffff;
	text-decoration: none;
}

.button_bekijk_reis a:visited {
	color: #ffffff;
	text-decoration: none;
}

.button_bekijk_reis a:active {
	color: #ffffff;
	text-decoration: none;
}

.button_bekijk_reis a:hover {
	color: #ffffff;
	text-decoration: none;

}

.button_bekijk_reis_uitgelicht {
  margin: auto;
  padding: 10px;
  width:200px;
  background-color: #DF4B59;
  border: 2px solid;
  border-radius: 10px;
  border-color: #DF4B59;
  font-weight: bold; 
  text-align: center;
  color: #FFFFFF; 
  line-height: 2;
  }


.button_bekijk_reis_uitgelicht a:link {
	color: #ffffff;
	text-decoration: none;
}

.button_bekijk_reis_uitgelicht a:visited {
	color: #ffffff;
	text-decoration: none;
}

.button_bekijk_reis_uitgelicht a:active {
	color: #ffffff;
	text-decoration: none;
}

.button_bekijk_reis_uitgelicht a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.button_aanbod_TO {
  float: none;
  margin: auto;
  padding: 10px;
  width:200px;
  background-color: #336699;
  border: 2px solid;
  border-radius: 10px;
  border-color: #336699;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12pt; 
  font-weight: bold; 
  text-align: center;
  color: #FFFFFF; 
  line-height: 1.8;
  }

.button_aanbod_TO a:link {
	color: #ffffff;
	text-decoration: none;
}

.button_aanbod_TO a:visited {
	color: #ffffff;
	text-decoration: none;
}

.button_aanbod_TO a:active {
	color: #ffffff;
	text-decoration: none;
}

.button_aanbod_TO a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Diversen ################################################################### */

.link-color {
	color: #026CDD;
	
}

.link-color a:link, .link-color a:visited, .link-color a:active {
	color: #026CDD;
	text-decoration: none;
}


.font_medium {
   font-size: 18pt;
}

.font_large {
   font-size: 20pt;
}

.arrow {
  margin: auto;
  padding: 10px;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 40pt; 
  font-weight: bold; 
  text-align: center;
  color: #000053; 
  }

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.hide {
  background-color: #f1f1f1;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (min-device-width: 300px) and (max-device-width: 1280px) {
  .hide {
    display: none;
  }
}

/* Fontawesome: https://fontawesome.com/icons/angle-right?style=solid&from=io */
/* Stylesheet gebruikt in layout */

/* FORMULIER ################################################################### */

input[type=text], input[type=date], input[type=number], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 16px;
  resize: vertical;
  outline-color: #336699; /* staat ook bij :focus */
  color: #3E5062;

}

input[type=text]:focus, input[type=date]:focus, input[type=number]:focus, select:focus, textarea:focus {
  background-color: rgba(51, 102, 153, 0.2);  /*#E3ECEF*/ /*#3385FF*/ /*#336699*/
  box-shadow: 0 8px 12px 0 rgba(227, 236, 239, 0.5);
  border: 2px solid #336699;
  font-size:18px;
  color: #3E5062;

}


input[type=submit] {
  background-color: rgba(51, 102, 153, 1.0); /*#336699*/
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}



input[type=submit]:hover {
  background-color: #F9A119;
}


.container-form {
  border-radius: 5px;
  background-color: transparent;
  padding: 20px;
}

.container-form-bericht, .container-form-fout {
  color:#336699;
  border:2px solid #336699;
  border-radius: 8px;

}



/* CHECKBOX EN RADIO https://www.w3schools.com/howto/howto_css_custom_checkbox.asp /*
/* The container */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-top: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-form {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #ccc;
  background-color: #ffffff;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark-form {
  background-color: #336699;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark-form {
  background-color: #336699;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-form:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark-form:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark-form:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* The container */
.container-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-top: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-form {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #ccc;
  background-color: #ffffff;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .radio-form {
  background-color: #336699;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .radio-form {
  background-color: #336699;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-form:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .radio-form:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .radio-form:after {
 	top: 8px;
	left: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}


.sticky-cta {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  background-color: transparent; /* achtergrond zit op <a> */
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  z-index: 1000;
}

.sticky-cta a,
.sticky-cta a:visited,
.sticky-cta a:active,
.sticky-cta a:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  background-color: #DF4B59;  /* standaardkleur knop */
  color: white !important; /* altijd wit, ook bij visited */
  font-weight: 600;
  font-size: 20px;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.sticky-cta a:hover {
  background-color: #336699; /* hoverkleur */
}

/* Responsive */
.short-text { 
  display: none; 
}

@media (max-width: 480px) {
  .sticky-cta {
    padding: 12px 20px;
    font-size: 16px;
    width: calc(100% - 40px); /* ruimte aan zijkanten */
    left: 20px;
    right: 20px;
    transform: none;
    border-radius: 12px;
  }
  .full-text { display: none; }
  .short-text { display: inline; }
}

@media (max-width: 1024px) {
  .sticky-cta {
    bottom: 40px;
  }
}
