html, body {
	height: 100%;
	font-family: /*Arial, Helvetica, sans-serif;*/ Verdana,Geneva,sans-serif; 
	font-size: 12px;
	border: 0;
	padding: 0;
	margin: 0;
	line-height: 18px;
}

#header {
	position: relative;
	background-color: /* #f82c24*/#e61e50;
	color: white;
	height: 75px;
	width: 100%;
	font-size: 11px;
		min-width: 767px;
}

div.headergridcontainer {
	display:grid;   
	grid-template-columns: repeat(2, 50%);
	height:100%;


}
div.namediv {
   font-size: 24px; 
   color: #ffc832;
   display: grid;
   padding-left: 20px; 
   align-self:center;
}
/*
#image {
	position: absolute;
	font-size: 24px;
	margin: 4px;
	height: 67px;
	width: 360px;
}
*/
#ur {
	position: absolute;
	text-align: right;
		font-weight:bold;
	padding: 0 15px 0 5px;
	top: 0;
	right: 0;
}

#ur img {
	vertical-align:bottom; 
}

#header nav {
	position: absolute;
	text-align: right;
	padding: 0 15px 0 5px;
	bottom: 0;
	right: 0;
}

footer {
	background-color: /*red*/ white;
	color: /*white*/#2dbecd ;
	height: /*60px*/ 165px; 
	font-size: 11px;
	/*font-weight: bold;*/
	margin-top: 20px;
	text-align: /*right*/ left;
	width: 100%;
	border: 0;
	margin: 0;        
		min-height: 165px;
		min-width: 858px;
  
}
div.footergridcontainer {
   
	display:grid;
	grid-template-columns: 30px  minmax( 132px,2fr )   2fr;
	grid-template-rows: 50px 18px 15px 82px;

}

div.company1 {
   font-size: 18px;
   grid-column: 2 / 3;
   grid-row: 2 / 3;
  
}
div.company2 {
   font-size: 12px; 
	grid-column: 2 / 3;
	grid-row: 3 / 4 ;
   
}

div.cookiePrefs {
   font-size: 12px; 
	grid-column: 2 / 3;
	grid-row: 4 / 5 ;
    cursor: pointer;
	margin-top: 20px;
}

div.cellsimage {
	grid-column: 4 / 5;
	grid-row: 1 / 5 ; 
}

div.cellsimage img
{
   float: right; 
}

input[type=radio], input[type=checkbox] {
	  /*display:none;*/
	opacity: 0;
	position: relative;
	top: .4em;
}

input[type=radio] + label::before, input[type=checkbox] + label::before{
	  background: #fff;
	  content: '';
	  display: inline-block;
	  border: 1px solid black;
	  height: 1rem;
	  margin-right: 1em;
	  vertical-align: middle;
	  width: 1rem;
	  cursor: pointer;
	  margin-left: -1.4em;            
}
input[type=radio] + label::before{   
	 border-radius: 50%;   
 } 
input[type=radio] + label:hover::before, input[type=checkbox] + label:hover::before{
	  box-shadow: 0 0 10px  #ffc832;
}

input[type=radio]:checked + label::before, input[type=checkbox]:checked + label::before {
	  background: #2dbecd;
}

input[type=checkbox]:checked + label::before{
content:  "\2713" ;
color: #FFF;
text-align: center;
line-height: 11px;
}    
   


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /* target MICROSOFT IE10/IE11 */
	#footer {	/* Workaround for these browsers which have a bug in the min-height CSS attribute */
		position: fixed;
		bottom: 0;
	}
}
/*
#footer img {
	margin-right: 10px;
}
*/
#main {
	background-color: white;
	color: black;
	margin: 0 30px 0 30px;
	font-size: 12px;
	min-height: calc(100vh - /*93px*/ 240px ); 
}

