/*
========================================
           Framework
========================================
*/

body {
  background: url(../Images/gradient_body.jpg) repeat-x #7C858D;
  color: #424242;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 75%;
  margin: 0;
}

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

#wrapper-content {
  background: #FFFFFF;
  -moz-box-shadow: 0 0 5px 5px #333333;
  -webkit-box-shadow: 0 0 5px 5px #333333;
  box-shadow: 0 0 5px 5px #333333;
  margin: 15px auto 20px auto;
  padding: 0 0 40px 0;
  width: 990px;
}

body#overview #wrapper-content {
  padding-top: 0;
}

.wrapper-inner {
  margin: 0 auto;
  width: 990px;
}

.wrapper-form {
  background: #E8EAEC;
  margin: 20px 0 20px -50px;
  padding: 25px 20px 25px 50px;
  width: 540px;
}

body.no-border .wrapper-form {
  margin-top: 0;
}

.wrapper-form.wrapper-filter {
  padding-left: 20px;
  padding-top: 0;
  width: 570px;
}

/*
========================================
           Globals
========================================
*/

#wrapper-content .bx-wrapper {
  margin: 0;
}

#wrapper-content .bx-wrapper .bx-viewport {
  background: none;
  border: none;
  box-shadow: none;
  left: 0;
}

#wrapper-content .bx-controls a {
  background: url(../Images/icn_arrows_prev-next.png) no-repeat #F4E600;
  display: block;
  font-size: 0;
  height: 25px;
  line-height: 0;
  position: absolute;
  width: 25px;
}

#wrapper-content .bx-controls a:hover {
  background-color: #F7EF5C;
}

#wrapper-content .bx-controls a.bx-prev {
  left: 0;
}

#wrapper-content .bx-controls a.bx-next {
  background-position: -36px 0;
  right: 0;
}

.clear {
  clear: both;
}


a {
  color: #6D94E3;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #99B4EB;
  cursor: pointer;
}

a.arrow:after {
  content: " >>";
}

a.button {
  background-color: #F4E600;
  color: #FFFFFF;
  display: inline-block;
  font-weight: bold;
  height: 20px;
  padding: 5px 12px 0;
}

a.button:hover {
  background-color: #F7EF5C;
}

a img {
  border: none;
}

.container-bottom a {
  font-weight: bold;
}

.csc-firstHeader {
  padding-top: 20px;
}

.divider {
  border-top: 1px solid #CCCCCC;
  margin: 20px 0 20px -50px;
  width: 610px;
}

.divider hr {
  display: none;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0;
  padding-bottom: 20px;
  padding-top: 20px;
}

h1.hidden {
  display: none;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 1.25em;
}

h4.centeredH2size {
  font-size: 1.25em;
  text-align: center;
}

input {
  background: #FFFFFF;
  border: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
  height: 24px;
  margin-right: 3px;
  padding: 1px 0 0 7px;
  vertical-align: top;
}

.content input.submit,
.content input[type=submit],
.marginal input.submit,
.marginal input[type=submit] {
  background: url(../Images/icn_submit.png) no-repeat #F4E600;
  cursor: pointer;
  height: 25px;
  padding: 0;
  width: 25px;
}

.marginal input.submit,
.marginal input[type=submit] {
  font-size: 0;
}

.content input.submit-border {
  background-image: url(../Images/icn_submit-border.png);
}

input.submit:hover {
  background-color: #F7EF5C;
}

.magnifier {
  background: url(../Images/icn_magnifying-glass_networkbar.png) no-repeat center center #F4E600;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  bottom: 0;
  height: 25px;
  position: absolute;
  right: 0;
  width: 25px;
}

a:focus .magnifier,
a:hover .magnifier {
  background-color: #F7EF5C;
}

.icon_plus-minus {
	background: url(../Images/icn_plus-minus-16_transparent.png) 0 0 no-repeat #F4E600;
	cursor: pointer;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 16px;
}

.icon_plus-minus.icon_plus-minus_minus {
	background-position: -16px 0;
}

.icon_plus-minus.icon_plus-minus_plus {
	background-position: 0 0;
}

.icon_plus-minus:hover {
	background-color: #F7EF5C;
}

.line-dotted {
  border-top: 1px dotted #A2A2A3;
  margin: 10px 0 0 0;
  width: 100%;
}

p {
  font-size: 1em;
  line-height: 1.41666666666667em;
  margin-bottom: 12px;
  margin-top: 0;
}

p a {
  color: #6D94E3;
}

.spacer {
  padding-top: 50px;
}

table {
  border-collapse: collapse;
  margin-bottom: 20px;
}

table th {
  background: #D7D9DC;
  text-align: left;
}

table th,
table td {
  padding: 10px 5px 10px 10px;
  vertical-align: top;
}

table.contenttable tr.tr-odd td,
table.contenttable tr:nth-child(odd) {
  background: #FFFFFF;
}

