@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body
{  
   background: #c0c0c0; 
   height: 100%;   
   text-align: center;  
   margin-top: 2px; 
   margin-bottom: 2px;
   margin-left: auto; 
   margin-right: auto;
   font-family: Arial, Helvetica, sans-serif;
   xbackground: 
   linear-gradient(rgba(10,20,40,.35), rgba(10,20,40,.35)),
   url('images/background.webp') center center / cover no-repeat fixed;
   xbackground-size: cover;
}

#ramme 
{
   background: #fff;
   width: 1000px;
   margin: 0 auto;
   padding: 5px;
   border: 1px solid #fff;
   border-width: 0 1px;
   text-align: center;
}

#rammenotfixed
{
	min-height: 100%;
   background: #fff;
   margin: 0 auto;
   padding: 15px 15px 5px 15px;
   width:1000px;
   border: 1px solid #fff;
   border-width: 0 1px;
}
@media screen and (max-width: 1000px) 
{
   #rammenotfixed
   {
   background: #fff;
   margin: 0 auto;
   padding: 5px;
   width: auto;
   border: 0px solid #999;
   border-width: 0 0px;
   }
}   

span.bold
{
   font-weight: bold;
}
a.nounderline:link
{
	color: blue;
	text-decoration:none;
}
a.nounderline:hover
{
	color: blue;
	text-decoration:underline;
}
a.nounderline:visited
{
	color:#000080;
	text-decoration:none;
}

a.nounderlinebold:link
{
   font-weight: bold;
	color: blue;
	text-decoration:none;
}

a.nounderlinebold:hover
{
   font-weight: bold;
	color: blue;
	text-decoration:underline;
}

a.nounderlinebold:visited
{
   font-weight: bold;
	color:#000080;
	text-decoration:none;
}

a.toplink:link, a.toplink:hover, a.toplink:visited
{
	color: #ffffff;
	background: #000060;
	text-decoration:none;
	font-size: 10px;
	font-family: verdana,arial;
}

