* {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

html {
  height: 100%;
  padding-bottom: 1px;
}

body {
    background-color: #EFEFEF;
    font-family: tahoma, arial, sans-serif !important;
    font-size: 1em;
}

a {
  outline: none;
}

a img {
  border: 0;
}

h1,h2,h3,h4 {
  color: #333399;
  font-weight: bold;
  padding: 1em 0 0 0;
}

h1 {
  font-size: 1.3em;
  line-height: initial;
}

#css_japan-profiler h1 {
  color:#f00;
  text-align: center;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1.1em;
}

h4 {
  font-size: 1em;
}

input, textarea, select, option {
  font-family: tahoma, arial, sans-serif;
  font-size: 1em;
}

input, textarea, select {
  border-style: solid;
  border-width: 3px;
  border-color: #DFDFDF;
}

input, textarea, select, #captcha {
  padding: 3px;
}

input, textarea, select {
  background-image: url('../images/bg_input.jpg');
  background-repeat: no-repeat;
}

#edit_form {
  background-color: #EFEFEF;
  color: #000000;
  padding: 5px;
}

#edit_form p {
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
}

.article_open {
  color: #7FA059 !important;
}

.article_finished {
  color: #333399 !important;
}

.centerbox {
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #000000;
    padding: 0.5em 1em 0.5em 1em;
    margin: 0em 16em 0em 16em;
    clear: both;
    margin-bottom: 1em;
}

.centerbox_simple {
  padding: 0.5em 1em 0.5em 1em;
  clear: both;
  text-align: center;
}

/* liScroll styles */
.newstickerbox { /* the outer div with the black border */
  padding: 5px;
  background: #fff;
  height: 20px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.newstickerbox .mask { /* that serves as a mask. so you get a sort of padding both left and right */
  position: relative;
  left: 0px;
  overflow: hidden;
}

ul.newsticker { /* that's your list */
  position: relative;
  left: 750px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.newsticker li {
  float: left; /* important: display inline gives incorrect results when you check for elem's width */
  margin: 0;
  padding: 0;
  background: #fff;
}

ul.newsticker a {
  color: #333399;
  white-space: nowrap;
  padding: 0;
  margin: 0 0 0 0;
}

ul.newsticker a:link {
  color: #333399;
}

ul.newsticker a:visited {
  color: #333399;
}

ul.newsticker a:hover {
  color: #333399;
}

ul.newsticker a:active {
  color: #333399;
}

ul.newsticker a:focus {
  color: #333399;
}

ul.newsticker span {
  margin: 0 0 0 0;
}

#newsticker {
  list-style-type: none;
}

#newsticker li {
  color: #616161;
  display: block;
  font-size: 0.9em;
  text-align: center;
}

.newsticker_date {
  color: #616161;
}

.body_print {
  background-color: #ffffff;
  background-image: none;
}

.body_print .contentbox {
  border: 2px solid #B4CEE7;
}

.brandingbox {
  color: #616161;
  float: right;
  font-size: 0.75em;
  padding: 10px;
}

.color_black {
  color: #000000;
}

.comp_customer_news_box_entry_headline {
  margin: 0;
  font-size: 1.2em;
}

.comp_custom_news_detail_custom_field {
  font-size: 0.85em;
  line-height: 1.1em;
}

.comp_customer_newscats_level_1 {
  font-size: 1.3em;
}

.comp_customer_newscats_level_2 {
  font-size: 1.2em;
  margin: 0 0 0 1em;
}

.comp_customer_newscats_level_3 {
  font-size: 1.1em;
  margin: 0 0 0 2em;
}

.comp_customer_newscats_level_4 {
  font-size: 1em;
  margin: 0 0 0 3em;
}

.comp_customer_recommend_submit {
  background-image: url('../images/bg_button.jpg');
  background-repeat: repeat-x;
  margin: 1em 0 0 0;
}