@supports (-ms-ime-align:auto) { /* this weird selector selects MICROSOFT EDGE only */
	#main {
		min-height: calc(100vh - /* 94px */ 241px); /* only way to get rid of scrollbar, unfortunately leaves one white pixel across bottom */
	}
}
.error {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	line-height: 18px;
	text-align: left;
	color: /* #f82c24*/#e61e50;
	padding-top: 1em;
}

.breadcrumbs {
	color: /*#025FAD*/ #2dbecd;
	font-size: 12px;
	font-weight: bold;
}

#main section {
	display: inline-block;
	vertical-align: top;
	padding-top: 1em;
}

#left_column {
	padding-right: 60px;
	width: 305px;
}

#middle_column {
	padding-right: 40px;
	width: 395px;
}

#right_column {
	padding-right: 0;
	width: 305px;
}

#main_column {
	padding-right: 0;
	padding-left: 60px;
}

.place {
	color: #777;
}

.title {
	display: inline-block;
	font-size: 14px;
	color: /*#025FAD*/ #2dbecd;
	font-weight: bold;
}

#left_column .title { width: 200px; }
#middle_column .title { width: 330px; }
#right_column .title { width: 200px; }

.divider {
	border: 1px solid /*#025FAD*/ #2dbecd;
	border-bottom-color: white;
	width: 250px;
	margin: 0;
}

.help {
	font-size: 10px;
	color: /*#025FAD*/ #2dbecd;
	transition: all 0.3s ease-out;
	text-decoration: none;
}.help:hover {
	color: /* #f82c24*/#ffc832;
}

.help img {
	top: 3px;
}

#left_column article { margin-bottom: 2.5em; }
#main_column article { margin-bottom: 1em; }
#right_column article { margin-bottom: 1.5em; }

#jsd {
	width: 390px;
	height: 340px;
	border:1px solid gray;
}

h1 {
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	color: /*#025FAD*/ #2dbecd;
}

h2 {
	margin-top: 1.5em;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 14px;
}

#questions {
	font-style: italic;
	color: #666666;
}

#questions h2 {
	font-style: italic;
	font-size:18px;
	margin: 0;
}

.hint {
	font-style: italic;
	border: 0;
	padding: 0;
	margin: 0 55px 5px 0;
}

/* modal help */

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
}

.overlay:target {
	visibility: visible;
	opacity: 1;
}

.overlay2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.3); /*dim the background*/
  display:none;
}



.popup {
	margin: 70px auto;
	padding: 20px;
	background: white;
	border-radius: 5px;
	width: 50%;
	position: relative;
	transition: all 5s ease-in-out;
}

.popup h2 {
	margin-top: 0;
	color: #333;
}

.popup .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}.popup .close:hover {
	color: /* #f82c24*/#e61e50;
}.popup .content {
	max-height: 30%;
	/*overflow: auto;*/
}

@media screen and (max-width: 700px) {
	.popup {
		width: 70%;
	}
}
/* end modal help */

.seeme{
		display:block;
		visibility:visible ;
		opacity: 1 ;
	}

.cpopup{
	margin: 0;
	padding: 20px;
	background: white;
	/*border-radius: 5px;*/	
	position: absolute;
	left:0;
	bottom : 0;
	transition: all 2s ease-in-out;
}
.cpopup h2 {
	margin-top: 0;
	color: #333;
}

dialog{
	margin: auto ;
	padding: 20px;
	background: white;
	border: none;
	width: 50%;
	height: max-content;
	position: relative;
	/*transition: all 5s ease-in-out;*/
	min-width: 482px;
}

dialog::backdrop{
	background : rgba( 0, 0, 0, 0.7);
}



dialog h2 {
	margin-top: 0;
	color: #333;
}

.nav_button {
	background-color: /*#bd211b*/ #2dbecd;
	border-radius: 1px;
	border: 1px solid /*#dcdcdc*/ #2dbecd;
	display: inline-block;
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 15px;
	margin-left: 10px;
	text-decoration: none;
}.nav_button:hover {
	background-color: /*#025FAD*/ #ffc832;
}.nav_button:active {
	position: relative;
	top: 1px;
}

