/* Main Page Background */
body {
  margin: 0px;
  background-image: url('../images/background.jpg');
  background-repeat: repeat-x;
  font-family: Arial, Helvetica, Verdana, Sans-Serif;
  font-size: 13px;
  color: #000000;
  background-color: #FFFFFF;
}

.textcontent li, .textcontent2 li {
  list-style-image: url('../images/icons/circle_icon.png');
  line-height: 1.5em;
}

@media (max-device-width: 1024px) {

  body {
    zoom: 88%;
    padding-left: 45px;
  }
}

li a:active, li a:link, li a:visited {
  text-decoration: none;
  color: #3c3d42;
}

li a:hover {
  color: #e53528;
}

p {
  line-height: 1.5em;
}

/* Page Container */
#page {
  width: 1035px;
  margin: auto;
}

/* Head Content + Banner */
#head {
  width: 990px;
  min-height: 100px;
  background-color: #FFFFFF;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin-top: 25px;
  float: left;
  /*
    .background:url('../images/hsm.png') repeat-y;
    .padding:5px 10px 0px;
    .margin-top:25px;
    */;
}

#search {
  /*margin-top:-12px;*/
  float: left;
  width: auto;
  padding-left:50px;
  margin: 12px 0px 0px;
}

#searchfield {
  margin-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #999999;
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  font-size: 10px;
  width: 200px;
  color: #999999;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-appearance: none;
}

.csc-textpic-single-image img {
  /*margin:0 !important;
  padding:0 !important;*/
  margin: 0;
  padding: 0;
}

.smallbox div.csc-default {
  background-position: bottom !important;
  height: 182px;
}

/* HSM Logo */
#topbanner {
  position: absolute;
  margin: auto;
  margin-top: -14px;
  height: 100px;
  width: 990px;
  background-repeat: no-repeat;
  background-image: url('../images/header_front.png');
  background-size: 990px 100px;
  z-index: 10;
}

/* Breadcrumb Navigation */
#breadcrumb {
  position: absolute;
  background-image: url('../images/breadcrumb.png');
  z-index: 1;
  padding-right: 10px;
  padding-left: 40px;
  color: #666666;
}

#inner_breadcrumb {
  padding: 4px;
}

#breadcrumb a {
  text-decoration: none;
  color: #666666;
  font-size: 10px;
}

/* Contact Bar */
#contact {
  position: absolute;
  z-index: 3;
  width: 49px;
  margin-left: -49px;
  margin-top: 71px;
}

#contact p {
  padding: 0;
  margin: 0;
  margin-left: 3px;
}

#contact hr {
  width: 46px;
  margin-left: 3px;
  background-color: #AAAAAA;
  height: 1px;
  border: none;
}

#contact img {
  padding-bottom: 5px;
}

#contact a {
  text-decoration: none;
  font-size: 10px;
  color: #333333;
}

#contact_middle {
  width: 49px;
  background-image: url('../images/left.png');
  background-repeat: repeat-y;
}

#contact_top {
  width: 49px;
  height: 15px;
  line-height: 1px;
  background-image: url('../images/left_top.png');
}

#contact_bottom {
  width: 49px;
  height: 15px;
  line-height: 1px;
  background-image: url('../images/left_bottom.png');
}

/* Social Bar */
#socials {
  position: absolute;
  z-index: 3;
  margin-left: 990px;
  margin-top: 69px;
}

#socials p {
  padding: 0;
  margin: 0;
  margin-left: 10px;
}

#socials a {
  text-decoration: none;
  font-size: 10px;
  color: #333333;
  padding-bottom: 5px;
  display: block;
}

#socials_middle {
  background-image: url('../images/right.png');
  background-repeat: repeat-y;
  height: 56px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#socials:hover #socials_middle {
  height: 115px;
}

#socials:hover #socials_bottom {
  width: 49px;
  height: 45px;
  line-height: 1px;
  overflow: hidden;
  background-image: url('../images/right_bottom.png');
}

#socials_top {
  width: 49px;
  height: 15px;
  line-height: 1px;
  background-image: url('../images/right_top.png');
}

#socials_bottom {
  width: 49px;
  height: 45px;
  line-height: 1px;
  overflow: hidden;
  background-image: url('../images/right_bottom_arr.png');
}

/* Head Content Element */
#mainbanner {
  width: 990px;
  background-color: #FFFFFF;
  padding-top: 76px;
  color: #494a52;
}

#mainbanner #left-main .csc-header h1.csc-firstHeader {
  margin-left: 20px;
  margin-top: 40px;
  display: inline;
}

#mainbanner #left-main .csc-header h2.csc-firstHeader {
  padding-bottom: 12px;
  display: inline;
}

#mainbanner #left-main p.bodytext {
  padding-bottom: 8px;
}

.textcontent {
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 18px;
  /*border-style:solid;
  border-width:0 0 1px 0;
  border-color:#494a52;*/
  color: #494a52;
  margin-bottom: 5px;
}

.textcontent:first-child, :not(.textcontent) + .textcontent {
  margin-top: 37px;
}

.textcontent:last-child {
  padding-bottom: 27px;
}

