:root {
  --main-width: 1100px;
  --back-color: #fff;
  --surr-color: #fafafa;
  --surr-color-darker: #efefef;
  --text-color: #171717;
  --text-color-slightly-muted: #444;
  --text-color-muted: #555;
  --header-color:#2e2e2e;
  --link-color: #af0e0e;
  --link-color-visited: #8a091a;
  --table-bg-odd: #fafafa;
  --table-bg-even: #f5f5f5;
  --black: #000;
  --navigation-selected:#343434;
  --navigation-selected-a:#fff;
  --border-color-light: rgba(0, 0, 0, 0.04);
  --background-color-light: rgba(0, 0, 0, 0.03);
  --hover-bg-color: #f9dede;
}

:root.dark {
	--back-color: #222;
  --surr-color: #333;
  --surr-color-darker: #444;
  --text-color: #fff;
  --text-color-slightly-muted: #ccc;
  --text-color-muted: #aaa;
 	--header-color:#efefef;
  --link-color:#e8493f;
  --link-color-visited:#e8493f;
  --table-bg-odd: #252525;
  --table-bg-even: #333;
  --black:#fff;
	--navigation-selected:#000;
	--navigation-selected-a:#fff;
	--border-color-light: rgba(255, 255, 255, 0.04);
	--background-color-light: rgba(255, 255, 255, 0.03);
	--hover-bg-color: #000;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica Neue", BlinkMacSystemFont, -apple-system, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.65;
  margin: 0px 0px 0px 0px;
  background-color: var(--surr-color);
}

p {
  font-size: 1em;
  margin: 0 0 1em 0;
}

header {
  display: block;
  /*background-color:#fafafa;*/
}

main {
  display: block;
}

aside {
  display: block;
}

#nbc_main,
#nbc_main_home {
  background: var(--back-color);
  min-width: var(--main-width);
  width: var(--main-width);
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

#nbc_main_wide,
#nbc_main,
#nbc_main_home {
  /*background-color:#fff;*/
  position: relative;
}

#nbc_main_wide {
  float: left;
  min-width: 100%;
}

/* Header */
#nbc_topb,
#nbc_topb_wide {
  margin-left: 372px; /*372px;*/
  margin-bottom: -40px;
  height: 90px;
  display: none;
}

#nbc_topbar {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--main-width);
  height: 38px;
  position: relative;
}

#nbc_topbar_wide {
  height: 45px;
  width: auto;
  text-align: left;
  vertical-align: middle;
  padding: 0px;
  overflow: hidden;
  /*background: #d1d1d1; 
	background: -webkit-linear-gradient(top, #d1d1d1 0%,#f1f1f1 100%); 
	background: -ms-linear-gradient(top, #d1d1d1 0%,#f1f1f1 100%); 
	background: linear-gradient(to bottom, #d1d1d1 0%,#f1f1f1 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#f1f1f1',GradientType=0 ); 
	background-color:#efefef;*/
}

#nbc_leftb {
  position: sticky;
  top: 5px;
  float: left;
  margin-top: 5px;
  margin-left: -325px;
  width: 300px;
  min-height: 600px;
  /*background-color: #aa9999;*/
}

#nbc_skys {
  /*position:fixed;
  top:10px;
  margin-left: 1110px;
  */
  position: sticky;
  top: 5px;
  float: right;
  margin-top: 5px;
  margin-right: -325px;
  width: 300px;
  min-height: 600px;
  /*background-color: #aa9999;*/
}

.nbc_logo {
  height: 56px;
  position: absolute;
  bottom: -19px;
}
html.dark .nbc_logo {
  filter: grayscale(1) invert(1);
}

.nbc_logo_alone {
  height: 56px;
  position: absolute;
  bottom: -19px;
  z-index: 3;
}

#nbc_logobottom {
  width: 318px;
  height: 60px;
  float: left;
  margin: -43px 0 0 17px;
  background: url(images/header_bg.svg) no-repeat top left;
  /*width: 78px;
	height: 17px;
	margin: 0px 0px 0px 19px;
	background: white url(images/header_sprite.gif) no-repeat top left;
	background-position: -319px -21px;*/
}

#navigation_logo_bottom {
  width: 97px;
  overflow: hidden;
  float: left;
  /*height:27px;
	border-bottom: 1px solid #34343a; */
}

#nbc_topbar_rightbox {
  width: 55%;
  height: 45px;
  float: right;
  display: none;
} /*
#nbc_searchbar
{
	width: 219px;
	height: 22px;
	margin-top:15px;
	float: left;
	border-radius: 18px;
  box-shadow: 0 1px rgba(255,255,255,0.09),0 1px rgba(0,0,0,0.2) inset;
  background-color: #fff;
  border: none;
}
#nbc_searchbar_field
{
	width: 164px;
	height: 17px; 
	margin: 1px 0px 0px 10px;
	border: 0px !important;
	background-color: white;
}
#nbc_searchbar_button
{
	width: 25px;
margin-top: 2px;
height: 17px;
float: right;
background: url('images/lupe.svg') no-repeat 0px 0;
border: 0;
cursor: pointer;	
}
*/

#nbc_searchbar {
  position: absolute;
  right: 0;
  bottom: -2px;
  padding: 1em 0 0 0.2em;
  background-color: var(--surr-color);
  opacity: 0.85;
}

#nbc_searchbar form {
  display: inline-block;
  margin: 0px;
  padding: 3px;
}