.comp_customer_search_form_submit {
  background-image: url('../images/bg_button_search.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  border: 0;
  padding: 2px;
  height: 25px;
  width: 25px;
}

.comp_customer_search_form_submit:hover {
  cursor: pointer;
}

.comp_customer_search_compchooser_submit {
  background-image: url('../images/bg_button.jpg');
  background-repeat: repeat-x;
  margin: 0.5em 0 0 6.7em;
}

.comp_customer_search_compchooser_submit:hover {
  cursor: pointer;
}

.comp_customer_search_searchdetail_summary {
  padding: 5px;
}

.contactform_submit {
  background-image: url('../images/bg_button.jpg');
  background-repeat: repeat-x;
  margin: 1em 0 0 10.2em;
}

.contentbox {
  color: #616161;
  /* font-size: 0.8em;*/
    font-size: 13px;
  line-height: 1.8em;
  padding: 0 10px 10px 10px;
}

.contentbox p {
  overflow: hidden;
  padding: 0.5em 0 1em 0;
}

.contentbox ol, .contentbox ul {
  padding: 0.5em 0 1em 0;
}

.contenttoolbar {
  padding: 10px 10px 0 0;
}

.contentbox a, .footerbox a, .comp_customer_newscats_box a {
  color: #333399;
  text-decoration: none;
}

.comp_customer_newscats_box a {
  color: #616161;
  padding-left: 1em;
}

.brandingbox a {
  color: #616161;
  text-decoration: none;
}

.contentbox a:link, .footerbox a:link {
  color: #333399;
}

.comp_customer_newscats_box a:link {
  color: #616161;
  font-weight: bold;
}

.brandingbox a:link {
  color: #616161;
}

.contentbox a:visited, .footerbox a:visited a:visited {
  color: #333399;
}

.comp_customer_newscats_box a:visited {
  color: #616161;
  font-weight: bold;
}

.comp_customer_news_box ul {
  margin-left: 1em;
}

.comp_customer_news_box li {
  list-style-image:  url('../images/pfeil.png');
  margin-left: 1em;
}

.brandingbox a:visited {
  color: #616161;
}

.contentbox a:hover, .footerbox a:hover {
  color: #333399;
  text-decoration: underline;
}

.comp_customer_newscats_box a:hover {
  color: #616161;
  text-decoration: underline;
  font-weight: bold;
}

.brandingbox a:hover {
  color: #616161;
  text-decoration: underline;
}

.contentbox a:active, .footerbox a:active {
  color: #333399;
}

.comp_customer_newscats_box a:active {
  color: #616161;
  font-weight: bold;
}

.brandingbox a:active {
  color: #616161;
}

.contentbox a:focus, .footerbox a:focus {
  color: #333399;
  text-decoration: underline;
}

.comp_customer_newscats_box a:focus {
  color: #616161;
  text-decoration: underline;
  font-weight: bold;
}

.brandingbox a:focus {
  color: #616161;
  text-decoration: underline;
}

.errorbox {
  margin: 1em 0 1em 0;
}

p.form_message_box {
  padding: 0;
}

.form_sending_ok {
  display: block;
  margin: 1em 0 1em 0;
}

.footerbox {
  color: #616161;
  float: left;
  font-size: 0.75em;
  padding: 10px;
}

.infobox {
  color: #616161;
  font-size: 0.75em;
  padding: 20px;
}

.infobox h1, .infobox h2, .infobox h3, .infobox h4 {
  color: #000000;
  font-weight: normal;
}

.infobox p, .infobox ul {
  line-height: 1.5em;
  overflow: hidden;
  padding: 0.5em 0 1em 0;
}

.infobox_divider {
  border-color: #cfcfcf;
  border-width: 1px 0 0 0;
  border-style: solid;
  margin: 10px auto;
  width: 80%;
}

.logobox {
  padding: 10px;
  text-align: center;
}

.navigationbox_main ul {
  list-style-type: none;
  margin: 0 0 0 25px;
  overflow: hidden;
  padding: 0 0 0 0;
}

.navigation_link {
  color: #ffffff;
  display: block;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.navigation_link:link {
  color: #ffffff;
}

.navigation_link:visited {
  color: #ffffff;
}

.navigation_link:hover {
  color: #ffffff;
}

.navigation_link:active {
  color: #ffffff;
}

.navigation_link:focus {
  color: #ffffff;
}
.navigation_level_1 {
  line-height: 75px;
  height: 100px;
}

.navigation_level_1_sel {
  background-image: url('../images/bg_navigation_sel.jpg');
  background-repeat: no-repeat;
  background-position: center top;
}

.searchbox {
  text-align: center;
}

.td_archive {
  width: 40%;
  font-weight: bold;
}

td {
  padding: 5px;
  vertical-align: top;
}

.col_th_0 {
  width: 7em;
}

/*
#css_startseite p {
  float: left;
  width: 47%;
  padding-right: 20px;
}

#css_startseite .right {
  float: right;
  width: 50%;
  padding-right: 0px;
}

#css_startseite .right a {
  display: block;
  padding: 50px 20px;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
  font-size: 25px;
}

#css_startseite .right a.news{
  background-color: #fff;
  border: 3px solid #333399;
}
#css_startseite .right a.other-news{
  background-color: #E7FDFF;
}
#css_startseite .right a.demands{
  padding-top: 0;
  padding-bottom: 0;
}

*/

#css_startseite .two-columns {
  overflow: hidden;
}
#css_startseite .two-columns > div {
  width: 47%;
  float: left;
}

#css_startseite .two-columns > div.right {
  float: right;
}
 
@media (max-width: 768px) {
  #css_startseite .two-columns > div {
    width: 100%;
    float: none;
    clear: both;
  }
}
 
#css_startseite .blog {
  border: 3px solid #333399;
  padding: 20px;
}

#css_startseite .blog .item {
  margin-bottom: 10px;
}

#css_startseite .blog .item .img_title {
  width: 100% !important;
}