a.button { 
    background-color: #00A0EB;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

a.button:hover 
{
   background-color: #FF6D29;
}

p.justified
{
  text-align: justify;
  margin: 0px;
}

p.centered
{
  text-align: center;
  margin: 0px;
}

header 
{
	padding: 20px 2px;
	background: #fff;
	margin: 0 auto;
	text-align:left;
}

header h1 a, header h1 a:hover 
{
   color: #000;
   font-size: 55px;
   font-weight: normal;
   letter-spacing: -2px;
   line-height:45px;
   text-decoration: none;
   text-transform: lowercase;
}

header h1 a span 
{ 
   color: #00A0EB;
}

header h2 
{
	color: #c0c0c0;
	font-size: 13px;
	position: relative;
	top: -5px;
	letter-spacing: 0;
}

.product h4 
{
	padding-bottom: 0;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	padding: 1px 0px;
	border-bottom: 4px solid #00A0EB;
   margin: 10px 0px;
}

 h4.footerarea
 {
    font-family: 'Pontano Sans', Arial, sans-serif;
    color: #FF6D29;
    font-size: 17px;
    font-weight: normal;
    padding-bottom: 10px;
    margin: 0 0 10px 0;
}
 h3.footerarea 
 {
    font-family: 'Pontano Sans', Arial, sans-serif;
    color: #00A0EB;
    font-size: 17px;
    font-weight: normal;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin: 0 0 0px 0;
}
.clear 
{
	clear: both;
}
#footer 
{
	margin:10px auto 0;
	background: #fff;
	border-top: 2px solid #888;
}

@media screen and (max-width: 900px) 
{
   #footer 
   {
	   text-align: center;
	}
}

#footer p 
{
	text-align: left;
	color: #ccc;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#footer p a 
{
	color: #ccc;
	font-weight: bold;
}

.footer-content 
{
	padding: 10px 25px 10px;
	text-align: left;
}

#footer .footer-content ul 
{
	width: 170px;
	list-style: none;
	margin: 0 65px 0 0;
	padding: 0;
	float: left;
}

#footer .footer-content li 
{
	padding: 5px 5px;
}

#footer .footer-content li a, footer .footer-content h4 
{
}

#footer .footer-content li a 
{
   color: #000;
   font-size: 14px;
   text-decoration: none;
   font-weight: normal;
   text-align: left;
}

#footer .footer-content li a:hover 
{ 
	color: #0000FF;
	text-decoration: underline;
}

#footer .footer-content h4 
{
   color: #000;
   font-size: 17px;
   font-weight: bold;
   padding-bottom: 0;
}

#footer .footer-content ul.middlefooter 
{
	width: 190px;
}
@media screen and (max-width: 900px) 
{
	#footer .footer-content ul.middlefooter 
   {
   	width: 100%;
   }
}

#footer .footer-content ul.endfooter 
{
	width: 100px;
}
@media screen and (max-width: 900px) 
{
   #footer .footer-content ul.endfooter 
   {
   	width: 100%;
   }
}

#footer .footer-bottom 
{
	padding: 5px;
	text-align: center;
	background-color: #fff;
}

#footer .footer-bottom p 
{
	text-align: center;
}

#footer .footer-bottom p, footer .footer-bottom p a 
{
	color: #000;
}

/* SANS-SERIF STYLES */

p.centered_text_normal
{
   text-align: centered;
   margin: 0px;
   font: 15px Arial, Helvetica, Geneva, sans-serif;  
   line-height: 1.4em;
}

p.centered_text
{
   text-align: centered;
   margin: 0px;
   font: 14px Arial, Helvetica, Geneva, sans-serif;  
   line-height: 1.4em;
}

p.justified_text_main
{
   text-align: justify;
   margin: 0px;
   font: 14px Arial, Helvetica, Geneva, sans-serif;  
   line-height: 1.4em;
}

p.justified_text_larger
{
   text-align: justify;
   margin: 4px;
   font: 15px Arial, Helvetica, Geneva, sans-serif;  
   line-height: 1.4em;
}

p.justified_text
{
   text-align: justify;
   margin: 0px;
   font: 15px Arial, Helvetica, Geneva, sans-serif;  
   line-height: 1.3em;
}

span.larger_text
{
   font: 16px Arial, Helvetica, Geneva, sans-serif;  
   line-height: 1.3em;
}

span.larger_text_bold
{
   font: 16px Arial, Helvetica, Geneva, sans-serif;  
   font-weight: bold;   
   line-height: 1.3em;
}

span.largest_text_bold
{
   font: 18px Arial, Helvetica, Geneva, sans-serif;  
   font-weight: bold;   
   line-height: 1.3em;
}

span.normal_text
{
   font: 15px Arial, Helvetica, Geneva, sans-serif;  
   line-height: 1.3em;
}

span.normal_text_bold
{
   font: 15px Arial, Helvetica, Geneva, sans-serif;  
   font-weight: bold;   
   line-height: 1.3em;
}

span.normal_text_small
{
   font: 12px Arial, Helvetica, Geneva, sans-serif;  
   line-height: 1.2em;
}

div.textblock_sans
{
   font: 15px Arial, Helvetica, Geneva, sans-serif;  
   line-height: 1.3em;
}

div.textblock_sans_smaller
{
   font: 12px Arial, Helvetica, Geneva, sans-serif;  
   line-height: 1.1em;
}

div.textblock_sans_smallest
{
   font: 10px Arial, Helvetica, Geneva, sans-serif;  
   line-height: 1.1em;
}

div.textblock_sans_bold
{
   font: 15px Arial, Helvetica, Geneva, sans-serif;  
   line-height: 1.3em;
   font-weight: bold;   
}

div.textblock_sans_notes
{
   font: 12px Arial, Helvetica, Geneva, sans-serif;  
   line-height: 1.3em;
}

div.textblock_sans_notes_left
{
   font: 12px Arial, Helvetica, Geneva, sans-serif;  
   line-height: 1.3em;
   text-align: left;
}

h2.feature_style
{
   text-align: center;
   font: 18px Arial, Helvetica, Geneva, sans-serif;  
   margin: 12px;
   font-weight: bold;
}

h3.product_style_left
{
   text-align: left;
   font: 16px Arial, Helvetica, Geneva, sans-serif;  
   margin: 0px;
   font-weight: bold;
}

/* NEW STYLES RESPONSIVE AND OG SPECIFIC STYLES */

img.noborder { border: 0; } 
img.border { border: 1px solid black; } 

table.ogstyle, td.ogstyle
{
   border: 0px solid black;
   text-align: left;
   vertical-align: top;
   width: 100%;
}

td.ogstyleleft
{
   border: 0px solid black;
   text-align: left;
   vertical-align: top;
}

td.ogstylecentered
{
   text-align: center;
   vertical-align: middle;
}

td.ogstyleright
{
   text-align: right;
   vertical-align: middle;
}

img.scaledimage {
    height: auto;
    width: 70%;
    border: 0; 
}

div.fullwidthcenter
{
   width: 100%; 
   text-align: center; 
}

div.imagecontainer
{
   max-width: 680px; 
   display: inline-block;
}

div.imagecontainer800
{
   max-width: 800px; 
   display: inline-block;
}

div.imagecontainerCompare
{
   max-width: 1000px; 
   display: inline-block;
}


div.imagecontainer680
{
   max-width: 680px; 
   display: inline-block;
}

img.fullsizeimage 
{
   height: auto;
   width: 100%;
   border: 0; 
}

img.fullsizeimage_border 
{
   height: auto;
   width: 100%;
   border: 1px solid black; 
}

div.textsans_left
{
   font: 15px Arial, Helvetica, Geneva, sans-serif;  
   line-height: 1.3em;
   text-align: left; 
}

.topnav 
{
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-color: #fff;
  font-weight: normal;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #888;  
}

.topnav a {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 15px;
}

.topnav a:hover {
   background-color: #00A0EB;
   color: #fff; 
}

.topnav a.special:hover {
  background-color: white;
  color: yellow;
}
.topnav a.active {
  background-color: #00A0EB;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 900px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav
  {display:block}
}

@media screen and (max-width: 900px) 
{
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

table.download_centered
{
   margin: 0 auto;
   width: 500px;
   max-width: 100%;
}
@media screen and (max-width: 500px) 
{
   table.download_centered
   {
   margin: 0 auto;
   width: 100%;
   }
}

table.table_fullwidth_noborder
{
   width: 100%;
   padding: 4px;
   border-spacing: 0;
}

table.table_fullwidth_border
{
   width: 100%;
   padding: 0px;
   border-spacing: 0;
   border: 1px solid black;
   border-collapse: collapse;
}

table.table_border
{
   border-spacing: 0;
   border: 1px solid black;
   border-collapse: collapse;
}

div.row 
{
  width: 100%;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 900px) 
{
   div.row 
   {
   	margin: 0 auto;
   	width: 100%;
   	flex-direction: column;
   }
}

div.container_left
{
   width: 60%;
}
@media screen and (max-width: 900px) 
{
   div.container_left 
   {
   	width: 100%;
   }
}

div.container_right
{
   width: 40%;
   text-align: center;
}
@media screen and (max-width: 900px) 
{
   div.container_right 
   {
   	width: 100%;
    }
}

div.product_row 
{
  width: 100%;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 900px) 
{
   div.product_row 
   {
   	margin: 0 auto;
   	width: 100%;
   	flex-direction: column;
   }
}

div.product_container_left
{
   width: 70%;
}
@media screen and (max-width: 900px) 
{
   div.product_container_left 
   {
   	width: 100%;
   	text-align: center;
   }
}

div.product_container_right
{
   margin-left: 10px;
   width: 30%;
   text-align: center;
}
@media screen and (max-width: 900px) 
{
   div.product_container_right 
   {
   	width: 100%;
      margin-left: 0px;
   }
}

div.imagecontainer340
{
   max-width: 340px; 
   display: inline-block;
}

div.format_row 
{
  width: 100%;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 900px) 
{
   div.format_row 
   {
   	margin: 0 auto;
   	width: 100%;
   	flex-direction: column;
   }
}

div.format_container_left
{
   width: 50%;
}
@media screen and (max-width: 900px) 
{
   div.format_container_left 
   {
   	width: 100%;
   }
}

div.format_container_right
{
   width: 50%;
   text-align: center;
}
@media screen and (max-width: 900px) 
{
   div.format_container_right 
   {
   	width: 100%;
   }
}

ul.nomargins
{
}
@media screen and (max-width: 900px) 
{
   ul.nomargins 
   {
   	margin: 0 0;
   }
}

div.imagecontainer154
{
   max-width: 154px; 
   display: inline-block;
}

div.product_page_row 
{
  width: 100%;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 900px) 
{
   div.product_page_row 
   {
   	margin: 0 auto;
   	width: 100%;
   	flex-direction: column;
   }
}

div.product_page_left
{
   width: 154px;
   text-align: center;
}
@media screen and (max-width: 900px) 
{
   div.product_page_left 
   {
   	width: 100%;
   }
}

div.product_page_right
{
   margin-left: 10px;
   width: 750px;
   text-align: left;
}
@media screen and (max-width: 900px) 
{
   div.product_page_right 
   {
   	width: 100%;
      margin-left: 0px;
      text-align: center;
   }
}

div.info_row 
{
  width: 100%;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 900px) 
{
   div.info_row
   {
   	margin: 0 auto;
   	width: 100%;
   	flex-direction: column;
   }
}

div.info_container_left
{
   width: 33%;
}
@media screen and (max-width: 900px) 
{
   div.info_container_left 
   {
   	width: 100%;
   	text-align: center;
   }
}

div.info_container_middle
{
   width: 33%;
   text-align: center;
}
@media screen and (max-width: 900px) 
{
   div.info_container_middle 
   {
   	width: 100%;
      margin-left: 0px;
   }
}

div.info_container_right
{
   width: 33%;
   text-align: center;
}
@media screen and (max-width: 900px) 
{
   div.info_container_right 
   {
   	width: 100%;
      margin-left: 0px;
   }
}

td.lt
{
	text-align: left;
	vertical-align: top;
}

td.lm
{
	text-align: left;
	vertical-align: middle;
}

td.lt_b
{
	text-align: left;
	vertical-align: top;
	border: 1px solid black;
  	padding: 4px;
}

td.cm_b
{
	text-align: center;
	vertical-align: middle;
	border: 1px solid black;
  	padding: 4px;
}

td.cm_b100
{
	text-align: center;
	vertical-align: middle;
	border: 1px solid black;
  	padding: 4px;
  	width: 100px;
}

td.cm
{
	text-align: center;
	vertical-align: middle;
  	padding: 4px;
}

td.ct
{
	text-align: center;
	vertical-align: top;
}

td.ct_b
{
	text-align: center;
	vertical-align: top;
	border: 1px solid black;
  	padding: 4px;
}

div.tl
{
   font: 15px Arial, Helvetica, Geneva, sans-serif;  
	text-align: left;
   line-height: 1.3em;
}

hr.hrstyle50
{
  border-top: 1px solid black;
  width: 50%;
}

/*** NEW AUGUST 2024 ****/

h1.mainh1
{
   margin:14px 0px 9px 0px; 
   padding:0px; 
   font: 24px Arial, Helvetica, Geneva, sans-serif; 
   font-weight: bold; 
   text-align: left;  
}

h2.mainh2
{
   margin:8px 0px 8px 0px; 
   padding:0px; 
   font: 20px Arial, Helvetica, Geneva, sans-serif; 
   font-weight: bold; 
   text-align: left;
}

h3.mainh3
{
   margin:0px 0px 8px 0px; 
   padding:0px; 
   font: 16px Arial, Helvetica, Geneva, sans-serif; 
   font-weight: bold; 
   text-align: left;   
}

h4.mainh4
{
   margin:0px 0px 8px 0px; 
   padding:0px; 
   font: 14px Arial, Helvetica, Geneva, sans-serif; 
   font-weight: bold; 
   text-align: left;   
}


h1.mainh1c
{
   margin:14px 0px 9px 0px; 
   padding:0px; 
   font: 24px Arial, Helvetica, Geneva, sans-serif; 
   font-weight: bold; 
   text-align: center;   
}

h2.mainh2c
{
   margin:8px 0px 8px 0px; 
   padding:0px; 
   font: 22px Arial, Helvetica, Geneva, sans-serif; 
   font-weight: bold; 
   text-align: center;
}

h3.mainh3c
{
   margin:0px 0px 8px 0px; 
   padding:0px; 
   font: 20px Arial, Helvetica, Geneva, sans-serif; 
   font-weight: bold; 
   text-align: center;   
}


div.mainleft
{
   width: 100%; 
   text-align: left;
}

table.topchoice
{
width: 60%; 
text-align: center; 
border: 0; 
margin: 0 auto; 
border-spacing: 0; 
border-collapse: collapse;   
}