#nbc_searchbar a {
  display: block;
  padding: 0 0.3em;
  color: var(--text-color);
}

#nbc_searchbar a:hover {
  text-decoration: none;
  background-color: #f3f3f3;
}

html.dark #nbc_searchbar a:hover {
  background-color:#000;
}

#nbc_searchbar_button {
  width: 18px;
  height: 20px;
  background: url("images/lupe_v2.svg") no-repeat 0px 0;
  border: 0;
  margin: 0 0 3px 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
html.dark #nbc_searchbar_button {
  filter: invert(1);
}

#nbc_searchbar_lang {
  display: inline-block;
  vertical-align: middle;
}

#nbc_searchbar_field {
  margin: 0;
  border-radius: 2px;
  font-size: 1.1em;
  padding: 2px;
  height: 1em;
}

/*
#nbc_searchbar2 {
clear:both;
border-radius: 2px;
margin-top:3px;
box-shadow: 0 1px rgba(255,255,255,0.09),0 1px rgba(0,0,0,0.2) inset;
background-color: #fff;
margin:5px;
margin-bottom:3px;
}
#cse-search-link {
padding: 5px;
float:right;
color:#a4a4a4;
border-right: 1px solid #999;
}

#nbc_searchbar_button2
{
	width: 13.6px;
	margin:4px 5px;
	height: 17px;
	background: url('images/lupe_v2.svg') no-repeat 0px 0;
	border: 0;
	cursor: pointer;
	float:right;
}
#nbc_searchbar_field2
{
	width: 80%;
	height: 22px; 
	
	border: 0px !important;
	background-color: white;
}
*/
/*
#nbc_langselect
{
	height: 18px;
	margin: 27px 0px 0px 0px;
	float: right;
}
#nbc_langselect_right
{
	height: 18px;
	float: right;
}
#nbc_langselect_spacer
{
	width: 10px;
	height: 10px;
}
#nbc_langselect img
{
	margin: 2px 1px;
	border: 0px;
	float: left;	
}
*/
/*
.nbc_flag
{
	margin: 3px 1px;
	border: 0px;
	float: left;
}
.nbc_flaglink {
	background-image: url('images/flags/flags_sprite.gif'); 
	width:16px;
	height:11px;
	text-decoration: none;
	display:inline-block;
	margin:2px;
	margin-top:4px;
}
*/
#nbc_menubar {
  width: 100%;
  background: #00000010;
  padding: 0px;
  /*overflow: auto;*/
  position: relative;
  overflow: hidden;
  height: 2.8rem;
  padding-right: 45px; /* space for more ... button */
  box-sizing: border-box;
}

:root.dark #nbc_menubar {
  background: #00000040;
}

#navigation {
  position: relative;
  /*padding-left:10em;*/
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
#navigation li {
  float: left;
  margin: 0 1px 0 0;
  padding: 0;
  list-style-type: none;
}

#navigation a {
  float: left;
  display: block;
  white-space: nowrap;
  /*width:.1em;*/
  padding: 0.7rem 1rem;
  /*padding:5px 15px 5px 14px;*/
  text-decoration: none;
  font-weight: 400;
  line-height: 1.4rem;
  color: var(--text-color);
}

#navigation > ul a {
  width: auto;
}

#navigation a:hover {
  color: white;
}

#navigation li:hover {
  /*background-position:100% -24px;*/
  /*background: none;*/
  background-color: var(--navigation-selected);
  color: white;
}

#navigation li:hover a {
  /*background-position:100% -24px;*/
  /*background: none;*/
  /*background-color: #34343a;*/
}

/* hide more ... button in menu on default width */
#navigation li.moremenu {
  display: none;
  position: absolute;
  top:0;
  width: 45px;
  right: -45px;
  font-weight:bold;
}

.selected {
  /*background-position:100% -24px;*/
  /*background: none;*/
  background-color: var(--navigation-selected);
}

.selected a {
  /*background-position:100% -24px;*/
  /*background: none;
  background-color: #34343a;*/
  color: var(--navigation-selected-a) !important;
}

#nbc_bb {
  clear: both;
  /*background: #f3f3f3;*/
}

#nbc_contentcontainer {
  overflow: hidden;
  /*background: url("images/back_rightbox.gif") repeat-y right top;*/
}

#nbc_contentcontainer_wide {
  /*background-color: #efefef;
    background: url("images/back_rightbox.gif") repeat-y right top;*/
  position: relative;
  min-height: 1600px;
  float: left;
  width: 100%;
  overflow: hidden;
}

#nbc_contentcolumns {
  float: left;
  /*width: 764px;*/
  overflow: hidden;
  margin-top: 5px;
}

#nbc_contentcolumns_1col {
  float: left;
  /*width:764px;*/
  width: 100%;
  overflow: hidden;
  margin-top: 5px;
}

* html #nbc_contentcolumns {
  /*IE6 only*/
  width: 800px;
}

#nbc_contentcolumns_home {
  /*float:left;*/
  display: table;
  width: var(--main-width);
  overflow: hidden;
  /*background-color:#EFEFEF;*/
}

#nbc_contentcolumns_wide {
  /*margin-right:346px;*/
}

#nbc_maincontent {
  float: left;
  width: 573px;
  /*border-right: 1px dashed #afafaf;*/
}