#css_startseite .blog .item img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#css_startseite .blog .item h2 {
  margin: 0px 0px 10px 0px;
  padding-top: 0px;
}

#css_startseite .social-media {
  overflow: hidden;
  margin-top: 20px;
}

#css_startseite .social-media a {
  display: block;
  /* width: 26.66%; */
  float: left;
  margin-right: 10px;
}

#css_startseite .social-media a:last-child {
  margin: 0px;
}

#css_startseite .social-media a img {
  display: block;
  width: 36px;
  max-width: 100%;
  height: auto;
}

#structure_nlcorner_mobile {
  display: none;
  background: #FE0101;
  color: #fff;
  width: 100%;
  margin-bottom: 5px;
  padding: 10px;
  border: 1px solid #ccc;
  text-transform: uppercase;
  border: 1px solid #B52C2C;
  text-transform: 1px 1px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px -2px 0px rgba(0, 0, 0, 0.1);
  /* float: left; */
  text-align: center;
}
#structure_nlcorner_mobile a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) and (min-width: 320px) {
    .form_labelleft_10 {
        width: 6.0em !important;
        margin-right: 1.0em;
        font-weight: normal !important;
    }
    .input_20 {
        width: 55%;
    }
    .textarea_30_10 {
        height: 10em;
        width: 55%;
    }
    #css_newsartikel .centerbox{
      margin: 0px !important;
    }
    .centerbox{
      margin: 0px !important;
      text-align: center;
    }
    #contenttoolbar_link_print {
        display:none;
    }
}
@media (min-width: 769px) {
    .form_labelleft_10 {
        width: 10.0em !important;
        margin-right: 1.0em;
        font-weight: normal !important;
    }
    .input_20 {
        width: 55%;
    }
    .textarea_30_10 {
        height: 10em;
        width: 55%;
    }
    #css_newsartikel .centerbox{
      font-size: 20px;
      margin: 0em 5em 0em 5em !important;
      text-align: center;
    }
    .centerbox{
      margin: 0em 16em 0em 16em !important;
      text-align: center;
    }
}
@media (max-width: 991px) and (min-width: 320px) {
    .navbar-inverse {
        background-image: url("../images/bg_navigation.jpg");
        background-repeat: repeat-x;
        min-height: 75px !important;
        background-color: #000 !important;
    }
    .navigation_link_selected:before {
        font-family: "Ionicons";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: '\f10a ' !important;
        float: none !important;
    }
    .nav > li > a {
        padding-left: 0px !important;
    }
    .navbar-collapse {
        padding-left: 0 !important;
    }
    #structure_outerbox {
        width: 100%;
    }
    #structure_nlcorner_mobile {
      width: 100%;
    }
}

@media (min-width: 992px) {
    .form_labelleft_10 {
        width: 10.0em !important;
        margin-right: 1.0em;
        font-weight: normal !important;
    }
    .input_20 {
        width: 35em;
    }
    .textarea_30_10 {
        height: 10em;
        width: 35em;
    }
    .navbar-brand {
        display: none;
    }
    .navbar-inverse {
        background-image: url("../images/bg_navigation_selected.png");
        background-repeat: repeat-x;
        min-height: 83px !important;
        background-color: #FFF !important;
        border-bottom: none !important;
    }
    .nav_customer_startseite {background-position: -775px top !important;}
    .nav_customer_news {background-position: -550px top !important;}
    .nav_customer_archive-2011 {background-position: -345px top !important;}
    .nav_customer_downloads {background-position: -210px top !important;}
    .nav_customer_kontakt {background-position: -80px top !important;}
    #structure_nlcorner_mobile {
      margin: 0px auto 5px auto;
      float: none;
      width: 900px;
    }
}

@media (max-width: 992px) {
    #css_startseite p {
        float: none;
        width: 97%;
        padding-right: 20px;
    }
    #css_startseite .right {
        float: none;
        width: 97%;
        padding-right: 20px;
    }
}

@media (max-width: 1190px) {
  #structure_nlcorner {
    display: none;
  }
  #structure_nlcorner_mobile {
    display: block;
  }
  .navigation_link_selected {
      background-image: none;
  }
}

.comp_customer_news_detail_summary {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.comp_customer_news_detail_text {
  padding: 0 !important;
  margin: 0 !important;
}

.comp_customer_news_detail_source {
  float: right;
  padding-top: 0 !important;
  padding-bottom: 20px
}

/*
#css_newsartikel .centerbox{
  font-size: 20px;
  margin: 0em 5em 0em 5em !important;
  text-align: center;
}
*/

/* Bootstrap included */
.navigationbox_main li {
    padding: 0 5px 0 5px !important;
}

#structure_navigationbox_main {
    background-image: none;
}

body{
    background-color: #EFEFEF !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: white !important;
}

.container-fluid {
    margin-top: 12px;
}
.container-fluid > .navbar-header {
    margin-bottom: 12px;
}

body {
    font-size: 14px !important;
}

a.navbar-brand {
    color: #FFF !important;
}