.myButton {
	background-color: /*#025FAD*/ #2dbecd;
	border-radius: 0;
	border: 1px solid /*black*/ #2dbecd;
	display: inline-block;
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
}.myButton:hover {
	background-color: /*#908a83*/	#ffc832;
}.myButton:active {
	position: relative;
	top: 1px;
}

/*- FORM ELEMENTS -*/

form {
	display: inline-block;
	border: 1px;
	padding: 0;
	margin: 0;
}

#right_column .input {
	display: inline;
}

.input {
	border: 1px solid /*#025FAD*/ #2dbecd;
	background: #F5FBFF;
	font-size: 12px;
}

#left_column .input {
	width: 250px;
}

input:focus::-webkit-input-placeholder {
	color: transparent!important;
}

input:focus::-moz-placeholder {
	color: transparent!important;
}

.form_label, .form_wide_label {
	display: inline-block;
	margin-bottom: 0.5em;
}

.form_label {
	width: 8em;
}

.form_wide_label {
	width: 16em;
}

#similarity_radius {
	width: 3em;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

.calloutBlue, .calloutBlueLink, .calloutWhite, .calloutGrey, .calloutRed, .calloutGreyLink {
	font-family: /*Arial, Helvetica, sans-serif;*/ Verdana,Geneva,sans-serif; 
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	line-height: 18px;
	text-align: left;
}

.calloutBlue {
	color: /*#025FAD*/ #2dbecd;
}

.calloutBlueLink {
	color: /*#025FAD*/ #2dbecd;
	text-decoration: underline;
}

.calloutGreyLink {
	color: #908a83;
	text-decoration: underline;
}

.calloutGreyLink:visited {
	color: #908a83;
	text-decoration: underline;
}

.calloutGreyLink:hover {
	color: #CCCCCC;
}

.calloutBlueLink:hover, .calloutGrey {
	color: #908a83;
}

.calloutWhite {
	color: #FFFFFF;
}

.calloutRed {
	color: /* #f82c24*/#e61e50;
}

.sectionBlue {
	font-family: /*Arial, Helvetica, sans-serif;*/ Verdana,Geneva,sans-serif; 
	font-size: 14px;
	color: /*#025FAD*/ #2dbecd;
	font-weight: bold;
	font-style: normal;
	text-align: left;
}

.div_as_row {
	display:table-row;
}

.label_as_table_cell {
	display:table-cell;
	text-align:right;
	padding:5px;
}

.input_as_table_cell {
	display:table-cell;
}

#contact_centered_form {
	width:100%;
}

#contact_table_center {
	border-collapse: collapse;
	margin: 0 auto;
}

#contact_table_center td:first-child {
	text-align:right;
	padding-right:5px;
}

#contact_table_center td:not(:first-child) {
	border: 1px solid /*#025FAD*/ #2dbecd;
}

#contact_country_select {
	width: 100%;
	background: #F5FBFF;
	border: 0;
	outline:0;
}

.contact_input {
	padding-left:3px;
	padding-right:3px;
	border: none;
	background: #F5FBFF;
}

.listBrowserBlue, .listBrowserGreen, .listBrowserRed {
	border-radius:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#ffffff;
	font-family: /*Arial, Helvetica, sans-serif;*/ Verdana,Geneva,sans-serif; 
	font-size:12px;
	font-weight:bold;
	padding:1px 5px;
	text-decoration:none;
		margin-right:15px;
}.listBrowserBlue:hover, .listBrowserGreen:hover, .listBrowserRed:hover {
	background-color:/*#908a83*/ #ffc832 ;
}

.listBrowserBlue {
	background-color:/*#025FAD*/ #2dbecd;
}

.listBrowserGreen {
	background-color:#006600;
}

.listBrowserRed {
	background-color:/*#bd211b;*/ #e61e50;
}