#nbc_maincontent_1col {
  /*margin-right:10px;*/
  /*width:754px;*/
  float: left;
  /*width:764px;*/
  width: 100%;
}

#nbc_maincontent_1col #content {
  /*padding:7px;*/
  padding: 7px 0;
}

#nbc_maincontent_wide {
  float: left;
  width: auto;
  margin-left: 10px;
}

#nbc_maincontent_home {
  /*float:left;
	width:738px;*/
  min-width: 300px;
  display: table-cell;
  vertical-align: top;
}

#nbc_subcontent {
  float: left;
  width: 180px;
  padding: 5px;
  font-size: 12px;
}

#nbc_subcontent_home {
  /*float:right;*/
  display: table-cell;
  vertical-align: top;
  width: 336px;
  max-width: 336px;
  padding-top: 10px;
  /*padding: 5px 15px 5px 15px;*/
  font-size: 0.9em;
}

#nbc_subcontent_home h2 {
  margin-bottom: 10px;
  margin-top: 5px;
}

#nbc_subcontent_home .ttcl_55,
.nbc_rightbox {
  padding: 10px;
  border-radius: 5px;
  border: 2px solid var(--border-color-light);
  background-color: var(--background-color-light);
  margin-left: auto;
  margin-right: auto;
}

#nbc_subcontent_home .csc-default {
  margin-top: 30px;
  margin-bottom: 30px;
  clear: both;
}

#nbc_linklist {
  float: left;
  width: 336px;
  /*background-color:#efefef;
	border-right: 0px solid #af0e0e;*/
}

#nbc_linklist_wide {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 336px;
  display: inline;
}

#nbc_belowcontent {
  clear: both;
  text-align: center;
  font-size: 0.8em;
  padding-right: 10px;
}

#nbc_belowcontent_wide {
  clear: left;
  text-align: center;
  font-size: 0.8em;
}

footer {
  display: block;
  width: 100%;
  clear: both;
  margin: 0 auto;
  max-width: var(--main-width);
}
#footer {
  padding: 10px;
  text-align: center;
}

#nbc_bottombar p {
  font-size: 0.9em;
  padding: 7px 0px 5px 0px;
  margin: 0px;
}
#nbc_bottombar a {
  text-decoration: none;
}
#nbc_bottombar a:hover {
  text-decoration: underline;
}

code,
samp,
kbd {
  font-family: "Courier New", Courier, monospace;
  text-align: left;
  color: #555;
}

.nbc_element {
  overflow: hidden;
}

#nbc_contentcolumns_1col .tx-nbc2fe-pi1,
#nbc_contentcolumns_1col .csc-textpic,
#nbc_contentcolumns_1col .tx-nbc2fenocache-pi1,
#nbc_contentcolumns_1col .tx-nbc2news-pi1,
#nbc_maincontent_1col .nbc_element,
#pricecompare_table_review_left {
  max-width: 738px;
}

#nbc_maincontent_1col p,
#nbc_maincontent_1col ul,
#nbc_maincontent_1col ol,
#nbc_maincontent_1col .nbc_content_el {
  margin-left: 50px;
  /*margin-right:50px;*/
  max-width: 638px;
}
#nbc_maincontent_1col .contenttable p {
  margin-left: 0;
}
#nbc_maincontent_1col .nbc-right-float p {
  margin: 1em;
}
#nbc_maincontent_1col .nbc-right-float h2 {
  margin: 0.7em;
}
/* float right 336px */
#nbc_maincontent_1col .ttcl_55 {
  float: right;
  max-width: 336px;
  clear: right;
  margin-left: 10px;
}