table.contenttable tr.tr-even td,
table.contenttable tr:nth-child(even) {
  background: #EFF0F1;
}

ul {
  margin: 0;
  padding: 0;
}

/** HIDING FOCUSRING */

a:active,
a {
  outline: none;
}

:focus {
  -moz-outline-style: none;
}

:-moz-any-link:focus {
  outline: none;
}

/*
========================================
           Header
========================================
*/

#header {
  height: 120px;
  margin-bottom: 20px;
}

#header .wrapper-inner {
  height: 120px;
  position: relative;
}

#logo {
  float: left;
  margin: 40px 55px 0 60px;
}

#navi-main {
  float: left;
  padding-top: 2px;
  position: relative;
  z-index: 19000;
}

#navi-main > ul {
	display:none;
}

#navi-main ul li {
  border-left: 1px solid #E6E8E9;
  display: block;
  float: left;
  height: 117px;
  list-style: none;
  text-align: center;
  width: 120px;
}

#navi-main ul li a {
  color: #737B83;
  display: block;
  font-size: 1.11166666666667em;
  font-weight: bold;
  height: 67px;
  padding-top: 50px;
  width: 120px;
}

#navi-main ul li.active a,
#navi-main ul li a:focus,
#navi-main ul li a:hover {
  color: #6F6F6F;
}

#header span.arrow-dropdown {
  background: url(../Images/icn_arrow_dropdown.png) no-repeat center bottom;
  display: none;
  height: 13px;
  margin: 0 auto;
  position: relative;
  width: 25px;
  z-index: 999;
}

#beton-network span.arrow-dropdown {
  top: 117px;
}

#navi-main ul li:focus span.arrow-dropdown,
#navi-main ul li:hover span.arrow-dropdown,
#beton-network:focus span.arrow-dropdown,
#beton-network:hover span.arrow-dropdown {
  display: block;
}

#header .dropdown {
  background: url(../Images/gradient_mddm.jpg) repeat-x #F3F2F4;
  display: none;
  height: auto;
  left: 0;
  padding: 14px 5px 14px 20px;
  position: absolute;
  top: 119px;
  width: 580px;
  z-index: 19000;
}

#navi-main ul.secondlvl li {
  border: none;
  height: auto;
  margin-right: 20px;
  padding-top: 7px;
  text-align: left;
  width: 270px;
}

#navi-main ul.secondlvl li a {
  color: #737B83;
  font-size: 1em;
  font-weight: normal;
  height: auto;
  padding: 0 0 7px;
  width: 270px;
  border-bottom: 1px solid #D4D6D9;
}

#navi-main ul.secondlvl li a:hover {
  color: #6F6F6F;
}

#navi-main ul.thirdlvl {
  margin-top: 0;
}

#navi-main ul.thirdlvl li {
  margin-left: 15px;
  width: 255px;
}

#header #beton-network {
  background: url(../Images/icn_network.png) no-repeat center 40px;
  border-left: 1px solid #E6E8E9;
  cursor: pointer;
  float: left;
  height: 117px;
  margin-top: 2px;
  text-align: center;
  width: 120px;
}

#header #beton-network:hover {
  background-color: #F4E600;
  background-position: center -103px;
}

#header #beton-network .dropdown {
  height: 335px;
  left: 0;
  padding: 0 0 0 20px;
  top: 119px;
  width: 970px;
  z-index: 20000;
}

#beton-network .one-column,
#beton-network .two-column {
  float: left;
  margin-right: 28px;
  width: 188px;
}

#beton-network .two-column {
  width: 446px;
}

#beton-network h4 {
  border-bottom: 1px solid #333333;
  font-size: 1.11166666666667em;
  font-weight: normal;
  color: #333333;
  text-align: left;
}

#beton-network ul li {
  border-bottom: 1px solid #D4D6D9;
  height: 22px;
  list-style: none;
  padding-top: 7px;
  text-align: left;
  width: 188px;
}

#beton-network ul li a {
  color: #737B83;
  font-size: 1em;
  font-weight: normal;
  padding: 0;
  width: 270px;
}

#beton-network ul li a:focus,
#beton-network ul li a:hover {
  color: #6F6F6F;
}

#beton-network .two-column li {
  float: left;
  width: 223px;
}

#beton-network .last,
#beton-network .last li {
  width: 250px !important;
}

#header #beton-claim {
  border-left: 1px solid #E6E8E9;
  float: left;
  height: 71px;
  margin-top: 2px;
  padding: 46px 0 0 40px;
}

/*
========================================
           Visual
========================================
*/

#visual {
  height: 370px;
  overflow: hidden;
}

/*
========================================
           Breadcrumb
========================================
*/