.supportlinks, supportlinks:visited {
	font-family: /*Arial, Helvetica, sans-serif;*/ Verdana,Geneva,sans-serif; 
	font-size: 12px;
	color: /*#025FAD*/ #2dbecd;
	font-weight: bold;
	text-align: left;
	line-height:30px;
}.supportlinks:hover {
	color:/*#908a83*/ #ffc832 ;
}

.pagelinks, pagelinks:visited {
	font-family: /*Arial, Helvetica, sans-serif;*/ Verdana,Geneva,sans-serif; 
	font-size: 12px;
	color: /*#025FAD*/ #2dbecd;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
}.pagelinks:hover {
	color:/*#908a83*/ #ffc832;;
	background-color:#CCCCCC;
}

.pagelinks1, pagelinks1:visited {
	font-family: /*Arial, Helvetica, sans-serif;*/ Verdana,Geneva,sans-serif; 
	font-size: 12px;
	color: /*#025FAD*/ #2dbecd;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
	padding-left:6px;
	padding-right:6px;
}.pagelinks1:hover {
	color:/*#908a83*/ #ffc832; ;
	background-color:#CCCCCC;
}

.lbtable {
	border: 1px solid #908a83;
	padding-left: 5px;
	padding-right: 5px;
}

.links, links:visited {
	font-family: /*Arial, Helvetica, sans-serif;*/ Verdana,Geneva,sans-serif; 
	font-size: 12px;
	color: /*#025FAD*/ #2dbecd;
	font-weight: bold;
	text-align: left;
}.links:hover {
	color:/* #908a83 */ #ffc832;
}

.page {
	font-family: /*Arial, Helvetica, sans-serif;*/ Verdana,Geneva,sans-serif; 
	font-size: 12px;
	color: /*#025FAD*/ #2dbecd;
	background-color:#CCCCCC;
	font-weight: bold;
	text-align: center;
	padding-left:3px;
	padding-right:3px;
}

.page1 {
	font-family: /*Arial, Helvetica, sans-serif;*/ Verdana,Geneva,sans-serif; 
	font-size: 12px;
	color: /*#025FAD*/ #2dbecd;
	background-color:#CCCCCC;
	font-weight: bold;
	text-align: center;
	padding-left:6px;
	padding-right:6px;
}

.whiteNav1 {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

.whiteNavlink, .whiteNavlink:visited {
	font-family: /*Arial, Helvetica, sans-serif;*/ Verdana,Geneva,sans-serif; 
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;/* underline;*/
}

.whiteNavlink:hover {
	color: /*#025FAD*/ #2dbecd;
}

.ohtable {
	text-align: center;
	border-collapse:collapse; /* 'cellspacing' equivalent */
	margin-left:auto;
	margin-right:auto;
}

.ohtable > caption {
	text-align: center;
	padding-bottom:30px;
}

.ohtable td, .ohtable th {
	padding-left: 5px; /* 'cellpadding' equivalent */
	padding-right: 5px;
}

.ohtable > tbody > tr:not(.odempty):first-child {
	background-color:#908a83;
}

.ohtable > tbody > tr th:not(.odfirst) {
	width:150px;
}

.ohtable > tbody > tr:first-child th:first-child {
	border-left:1px solid #908a83;
}

.ohtable > tbody > tr:first-child th:not(:last-child) {
	border-right:1px solid white;
}

.ohtable > tbody > tr:first-child th:last-child {
	border-right:1px solid #908a83;
}

.ohtable > tbody > tr:not(:first-child) > td {
	border:1px solid #908a83;
}

.ohtable > tbody > tr > td.odlast {
	text-align:right;
	vertical-align: text-top;
}

.ohtable > tbody > tr > td.odlast:not(:last-child) {
	border-right: 0;
}

.ohtable > tbody > tr > td.odlast:not(:first-child) {
	border-left: 0;
}

td.ralign {
	text-align:right;
}

ul.formattinglist {
	list-style: none; /* Remove default bullets */
}

ul.formattinglist li::before {
	content: "\2022";      /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: /* red */#e61e50;            /* Change the color */
	font-weight: bold;     /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em;            /* Also needed for space (tweak if needed) */
	margin-left: -1em;     /* Also needed for space (tweak if needed) */
	font-size:15px;
}

ul.formattinglist li {
	margin-left:20px;
	color:#000000;
	font-style:italic;
}

#box_1 {
	position: relative;
	top: 20px;
	width: 402px;
	height: 100px;
}