.textcontent h1 {
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.textcontent h3 {
  font-size: 13px;
  line-height: 18px;
  font-style: italic;
}

.textcontent2 {
  margin-left: 40px;
  width: 660px;
  margin-top: 5px;
  padding-bottom: 12px;
  font-size: 12px;
  line-height: 14px;
  /* margin-bottom: 40px; */
  padding-top: 15px;
}

.textcontent2:first-child, :not(.textcontent2) + .textcontent2 {
  margin-top: 25px;
}

.textcontent2 h1, .textcontent2 h2 {
  font-size: 22px;
  font-style: italic;
  margin: 0;
  margin-top: 12px;
  padding: 0;
  line-height: 18px;
}

.textcontent2 span {
  font-size: 18px !important;
}

.textcontent2 h3 {
  font-size: 13px;
  font-style: italic;
  margin: 0;
  padding: 0;
  /*margin-top:-5px;
  margin-bottom:-7px;*/;
}

.banner {
  margin: 0;
  padding: 0;
  color: #494a52;
}

.textbox {
  padding-top: 320px;
  padding-left: 30px;
  /*width:220px;*/
  width: 90%;
  font-style: normal;
}

.banner h1 {
  font-size: 25px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.banner h2 {
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  font-style: italic;
  margin-bottom: 4px;
}

.banner .textbox a:link, .banner .textbox a:active, .banner .textbox a:visited, .banner .textbox a:hover {
  color: #e53528;
  display: block;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  margin-top: 4px;
  padding-left: 10px;
  background-image: url('../images/icons/link.png');
  background-repeat: no-repeat;
  background-position: left center;
}

.banner .textbox a:hover {
  color: #e53528;
}

#main_containers {
  clear: both;
  float: none;
}

.tx-qu-productlist {
  /*padding-top: 20px;*/;
}

.tx_quproductlist_variantlist_outerbox {
  margin-left: 13px;
}
/*----
.container {
  width: 240px;
  height: 250px;
  float: left;
  background-color: #FFFFFF;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin-right: 10px;
  margin-top: 10px;
}

.container_head {
  width: 240px;
  height: 35px;
  background-color: #454545;
  background-image: url('../images/container_head.jpg');
  color: #FFFFFF;
  text-align: center;
  line-height: 35px;
}
 
--- */

.container {
  width: 313px;
  height: 200px;
  float: left;
  background-color: #FFFFFF;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin-right: 5px;
  margin-left: 13px;
  margin-top: 10px;
}

.container_head {
  width: 313px;
  height: 35px;
  background-color: #454545;
  background-image: url(common/img/silvergradient.gif)repeat-x bottom left;
  color: #FFFFFF;
  text-align: center;
  line-height: 35px;
}





.container_head h2 {
  text-decoration: none;
  text-align: center;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-style: italic;
  font-size: 17px;
}

.container a {
  text-decoration: none;
  color: #000000;
}

/*
.container_content {
  width: 240px;
  height: 160px;
}
*/

.container_content {
  width: 313;
  height: 165px;
}

.linkcontainer {
  /*padding-left:90px;
  padding-top:120px;*/
  padding-left: 15px;
  padding-top: 15px;
  line-height: 1.5em;
}

.linkcontainer a:link, .linkcontainer a:active, .linkcontainer a:visited, .linkcontainer a:hover {
  color: #e53528;
  text-decoration: none;
  font-weight: bold;
  line-height: 30px;
  font-size: 12px;
  background-color: #e53528;
  color: #FFFFFF;
  text-align: left;
  padding: 5px 10px 5px 20px;
  background-image: url('../images/icons/link_white.png');
  background-repeat: no-repeat;
  background-position: 10px 50%;
}

.linkcontainer a:hover {
  color: #FFFFFF;
}

.textcontainer {
  padding: 12px;
  line-height: 17px;
}

.clearer {
  clear: both;
  float: none;
}

/* -----------------------------
#footer {
  width: 990px;
  min-height: 300px;
  background-color: #FFFFFF;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin-top: 15px;
  margin-left: 10px;
  margin-bottom: 50px;
}

#footer a:link, #footer a:active, #footer a:visited {
  color: #494a52;
  text-decoration: none;
}

#footer a:hover {
  color: #666666;
  text-decoration: none;
}

#footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#footer li {
  margin: 0;
  padding: 0;
}

#footer .menu-level1 li {
  width: 145px;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  font-size: 17px;
  font-weight: bold;
  margin-left: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 2px;
}

#footer .menu-level2 li {
  margin-top: 5px;
  font-size: 10px;
  font-weight: normal;
  margin: 0;
  line-height: 1.2em;
}

#footer .menu-level3 li {
  margin: 0;
  border-width: 0;
  line-height: 12px;
}

#footer .underline {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #494a52;
  padding-bottom: 3px;
  margin-bottom: 2px;
}
-------------------  */




#bottom_footer {
  width: 976px;
  min-height: 300px;
  background-color: #FFFFFF;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin-top: 20px;
  margin-left: 13px;
  margin-bottom: 50px;
}

#bottom_footer a:link, #bottom_footer a:active, #footer a:visited {
  color: #494a52;
  text-decoration: none;
}