#breadcrumb {
  background: url(../Images/bg_breadcrumb.jpg) no-repeat left 20px;
  border-bottom: 1px solid #E1E2E3;
  height: 40px;
  margin-left: 18px;
  padding: 25px 12px 0 35px;
  width: 545px;
}

body.no-border #breadcrumb {
  border-bottom: 0;
}

#breadcrumb a ,
#breadcrumb span {
  background: url(../Images/icn_arrow_breadcrumb.gif) no-repeat left 3px;
  color: #666666;
  margin-right: 7px;
  padding-left: 14px;
}

#breadcrumb a.active,
#breadcrumb span.active,
#breadcrumb a:focus,
#breadcrumb a:hover {
  color: #6F6F6F;
}

#breadcrumb a.base {
  background: none;
  padding-left: 0;
}

/*
========================================
           Content
========================================
*/

.content {
  float: left;
  padding: 0 0 0 50px;
  width: 560px;
}

.content .frame-custom-22,
.content .no-padding-left {
  margin-left: -50px;
}

.content .frame-custom-21,
.content .lower-padding-left {
  margin-left: -30px;
}

.content .container-rss {
  background: #E8E9EB;
  margin-left: -30px;
  padding: 5px 10px;
}

.content .container-rss img {
  float: left;
}

.content .container-rss p {
  margin: 0 0 0 60px;
  padding-top: 2px;
}

/*** CONTAINER-INFO ***/

.content .frame-custom-20,
.content .container-info {
  background: #F5F6F6;
  margin-bottom: 20px;
  margin-left: -50px;
}

.content .frame-custom-20 h2,
.content .container-info h2 {
  background-color: #EFF1F2;
  border-bottom: 2px solid #FFFFFF;
  color: #000000;
  font-size: 1.16666666666667em;
  /*height: 25px;*/
  height: auto;
  margin: 0;
  padding: 10px 0 0 50px;
}

.content .frame-custom-20 h3,
.content .container-info h3 {
  background-color: #EFF1F2;
  border-bottom: 2px solid #FFFFFF;
  color: #424242;
  font-size: 1em !important;
  height: 25px;
  margin: 0 !important;
  padding: 10px 0 0 50px;
}

.content .container-content {
  padding: 10px 0 10px 50px;
  height: 150px;
}

.content .container-bottom {
  background-color: #EFF1F2;
  border-top: 2px solid #FFFFFF;
  height: 24px;
  padding: 10px 0 0 50px;
}

.content .lower-padding-left .frame-custom-20,
.content .lower-padding-left .container-info {
  margin-left: 0px;
}

.content .lower-padding-left .frame-custom-20 h2,
.content .lower-padding-left .container-info h2,
.content .lower-padding-left .container-content,
.content .lower-padding-left .container-bottom {
  padding-left: 20px;
}

.content .frame-custom-21 .container-content,
.content .frame-custom-21 .container-bottom {
  padding-left: 20px;
}

/*** NEWS ***/

.content .news-latest .container-content ul li {
  line-height: 1.5em;
  list-style: none;
  margin-bottom: 4px;
}

.content .news-latest .container-content ul li a {
  color: #424242;
}

.content .news-latest .container-content ul li a:focus,
.content .news-latest .container-content ul li a:hover {
  text-decoration: underline;
}

.content .news-latest .container-content ul li span.date {
 color: #999999;
 padding-right: 10px;
}

/*** CONTENT-ELEMENTS ***/

.frame {
  clear: both;
}

.marginal .content-slider .frame {
  clear: none;
}

.content .frame-default h2,
.content .csc-default h2 {
  font-size: 1.41666666666667em;
  margin-bottom: 25px;
  margin-top: 10px;
}

.content .frame-custom-20 h2,
.content .container-info h2 {
  margin-bottom:  0;
  margin-top: 0;
}

.content .frame-default h3,
.content .csc-default h3 {
  font-size: 1.16666666666667em;
  margin-bottom: 20px;
  margin-top: 0;
}

.frame-default p,
.csc-default p {
  margin-bottom: 20px;
}

.frame-default p.csc-linkToTop {
  margin-bottom: 12px;
}

.content .frame-default ol,
.content .frame-default ul,
.content .csc-default ol,
.content .csc-default ul {
  margin: 25px 0;
  padding: 0;
}

.content .frame-default ol li,
.content .frame-default ul li,
.content .csc-default ol li,
.content .csc-default ul li {
  background: url(../Images/icn_list.gif) no-repeat left 6px;
  line-height: 1.41666666666667em;
  list-style:  none;
  margin-bottom: 5px;
  padding-left: 10px;
}

.content .frame-default li ol,
.content .frame-default li ul,
.content .csc-default li ol,
.content .csc-default li ul {
  margin: 5px 0;
}

.content ul.linklist li {
  background: url(../Images/icn_list-links.png) no-repeat left 4px;
  list-style: none;
  margin-bottom: 5px;
  padding-left: 15px;
}