/* 100% width */
#nbc_maincontent_1col .ttcl_56 {
  width: 100%;
  overflow: hidden;
}
.ttcl_56 table,
.ttcl_56 .csc-textpic,
.ttcl_56 .tx-nbc2fe-pi1,
.ttcl_56 .tx-nbc2fenocache-pi1,
.ttcl_56 p,
.ttcl_56 .nbc_element {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* full 738px column width */
.ttcl_57 p,
.ttcl_57 .csc-textpic-imagewrap,
.ttcl_57 .csc-textpic-text,
.ttcl_57 .tx-nbc2fe-pi1,
.ttcl_57 .tx-nbc2fenocache-pi1,
.ttcl_57 .nbc_element {
  margin-left: 5px !important;
  margin-right: 5px !important;
  max-width: 738px !important;
}

/* reduced 638px column width */
.ttcl_58 .csc-textpic-text,
.ttcl_58 .csc-textpic-imagewrap,
.ttcl_58 .tx-nbc2fe-pi1,
.ttcl_58 .tx-nbc2fenocache-pi1,
.ttcl_58 .nbc_element {
  max-width: 638px !important;
  margin-left: 50px !important;
}
.ttcl_61 {
  margin-left: 5px;
  margin-right: 5px;
  max-width: 738px;
}
.ttcl_62 {
  max-width: 638px !important;
  margin-left: 50px !important;
}
.ttcl_63 {
  float: left;
  max-width: 50%;
  box-sizing: border-box;
  padding: 1%;
}
.ttcl_64 {
  clear: both;
}
#nbc_maincontent_1col .table_l0 {
  margin: 1em 0;
  max-width: 738px;
}
#nbc_maincontent_1col .table_l1 {
  margin: 1em 50px;
  max-width: 638px;
}
#nbc_maincontent_1col .table_l55 {
  float: right;
  max-width: 336px;
  clear: right;
  margin: 1em 0;
}
#nbc_maincontent_1col .table_l56 {
  /*margin:1em 0; wont center table!*/
  margin-left: 0px;
  width: 100%;
}
#nbc_maincontent_1col .table_l57 {
  /*margin:1em 0; wont center table!*/
  margin-left: 0px;
  max-width: 738px;
}
#nbc_maincontent_1col .table_l58 {
  /*margin:1em 50px; wont center table!*/
  margin-left: 50px;
  max-width: 638px;
}
.table_l56 table,
.table_l57 table,
.table_l58 table {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

#nbc_maincontent_1col .csc-default {
  /*	max-width:740px;*/
}
.csc-textpic-intext-left-nowrap p {
  margin-left: 0px !important;
}
.csc-textpic-intext-right-nowrap p {
  margin-right: 0px !important;
}
.csc-textpic-intext-left-nowrap h1,
.csc-textpic-intext-left-nowrap h2,
.csc-textpic-intext-left-nowrap h3,
.csc-textpic-intext-left-nowrap h4,
.csc-textpic-intext-left-nowrap h5,
.csc-textpic-intext-left-nowrap h6 {
  margin-top: 0px !important;
}
.csc-textpic-intext-right-nowrap h1,
.csc-textpic-intext-right-nowrap h2,
.csc-textpic-intext-right-nowrap h3,
.csc-textpic-intext-right-nowrap h4,
.csc-textpic-intext-right-nowrap h5,
.csc-textpic-intext-right-nowrap h6 {
  margin-top: 0px !important;
}
a {
  color: var(--link-color);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: var(--link-color-visited);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--header-color);
  /*letter-spacing: 0.04em;*/
}
h1 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 0;
}
#nbc_subcontent h1 {
  font-size: 1rem;
  margin: 0 0 0.9rem 0;
  letter-spacing: 1px;
}
h2 {
  font-size: 1.3rem;
  margin: 1.5rem 0 1rem 0;
  font-weight: 700;
}
h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 1rem 0 0.5rem 0;
}
h4 {
  letter-spacing: initial;
  font-size: 1rem;
  font-weight: 700;
  margin: 0.42rem 0 0.21rem 0;
}
h5 {
  letter-spacing: initial;
  font-weight: normal;
  font-size: 1rem;
  font-style: italic;
  letter-spacing: 0.02em;
  margin: 0.42rem 0 0.21rem 0;
}
h6 {
  letter-spacing: initial;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  margin: 0.42rem 0 0.21rem 0;
}
#content h1 {
  margin-left: 5px;
  margin-right: 5px;
}
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  margin-left: 50px;
  margin-right: 50px;
  max-width: 638px;
}
#nbc_maincontent #content h1,
#nbc_maincontent #content h2,
#nbc_maincontent #content h3,
#nbc_maincontent #content h4,
#nbc_maincontent #content h5,
#nbc_maincontent #content h6 {
  margin-left: 0px;
  margin-right: 0px;
}
#ttcl_56 h1,
h2,
h3,
h4 {
  max-width: 100% !important;
}
.nbcmfheader {
  border-top: 0 !important;
  background-color: var(--back-color) !important;
  padding: 0 10px !important;
  margin-left: 0;
  margin-right: 0;
  clear: right;
}
.indent {
  margin-left: 15px;
  margin-right: 15px;
}
img {
  border: 0;
}
ul {
  padding: 2px;
  margin-left: 15px;
}
#content ul li {
  margin-left: 1em;
}
table {
  font-size: 0.85em;
}
td {
  vertical-align: top;
}
td.container {
  padding-bottom: 100px;
}
a.glossary {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px dotted #ec5210;
}
/* html 5 elements for old browsers to display as block */
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}

.csc-textpic-imagewrap {
  margin: 0 0 1em;
}
figcaption /*.csc-textpic-caption*/ {
  font-style: italic;
  font-size: 0.9rem;
  color: var(--text-color-slightly-muted);
  text-align: center !important;
}
.csc-header-date {
  color: #999;
  margin: 0;
  /*margin-bottom: -35px;*/
}

/* general table */
.contenttable {
  padding: 2px;
  margin: auto;
  margin-bottom: 15px;
  overflow-x: auto;
  display: block;
}
table.contenttable tr:nth-child(odd) {
  background-color: var(--table-bg-odd);
}
table.contenttable tr:nth-child(even) {
  background-color: var(--table-bg-even);
}
table.contenttable td,
th {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid var(--back-color);
  padding: 0.4em;
}
table.contenttable tr td:first-child {
  border-left: 0px;
}
table.contenttable tr th:first-child {
  border-left: 0px;
}
table.contenttable tr:hover td {
  background-color: var(--hover-bg-color);
}
table.contenttable {
  border-spacing: 0;
  border-collapse: collapse;
}
table.contenttable th {
  color: var(--header-color);
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #aaa;
  vertical-align: bottom;
  padding-bottom: 0px;
  padding-top: 0px;
  min-width: 3em;
  background-color: var(--back-color);
}
table.contenttable td.subheader {
  font-weight: bold;
  background-color: var(--back-color);
}
.csc-textpic-text .contenttable {
  margin-left: 50px;
}

