/*Mainbanner*/
/*#mainbanner .tck-module,
div.mainbanner.tck-module {
  margin-top: -410px; 
 }*/
/*Mobile Menu*/
div.mobilemenuck-bar-title {
  background: none !important;
  color: #FFFFFF;
  font-weight: bold;
  text-indent: 20px;
  line-height: 43px;
  font-size: 20px;
}
div.mobilemenuck-item > .level1 {
  background: none !important;
}
/*Downloadbuttons*/
.dlbutton {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: baseline;
  margin: 0 2px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
  -webkit-border-radius: .5em;
  border-radius: .5em;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.dlsmall {
  font-size: 11px;
  padding: .2em 1em .275em;
}
.dlorange {
  color: #fef4e9 !important;
  border: solid 1px #da7c0c;
  background: #f78d1d;
  background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
  background: -moz-linear-gradient(top, #faa51a, #f47a20);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
  background: linear-gradient(#faa51a, #f47a20);
}
/*MaxiMenu*/
div#maximenuck128.maximenufixed {
  max-width: 1200px;
  margin: 0 auto;
}
h2.tck-article-title{
 font-weight: 600; 
}
/*Mobile*/
@media screen and (min-width: 1px) and (max-width: 760px) {
#topwrapper > .inner {
  margin-bottom: 0px;
}  
}
  
  
  
  
  
  