#bottom_footer a:hover {
  color: #666666;
  text-decoration: none;
}

#bottom_footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#bottom_footer li {
  margin: 0;
  padding: 0;
}

#bottom_footer .menu-level1 li {
  width: 240px;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  font-size: 17px;
  font-weight: bold;
  margin-left: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 2px;
}

#bottom_footer .menu-level2 li {
  margin-top: 5px;
  font-size: 10px;
  font-weight: normal;
  margin: 0;
  line-height: 1.2em;
}

#bottom_footer .menu-level3 li {
  margin: 0;
  border-width: 0;
  line-height: 12px;
}

#bottom_footer .underline {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #494a52;
  padding-bottom: 3px;
  margin-bottom: 2px;
}


img {
  border: 0;
}

.menu-level1-with-subpage {
  line-height: 40px;
}

.menu-level1-active {
  line-height: 40px;
}

/**** CONTENT COLUMNS ***/

#left-main {
  width: 720px;
  float: left;
  /*padding-top:30px;*/;
}

#left-main .textcontent {
  margin-top: 12px;
}

/* ************************************************ */
/* MARGINAL */
#right-main {
  width: 190px;
  float: left;
  margin-left: 40px;
}

#right-main .marginalcontainer .csc-firstHeader {
  margin-top: 0px;
}

#right-main .marginalcontainer {
  margin-top: 23px;
  clear: both;
}

#right-main .marginalcontainer:first-child {
  margin-top: 43px;
}

#right-main .marginalcontainer:first-child .csc-textpic-imagewrap img {
  padding-bottom: 10px;
  display: blocK;
}

#right-main .marginalcontainer:last-child {
  margin-bottom: 43px;
}

/* Marginal Content */
.marginalcontainer {
  width: 190px;
  background-color: #FFFFFF;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}

.marginalcontainer h3, .marginalcontainer h5, .marginalcontainer p.marginalheadline {
  display: block;
  background-color: #666666;
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  padding: 8px;
  font-style: italic;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  margin-top: 0;
}

.marginalcontainer .csc-header-n1 {
  margin: 0;
  padding: 0;
}

.marginalcontainer p {
  padding: 10px;
  padding-top: 0;
  font-size: 12px;
  line-height: 15px;
}

.marginalcontainer a:link, .marginalcontainer a:active, .marginalcontainer a:visited, .marginalcontainer a:hover,
.news_item p a:link, .news_item p a:active, .news_item p a:visited, .news_item p a:hover,
.registration_link:link, .registration_link:active, .registration_link:visited, .registration_link:hover,
.news-single-backlink a:link, .news-single-backlink a:active, .news-single-backlink a:visited, .news-single-backlink a:hover,
.tx-indexedsearch-res .tx-indexedsearch-more a,
.textcontent2 .bodytext a,
.tx-srfeuserregister-pi1 .tx-srfreecap-pi2-cant-read a {
  color: #e53528;
  display: inline;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  margin-top: 4px;
  padding-left: 10px;
  background: url('../images/icons/link.png') no-repeat left center;
}

/*
DIV.csc-textpic-intext-right .csc-textpic-imagewrap {
  float: left !important;
} 
DIV.csc-textpic-intext-right .csc-textpic-imagewrap, DIV.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
  .margin-left: 0px !important ;
}
  /* ************************************************ */

/** CONTENT BOXES **/
#contentboxes {
  width: 990px;
  background-color: rgb(245, 245, 245);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#contentboxes .smallbox {
  float: left;
  margin-left: 12px;
  width: 230px;
  height: 182px;
  margin-top: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  background-color: #FFFFFF;
  border-color: rgb(206, 206, 206);
  border-style: solid;
  border-width: 1px;
}

#contentboxes .smallbox h5 a {
  display: inline !important;
  color: #FFFFFF !important;
  font-style: italic !important;
  font-size: 13px !important;
  background-image: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#contentboxes .smallbox h2, #contentboxes .smallbox h4, #contentboxes .smallbox h5 {
  display: block;
  background-color: #666666;
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  font-style: italic;
  font-size: 13px;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 22px;
  line-height: 22px;
}

#contentboxes .smallbox h2 a, #contentboxes .smallbox h4 a, #contentboxes .smallbox h5 a {
	color: #FFFFFF !important;
}

#contentboxes .smallbox p {
  padding: 10px;
  padding-top: 0;
  font-size: 12px;
  line-height: 1.5em;
}

#contentboxes .smallbox a:link, #contentboxes .smallbox a:active,
#contentboxes .smallbox a:visited,
.marginalcontainer a:link, .marginalcontainer a:active, .marginalcontainer a:visited,
.news_item p a:link, .news_item p a:active, .news_item p a:visited,
.registration_link:link, .registration_link:active, .registration_link:visited, .news-single-backlink a:link,
.news-single-backlink a:active, .news-single-backlink a:visited, .tx-indexedsearch-res .tx-indexedsearch-more a,
.textcontent2 .bodytext a, .tx-srfeuserregister-pi1 .tx-srfreecap-pi2-cant-read a, .textcontainer a:link, .textcontainer a:active, .textcontainer a:visited {
  color: #3c3d42;
  display: inline;
  text-decoration: none;
  font-weight: bold;
  margin-top: 4px;
  padding-left: 10px;
  background-image: url('../images/icons/link.png');
  background-repeat: no-repeat;
  background-position: left 40%;
}