.content ul.linklist li a {
  display: block;
}

.content .ce-above,
.content .csc-textpic-above {
  margin-top: 25px;
}

.content .csc-textpic-imagewrap {
  margin: 0;
}

div.csc-textpic-intext-left .csc-textpic-imagewrap {
  float: left;
}

div.csc-textpic-intext-left .csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  margin-right: 20px;
}

.csc-textpic-image {
  margin: 0 0 20px 0;
}

.frame-custom-20 div.ce-image div.csc-textpic-firstcol.csc-textpic-lastcol .csc-textpic-image,
.container-info div.csc-textpic .csc-textpic-imagewrap .csc-textpic-singleimage {
  margin: 0;
}

.content .csc-textpic-caption {
  background-color: #E8E9EB;
  margin-bottom: 20px;
  padding: 10px 0 10px 5px;
}

.content .content-two-columns .column-left {
  float: left;
  margin-right: 30px;
  width: 265px;
}

.content .content-two-columns .column-right {
  float: left;
  width: 265px;
}

.content .frame-custom-21 .content-two-columns .column-left,
.content .lower-padding-left .content-two-columns .column-left {
  width: 280px;
}

.content .frame-custom-21 .content-two-columns .column-right,
.content .lower-padding-left .content-two-columns .column-right {
  width: 280px;
}

.content .csc-default ul.csc-menu-3-layout-1 {

}

.content .frame-default ul.csc-menu-3-layout-1:after,
.content .csc-default ul.csc-menu-3-layout-1:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.content .frame-default ul.csc-menu-3-layout-1 li,
.content .csc-default ul.csc-menu-3-layout-1 li {
  float: left;
  background-image: none !important;
  padding-left: 0;
  padding-right: 15px;
}

/*** TAGS ***/

.tags {
  margin: 20px 0;
}

.tags h5 {
  color: #424242;
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding: 0;
}

.tags p {
  background: url(../Images/icn_tags.png) no-repeat;
  display: inline-block;
  padding-left: 20px;
}

/*
========================================
           Content-Forms
========================================
*/

.wrapper-form h2 {
  font-size: 1.41667em;
  margin-bottom: 20px;
  margin-top: 0;
  padding-top: 20px;
}

.content .frame-default .wrapper-form h2,
.content .csc-default .wrapper-form h2 {
  margin-top: 0;
}

.wrapper-form div.spacer {
  display: inline-block;
  padding-top: 0;
  width: 75px;
}

.wrapper-form label,
.wrapper-form input,
.wrapper-form select {
  vertical-align: top;
}

.wrapper-form .mandatory,
.wrapper-form .star {
  color: #F19300;
}

.wrapper-form label {
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.wrapper-form label.label-radio,
.wrapper-form div.type-radio div label {
  display: inline-block;
  margin-right: 25px;
  padding-left: 5px;
  padding-top: 4px;
  width: auto;
}

.wrapper-form input[type=checkbox],
.wrapper-form input[type=radio] {
  background: none;
  margin: 0 0 0 0;
  padding: 0;
}

.wrapper-form input[type=checkbox] {
  margin-top: -2px;
}

.wrapper-form input[type=text],
.wrapper-form input[type=password] {
  margin-bottom: 20px;
  margin-right: 0;
  width: 532px;
}

.wrapper-form select {
  border: none;
  display: inline-block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
  margin-bottom: 20px;
  padding: 2px 0;
  width: 538px;
}

.wrapper-filter select {
  width: 566px;
}

.wrapper-form input[type=submit] {
  background-position: right top;
  color: #FFFFFF;
  float: right;
  font-weight: bold;
  margin-right: 0;
  margin-top: 20px;
  padding-left: 7px;
  text-align: left;
  width: 223px;
}

.wrapper-form input[type=submit]:focus,
.wrapper-form input[type=submit]:hover {
  background-color: #F7EF5C;
}

.wrapper-form textarea {
  border: none;
  margin-bottom: 20px;
  max-width: 530px;
  min-height: 150px;
  padding: 10px 0 0 7px;
  width: 530px;
}

.wrapper-form .one-column {
  float: left;
  width: 190px;
}

.wrapper-form .errors .error:last-child {
  margin-bottom: 20px;
}

.wrapper-form .errors .error p {
  color: #F19300;
  margin-bottom: 5px;
}

.wrapper-form input[type="text"].f3-form-error {
  border-color: #F19300;
  border-style: solid;
  border-width: 1px;
}

.tx-solr-records-filter,
#tx-solr-topics-filter,
#tx-solr-subtopics-filter {
  float: left;
  width: 270px;
}

.tx-solr-records-filter,
#tx-solr-topics-filter {
  margin-right: 20px;
}

div.tx-solr-records-filter:nth-child(odd) {
  margin-right: 0;
}