DD {
  margin-left: 0;
}
p.align-center {
  text-align: center;
}
p.align-left {
  text-align: left;
}
p.align-right {
  text-align: right;
}
p.align-justify {
  text-align: justify;
}
/* Content */
#content {
  /*padding: 8px;
	padding-left: 18px; */
  padding: 13px;
}
#nbc_maincontent_home #content {
  max-width: 738px;
}
/* Linklist */
#linklist {
  /*width: 314px;*/
  /*padding: 10px;*/
  font-size: 0.9rem;
  margin-top: 10px;
}
#linklist > div {
  margin: 1em 0;
}

#linklist4-180 {
  background-image: url(images/back_linklist_wide.gif);
  background-repeat: repeat-y;
  padding: 10px;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-right: 8px;
  border: 1px solid #aaaaaa;
  width: 180px;
}
#contenta {
  /*margin-top:10px;*/
}

table.moduletable {
  width: auto;
  padding: 5px;
  border: 1px solid #cccccc;
  margin-top: 10px;
}
table.moduletable th {
  background-color: var(--back-color);
  color: #646464;
  text-align: left;
  text-transform: uppercase;
  padding: 2px;
}
table.moduletable td {
  background-color: var(--back-color);
  color: #000000;
}

/* Forms */
input {
  color: var(--text-color);
  background-color: rgba(0, 0, 0, 0.02);
  font-size: 1em;
  border: 1px solid #aaaaaa;
}

/*
html.dark input{filter:invert(1)}
*/

input[type="checkbox"] {
  border: none;
  vertical-align: text-bottom;
}
input:read-only {
  opacity:0.9;
}
html.dark input[type="checkbox"] {
  filter:invert(1);
}
html.dark input[type="radio"] {
  filter:invert(1);
}

select {
  color: var(--text-color);
  background-color: rgba(0, 0, 0, 0.02);
  font-size: 1em;
  border: 1px solid #aaaaaa;
}
textarea {
  color: var(--text-color);
  background-color: rgba(0, 0, 0, 0.02);
  font-size: 1em;
  border: 1px solid #aaaaaa;
}
pre code {
  line-height: 1.6em;
  font-size: 1em;
}
pre {
  padding: 0.1em 0.5em 0.3em 0.7em;
  border-left: 11px solid #eee;
  overflow: auto;
  width: 93%;
  white-space: initial;
}
blockquote {
  font-style: italic;
  margin: 1em 40px;
  position: relative;
  color: var(--text-color);
}
blockquote p {
  color: var(--text-color);
}
#nbc_maincontent_1col blockquote p {
  margin-left: 0px;
  margin-right: 0px;
}
blockquote:before {
  content: "\201C";
  font-size: 48px;
  left: -30px;
  line-height: 1;
  position: absolute;
  top: 0;
  color: var(--text-color);
}
abbr,
acronym {
  border-bottom: 0.1em dotted;
  cursor: help;
}
.hideEl {
  display: none !important;
}

/* Featured */
.header_bar {
  overflow: hidden;
  margin: 2px 0;
  position: relative;
  max-height: 110px;
  /*max-width:1230px;*/
  margin-left: auto;
  margin-right: auto;
}
.header_bar_hidden {
  overflow: hidden;
  display: none;
  background: linear-gradient(to bottom, #fff 20%, #f3f3f3 100%);
  border-bottom: 1px solid #ddd;
}
.header_bar_hidden a:before {
  content: "» ";
}
.header_bar_hidden a {
  color: #333;
}
.header_bar_hidden a:hover {
  color: #000;
  text-decoration: underline;
}
.featured_item {
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
  width: 25%;
  box-sizing: border-box;
  border-left: 1px solid var(--back-color);
  border-right: 1px solid var(--back-color);
}
.featured_item a {
  color: #000;
  -webkit-font-smoothing: antialiased;
  line-height: 1em;
  display: block;
}
.featured_item a:hover {
  text-decoration: none;
}
.featured_item a:visited {
  color: #000;
}
.featured_item img,
.featured_item svg {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.featured_item_title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 12px;
  text-align: center;
  background-color: var(--background-color-light);
  color: #000;
  line-height: 1.4;
  padding: 2px;
  opacity: 0.9;
  width: 100%;
}

.featured_item_hidden {
  position: relative;
  float: left;
  padding-left: 3px;
  padding-right: 3px;
}
.featured_item_hidden:hover a {
  text-decoration: none;
}
.featured_item_hidden a {
  color: #333;
  -webkit-font-smoothing: antialiased;
  display: block;
  padding: 2px;
}

#langcontainer {
  /*display:none;*/
  clear: both;
  font-size: 0.99em;
}
#langcontainer li:first-child {
  border-left: 0; /* overwrite #navigation li:first-child border */
}
#langcontainer li:last-child {
  border-right: 0; /* overwrite #navigation li:first-child border */
}
.langlink {
  padding-left: 2px;
  padding-right: 2px;
}
.langlink:hover {
}
.langlink img {
  /*size for csv language flags*/
  height: 0.8em;
  width: auto;
}
.flag {
  background-image: url(images/flags/flags_sprite.gif);
  width: 16px;
  height: 11px;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px 2px;
  vertical-align: top;
}

.tx-nbc2fe-incontent-column {
  width: 336px;
  clear: right;
  float: right;
  margin-bottom: 15px;
  margin-left: 10px;
  /*
	background-color:#efefef;
	padding:5px;*/
}

.tx-nbc2fe-pi1,
.tx-nbc2fenocache-pi1,
.tx-nbc2news-pi1 {
  margin: 0 0 1em;
  /*overflow:hidden;*/
}