a:hover, #contentboxes .smallbox a:hover, .textcontainer a:hover, #contentboxes .smallbox a:hover, .news_item p a:hover, .news-single-backlink a:hover, .registration_link:hover, .marginalcontainer a:hover {
  color: #e53528;
}

#contentboxes .smallbox h4 a:link, #contentboxes .smallbox h4 a:active, #contentboxes .smallbox h4 a:visited, #contentboxes .smallbox h4 a:hover {
  color: #ffffff;
  display: inline;
  text-decoration: none;
  font-weight: bold;
  margin-top: 4px;
  padding-left: 0px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: left center;
}

a {
  color: #3c3d42;
  text-decoration: none;
  font-weight: bold;
}

/** MAIN ARTICLE LIST BLOCK **/
#spacer {
  clear: both;
  float: none;
  padding-top: 20px;
}

/*
  #mainblock
  {

  width:990px;
  background-color:#FFFFFF;
  -moz-box-shadow:  0 0 10px rgba(0,0,0,0.5); 
  -webkit-box-shadow:  0 0 10px rgba(0,0,0,0.5);
  box-shadow:  0 0 10px rgba(0,0,0,0.5);
  }
  */
#inner_mainblock {
  padding: 13px;
}

/**** MAIN MENU ****/
#mainmenu {
  margin-left: -13px;
  font-size: 18px;
  padding-top: 0;
}

ul.menu, ul.menu ul {
  list-style-type: none;
}

ul.menu a {
  display: block;
  padding: 3px 17px 6px 17px;
  margin-top: 7px;
  font-weight: normal;
  text-decoration: none;
  color: #FFFFFF;
  font-style: italic;
}

/* Active Main Button */
.active, .active a {
  color: #454545 !important;
}

/* Active Main Button Admin*/
ul.menu li#num16898 a.active {
  color: #e53528 !important;
}

ul.menu > li:hover a {
  background-image: url('../images/transparent.png');
  color: #454545;
}

ul.menu ul li a {
  background-image: none !important;
  margin-top: 4px;
}

ul.menu ul li:hover a {
  background-image: none;
}

ul.menu ul a {
  padding: 0 10px;
}

ul.menu li {
  padding: 0;
  margin: 0;
  float: left;
}

ul.menu ul a {
  color: #555555;
  font-size: 12px;
  font-style: normal;
}

ul.menu ul {
  min-height: 10px;
  min-width: 210px;
}

ul.menu ul {
  margin-left: 0;
  position: absolute;
  background-color: transparent;
  background-image: url('../images/transparent.png');
  opacity: 0;
  /*-webkit-transition: opacity .3s ease-in; 
  -moz-transition: opacity .3s ease-in; 
  -o-transition: opacity .3s ease-in; 
  transition: opacity .3s ease-in;   */
  z-index: 200;
  color: #555555;
  height: 0;
  min-height: 0;
  overflow: hidden;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 30px;
}

/* IE-Hack f?r die Breite */
*html ul.menu ul {
  width: 180px;
}

.mspacer1 {
  display: block;
}

/** Anpassungen Menue **/

ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul {
  opacity: 1;
  height: auto;
  overflow: visible;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  height: 350px;
  padding-top: 20px;
  padding-bottom: 15px;
}

ul.menu ul ul {
  padding: 0 !important;
  height: auto !important;
}

ul.menu ul li {
  float: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  padding-top: 2px;
  padding-bottom: 8px;
}

ul.menu ul ul {
  padding: 0;
  position: relative;
  background-color: transparent;
  background-image: none !important;
  opacity: 1;
  color: #555555;
  height: auto;
  overflow: visible;
  margin: 0;
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #666666;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 0;
  margin-top: -6px;
}

ul.menu ul li a {
  font-weight: bold;
  color: #777777;
  font-size: 14px;
}

ul.menu ul ul li a {
  font-weight: normal;
  color: #565656;
  font-size: 12px;
}

ul.menu ul li a:hover {
  color: #999999;
}

ul.menu ul ul li {
  padding: 0;
  margin: 0;
  margin-left: -6px;
  margin-top: 2px;
  margin-bottom: 2px;
}

/* Active Sub Button */
.active_level2, .active_level3 {
  /*color:#e53528 !important;*/;
}

/** HEADMENU **/

#language {
  position: absolute;
  height: 15px;
  margin-left: 6px;
  width: 19px;
  padding-top: 5px;
  margin-top: 10px;
  left: 0px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#language a.selectedFlag {
  float: left;
  display: block;
  width: 19px;
  margin: auto;
  margin-bottom: 5px;
  padding: 2px;
}

#language:hover {
  height: 100%;
  height: 320px;
  width: 200px;
}

#language:hover .selectedFlag {
  background: #fff;
}

#language .selectedFlag img {
  height: 13px;
  width: 17px;
}