#box_2 {
	position: absolute;
	top: 0;
	left: 0;
	background:#FFFFFF;
}
input::file-selector-button {
	background-color: /*#025FAD*/ #2dbecd;
	border-radius: 0;
	border: 1px solid /*black*/ #2dbecd;
	display: inline-block;
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
}

.tablayout{

display:grid;
grid-template-columns: minmax(165px,30%) 70%;
border-bottom: 1px solid #ccc;

}


.tab {	
	display:grid;	
	grid-template-columns: 1fr;
	grid-template-rows: repeat(3,min-content);
	overflow: hidden;
	/*border: 1px solid #ccc;*/
	/*background-color: #f1f1f1;*/
}

.tab div {
 border-bottom: 1px solid #ccc;
}


/* Style the buttons that are used to open the tab content */
.tab div button {
	background-color: inherit;
	/*float: left;*/
	width:100%;
	border: none;

	outline: none;
	cursor: pointer;
	padding: 14px 16px;
   /* transition: 0.3s;*/
	text-align:left;
	font-weight:bold;
	border-left: 6px solid white;
}

/* Change background color of buttons on hover */
.tab div button:hover {
 /* background-color: #ddd;*/  
}

/* Create an active/current tablink class */
.tab div  button.active {
  /*background-color: #ccc;*/
  
  border-left: 6px solid blue;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}

.tab div:first-child  button.active {
  /*background-color: #ccc;*/
 
  border-top: none;
}


/* Style the tab content */
.tabcontent {
  display: none;
  height: 350px;  
  padding: 6px 12px; 
  overflow-y: auto;
}

.tabcontent.active{
	 display: block;
}

dialog  div.content{
	text-align:center;
}


div.tabcontent div.hleft{
	float:left;
	display:inline-flex;
}


div.tabcontent div.hright h4{
	float:right;
	text-align:right;
	font-size: .8em;
	display:inline-flex;
	color: #3860be;
}


button.consent {
  margin: 0;
  padding: 0;
  width: 3em;
  height: .75em;
  border: none /*2px solid black*/;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-radius: 1.2em;
  position: relative;
  transition: background .15s ease-in-out;
  top: .5em;
}
button.consent:after {
  content: "";
  position: absolute;
  height: 1.2em;
  width: 1.2em;
  border-radius: 50%;
  top: /*6*/-4px;
  border: 1px solid #777;
  transition: left .15s ease-in-out;
  will-change: left;
}


button.consent[aria-pressed="false"] {
  background: #ccc;
}
button.consent[aria-pressed="false"]:after {
  background: #fff;
  left: -.05em;
}
button.consent[aria-pressed="true"] {
  background: #2dbecd; 
}
button.consent[aria-pressed="true"]:after {
  background: #025FAD;
  left: 1.45em;
}

.cookiePrefsImg{	
	padding:10px;
	border-bottom: 1px solid black;
}

div.cpopup div.content{
	display:grid;
	grid-template-columns: minmax(317px, 55%) 45%;
	align-items: center;
	justify-items: center;	   
}


div.cpopup div.content div.acceptbuttons{		
	display:grid;
	grid-template-columns: 1fr 1.15fr;
	grid-column-gap:10px; 
}




.cookieButton {
	background-color: white;
	border-radius: 0;
	border: 1px solid /*black*/ #0F69AF;
	display: inline-block;
	color: #0F69AF;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
	padding: 10px;
}
.cookieButton:hover {
	opacity : 70%;
}
.cookieButton:active {
	position: relative;
	top: 1px;
}

.cookieButton.highlighted {
	color: white;
	background-color: #0F69AF;
}