.csc-textpic-image img {
  max-width: 100%;
  height: auto;
}

.introa_whole {
  margin: 0px;
  padding: 0px;
  font-size: 0.89em;
  overflow: hidden;
  position: relative;
}
.introa_whole a {
  color: #000;
}
.introa_whole a:visited {
  color: #000;
}
.introa_whole img {
  border: 0;
}
.introa_whole h2 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.introa_title {
  margin: 0px;
  font-weight: normal;
  font-size: 1em;
  letter-spacing: normal;
  display: block;
  width: 100%;
}
.introa_rl_hoverable {
  display: block;
  position: relative;
  width: 100%;
}
.introa_rl_texts {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.introa_rl_title {
  font-size: 1.1em;
  text-align: center;
  background-color: #333;
  color: #fff;
  line-height: 1.4;
  opacity: 0.9;
  width: 100%;
  overflow: hidden;
}
.introa_ajax {
  text-align: center;
  background-color: #666;
  opacity: 0.8;
  color: #fff;
  font-weight: bold;
  padding: 4px;
  width: 90%;
  box-sizing: border-box;
  float: left;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
.introa_loading_info {
  display: none;
  position: absolute;
  opacity: 0.6;
  text-align: right;
  z-index: 9999999999;
  background-color: #fafafa;
  padding: 5px;
}
.introa_img_tile {
  width: 100%;
  height: auto;
}

.introa_rightcolumn {
  width: 158px;
  height: 158px;
  margin: 2px;
  border: 2px solid #efefef;
  float: left;
}

.introa_rightcolumn .introa_rl_title {
  background-color: #efefef;
  color: #000;
}

.introa_rightcolumn a {
  color: #000;
  font-weight: normal;
  font-size: 0.9em;
}

.introa_rightcolumn .introa_rl_hoverable {
  height: 100%;
}

.introa_featured {
  margin: 2px;
  border: 2px solid #efefef;
  float: left;
}

.introa_featured .introa_rl_title {
  background-color: #efefef;
  color: #000;
}

.introa_featured a {
  color: #000;
  font-weight: normal;
  font-size: 0.9em;
}

.introa_page_buttons {
  padding: 3px;
  background: #efefef;
  border: 1px solid #efefef;
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}

.introa_page_buttons:hover {
  background: #afafaf;
  background: linear-gradient(to top, #ffffff 0%, #e5e5e5 100%);
}

/* overwrite 9px from typo3 css with em for zoom problem */
div.csc-textpic-imagecolumn,
td.csc-textpic-imagecolumn .csc-textpic-image {
  margin-right: 0.5em;
}

/* css styles for compare links */
#nbc_nbcompare_link {
  padding: 3px;
  font-weight: bold;
  font-size: 1.1em;
}
#nbc_nbcompare_div {
  padding: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.insert_inpage {
  background-color:var(--background-color-light);
}

.socialarea_introtext {
  font-style: italic;
  margin: 0.5em;
}

/* clickable background layer, default styles, partly overwritten by sdibgclick function (from stroeer) */
#background-click-layer {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* table of contents */
#toc {
  background:rgb(88, 88, 88);
  color: var(--back-color);
  line-height: 1.2em;
  font-size: 0.8em;
  max-width: 300px;
  margin: 0.3em 0;
}

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

#toc li {
  padding: 3px 10px;
}

#toc a {
  color: #fff;
  text-decoration: none;
  /*display: block;*/
}

#toc .toc-h1 {
  border-bottom: 1px solid #aaa;
}

#toc .toc-h2 {
  padding-left: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#toc .toc-h3 {
  padding-left: 20px;
  font-size: 0.6em;
}

#toc .toc-active {
  background: #000;
}

a[rel=sponsored]:after {
  content: "*";
}
.introa_whole a[rel=sponsored]:after {
  content: "";
}

.affiliate-info {
 text-align:center;font-size:0.8rem;color:var(--text-color-muted);
}
/* layout 60 toggle content element */
.nbctoggle_whole {
  border-left: 0.5em solid #ababab;
}

.nbctoggle {
  overflow: hidden;
  position: relative;
}

.nbctoggle h2,
.nbctoggle h3,
.nbctoggle h4 {
  margin-top: 0;
}

.nbctoggle_link {
  margin-bottom: 0;
}

.nbctoggle_gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, white);
}

/* media queries for different screen widths */
@media only screen and (max-width: 1390px) {
  #nbc_leftb {
    display: none !important;
  }
  #nbc_skys {
    display: none !important;
  }
}

@media only screen and (max-width: 1125px) {
  #nbc_topb,
  #nbc_topb_wide {
    margin-left: 340px;
  }
}

@media only screen and (max-width: 1120px) {
  #nbc_skys {
    display: none;
  }
  #nbc_main {
    min-width: 100%;
    width: 100%;
    margin-left: 0px !important;
    padding: 0;
  }
  #nbc_maincontent_1col {
    width: 100%;
  }
  #nbc_maincontent_1col #content {
    padding: 7px;
  }
  #nbc_contentcolumns_home {
    width: 100%;
  }
  #nbc_main_home {
    min-width: 100%;
    width: 100%;
    margin-left: 0px !important;
    padding: 0;
  }
  #nbc_maincontent_home {
  }

  #navigation li.moremenu {
    display: block;
  }
  /*
  li.mainmenu:nth-child(n + 11) {
    display: none;
  }
  */
}