#language .languagesMenu {
  float: left;
  position: relative;
  top: -6px;
  height: 320px;
  background: #FFFFFF;
  opacity: 0.8;
  width: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  -moz-box-shadow: 5px 5px 5px #666666;
  -webkit-box-shadow: 5px 5px 5px #666666;
  box-shadow: 5px 5px 5px #666666;
  font-style: italic;
}

#language .selection {
  float: left;
  padding-left: 15px;
}

#language .selection h3 {
  border-bottom: 1px solid silver;
  float: left;
  margin: 0 0 5px;
  padding: 5px 0;
  width: 90%;
}

#language .selection h3.noH3 {
  line-height: 1px;
}

#language .selection ul {
  float: left;
  margin: 0;
  padding: 0;
}

#language .selection ul li {
  margin: 4px 0;
  width: 100%;
}

#language .selection ul a img {
  vertical-align: middle;
  padding-right: 10px;
}

#language .selection ul a {
  font-size: 12px;
}

#headnav {
  margin-top: 5px;
  height: 30px;
}

#headnav ul {
  /*padding-top:5px;*/
  list-style-type: none;
  font-size: 11px;
  float: left;
  width: auto;
  margin: 15px 0 0;
}

#headnav li {
  float: left;
  margin: 0;
  padding: 0;
}

#headnav li a {
  color: #454545;
  text-decoration: none;
  margin-right: 5px;
}

#headnav li a:hover {
  color: #666666;
}

#homebutton {
  float: right;
  width: 130px;
  height: 75px;
  margin: 4px 80px 0 0;
}

#homebutton a {
  display: block;
  width: 100%;
  height: 75px;
  text-decoration: none;
}

/***
Home Slideshow
***/

#home_slideshow {
  z-index: 100;
}

/*
  Slides container
  Important:
  Set the width of your slides container
  Set to display none, prevents content flash
*/

.slides_container {
  width: 990px;
  height: 520px;
  overflow: hidden;
  position: relative;
  display: none;
}

/*
  Each slide
  Important:
  Set the width of your slides
  If height not specified height will be set by the slide content
  Set to display block
*/

.slides_container div.slide {
  width: 990px;
  height: 520px;
  display: block;
}

/*
  Next/prev buttons
*/

#home_slideshow .next, #home_slideshow .prev {
  position: absolute;
  top: 107px;
  left: -39px;
  width: 24px;
  height: 43px;
  display: block;
  z-index: 101;
}

#home_slideshow .next {
  left: 585px;
}

/*
  Pagination
*/

#home_slideshow .paginationContainer {
  float: right;
  margin-top: -28px;
  margin-right: 7px;
  padding: 0px;
  position: relative;
  z-index: 999;
}

#home_slideshow .pagination {
  float: right;
  padding: 0px;
  margin: 0px;
}

#home_slideshow .pagination li {
  float: left;
  margin: 0 5px;
  list-style: none;
}

#home_slideshow .pagination li a {
  display: block;
  width: 12px;
  height: 0;
  padding-top: 12px;
  background-image: url('../images/pagination.png');
  background-position: 0 0;
  float: left;
  overflow: hidden;
}

#home_slideshow .pagination li.current a {
  background-position: 0 -12px;
}

/*
  Caption
*/

#home_slideshow .textbox {
  z-index: 500;
  position: absolute;
  left: 0;
  bottom: 76px !important;
  /*      
    height:30px;
    padding:5px 20px 0 20px;
    background:#000;
    background:rgba(0,0,0,.5);
    width:990px;
    font-size:1.3em;
    line-height:1.33;
    color:#fff;
    border-top:1px solid #000;
    text-shadow:none;
    */;
}

/* NEWS Home */
.newsHomeItem a {
  font-weight: normal !important;
  background-position: left 3px !important;

}

.newsHomeItem .newsHomeDate {
  font-weight: bold !important;
}


/* NEWS Listing */
#news_list {
  float: left;
  margin-top: 7px;
}

.news_item {
  float: left;
  width: 100%;
  min-height: 150px;
  clear: both;
}

.news_image {
  float: left;
  width: 140px;
}

.news_content {
  float: left;
  width: 460px;
}

.news_content h2 {
  margin: 0px 0px 12px 0px;
  font-size: 18px;
  line-height: 1.2em;
}

.news-single-rightbox, .news-single-imgcaption, .news-latest-date, .news-latest-morelink, .news-latest-category, .news-list-category, .news-list-author, .news-list-imgcaption, .news-list-date, .news-list-browse, .news-amenu-container, .news-catmenu {
  font-size: inherit;
}

/* Login & Registration */
.tx-felogin-pi1 legend, .tx-srfeuserregister-pi1 legend, .tx-felogin-pi1 h3 {
  display: none;
}

.tx-felogin-pi1 fieldset, .tx-srfeuserregister-pi1 fieldset, #mailform fieldset {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

.tx-felogin-pi1 form div {
  margin: 15px 0px;
}

.tx-felogin-pi1 form div label {
  padding: 5px 0px;
}

.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd {
  margin: 8px 0px;
}

.tx-srfeuserregister-pi1 dt {
  width: 27%;
}