.tx-solr-records-filter select,
#tx-solr-topics-filter select,
#tx-solr-subtopics-filter select {
  width: 275px;
}


/*** PAGER ***/

.tx-pagebrowse-pi1 {
  border-top: 1px dotted #A2A2A3;
  margin: 20px 0 40px -50px;
  padding-left: 20px;
}

.tx-pagebrowse-pi1 p {
  margin-top: 20px;
  text-align: center;
}

.tx-pagebrowse-pi1 .tx-pagebrowse {
  list-style: none inside none;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.tx-pagebrowse-pi1 .tx-pagebrowse li.tx-pagebrowse-pages {
  margin-right: 25px;
}

.tx-pagebrowse-pi1 .tx-pagebrowse li.tx-pagebrowse-pages ol {
  display: inline-block;
  padding-top: 5px;
}

.content .tx-pagebrowse-pi1 ul {
  margin-bottom: 0;
  margin-top: 25px;
}

.content .tx-pagebrowse-pi1 ol {
  margin: 0 !important;
}

.tx-pagebrowse-pi1 ul.tx-pagebrowse li,
.tx-pagebrowse-pi1 .tx-pagebrowse ol li {
  background: none !important;
  display: inline;
  padding: 2px 5px;
}

.tx-pagebrowse-pi1 .tx-pagebrowse li.tx-pagebrowse-current {
  border: 1px solid #F4E600;
}

.tx-pagebrowse-pi1 .tx-pagebrowse li.tx-pagebrowse-first,
.tx-pagebrowse-pi1 .tx-pagebrowse li.tx-pagebrowse-last,
.tx-pagebrowse-pi1 .tx-pagebrowse li.tx-pagebrowse-next,
.tx-pagebrowse-pi1 .tx-pagebrowse li.tx-pagebrowse-prev {
  font-size: 0;
  float: left;
  line-height: 0;
  letter-spacing: -1px;
  margin-left: 10px;
  padding: 0;
}

.tx-pagebrowse-pi1 .tx-pagebrowse li.tx-pagebrowse-first {
  margin-left: 0;
}

.tx-pagebrowse-pi1 .tx-pagebrowse li.tx-pagebrowse-last,
.tx-pagebrowse-pi1 .tx-pagebrowse li.tx-pagebrowse-next {
  float: right;
  display: inline-block;
}

.tx-pagebrowse-pi1 .tx-pagebrowse li.tx-pagebrowse-next {
  margin-left: -70px;
  margin-right: 35px;
}

.tx-pagebrowse-pi1 .tx-pagebrowse li.tx-pagebrowse-last:after,
.tx-pagebrowse-pi1 .tx-pagebrowse:after,
.tx-pagebrowse-pi1:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.tx-pagebrowse-pi1 .tx-pagebrowse li.tx-pagebrowse-first a,
.tx-pagebrowse-pi1 .tx-pagebrowse li.tx-pagebrowse-last a,
.tx-pagebrowse-pi1 .tx-pagebrowse li.tx-pagebrowse-next a,
.tx-pagebrowse-pi1 .tx-pagebrowse li.tx-pagebrowse-prev a {
  background: url(../Images/icn_arrows_prev-next.png) no-repeat #F4E600;
  display: inline-block;
  padding: 16px 0 9px 25px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
}

.tx-pagebrowse-pi1 .tx-pagebrowse li.tx-pagebrowse-first a,
.tx-pagebrowse-pi1 .tx-pagebrowse li.tx-pagebrowse-last a {
  background-image: url(../Images/icn_arrows_prev-next_double.png);
}

.tx-pagebrowse-pi1 .tx-pagebrowse li.tx-pagebrowse-next a,
.tx-pagebrowse-pi1 .tx-pagebrowse li.tx-pagebrowse-last a {
  background-position: -36px 0;
}

.tx-pagebrowse-pi1 .tx-pagebrowse li.tx-pagebrowse-first a:hover,
.tx-pagebrowse-pi1 .tx-pagebrowse li.tx-pagebrowse-last a:hover,
.tx-pagebrowse-pi1 .tx-pagebrowse li.tx-pagebrowse-next a:hover,
.tx-pagebrowse-pi1 .tx-pagebrowse li.tx-pagebrowse-prev a:hover {
  background-color: #F7EF5C;
}

/*
========================================
           Content-Teaser
========================================
*/

.content .teaser {
  height: 150px;
  width: 590px;
}

.content .teaser.textpic {
  margin-left: -30px;
}

.content .teaser img {
  float: left;
}

.content .teaser .text {
  float: left;
  margin-left: 20px;
  width: 380px;
}

.content .teaser h2,
.content .teaser h3,
.content .teaser p {
  margin: 0;
  padding: 0;
}

.content .teaser h2 {
  font-size: 1.33333333333333em;
  padding: 0 0 10px 0;
}

.content .teaser h2 a {
  color: #424242;
}

.content .teaser h2 a:focus,
.content .teaser h2 a:hover {
  text-decoration: underline;
}

.content .teaser h3 {
  color: #6D94E3;
  font-size: 1em;
  font-weight: normal;
  padding-bottom: 10px;
}

.content .teaser p {
  line-height: 1.4em;
  padding-bottom: 10px;
}

.content .teaser-bottomtext {
  border-bottom: 1px solid #E8E9EB;
  border-top: 1px solid #E8E9EB;
  height: 246px;
  margin-bottom: 20px;
  margin-left: -50px;
  padding: 15px 0 0 50px;
}

.content .teaser-bottomtext .textpic-bottom {
  float: left;
  margin-right: 40px;
  width: 160px;
}

.content .teaser-bottomtext .last {
  margin-right: 0;
}

.content .textpic-bottom h2 {
  display: block;
  line-height: 1.05em;
  padding-bottom: 0;
  height: 40px;
  padding-top: 10px;
}

.content .textpic-bottom h3 {
  padding-bottom: 0;
}

.content .textpic-bottom img {
  float: none;
  margin-bottom: 5px;
}

.content .textpic-bottom p {
  margin-bottom: 5px;
  padding: 0;
}

.content .teaser.big-picture {
  height: 240px;
  margin-bottom: 20px;
  margin-left: -50px;
  width: 610px;
}

.content .teaser.big-picture .grey {
  background: #E8E9EB;
}

.content .teaser.big-picture .light-grey {
  background: #EBECED;
}

.content .teaser.big-picture .image-link {
  float: right;
  height: 240px;
  width: 305px;
}

.content .teaser.big-picture img {
  float: none;
  margin: 0;
  padding: 0;
}

.content .teaser.big-picture .text {
  height: 190px;
  margin-left: 0;
  padding: 40px 10px 10px 50px;
  width: 240px;
}

.content .teaser.big-picture .textalign-right .image-link {
  float: left;
}

.content .teaser.big-picture .textalign-right .text {
  float: left;
  padding-left: 40px;
  width: 250px;
}

/*
========================================
           Marginal
========================================
*/

.marginal {
  float: right;
  margin-right: 20px;
  width: 340px;
}

.marginal a:focus img,
.marginal a:hover img {
  opacity: 0.8;
}

.marginal .frame-custom-20,
.marginal .container-info {
  background: #F0F0F1;
  min-height: 240px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 340px;
}

.marginal .frame-custom-20 .csc-textpic-outer,
.marginal .container-info .csc-textpic-outer {
  min-height: 205px;
  overflow: hidden;
}

.marginal .frame-custom-20 .ce-textpic .ce-bodytext p:last-child,
.marginal .container-info .csc-textpic-outer .csc-textpic .csc-textpic-text p:last-child {
  margin-bottom: 0;
}

.marginal .frame-custom-20 .ce-text,
.marginal .container-info .csc-text {
  min-height: 170px;
}

.marginal .frame-custom-20 .container-content,
.marginal .container-info .container-content {
  height: 170px;
}

.marginal .frame-custom-20 .container-content *,
.marginal .container-info .container-content * {
  margin-top: 0;
}

.marginal .frame-custom-20 .container-content .overlay,
.marginal .container-info .container-content .overlay {
  background-color: #EEEEEE;  /* for IE<9 */
  background-color: rgba(255, 255, 255, 0.7);
  left: 0;
  bottom: 0;
  padding: 10px 0 0 10px;
  position: absolute;
  text-align: center;
  width: 330px;
  height: 26px;
}

.marginal .frame-custom-20 .container-content .overlay a,
.marginal .container-info .container-content .overlay a {
  font-weight: bold;
}

.marginal .frame-custom-20 .container-bottom,
.marginal .container-info .container-bottom {
  background: url(../Images/gradient_marginal-teaser_container-bottom.jpg) repeat-x;
  border-top: 2px solid #FFFFFF;
  height: 24px;
  padding-top: 10px;
  text-align: center;
}

.marginal .frame-custom-20 h3,
.marginal .container-info h3 {
  background: url(../Images/gradient_marginal-teaser_headline.jpg) repeat-x;
  border-bottom: 2px solid #FFFFFF;
  font-size: 1em;
  height: 25px;
  margin: 0;
  padding: 10px 0 0 0;
  text-align: center;
}

.marginal .container-select {
  background: #FFFFFF;
}

.marginal .container-select h3 {
  border-bottom: 0;
  border-left: 1px solid #D6D8DB;
  border-right: 1px solid #D6D8DB;
  float: left;
  height: 35px;
  margin-bottom: 2px;
  padding-top: 0;
  width: 168px;
}

.marginal .container-select h3 a {
  color: #424242;
  display: block;
  height: 24px;
  padding-top: 10px;
  width: 168px;
}

.marginal .container-select h3 a:focus,
.marginal .container-select h3 a:hover {
  text-decoration: underline;
}

.marginal .container-select h3.active {
  background: #F0F0F1;
  border-left: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  height: 37px;
  margin-bottom: 0;
  width: 169px;
}

.marginal .container-select h3.first {
  border-left: none;
}

.marginal .container-select h3.last {
  border-right: none;
}

.marginal .csc-text,
.marginal .csc-textpic-outer .csc-textpic {
  margin: 20px 0;
  padding: 0 20px;
  width: 300px;
}

.marginal .bx-wrapper .ce-bodytext,
.marginal .bx-wrapper .csc-text,
.marginal .bx-wrapper .csc-textpic-outer .csc-textpic {
	padding: 0 35px;
	width: 270px;
}

.marginal .login .container-content {
  padding: 10px 20px;
  width: 300px;
}

.marginal input {
  display: block;
  float: left;
  margin-bottom: 15px;
  width: 260px;
}

.marginal .bx-wrapper figcaption.image-caption,
.marginal .bx-wrapper figcaption.csc-textpic-caption {
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 0;
  display: block;
  height: auto;
  padding: 10px 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.marginal .frame-custom-20 .ce-textpic {
  margin: 20px 0;
  padding: 0 20px;
  width: 300px;
  min-height: 128px;
}

.marginal .frame-custom-20 .ce-textpic.ce-left .ce-gallery {
	float: left;
	margin-right: 20px;
}

.marginal .frame-custom-20 .ce-textpic.ce-left .ce-gallery .image {
	margin: 0 0 20px 0;
}

.marginal .frame-custom-20 .ce-textpic.ce-left .ce-bodytext {
	margin-left: 55px;
}

/*** SUBNAVI ***/

.marginal .subnavi {
  min-height: 130px;
}

.marginal .subnavi .container-content {
  height: auto;
  min-height: 60px;
  padding: 10px 20px;
}

.marginal .subnavi ul li {
  border-bottom: 1px solid #D8D8DB;
  list-style: none;
  padding: 5px 0 5px 0;
}

.marginal .subnavi ul li span,
.marginal .subnavi ul li a {
  background: url(../Images/icn_subnavi.png) no-repeat left 5px;
  color: #424242;
  display: block;
  padding: 2px 0 2px 10px;
}

.marginal .subnavi ul li .active,
.marginal .subnavi ul li a:focus,
.marginal .subnavi ul li a:hover {
  color: #6F6F6F;
  font-weight: bold;
}

.marginal .subnavi ul li:last-child {
  border-bottom: 0;
}

.marginal .subnavi ul li ul {
  border-top: 1px solid #D8D8DB;
  margin: 3px 0 0 0 !important;
}

.marginal .subnavi ul li ul li {
  margin-left: 10px;
}

.marginal .subnavi ul li ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.marginal .subnavi ul li ul li span,
.marginal .subnavi ul li ul li a {
  color: #747B83;
}

/*
========================================
           Breaker
========================================
*/

.breaker {
  margin: 0 0 20px 0;
}

.breaker img:focus,
.breaker img:hover {
  opacity: 0.8;
}

.breaker .tablet {
  display: none;
}

.breaker .smartphone {
  display: none;
}

/*
========================================
           Recommend-Share
========================================
*/

#metainfo-recommend {
  height: 180px;
  margin: 0 auto;
  padding: 20px 20px 0 40px;
  width: 930px;
}

#metainfo-recommend #website-info,
#metainfo-recommend #claim {
  float: left;
}