@media only screen and (max-width: 1060px) {
  /*#nbc_topb,#nbc_topb_wide {padding-left:0px;margin-bottom:0px;}*/ /* exactly 1100 needed otherwise */
  #nbc_topb,
  #nbc_topb_wide {
    display: none;
  }
  #navigation li.moremenu {
    display: block;
  }
  /*
  li.mainmenu:nth-child(n + 11) {
    display: none;
  }
    */
  #nbc_linklist_wide {
    display: none;
  }
  #nbc_contentcolumns_wide {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1020px) {
  #navigation li.moremenu {
    display: block;
  }
  /*
  li.mainmenu:nth-child(n + 10) {
    display: none;
  }*/
}

@media only screen and (max-width: 940px) {
  #navigation li.moremenu {
    display: block;
  }
  /*
  li.mainmenu:nth-child(n + 9) {
    display: none;
  }*/
  .featured_item_title {
    position: relative;
  }
}

@media only screen and (max-width: 880px) {
  #navigation li.moremenu {
    display: block;
  }
  /*
  li.mainmenu:nth-child(n + 8) {
    display: none;
  }
  */
}

@media only screen and (max-width: 820px) {
  /* Change from table to display block to show beneath each other*/
  #nbc_maincontent_home {
    display: block;
  }
  #nbc_subcontent_home {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #nbc_contentcolumns_home {
    display: block;
  }
  #belowfootera,
  #belowbelowcontenta {
    display: none;
  }

  #navigation li.moremenu {
    display: block;
  }
  /*
  li.mainmenu:nth-child(n + 7) {
    display: none;
  }
    */
}

@media only screen and (max-width: 764px) {
  h1 {
    font-size: 1.3em;
  }
  h2 {
    font-size: 1.2em;
  }
  h3 {
    font-size: 1.1em;
  }

  .first_incontent {
    min-height: 250px;
    background-color: var(--background-color-light);
    margin-top:-10px;
  }

  #nbc_contentcolumns {
    width: 100%;
  }

  #nbc_maincontent {
    width: 100%;
  }
  #nbc_maincontent_1col {
    width: 100%;
  }
  #nbc_topbar {
    width: 100%;
  }

  #nbc_contentcolumns_wide {
    margin-right: 0px;
  }

  #nbc_linklist_wide {
    display: none;
  }
  #nbc_linklist {
    display: none;
  }
  .csc-textpic-image img {
    max-width: 100%;
    height: auto;
  }
  #nbc_contentcolumns {
    width: 100%;
  }
  #nbc_contentcolumns_wide {
    margin-right: 0px;
  }
  .tx-nbc2fe-incontent-column {
    float: none;
    clear: both;
    margin: 5px auto;
    width: 100%;
    text-align: center;
  }
  #nbc_maincontent_1col .ttcl_55 {
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  #content p,
  #content h2,
  #content h3,
  #content h4,
  #content h5,
  #content h6 {
    margin-left: 10px;
    margin-right: 10px;
  }
  #nbc_maincontent_1col ul,
  #nbc_maincontent_1col ol {
    margin-left: 10px;
    margin-right: 10px;
  }
  .csc-textpic-text .contenttable {
    margin-left: 10px;
  }

  #navigation li.moremenu {
    display: block;
  }
  /*
  li.mainmenu:nth-child(n + 6) {
    display: none;
  }
  */

  /* center images for smaller resolution (set to inline-block from default float) */
  div.csc-textpic-imagerow {
    text-align: center;
  }
  div.csc-textpic {
    width: 100%;
  }
  div.csc-textpic,
  div.csc-textpic-imagecolumn {
    float: none !important;
    display: inline-block;
    vertical-align: top;
    margin: 0.2em 0;
  }
}

#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}