.textcontent2 input[type="text"], .textcontent2 input[type="password"], .textcontent2 textarea, .textcontent2 select {
  border: 1px solid #BCBDBF;
  padding: 4px;
  width: 250px;
}

.textcontent2 select {
  width: 258px;
}

.textcontent2 input[type="text"]:focus, .textcontent2 input[type="password"]:focus, .textcontent2 textarea:focus, .textcontent2 select:focus {
  border: 1px solid #79787E;
}

.tx-srfeuserregister-pi1-password-again {
  position: relative;
  top: 15px;
  left: -104px;
}

.textcontent2 input[type="button"], .textcontent2 input[type="submit"], .textcontent2 input[type="reset"] {
  border: 1px solid #4A4A52;
  background: #4B4B53;
  padding: 3px 10px;
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.csc-mailform-field {
  margin: 15px 0px;
}

.csc-mailform-field label {
  float: left;
  width: 20%;
}

#mailformformtype_mail {
  margin-left: 120px;
}

.csc-mailform-label .formHR {
  border-top: 1px solid #BCBDBF;
  margin: 20px 0;
  width: 100%;
}

#mainbanner DIV.csc-textpic-intext-right .csc-textpic-imagewrap, DIV.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
  margin-left: 0px;
}

/* Search */
form#tx_indexedsearch a, .tx-indexedsearch-rules, .tx-indexedsearch-whatis, .tx-indexedsearch-info {
  display: none;
}

.tx-indexedsearch-res h2 a {
  color: #494A52;
  text-decoration: none;
}

.tx-indexedsearch .res-tmpl-css {
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
  background: #F4B2AD;
  color: #494A52;
  padding: 0px 5px;
}

.tx-indexedsearch-descr {
  line-height: 18px;
}

.tx-indexedsearch-browsebox {
  margin-bottom: 20px;
}

.tx-indexedsearch-browsebox ul {
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  float: right;
}

.tx-indexedsearch-browsebox ul li {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 11px;
  list-style: none;
}

.tx-indexedsearch-browsebox ul a {
  border: solid 1px #DDDDDD;
  margin-right: 2px;
}

.tx-indexedsearch-browsebox ul a:link, .tx-indexedsearch-browsebox ul a:visited {
  color: #e53528;
  display: block;
  float: left;
  padding: 3px 6px;
  text-decoration: none;
  margin-left: 5px;
}

.tx-indexedsearch-browsebox ul a:hover {
  border: solid 1px #666666;
}

.tx-indexedsearch .tx-indexedsearch-noresults {
  text-align: left;
  border-bottom: 1px solid #D5D5D5;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.tx-indexedsearch-searchbox {
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

form#tx_indexedsearch div.tx-indexedsearch-form label {
  font-size: 15px;
  /*font-weight: bold;*/
  padding-top: 5px;
  width: auto;
}

form#tx_indexedsearch div.tx-indexedsearch-form input#tx-indexedsearch-searchbox-sword {
  color: #000000;
  font-family: Arial, Helvetica, Verdana, Sans-Serif;
  font-size: 12px;
  width: 200px;
}

div.tx-indexedsearch-form #tx-indexedsearch-searchbox-sword {
  clear: both;
  position: relative;
  top: -6px;
}

div.tx-indexedsearch-form #searchInputButton {
  left: 5px;
  position: relative;
  top: 1px;
  width: 24px;
}

/* direct mail form */
div#directMailForm {
  clear: both;
  float: left;
  margin: 20px 40px 40px;
  min-width: 500px;
}

div#directMailForm fieldset {
  padding: 16px;
  border-color: #BCBDBF;
}

div#directMailForm fieldset td {
  padding: 5px;
}

div#directMailForm fieldset td:first-child {
  min-width: 80px;
}

div#directMailForm fieldset label {
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

div#directMailForm fieldset label.error {
  float: left;
  clear: both;
  color: #e53528;
}

div#directMailForm input[type="text"] {
  margin: 0;
  width: 250px;
  border: 1px solid #BCBDBF;
  float: left;
  font-size: 12px;
  height: 23px;
  line-height: 23px;
  padding: 0 5px;
  width: 235px;
}

div#directMailForm input[type="text"]:focus {
  border-color: #79787E;
}

/* extra */
.tx-srfeuserregister-pi1 .tx-srfreecap-pi2-cant-read {
  font-size: 12px !important;
  color: #494A52 !important;
}

#main_containers #c126 div.container:last-child div.container_head, #main_containers #c81 div.container div.container_head,
#main_containers #c2547 div.container:last-child div.container_head, #main_containers #c13482 div.container div.container_head,
#main_containers #c2553 div.container:last-child div.container_head, #main_containers #c2550 div.container div.container_head,
#main_containers #c13463 div.container:last-child div.container_head, #main_containers #c3642 div.container div.container_head,
#main_containers #c4737 div.container:last-child div.container_head, #main_containers #c4734 div.container div.container_head,
#main_containers #c8028 div.container:last-child div.container_head, #main_containers #c8025 div.container div.container_head,
#main_containers #c8413 div.container:last-child div.container_head, #main_containers #c8410 div.container div.container_head,
#main_containers #c13570 div.container:last-child div.container_head, #main_containers #c13568 div.container div.container_head,
#main_containers #c15358 div.container:last-child div.container_head, #main_containers #c15356 div.container div.container_head {
  background-image: url('../images/container_head_gray.jpg');
  background-color: #CFD0D1 !important;
}