#metainfo-recommend #website-search,
#metainfo-recommend #social {
  float: right;
  width: 340px;
}

#metainfo-recommend #website-search input {
  background: none;
  border: none;
  display: inline-block;
}

#metainfo-recommend #website-search input.input-text {
  background: url(../Images/bg_searchfield.png) no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.16666666666667em;
  height: 29px;
  margin-right: 5px;
  padding-left: 8px;
  width: 300px;
}

#metainfo-recommend #website-search input.submit {
  background: url(../Images/icn_magnifying-glass.png) no-repeat;
  cursor: pointer;
  height: 20px;
  width: 20px;
}

#metainfo-recommend #website-info p {
  color: #C7C9CD;
  font-size: 1.1825em;
  line-height: 1.14em;
  margin: 0 0 20px 0;
  padding: 0;
}

#metainfo-recommend #claim img {
  float: left;
}

#metainfo-recommend #claim p {
  color: #FFFFFF;
  float: left;
  font-size: 1.16666666666667em;
  font-weight: bold;
  padding: 25px 0 0 5px;
}

#metainfo-recommend #website-search {
  height: 30px;
}

#metainfo-recommend #social ul li {
  display: block;
  float: left;
  height: 40px;
  list-style: none;
  margin-right: 20px;
  width: 40px;
}

