/***********/
/* general */
/***********/
/* complete document */
body { margin: 0; /*background-color: #ffffee;*/ color: black; border:none; font-family: "Verdana", Geneva, sans-serif; font-size: 20px; }
/* design tables */
table { margin: 0; border: 0; empty-cells: show; }
table.main { width: 100%; height: 100%; border-spacing: 0px; border-collapse: separate; }
tr.memberof { background-color: #ffffee; }
/* table cells */
td { padding: 2px; }
/* table cell for graphics */
td.contentView { padding: 0px; }
/* table menu */
table.header { padding: 2px; border-spacing: 0; width: 100%; }
td.icon { width: 104px; }
/* table for sub menus inside the main text */
table.submenu { padding-left: 4px; border-spacing: 0; }
/* padding before sub menus in text */
div.submenu { padding-top: 8px; }
/* table stations */
table.subnet { padding: 1px; margin: 1px; table-layout: fixed; width: 100%; font-size: 9px; }
table.subnet td { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
div.stationContent { position: relative; }
div.stationContent a { display:block; } /* so the entire area is the link, not only the text */
div.cyclic { position: absolute; width: 5px; height: 5px; top: 0; right: 0; background-color: #0000FF }
div.errstack { position: absolute; width: 5px; height: 5px; top: 5px; right: 0; background-color: #FF0000 }
/* station tooltips */
table.subnet td div.tooltip { display: none; position: absolute; border: 1px solid black; padding:2px; z-index:1; /* z-index to show tooltip above page content */ }
table.subnet td:hover div.tooltip { display: block; }
div.subnetHint { display: table-header-group; }
div.subnetDiv { display: table; width: 100%; }
/* table versions */
table.tableversions { padding: 1px; margin: 1px; }
/*.tableversions tr td:first-child + td { width:20%; }
.tableversions tr td:first-child + td + td { width:20%; }*/
table.dialog { height: 100%; border-spacing: 0px; border-collapse: separate; }
/* table browse test */
table.browse { border: 1px solid black; margin: 1px solid black; }
/* list of opc services */
table.opcservices { max-width: 1000px; }
/* definitions coming soon */
/* header subwindow */
.headerwindow { border: none; width: 100%; height: 3.5em; }
div#headerWinFirst a { display:block; }

table.hardware { border-spacing: 0; border-collapse: collapse; }
table.hardware td { border: 1px solid black; vertical-align: top;}

td.download_table { padding: 0.5em; }

a > img { border: 0; } /* IE */

.tanilogo { width: 16em; /* height: 6.948em */ vertical-align: top;}
.tanilogo_div { float:left; }
.headline { text-align: center; margin-bottom: 0; }

/* Used in the public web sites */
/*.content { margin-left: 1em; margin-right: 1em; }*/
.content { max-width: 1500px; margin-left: auto; margin-right: auto; margin-top: 1em; }
.bigfont { /*font-size: 18px; */ line-height: 120%; margin-bottom: 2em; }
.content .headlineImage { vertical-align: middle; width: 12em; }

.bigscreen .headline { padding-top: 1em; }
.bigscreen .navbar {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.bigscreen2 { position: relative; }
.bigscreen2 .languagelink { position: absolute; bottom: 0; right: 1em; }

.smallscreen { display: none; }
.smallscreen2 {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.smallscreen .languagelink { height: 1.948em; padding-top: 1em; }
.smallscreen .headline { margin-top: 0; }

@media (max-width: 1520px)
{
	.content { max-width: 1125px; }
}

@media (max-width: 1145px)
{
	.content { max-width: 750px; }
	.tanilogo { width: 8em; }
	.bigfont { font-size: 14px; }
	.smallscreen { display: block; }
	.bigscreen { display: none; }
}
@media (max-width: 770px)
{
	.content { max-width: 375px; }
	.tanilogo { width: 8em; }
}
@media (max-width: 450px)
{
	.bigfont { font-size: 12px; }
}

.generalinformation{} /* general info */
.highlights{} /* product highlights */
.footer2 { position:fixed; top:100%; left:0px; width:100%; }
.footer { position:relative; top:-2.5em; height: 2.5em; background-color: #ffffff; padding-top:0.5em; font-size:9px; display:block; width:100%; white-space: nowrap; overflow:hidden; }

@media (max-width: 1145px)
{
	/*.footer, .footer2 { display: none; }*/
	.footer, .footer2 { position:static; height: auto; white-space: normal; }
}

.dl_small { display: none; }
@media (max-width: 1145px)
{
	.dl_small { display: table-cell; }
	.dl_big { display: none; }
}

.pv:nth-child(odd) { background-color: #ffffdd; color: black; }
.pv:nth-child(even) { background-color: #ffffdd; color: black; }
.pv:nth-child(odd) .highlight { background-color: #33ff33; text-align: center; }
.pv:nth-child(even) .highlight { background-color: #66ff99; text-align: center; }

h1, h2, h3, h4, h5, h6 { line-height: 120%; }

.errmsg { color: red; }

/* hints table */
.hints {
	width: 100%;
	max-width: 1000px;
	border: 0px;
}

/* functinality table */
.functionality {
	width: 100%;
	max-width: 1000px;
}
.functionality tr td {
	border: 1px solid black;
}
.functionality tr td:first-child {
  width: 1%;
  white-space: nowrap;
}
table.functionality td { vertical-align: top;}

/* homepage boxes */
.floatarea { display: flex; flex-direction: row; flex-wrap: wrap; }
.floatbox { width: 375px; /*margin-right: 9px; margin-top: 15px; padding: 9px;*/ }
.floatbox a.octalink { color: inherit; text-decoration: none; }
.floatbox a.octalink:hover { text-decoration: underline; }
.floatbox .h { font-size: 16px; font-weight: bold; margin-bottom:1em; text-align:center; padding-top:5px; padding-left:35px; width:305px; }
.floatbox .octa { background-image: url('../SVG/frame.svg'); width:375px; height:375px; background-size: contain; background-repeat: no-repeat; transition: transform 0.2s; position: relative; }
.floatbox .octa:hover { transform:scale(1.03,1.03); }
.floatbox .i { display:block; }
.floatbox .t { text-align: center; font-size: 80%; padding-left: 50px; padding-right: 50px; display: block; top: 150px; }
.floatbox .t2 { font-size: 80%; display: block; top: 325px; position: absolute; width: 100%; text-align: center; }
.floatbox .t2 button { text-align: center; }
.floatbox .t2 button:hover { background-color: green; color: white; }

.floatbox a.lightlink { text-decoration: none; }
.floatbox a.lightlink:hover { text-decoration: underline; }

@media (max-width: 1145px)
{
	.floatbox .h { font-size: 14px; }
}
@media (max-width: 770px)
{
	.floatbox { float: none; width: auto; width: 100%; }
	.floatbox .octa { margin-left: auto; margin-right: auto; }
}
@media (max-width: 450px)
{
	.floatbox .h { line-height: 1.2em; }
	.floatbox .octa { transform:scale(0.67,0.67); margin-bottom: -50px; margin-top: -50px; }
	.floatbox .octa:hover { transform:scale(0.70,0.70); }
}

.teaser_image_right {
	background-color: #0a1c33;
	background-size: 100%, auto;
	background-repeat: no-repeat, repeat;
	background-position: center;
	width:100%; height:270px;
	object-fit: fill;
	color: white;
	text-align: center;
}

@media (max-width: 1047px)
{
	.teaser_image_right {
		background-size: auto, 50%;
	}
}

/* this needs style="background-image: url('../Images/SVG/xxx.svg'), linear-gradient(rgba(255,255,238,0.6),rgba(255,255,238,0.6));" on each element */
.desaturatedBG {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-blend-mode: saturation;
}

.ProductTable .orderno, .PricelistTable .orderno {
	padding-right: 2em;
}
.PricelistTable .price {
	text-align: right;
}

/*
.ProductTable td[data-depth='1'], .PricelistTable td[data-depth='1'] { padding-left: 12px; }
.ProductTable td[data-depth='2'], .PricelistTable td[data-depth='2'] { padding-left: 22px; }
.ProductTable td[data-depth='3'], .PricelistTable td[data-depth='3'] { padding-left: 32px; }
.ProductTable td[data-depth='4'], .PricelistTable td[data-depth='4'] { padding-left: 42px; }
.ProductTable td[data-depth='5'], .PricelistTable td[data-depth='5'] { padding-left: 52px; }
*/

.ProductTable .ProductName {
	position: relative;
}
.ProductTable .ProductName a {
	color: black;
	text-decoration: underline;
}
.ProductTable .ProductTooltip {
	visibility: hidden;
	position: absolute;
	top: 1.3em;
	left: 0;
	white-space: nowrap;
	background-color: white;
	color: black;
	padding: 5px 0;
	border: 1px solid black;
	border-radius: 6px;
	z-index: 1;
}
.ProductTable .ProductName a:focus + .ProductTooltip {
	visibility: visible;
}
.ProductTable .ProductName a:hover + .ProductTooltip {
	visibility: visible;
}
.ProductTable .ProductName .ProductTooltip:hover {
	visibility: visible;
}

.PricelistTable .price {
	font-weight: bold;
}
.PricelistTable .ProductName {
	font-weight: bold;
}
.PricelistTable .ProductGroupName {
	font-size: 150%;
}

.pricelist_container {
	width: 100%; font-size: large;
}
.pricelist_header {
	text-align: center; width: 100%; font-size: 4vw;
}
.pricelist_header_sub {
	text-align: center; width: 100%;
}

/*****************************/
/* colors for detail and hex */
/*****************************/
/* colors 0-9 */
span.c0 { color: rgb(0,0,0); }
span.c1 { color: rgb(0,30,255); }
span.c2 { color: rgb(0,100,255); }
span.c3 { color: rgb(0,180,90); }
span.c4 { color: rgb(0,40,255); }
span.c5 { color: rgb(0,255,0); }
span.c6 { color: rgb(0,200,130); }
span.c7 { color: rgb(0,130,60); }
span.c8 { color: rgb(17,34,51); }
span.c9 { color: rgb(4,40,0); }
/* underline, bold */
span.cu { text-decoration: underline; }
span.cb { font-weight: bold; }

/************/
/* menu bar */
/************/

.orderno { white-space: nowrap; }

/* connection and table  list */
table.connections { }
table.connbuttons { }
table.conncontent { }
tr.connactive { }
tr.conninactive { background-color: #ffffcc; }
td.conname { font-weight: bold; }

/**************/
/* open/close */
/**************/

.DropOpenExclusive input { display: none; }
.DropOpenExclusive label { cursor: pointer; }
.DropOpenExclusive input + label h4 { margin-top: 0; margin-bottom: 0em; padding-top: 0.25em; padding-bottom: 0.25em; }
.DropOpenExclusive input + label + div { display: none; }
.DropOpenExclusive input:checked + label + div { display: block; }
.DropOpenExclusive input + label h2 div.opencloseicon { display: inline-block; width: 20px; height: 20px; background: url(../PNG/OpenCloseArrow.png); background-position: -21px 0; }
.DropOpenExclusive input + label h2:hover div.opencloseicon { background-position: -21px -21px; }
.DropOpenExclusive input:checked + label h2 div.opencloseicon { background-position: 0 0; }
.DropOpenExclusive input:checked + label h2:hover div.opencloseicon { background-position: 0 -21px; }
.DropOpenExclusive input + label h3 div.opencloseicon { display: inline-block; width: 20px; height: 20px; background: url(../PNG/OpenCloseArrow.png); background-position: -21px 0; }
.DropOpenExclusive input + label h3:hover div.opencloseicon { background-position: -21px -21px; }
.DropOpenExclusive input:checked + label h3 div.opencloseicon { background-position: 0 0; }
.DropOpenExclusive input:checked + label h3:hover div.opencloseicon { background-position: 0 -21px; }
.DropOpenExclusive input + label h4 div.opencloseicon { display: inline-block; width: 20px; height: 20px; background: url(../PNG/OpenCloseArrow.png); background-position: -21px 0; }
.DropOpenExclusive input + label h4:hover div.opencloseicon { background-position: -21px -21px; }
.DropOpenExclusive input:checked + label h4 div.opencloseicon { background-position: 0 0; }
.DropOpenExclusive input:checked + label h4:hover div.opencloseicon { background-position: 0 -21px; }

/*********/
/* forms */
/*********/
.form_div { text-align: center; }
.form_div2 { width: 20em; display: inline-block; text-align: left; }
.submit-button  { width: 100%; }
.register-link { color: rgb(255,128,0); }
.form_div2 input, .form_div2 select, .form_div2 textarea { width: 100%; box-sizing: border-box; }
.form_div2 input[type=checkbox] { width: auto; }
.form_div2 .nowrap { white-space: nowrap; }
.form_div2 .nowrap label { white-space: normal; }

/*********/
/* main page image with text */
/*********/
.MainPageImage { position: relative; width: 100%; /* for IE 6 */ }
.MainPageImageOverlay { font-weight: bold; position: absolute; top: 50px; left: 10px; width: 100%; color: #444444; }

/***************/
/* remote list */
/***************/
/* iframe around remote lists */
.rlistframe { border: none; width: 100%; height: 200px; }
/* the list itself */
.rlist { white-space: nowrap; }
/* design table of list */
.rlist table { border-spacing: 0; margin-right: 1em; }
/* table header */
.rlist thead { position: relative; top: 0px; left: 0px; z-index: 1; }
/* table body */
.rlist tbody { position: relative; top: 0px; left: 0px; }
/* table row */
.rlist tr { background-color: #ffffcc; }
/* alternate table row */
.rlist tr.alt { background-color: #ffffff; }
/* selected table row */
.rlist tr.sel { background-color: #9999ff; }
/* alternate selected table row */
.rlist tr.altSel { background-color: #aaaaff; }
/* complete scroll bar */
.rlistscroll { background-color: #ffffcc; width: 1em; padding: 0px; margin: 0; }
/* line up button */
.rlistup { vertical-align: top; text-align: center; height: 1em; }
/* line down button */
.rlistdown { vertical-align: bottom; text-align:center; height:1em; }
/* scrollbar background -- js only */
.rlistscrollbg { display: none; width: 1em; position: fixed; top: 0px; left: 100%; z-index: 2; }
/* scrollbar elements -- js only */
.rlistscrollelem { width: 1em; position: relative; top: 0px; left: -1em; cursor: pointer; }
/* scrollbar slider -- js only */
.rlistslider { background-color: #cccc00; }
/* scrollbar slider if pressed by mouse */
.rlistsliderpressed { background-color: #0000ff; }
/* line below remote list, contains submit button etc. */
.rlistform { background-color: #ffffcc; position: relative; top: 0px; left: 0px; z-index: 1; }
/* scrolling enabler for mobile devices */
/*   default: hidden */
.rlistnooverlay { display: none; }
/*   enabled */
.rlistoverlay { display: block; position: absolute; top: 2em; left: 100%; width: 0px; z-index: 2; }
/*   image size & style */
.rlistoverlay img { position: absolute; left: -3.5em; height: 5em; width: 2.5em; margin-right: 1em; opacity: 0.5; filter: alpha(opacity=50); background-color: #ffffcc; }
/*   alternate style if enabled */
.rlistoverlay img.enabled { background-color: #ff0000; }

/*****************/
/* Detail Window */
/*****************/

#detailwindowcontent div { margin-right:0.5em; }

/*******************************/
/* statistic clock instruments */
/*******************************/
/* iframe around netload window */
.netloadframe { border: none; width: 100%; height: 500px; }
/* outer circle */
.clockInstBorder { stroke: none; fill: #EEEEEE; }
/* background of scale */
.clockInstInner { stroke: none; fill: #FFFFFF; }
/* center circle */
.clockInstCenter { stroke: none; fill: #EEEEEE; }
/* scale lines */
.clockInstGridLine { stroke-width: 1; stroke: #000000; fill: none; }
/* texts */
.clockInstText { font-size: 40px; }
/* scale texts */
.clockInstScaleText { font-size: 35px; }
/* indicator; note that the colors are defined elsewhere to allow differently colored indicators */
.clockInstIndicator { stroke: none; }
/* indicator colors for buffer load */
.clockInstBufferIndicator { fill: #888888; }
.clockInstBufferIndicatorSmall { fill: #880000; }
/* for net load the colors come from netDiagColors.css */

/*****************************/
/* statistic net load curves */
/*****************************/
/* coordinate axis */
.loadGridAxis { stroke-width: 1; stroke: #000000; fill: none; }
/* coordinate grid line */
.loadGridLine { stroke-width: 1; stroke: #444444; fill: none; }
/* text on coordinate axis */
.loadGridAxisText { font-size: 40px; }
/* load curves; note that the colors are defined elsewhere to allow differently colored curves */
.loadGridCurve { stroke-width: 3; fill-opacity:0.3; }
/* net load curve legend */
.loadGridLegendText { font-size: 30px; }

/* the size of 300000px is used to circumvent a specification hole in svg
 * chrome needs it, firefox doesn't
 * safari and IE don't handle it in either case and need javascript solution (resizeHandler, SVGsToResize)
 */
.inlinesvg { display: block; width:300000px; max-width: 100%; max-height:300000px; overflow: visible; }

/***************/
/* Banner line */
/***************/
.bannerLine { display: block; background: black; color:gray; margin-top: 0; font-size: small; }
.bannerLine a { color: LightBlue; }

.salesTable tbody tr td:first-child { padding-right: 5em; }

.scrollbox { width:100%; max-height: 90vh; position: relative; font-size: 0; }
.scrollbox input { display: none; }
.scrollbox .scrollboxlabels { position: absolute; top: 0; left: 0; z-index:1; white-space: nowrap; }
.scrollbox .scrollboxlabels label img { height: 32px; width: 32px; }
.scrollbox input.zoomin:checked ~ .scrollboxlabels label.zoomin { display: none; }
.scrollbox input.zoomout:checked ~ .scrollboxlabels label.zoomout { display: none; }
.scrollbox .scrollboximg { display: block; }
.scrollbox input.zoomin:checked ~ .scrollboximg { overflow: scroll; max-height: 90vh; }
.scrollbox input.zoomout:checked ~ .scrollboximg img { max-width: 100%; max-height: 90vh; }

/* new layout */
.new__header {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
}
.new__header_left {
	white-space: nowrap;
}
.new__header_center {
	flex-shrink: 1;
}
.new__header_right {
	white-space: nowrap;
}
.new__tanilogo {
	width: 13em;
	vertical-align: middle;
	margin-left: 2em;
}
.new__headline {
	font-size: 12px;
	display: block;
	text-align: center;
}
/* complete menubar */
.new__navbar {}
/* disable usual <ul> style */
.new__navbar ul {
	list-style-type: none;
	padding: 0em;
	display: inline;
	margin: 0;
}
/* menu items */
.new__navbar li {
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
}
.new__navbar li:last-child { margin-right: 0.5em; }
.new__navbar li.active {
	border-top: 1px solid black;
	font-weight: bold;
}
/* menu links */
.new__navbar a {
	padding: 0.5em;
	color: #444444;
	text-decoration: none;
	display: block;
}
.new__navbar a:hover { text-decoration: underline; }
.new__loginlink {
	padding: 0.1em;
	border: 1px solid black;
	border-radius: 3px;
	color: inherit;
	text-decoration: none;
	margin-right: 2em;
}
.new__loginlink:hover {
	background-color: green;
	color: white;
}
.new__languagelink img {
	height: 3em;
	vertical-align: middle;
	margin-right: 2em;
}

.new__menu {
	position: relative;
	height: 52px;
	font-size: 14px;
	line-height: 120%;
	z-index: 4;
}

.new__menu input { display: none; }
.new__menu > label {
	height: 44px;
	display: inline-block;
}
.new__menu > label > img {
	height: 24px;
	width: 24px;
	display: inline;
	vertical-align: middle;
	padding: 10px;
}

.new__menu ul { list-style-type: none; padding: 0; }
.new__menu > ul { position: absolute; top: 16px; right: 0; background-color: #e6c627; padding: 5px; min-width: 12em;}
.new__menu ul { display: none; }
.new__menu input:checked ~ ul { display: block; }
.new__menu > input:checked ~ label { background-color: #e6c627; }
.new__menu > ul img { vertical-align:baseline; height:1em; } 
.new__menu > ul > li { }
.new__menu > ul > li > ul { padding-left: 25px; }
.new__menu .imgPlus, .new__menu .imgMinus { float: none; }
.new__menu input + span label > .imgPlus { display: inline; }
.new__menu input + span label > .imgMinus { display: none; }
.new__menu input:checked + span label > .imgPlus { display: none; }
.new__menu input:checked + span label > .imgMinus { display: inline; }
.new__menu li { padding-top: 0.5em; }
.new__menu a { color: inherit; text-decoration: none; display: inline-block; white-space: nowrap; }
.new__menu a:hover { text-decoration: underline; }
.new__menurow {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.new__smallscreen { display: none; }
@media (max-width: 1145px)
{
	.new__tanilogo { width: 8em; /* height 3.474em */ }
	.new__smallscreen { display: inline; }
	.new__bigscreen { display: none; }
}

/* new layout 2 */
.new2__header {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	font-size: 14px;
	
	background-color: #0a1c33;
	background-size: 100%, auto;
	background-repeat: no-repeat, repeat;
	background-position: center;
	width:100%; /*height:270px;*/
	object-fit: fill;
	color: white;
}

@media (max-width: 1047px)
{
	.new2__header {
		background-size: auto, 50%;
	}
}

.new2__header_left {
	white-space: nowrap;
	margin-top: 3em;
}

.new2__header_right {
	white-space: nowrap;
	height: 200px;
	flex-basis: 40%;
}

.new2__header_banner_50 {
	flex-basis: 50%;
	overflow-x: hidden;
	padding-left: 1em;
	padding-right: 1em;
}

.new2__header_banner_100 {
	flex-basis: 50%;
	overflow-x: hidden;
	padding-left: 1em;
	padding-right: 1em;
}

@media (max-width: 1270px)
{
	.new2__header_right {
		margin-top: 4em;
	}
	.new2__header_right .header_decoration {
		display: none;
	}
}
@media (max-width: 850px)
{
	.new2__header_right {
		height: auto;
	}
	.new2__header_banner_50 {
		flex-basis: 100%;
	}
}

.new2__header_right span {
	vertical-align: top;
}

.header_decoration {
	vertical-align: bottom;
}

.header_action {
	vertical-align: bottom;
	display: inline-block;
	font-size: 200%;
	line-height: 1.2;
	background-color: white;
	border: 2px solid gray;
	border-radius: 0.5em;
	color: black;
	padding: 0.5em;
}
.header_action a {
	text-decoration: none;
	color: black;
}
.header_action a:hover {
	text-decoration: underline;
}

.new2__tanilogo {
	width: 25vw;
	vertical-align: middle;
	margin-left: 2em;
}

.new2__loginlink {
	padding: 0.1em;
	border: 2px solid black;
	border-radius: 0.5em;
	border-color: black;
	color: black;
	text-decoration: none;
	display: inline-block
}
.new2__loginlink:hover {
	background-color: green;
	color: white;
}

.new2__loginlink2 {
	padding: 0.1em;
	border: 2px solid black;
	border-radius: 0.5em;
	border-color: white;
	color: white;
	text-decoration: none;
	display: inline-block
}
.new2__loginlink2:hover {
	background-color: green;
	color: white;
}

.new2__logintext {
	color: black;
}

.new2__logintext2 {
	color: white;
}

.new2__block {
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 150%;
	line-height: 120%;
}

.new2__block2 {
	display: flex;
	max-width: 1500px; margin-left: auto; margin-right: auto;
	align-items: center;
}

.new2__block2 div {
	flex-grow: 1;
}

.new2__block2 img {
	width: 20vw;
}

@media (max-width: 750px)
{
	.new2__block2 { display: block; }
	.new2__block2 a { display: block; text-align: center; }
}

.new2__floatarea {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-content: center;
	justify-items: center;
}
@media (max-width: 1270px)
{
	.new2__floatarea {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 850px)
{
	.new2__floatarea {
		grid-template-columns: repeat(1, 1fr);
	}
}

.new2__floatbox {
	width: 375px;
	margin-right: 9px;
	margin-top: 70px;
	padding: 9px;
	position: relative;
	border: 3px solid gray;
	border-radius: 20px;
	padding: 1em;
	padding-top: calc(1em + 48px);
	background-color: white;
	color: #20335F;
}

.new2__floatbox_icons {
	height: 96px;
	position: absolute;
	top: -48px;
	left: 20px;
}

.new2__floatbox_icons img {
	height: 96px;
	width: 96px;
}

.new2__floatbox a {
	text-decoration: none;
	color: #20335F;
}