.tx_quproductlist_detailview_outerbox {
  /*margin-top: 35px;*/;
}

.tx_quproductlist_detailview_outerbox h2 {
  margin-top: 25px;
  padding-bottom: 12px;
}

.tx_quproductlist_detailview_outerbox .tx_quproductlist_detailview_text:last-child {
  padding-bottom: 27px;
}

div.tx-qu-productlist > h2 {
  margin-top: 40px;
  margin-left: 40px;
}

h1.csc-header-alignment-left.csc-firstHeader {
  padding-left: 19px;
}

DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 0px;
}

DIV.csc-textpic.csc-textpic-intext-left-nowrap.csc-textpic-equalheight {
  padding-bottom: 10px;
}

DIV.csc-textpic.csc-textpic-intext-right-nowrap {
  padding-top: 5px;
}

/* RULERS */

.ruler-black {
  width: 100%;
  height: 1px;
  line-height: 1px;
  background-color: #333333;
  clear: both;
  float: none;
  background: -moz-linear-gradient(left, #999999 0%, #333333 50%, #999999 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #999999), color-stop(50%, #333333), color-stop(100%, #999999));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #999999 0%, #333333 50%, #999999 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #999999 0%, #333333 50%, #999999 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #999999 0%, #333333 50%, #999999 100%);
  /* IE10+ */
  background: linear-gradient(to right, #999999 0%, #333333 50%, #999999 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#999999', GradientType=1);
  /* IE6-9 */;
}

.ruler-red {
  width: 100%;
  height: 1px;
  /* background-image: url('../images/ruler_red.png'); */
  background: -moz-linear-gradient(left, #ffffff 0%, #ff0000 50%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(50%, #ff0000), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, #ffffff 0%, #ff0000 50%, #ffffff 100%);
  background: -o-linear-gradient(left, #ffffff 0%, #ff0000 50%, #ffffff 100%);
  background: -ms-linear-gradient(left, #ffffff 0%, #ff0000 50%, #ffffff 100%);
  background: linear-gradient(to right, #ffffff 0%, #ff0000 50%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffffff', GradientType=1);
}

.indent {
  margin-left: 30px;
}

/* Kontakt */
.csc-mailform {
  margin: 30px 0px;
}

.csc-mailform .csc-form-element {
  padding: 10px;
}

.csc-mailform .csc-form-element-submit {
  margin-left: 170px;
}

/** PRODUKTFINDER **/

.tx_quproductlist_productfinder_stepsouterbox {
  margin-bottom: 30px;
  margin-top: 40px;
  margin-left: 35px;
  margin-right: 35px;
  width: 920px;
}

.tx_quproductlist_productfinder_stepsforward {
  background: none;
}

.tx_quproductlist_productfinder_stepsforward a {
  background: transparent;
  text-decoration: none;
  font-weight: bold;
  line-height: 30px;
  font-size: 14px;
  background-color: #e53528;
  color: #FFFFFF;
  text-align: left;
  padding: 5px 10px 5px 20px;
  background-image: url('../images/icons/link_white.png');
  background-repeat: no-repeat;
  background-position: 10px 50%;
}

.tx_quproductlist_productfinder_stepsback a {
  background-image: url('../images/icons/link_white_reverse.png');
  background-position: 3px 50%;
}

.tx_quproductlist_productfinder_stepstop {
  width: 920px;
}

.tx_quproductlist_productfinder_stepsboxleft {
  margin-right: 0px;
}

.tx_quproductlist_productfinder_boxright {
  margin-left: 75px;
}

/** Produktvergleich - Anpassungen **/

.tx-qu-productlist-compare {
  margin-left: 40px;
  padding-bottom: 40px;
}

.tx_quproductlist_compare_productselect select, .tx_quproductlist_compare_variantselect select {
  width: 180px;
}

.tx_quproductlist_detailview_text {
  font-style: normal !important;
  line-height: 1.5em;
}

.tx_quproductlist_detailview_detailhead h3 {
  padding-left: 5px;
}

.tx_quprodictlist_detailview_detailbox {
  padding-bottom: 10px;
}

.tx_quproductlist_detailview_downloadshead h3 {
  padding-left: 10px;
}

/** ANPASSUNGEN FAQ**/

div.rgaccord1-nest {
  margin-left: 40px;
}

.rgaccord1-content {
  padding-left: 20px;
  padding-right: 10px;
}

.rgaccord1-nest h1 {
  margin-left: 0px !important;
  display: inline;
}

h3.rgaccord1-toggle {
  font-weight: bold;
  color: #FFFFFF;
  line-height: 26px;
  height: 23px;
  background: #666666 url('../images/pfeil-up.png') 5px center no-repeat;
  border-top: 1px solid #eee;
  padding: 2px 0 2px 25px;
  margin-right: 32px;
  cursor: pointer;
}

div.rgaccord1-content {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-right: 32px;
}

h3.act {
  color: #FFFFFF;
  background: #666666 url('../images/pfeil-down.png') 5px center no-repeat;
}

/** INDIVIDUELLE ANPASSUNGEN **/

#main_containers a {
  display: block;
}

#main_containers .linkcontainer a {
  display: inline;
}

.tx_quproductlist_productfinder_outerbox {
  margin: 40px 0px 20px 40px;
}

.tx_quproductlist_list_outerbox {
  height: 184px;
}

.marginalcontainer h3 a, .marginalcontainer h5 a , .marginalheadline a {
  color: #FFFFFF !important;
}

.marginalcontainer h3 a:hover, .marginalcontainer h5 a:hover, .marginalheadline a:hover {
  color: #e53528 !important;
}

/** Commerce Connector **/

table.tablesorter {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 660px;
}

.tablesorter-headerRow {
  background-color: #454545;
  color: white;
}

table.tablesorter td {
  padding-left: 15px;
  padding-right: 15px;
}

table.tablesorter th {
  padding-left: 15px;
  padding-right: 15px;
}

table.tablesorter td a {
  text-decoration: underline;
}

/* anpassungen iPad */

/*
@media (max-device-width: 1024px) 
{
  
.mspacer1 {
margin-left: 256px!important;

}

.mspacer2 {
      margin-left:538px !important;

}
}
*/

/* t3s7picplugin */

div#t3s7picplugin_container li {
  list-style-type: none !important;
  list-style-image: none !important;
}

div#asset_path_container {
  margin-bottom: 20px;
}

div#asset_height_wrapper {
  margin-bottom: 20px;
}

/* Powermail */

.powermail_legend {
  display: none;
}

fieldset.powermail_fieldset {
  border: none;
}

.powermail_label {
  float: left;
  width: 16em;
  margin-right: 1em;
  line-height: 25px;
}

.powermail_field {
  border: 1px solid #BCBDBF;
  padding: 4px;
  width: 250px;
}

.powermail_fieldwrap {
  padding: 10px;
}

.powermail_submit {
  margin-left: 208px;
  border: 1px solid #4A4A52;
  background: #4B4B53;
  padding: 3px 10px;
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.powermail_fieldwrap_text {
  line-height: 1.5em;
}

.csc-mailform {
  margin: 30px 0px;
}

.csc-mailform .csc-form-element {
  padding: 10px;
}

.csc-mailform .csc-form-element-submit {
  margin-left: 170px;
}

.powermail_captchaimage {
  margin-left: 218px;
  margin-top: 10px;
}

.tx-powermail h3 {
  display: none;
}

/* Anpassung Jobportal */

span.succMsg {
  font-size: 16px;
  padding: 5px;
  font-weight: bold;
}

/* Bildersuche */

h2.asset_search_heading {
  margin: 0;
  margin-left: 50px;
  margin-top: 50px;
}

div#t3s7picplugin_container {
  padding-top: 20px;
}

/* Web2Print */

.red_mandatory {
  margin-left: 2px;
  vertical-align: top;
}

.filetree li {
  list-style-type: none;
  list-style-image: none;
}

#arrowflyer1 {
  background-image: url("../t3web2print/img/arrow_flyer_1.png");
}