#metainfo-recommend #social ul li.last {
  margin-right: 0;
}

#metainfo-recommend #social p {
  color: #C7C9CD;
  font-size: 1.1825em;
  line-height: 1.14em;
  margin-top: 20px;
}

/*
========================================
           Footer
========================================
*/

#footer {
  background: url(../Images/bg_footer.jpg) repeat-x #39424C;
  padding: 30px 0 40px 0;
}

#navi-sitemap {
  margin: 0 auto;
  padding-left: 40px;
  width: 950px;
}

#navi-sitemap ul li {
  display: block;
  float: left;
  list-style: none;
  padding-right: 5px;
  width: 185px;
}

#navi-sitemap ul li.last {
  width: 145px;
}

#navi-sitemap ul li a {
  color: #FFFFFF;
  font-weight: bold;
}

#navi-sitemap ul li a:focus,
#navi-sitemap ul li a:hover {
  text-decoration: underline;
}

#navi-sitemap ul li ul {
  margin-top: 15px;
}

#navi-sitemap ul li ul li {
  float: none;
  padding-bottom: 5px;
  width: auto;
}

#navi-sitemap ul li ul li a {
  color: #CBCBCB;
  font-weight: normal;
}

#navi-sitemap ul li ul li a:focus,
#navi-sitemap ul li ul li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