/* default styles for extension "tx_cssstyledcontent" START */
	/* Headers */
	.csc-header-alignment-center { text-align: center; }
	.csc-header-alignment-right { text-align: right; }
	.csc-header-alignment-left { text-align: left; }

	div.csc-textpic-responsive, div.csc-textpic-responsive * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  }

	/* Clear floats after csc-textpic and after csc-textpic-imagerow */
	div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li { overflow: hidden; }

	/* Set padding for tables */
	div.csc-textpic .csc-textpic-imagewrap table { border-collapse: collapse; border-spacing: 0; }
	div.csc-textpic .csc-textpic-imagewrap table tr td { padding: 0; vertical-align: top; }

	/* Settings for figure and figcaption (HTML5) */
	div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap { margin: 0; display: table; }

	/* Captions */
	figcaption.csc-textpic-caption { display: table-caption; }
	.csc-textpic-caption { text-align: left; caption-side: bottom; }
	div.csc-textpic-caption-c .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-c { text-align: center; }
	div.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-r { text-align: right; }
	div.csc-textpic-caption-l .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l { text-align: left; }

	/* Float the columns */
	div.csc-textpic div.csc-textpic-imagecolumn { float: left; }

	/* Border just around the image */
	div.csc-textpic-border div.csc-textpic-imagewrap img {
		border: 1px solid black;
		padding: 0px 0px;
	}

	div.csc-textpic .csc-textpic-imagewrap img { border: none; display: block; }

	/* Space below each image (also in-between rows) */
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px; }
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image { margin-bottom: 0; }

	/* colSpace around image columns, except for last column */
	div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image { margin-right: 10px; }
	div.csc-textpic-imagecolumn.csc-textpic-lastcol, td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image { margin-right: 0; }

	/* Add margin from image-block to text (in case of "Text & Images") */
	div.csc-textpic-intext-left .csc-textpic-imagewrap,
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
		margin-right: 10px;
	}
	div.csc-textpic-intext-right .csc-textpic-imagewrap,
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
		margin-left: 10px;
	}

	/* Positioning of images: */

	/* Center (above or below) */
	div.csc-textpic-center .csc-textpic-imagewrap, div.csc-textpic-center figure.csc-textpic-imagewrap { overflow: hidden; }
	div.csc-textpic-center .csc-textpic-center-outer { position: relative; float: right; right: 50%; }
	div.csc-textpic-center .csc-textpic-center-inner { position: relative; float: right; right: -50%; }

	/* Right (above or below) */
	div.csc-textpic-right .csc-textpic-imagewrap { float: right; }
	div.csc-textpic-right div.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	div.csc-textpic-left .csc-textpic-imagewrap { float: left; }
	div.csc-textpic-left div.csc-textpic-text { clear: left; }

	/* Left (in text) */
	div.csc-textpic-intext-left .csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	div.csc-textpic-intext-right .csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { float: right; }

	/* Left (in text, no wrap around) */
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap { float: left; }

	div.csc-textpic div.csc-textpic-imagerow-last, div.csc-textpic div.csc-textpic-imagerow-none div.csc-textpic-last { margin-bottom: 0; }

	/* Browser fixes: */

	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul { padding-left: 40px; overflow: auto; }

	/* File Links */
	ul.csc-uploads { padding: 0; }
	ul.csc-uploads li { list-style: none outside none; margin: 1em 0; }
	ul.csc-uploads img { float: left; margin-right: 1em; vertical-align: top; }
	ul.csc-uploads span { display: block; }
	ul.csc-uploads span.csc-uploads-fileName { text-decoration: underline; }

	/* Table background colors: */

	table.contenttable-color-1 { background-color: #EDEBF1; }
	table.contenttable-color-2 { background-color: #F5FFAA; }
	table.contenttable-color-240 { background-color: black; }
	table.contenttable-color-241 { background-color: white; }
	table.contenttable-color-242 { background-color: #333333; }
	table.contenttable-color-243 { background-color: gray; }
	table.contenttable-color-244 { background-color: silver; }
/* default styles for extension "tx_cssstyledcontent" END */


@media only screen and (min-height: 700px) {
  /*#nbc_skys {top:100px}*/
}

@media only screen and (max-width: 638px) {
  /* less margin (instead of 50px) for small screens */
  #content p,
  .tx-nbc2fe-pi1,
  .nbc_element #nbc_maincontent_1col .ttcl_58 .csc-textpic-text,
  #nbc_maincontent_1col .nbc_content_el,
  #nbc_maincontent_1col .ttcl_58 .csc-textpic-imagewrap,
  #nbc_maincontent_1col .ttcl_58 .csc-textpic-text,
  #nbc_maincontent_1col .ttcl_58 .nbc_element,
  #nbc_maincontent_1col .ttcl_58 .tx-nbc2fe-pi1,
  #nbc_maincontent_1col 
    .ttcl_58
    .tx-nbc2fenocache-pi1
    #nbc_maincontent_1col
    .ttcl_58
    .csc-textpic-imagewrap,
  .csc-textpic-text .contenttable,
  #content h2,
  #content h3,
  #content h4,
  #content h5,
  #content h6,
  .ttcl_61,
  .ttcl_62 {
    margin-left: 5px;
    margin-right: 5px;
  }

  /* reduce to 3 elements in featured */
  .header_bar .featured_item:nth-child(3) {
    display: none;
  }
  .header_bar .featured_item {
    width: 33.3333%;
  }

  /*
  li.mainmenu:nth-child(n + 6) {
    display: none;
  }
  */

  .ttcl_63 {
    float: none;
    max-width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 600px) {
  #nbc_searchbar_field {display: none;}
  /*navigation a {padding:0.805rem 1.09rem}*/
  /*#nbc_topbar {height:48px}*/
  /*#nbc_searchbar_button{width:48px;height:48px;margin:0;padding:0;background-size:50%;background-position:center}*/
  /*#nbc_searchbar form{padding:0}*/
  #nbc_searchbar_lang {font-size:1.2rem} /*1.82rem*/
  #nbc_searchbar_la {display: none;}
  /* li.mainmenu:nth-child(n + 5) {display: none; } */
}

@media only screen and (max-width: 560px) {
  /* li.mainmenu:nth-child(n + 5) {display: none} */
  table.contenttable {
    /*word-break: break-word;*/
    hyphens: auto;
  }
}

@media only screen and (max-width: 500px) {
  /* li.mainmenu:nth-child(n + 4) {display:none } */
}

@media only screen and (max-width: 450px) {
  .csc-textpic-intext-right .csc-textpic-imagewrap {
    width: 150px;
  }
}

@media only screen and (max-width: 302px) {
	.nbc_logo {display:none}
}

/*
@media only screen and (max-width: 285px) {
  li.mainmenu:nth-child(n + 3) {
    display: none;
  }
}

@media only screen and (max-width: 215px) {
  li.mainmenu:nth-child(n + 2) {
    display: none;
  }
}
*/