.arrow-flyer td {
  padding-bottom: 6px;
  padding-left: 10px;
  padding-top: 6px;
  width: 176.5px;
}

.arrow-flyer .one {
  width: 181px;
}

.arrow-flyer .two {
  width: 171px;
}

.arrow-flyer {
  background-repeat: no-repeat;
  margin-bottom: 10px;
  width: 530px;
}

.csc-frame-frame2 table {
  border: 0;
  padding: 15;
}

/* .csc-frame-frame2 tbody tr {
    text-align: center;

} */

.csc-frame-frame2 th {
  font-weight: bold;
  background-color: #DEDEDE;
  text-align: center;
  padding: 5px 10px 5px 10px;
}

.csc-frame-frame2 td {
  padding: 5px 10px 5px 10px;
}

.tx_quproductlist_detailview_detailvalue > img {
  margin-top: 4px;
}

label[for=tx-srfeuserregister-pi1-password_again] {
  margin-top: 20px;
  display: block;
  padding-left: 0px !important;
  padding-bottom: 5px !important;
}

.img_link {background-image: none !important;}


/*tt_news pagination  */

.showResultsWrap {display: none;}


.browseLinksWrap .activeLinkWrap {color: red;}


.browseLinksWrap a, .browseLinksWrap span {font-size: 14px;}


#num17320 a:first-child { background-color: #e53528; }
#num17320 ul li div a, #num17320.last ul.child1 ul li a { background-color: transparent !important; }



table.jobList tr:nth-child(even) {
    background-color: #EAE8E8;
}

/* Second Hand Machines */

.tx-hsm-secondhand .tx_quproductlist_detailview_shortcuts {margin-left: 30px}

.tx_secondhand_request>ul>li, .powermail_message_error>li

{
border: 1px solid red;
padding: 10px;
list-style: none;
font-size: 13px;
 margin-bottom: 10px;
}