#navi-meta {
  border-top: 1px dotted #8B9096;
  color: #CBCBCB;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  width: 100%;
}

#navi-meta ul {
  display: inline;
}

#navi-meta ul li {
  background: url(../Images/bg_navi-meta_list.gif) no-repeat left 7px;
  display: inline;
  list-style: none;
  margin-left: 15px;
  padding-left: 15px;
}

#navi-meta ul li a {
  color: #CBCBCB;
}

#navi-meta ul li a:focus,
#navi-meta ul li a:hover {
  color: #FFFFFF;
}

#navi-meta ul li.about a {
  background: url(../Images/icn_flag_en.png) no-repeat;
  padding-left: 25px;
}

#navi-meta p.copyright {
  display: inline;
  margin: 0;
  padding: 0;
}

.frame-custom-50,
.mobile-view-element {
  display: none;
}

/*
========================================
           T3 8 upgrade styling
========================================
*/

.ce-gallery .ce-column .image {
  margin: 0;
}

.content .ce-gallery .ce-column .image {
  margin: 0 0 20px 0;
}

div.ce-gallery .ce-column img {
  border: none;
  display: block;
}

div.ce-gallery .ce-column img.max-width {
	max-width: 100%;
}

div.ce-image,
div.ce-textpic {
  overflow: hidden;
}

div.ce-image.ce-left.ce-intext .ce-gallery,
div.ce-textpic.ce-left.ce-intext .ce-gallery {
  float: left;
  margin-right: 20px;
}

.content div.ce-textpic.ce-right.ce-intext .ce-gallery {
  float: right;
}

.content div.ce-gallery div.ce-column {
  float: left;
}

.content div.ce-column {
  margin-right: 10px;
}

.content div.ce-column.csc-textpic-lastcol {
  margin-right: 0;
}

div.ce-center .ce-outer {
  position: relative;
  float: right;
  right: 50%;
}

div.ce-center .ce-inner {
  position: relative;
  float: right;
  right: -50%;
}

div.ce-center.ce-image {
  margin-right: 0;
}

.content .ce-center .ce-gallery .ce-column .image {
  /*margin-bottom: 0;*/
}

.frame-space-before-small {
  margin-top: 8px;
}

figcaption.image-caption {
  display: table-caption;
}

div.ce-image .ce-gallery figure,
div.ce-textpic .ce-gallery figure {
  display: table;
}

.image-caption {
  text-align: left;
  caption-side: bottom;
}

.content .image-caption {
  background-color: #E8E9EB;
  margin-bottom: 20px;
  padding: 10px 0 10px 5px;
}

div.ce-left div.ce-bodytext {
  clear: left;
}

div.ce-left.ce-intext div.ce-bodytext {
  clear: none;
}

.content div.ce-textpic.ce-left.ce-intext.ce-nowrap {
  display: flex;
}

.content div.ce-left.ce-intext.ce-nowrap div.ce-bodytext {
  float: left;
}

#c80 div.ce-left.ce-intext div.ce-bodytext,
#c81 div.ce-left.ce-intext div.ce-bodytext,
#c82 div.ce-left.ce-intext div.ce-bodytext,
#c83 div.ce-left.ce-intext div.ce-bodytext,
#c84 div.ce-left.ce-intext div.ce-bodytext,
#c85 div.ce-left.ce-intext div.ce-bodytext {
  margin-left: 109px;
  float: none;
}

@media screen and (min-width: 768px) {
	.hideOnDesktop {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.hideOnMobile {
		display: none;
	}
}

.ce-image .image-embed-item {
	max-width: 100%;
}
