*{
	margin:0;
	padding:0
}
body {

  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:14px;
  background-color:#ffffff;
  margin:0px 0;
  padding:0;
  background: url(img/bg0.gif) repeat-x #fff;
  color:#555;
  line-height:18px;
    /* Für Webfonts! */
	     -webkit-font-smoothing: antialiased;
	     -moz-font-smoothing: antialiased;
	     font-smoothing: antialiased;
	     text-rendering: optimizeLegibility;
}
a.menu{
margin:0 24px 0 0;
color:#3333ff; 
}
/* HEADINGS */
h1,h2,h3,h4{
font-family:"Share","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight:500;
color:inherit;
/*font-family: tahoma;*/
  line-height: 1.5;
}


h1 {
	color:#444;
	font-weight:bold;
	font-size:1.8em;
	margin:24px 0px 24px 0px;
	padding:0px;
	width:auto;
	border: #ccc solid;
	border-width:0px 0px 1px 0px;
	padding-bottom:8px;
}
h2 {
	color:#444;
	font-weight:bold;
	font-size:1.6em;
	margin:15px 0px 20px 0px;
	padding:0px;
}
h3 {
	color:#444;
	font-weight:bold;
	font-size:1.4em;
  margin:0 0 16px 0;
}
h4{
font-size:1.2em;
color:#444;
margin:0 0 12px 0;
}


 p{
font-size:1.0em;
line-height:1.6em;
color:#444;

}
p.balken{
font-size:1.0em;
line-height:1.6em;
background:#ff8833;
color:#fff;
padding:0px 0 0 20px;
}
p.teaser{
font-size:1.0em;
line-height:1.6em;
color:#444;
font-weight:bold;
border-bottom:1px solid #ff8833;
padding:0 0 18px 0;
}
span.Auszeichnung{
color:#44ee00;
}
ol li,ul li{
font-size:1.0em;
line-height:1.6em;
color:#444;
}


/* LINKS GLOBAL */
a, a:link, a:link, a:link, a:hover {
	background:transparent;
	text-decoration:none;
	outline: none;
	cursor:pointer;
}
a:link {
	color:#0000ff;
	outline: none;
}
a:visited {
	color:#0000ff;
	outline: none;
}
a:hover, a:active {
	color:#0000ff;
	outline: none;
}
a:hover {
	color:#555;
	text-decoration:underline;
	outline: none;
}
a img {
	border:none;
	outline: none;
}
/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input {
	font-family:Arial, Sans-serif;
	font-size:12px;
}
textarea {
	font-family:Arial, Sans-serif;
	font-size:12px;
	border:1px solid #666;
	padding:10px;
	background:url(img/input_bg.gif) no-repeat;
}
select {
	font-family:Arial, Sans-serif;
	font-size:12px;
	border:1px solid #666;
}
/* INPUT ELEMENTS DETAILED (CSS 2 compatible - works only in new browsers (FF 2.0, IE 7...) */
input[type=text], input[type=password] {
	border:1px solid #666;
	padding:2px;
	background:url(img/input_bg.gif) no-repeat;
}
/* PARAGRAPH GLOBAL */
p {
	margin:8px 0px;
}
/* FAKE HR DIV CAUSE OF IE TROUBLES */
div.hr {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0;
	line-height:0px;
	background-color:#4E4E4F;
}
div.hrlightgrey {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0;
	line-height:0px;
	background-color:#999;
}
div.hrproductpreview {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:12px 0px;
	display:inline;
	height:0px;
	line-height:0px;
	display:block;
	background-image:url(img/hr_productpreview.gif);
}
/* TABLE GLOBAL */
table td {
	padding:2px;
}
/* WHOLE SITE WRAPPER */
#wrap {
	margin: 0 auto;
	max-width:1200px;
	background-color:#fff;
	border: #fff solid;
	border-width:0px 10px 0px 10px;
  border-radius: 0px;
	margin-bottom:0px;
}
/* HEADER WITH LOGO, SEARCH BOX AND LANGUAGE SELECTION */
#hdwrap{
	margin: 0 auto;
  background-color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
/*  box-shadow: 0px 5px 5px 0px #eee;*/
}
#navwrap {	
  margin: 0 auto;
	max-width:1200px;}

#header {
	height:120px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  background: #fff url(img/logo11.png) no-repeat; 
	border-top: 0px solid #fff;
	border-bottom:0px solid #fff;
}
#header #logo {
	float:left;
	padding-left:30px;
}
#hd-top {
background-color:#fff;
}
#company {
 max-width: 1600px;
  margin: 0 auto;
  height: 30px;
  color: #666;
  background-color:#fff;
  padding: 5px 0px 0px 0px;
  }
#company #search {
	font-family:arial;
  width: 200px;
	height: 20px;
	float:right;
	color:#0000ff;
	padding:0px 0px 20px 0px
}
#company #search a {
	color:#fff;
	font-size:11px;
	outline: none;
}
#header td {
	padding-top:1px;
	padding-right:4px;
}
#banner  {
 	 width:100%;
   max-height:180px;
   max-width: 1200px;
   background-color:#3432FF;
   overflow:hidden;
   border-bottom:2px solid #fff;
}


/* BREADCRUMB PATH AS LIST */
.brcb {
  max-width: 1200px;
  margin: 0 auto;
}

#breadcrumb {
  margin: 0 auto;
	font-family:arial;
  clear:both;
	color:#c64934;
	padding:1px 0px 10px 1px;
	list-style-type:none;
	outline: none;
	height:30px;
	background-color: #eee;
	font-size:14px;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active, #breadcrumb .active, .mod_breadcrumb block {
	line-height:40px;
	text-decoration:none;
	outline: none;
	font-weight:bold;
	cursor:pointer;
	color:#333333;
	margin:0;
	padding:0 0 0 15px;
}
/* TOPMENU AS LIST */
#topmenuwrap {
  background: #ffffff url(img/bg_topmenu_hh.gif) repeat-x;
}
#topmenu {
	font-family:Arial, Sans-serif;
  float:left;
	padding:0;
	margin:0;
	list-style-type:none;
	height:36px;
	font-size:13px;
	background: url(img/bg_topmenu_hh.gif) repeat-x;
}
#topmenu li {
	height:36px;
	float:left;
	padding: 0px 25px;
	margin:0;
	background: url(img/bg_topmenu_bl.gif) no-repeat;
	background-position:right;
}
#topmenu a, #topmenu a:link, #topmenu a:visited, #topmenu a:hover, #topmenu a:active {
	line-height:36px;
	vertical-align:middle;
	text-decoration:none;
	outline: none;
	font-weight:bold;
	cursor:pointer;
	color:#fff;
	margin:0;
	padding:0;
}
#topmenu a:hover {
	color:#ff8833;
}
/* LANGUAGE SELECTION IN TOPMENU LIST */
#languages {
	text-align:right;
	height:26px;
	font-size:13px;
	background: url(img/bg_topmenu_hh.gif) repeat-x;
	padding: 10px 10px 0px 0px;
	margin:0;
}
/* CONTENT WRAPPER */
#contentwrap {
	clear:both;
	width:100%;
	padding:0;
}
/* LEFT COLUMN */
#leftcol {
	font-family: Arial;
  font-size:1.0 em;
  float:left;
	width:180px;
	padding:0px 0px 15px 0px;
}
/* RIGHT COLUMN */
#rightcol {
  font-family: Arial;
  font-size:1.0 em;
	float:right;
	width:22%;
	padding: 1%;
}
/* MAIN CONTENT */
#content {
	float:left;
	width:525px;
	padding:0px 25px;
	margin-bottom:15px;
  
}

#content_1 { 
  
  display: inline-block;
  width: 72%; 
  padding: 1%px;
  margin:15px 0px;
  min-height: 500px;  
  }

#content_2 {
	float:right;
	max-width:725px;
	padding:0px 25px;
	margin-bottom:0px;    
}

#contentfull {
	width:920px;
	padding:0px 30px;
	margin-bottom:15px;
}
/* CATEGORY MENU */
h2.categoryheader {
	background: #868686 url(img/bg_boxheader_hh.gif);
	height:28px;
	font-size:12px;
	color:#fff;
	padding:2px 8px 0px 8px;
	margin:0;
	line-height:28px;
	vertical-align:middle;
}
h2.categoryheader a {
	text-decoration:none;
	outline: none;
	color:#fff;
}
ul#categorymenu {
	background-color:#EDEDED;
	margin-bottom:15px;
	border: solid #ccc;
	border-width:0px 1px 1px 1px;
}
/* 1st TIER */
ul#categorymenu li.level1 {
	list-style-type:none;
	border: solid #fff;
	border-width:1px 0px 0px 0px;
}
ul#categorymenu li.level1 a {
	text-decoration:none;
	outline: none;
	color:#333;
	background:#eee;
	font-size:12px;
  font-weight:bold;
	padding:4px 0px 4px 6px;
	display:block;
}
ul#categorymenu li.level1 a:hover {
	text-decoration:none;
	color:#333;
	background-color:#e1e1e1;
	font-size:12px;
  font-weight:bold;
}
/* 2nd TIER */
ul#categorymenu li.level2 {
	list-style-type:none;
	border: solid #fff;
	border-width:1px 0px 0px 0px;
}
ul#categorymenu li.level2 a {
	text-decoration:none;
	outline: none;
	color:#333;
	background: url(img/dotted1.gif) no-repeat 8px 9px #e1e1e1;
	font-weight:bold;
	padding:4px 0px 4px 18px;
	display:block;
}
ul#categorymenu li.level2 a:hover {
	text-decoration:none;
	color:#333;
	background-color:#c7c7c7;
	font-weight:bold;
}
/* 3rd TIER */
ul#categorymenu li.level3 {
	list-style-type:none;
	border: solid #fff;
	border-width:1px 0px 0px 0px;
}
ul#categorymenu li.level3 a {
	text-decoration:none;
	outline: none;
	color:#333;
	background: url(img/dotted1.gif) no-repeat 16px 9px #c7c7c7;
	font-weight:bold;
	padding:4px 0px 4px 26px;
	display:block;
}
ul#categorymenu li.level3 a:hover {
	text-decoration:none;
	color:#333;
	background-color:#b3b3b3;
	font-weight:bold;
}
/* 4th TIER */
ul#categorymenu li.level4 {
	list-style-type:none;
	border: solid #fff;
	border-width:1px 0px 0px 0px;
}
ul#categorymenu li.level4 a {
	text-decoration:none;
	outline: none;
	color:#333;
	background: url(img/dotted1.gif) no-repeat 24px 9px #b3b3b3;
	font-weight:bold;
	padding:4px 0px 4px 34px;
	display:block;
}
ul#categorymenu li.level4 a:hover {
	text-decoration:none;
	color:#333;
	background-color:#999;
	font-weight:bold;
}
/* 5th TIER */
ul#categorymenu li.level5 {
	list-style-type:none;
	border: solid #fff;
	border-width:1px 0px 0px 0px;
}
ul#categorymenu li.level5 a {
	text-decoration:none;
	outline: none;
	color:#333;
	background: url(img/dotted1.gif) no-repeat 32px 9px #a2a2a2;
	font-weight:bold;
	padding:4px 0px 4px 42px;
	display:block;
}
ul#categorymenu li.level5 a:hover {
	text-decoration:none;
	color:#333;
	background-color:#7e7e7e;
	font-weight:bold;
}
/* CATEGORY IMAGE DEFINITION */
img.imgLeft {
  	float: left;
  	margin: 2px 10px 2px 0px;
  	position: relative;
}

/* BOXES GLOBAL DEFINITION */
h2.boxheader {
	background: #868686 url(img/bg_boxheader_bl.gif);
	height:28px;
	font-size:12px;
	color:#fff;
	padding:2px 8px 0px 8px;
	margin:0;
	line-height:28px;
	vertical-align:middle;
}
h2.boxheader a:link, h2.boxheader a:hover, h2.boxheader a:active, h2.boxheader a:visited {
	background: #3300ff;
  text-decoration:none;
	outline: none;
	color:#fff;
}

/*Seitennavigation*/

#sectionLinks{

  margin: 0px;
	padding: 0px;
	
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;

}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	background-image:  url(img/bg_boxheader_bl.gif); 
  background-color: #3333ff;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
	font-size:12px;
  font-weight:bold;
	padding: 5px 0px 5px 10px; 
	color: #ffffff;
}

#sectionLinks a:hover{

	background-color: #ff8833;
	background-image: url(img/bg_boxheader_or.gif); 
	font-size:12px;
  font-weight:bold;
	color: #ffffff; 
	text-decoration: none;
}
#sectionLinks .next a:link, #sectionLinks .next a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color: #cecece;
  background-image:  url(../Design/bg_nav.jpg);
  font-size:12px;
  font-weight: bold;
  padding: 3px 0px 3px 23px; 
	color: #ffffFF;
}

#sectionLinks .next a:hover{
	border-top: 1px solid #cccccc;
	background-color: #ff8833;
/*	background-image: url(img/bg_boxheader_hh_v.gif); */
	font-size:12px;
  font-weight: bold;
  color: #ffffff; 
	text-decoration: none;
}
#sectionLinks .active{
	background-image: url(img/bg_boxheader_or.gif);  
	font-size:12px;
	padding: 5px 0px 5px 10px; 
	color: #ffffff; 
	text-decoration: none;
	}


/*Bodybox*/

.boxbody {
	background-color:#ededed;
	border: solid #ccc;
	border-width:0px 1px 1px 1px;
	padding:8px;
	margin-bottom:15px
  
}
.boxbody h3, .boxbody h3 a {
	font-size:12px
}
.boxbody h3.center, .boxbody h3.center a {
	font-size:12px;
	text-align:center;
	outline: none;
}
.boxbody p {
	color:#000000;
	font-size:12px;
  font-family:tahoma;
  
	margin:6px 0px;
}
.boxbody p.center {
	color:#000000;
	font-size:12px;
	text-align:center;
	margin:6px 0px;
}
.boxbody td {
	color:#000000;
	font-size:12px;
	margin:6px 0px;
}
.boxbody .productOldPrice {
	font-size:12px;
	color:#FF0000
}
.boxbody div.hr {
	margin: 5px 0px;
}
.boxbody div.hrlightgrey {
	margin: 5px 0px;
}
.boxbody a {
	font-size:11px;
	outline: none;
}
.boxbody .productboximage {
	border: solid 1px #999;
	padding:5px;
	background:#fff;
}
.boxbody ul.contentlist {
	margin-left:5px;
	margin-right:0;
	padding:0;
}
.boxbody ul.contentlist li {
	margin-left:0px;
	padding:0;
	list-style-type:none;
}
.contentlist a {
	border-bottom:1px solid #ccc;
	display:block;
	padding:5px 0;
	outline: none;
}
/* CART BOX */
h2.boxcartheader {
	background: #868686 url(img/bg_boxheader_bl.gif);
	height:28px;
	font-size:12px;
	color:#fff;
	padding:2px 8px 0px 8px;
	margin:0;
	line-height:28px;
	vertical-align:middle;
}
h2.boxcartheader a {
	text-decoration:none;
	color:#666;
	outline: none;
}
.boxcartbody {
	padding:4px 8px 4px 8px;
	margin-bottom:15px;
	background-color:#EDEDED;
	border: solid #ccc;
	border-width:0px 1px 1px 1px;
}
.boxcartbody p {
	font-size:11px;
}

/* FOOTER */
.footer {
	clear:both;
	
	
  
	
	background-color:#E2E2E2;
	
	margin-bottom:5px;
	border-bottom:2px solid #ccc;
}
.footer a {
	
	
	outline: none;
}
/* XTC COPYRIGHT */
.copyright {
  margin: 0 auto;
	max-width:1200px;
	text-align:center;
	color:#bababa;
	font-size:11px;
  font-family:tahoma;
	padding:0px 0px 10px 0px;
  }
.copyright a{color:#bbb;}  
#content_1 ol, #content_1 ul {
	margin:10px 0 10px 14px;
}


#content ol, #content ul {
	margin:10px 0 10px 14px;
}
/* SEARCHBOX */
.search_header {
	line-height:normal;
  padding: 0;
  border-collapse:collapse; 
  border-spacing: 0;  
}
td.main_row {
	border-top: 1px solid #ccc;
}

/* Firmenname */
#toptitle{font-family: 'tahoma';top:30px;left:140px;position:relative;text-align:left;font-weight:bold;font-size:125%;color:#333;letter-spacing: .3em;}
#topdesc{font-family: 'tahoma';top:40px;left:140px;position:relative;text-align:left;font-weight:bold;font-size:90%;color:#333;letter-spacing: .3em;}

/* Topnavigation */
#topnavi{
font-family: 'tahoma';
top:10px;
right:10px;
position:relative;
text-align:right;
font-weight:bold;
font-size:60%;
color:#fff;
letter-spacing: .3em;
}
#topnavi a {color:#fff;}
#topnavi a:hover {color:#fff;}

/* Footernavigation */
.footnavi{
font-family:tahoma;
top:20px;
position:relative;
text-align:center;
font-weight:bold;
font-size:12px;
color:#0000ff;
letter-spacing: .3em;
background-color:#eeeeee;
padding-left:10px;
margin:0px 10px 40px 10px;
}

/*****************weiter h6*************************/
h6  { color: #03f; font-size: 125%; text-align: center }
h6 a    { color: 44ee00; font-size: 125%; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: underline }
h6 a:hover, .weiter a:active    { color: #09f }

/****************Format Typo Kontakt*************/

#mailform fieldset.csc-mailform .csc-mailform-field     { padding:2px 0px; }
#mailform label {float:left; width:150px;}
#mailform input {border: 1px solid blue; }

/*********Colum************/

.multicolumnContainer .column{
background-color:#eeeeee;
margin:1px;
border-radius: 5px;
border: 1px solid;
}

.csc-header{
margin:5px;
}
.bodytext {
margin:5px
}
.grenz-up {
 background-color: #000099;
 MIN-height: 100px; 
}
.grenz {
 background-color: #303030;
 min-height: 200px; 
}
/*4 Footer-blöcke */
.bottom{

  overflow:hidden;height:100%; 
  max-width: 1200px;
  margin: 0 auto;
  }
.clear{clear:both;}
.bottom_first{overflow:hidden;clear:both;}
.bottom a{text-decoration:none;font-size:12pt;color:#fff;}
.bottom h1{padding:0;margin:0;font-size:20px;}
.text{overflow:hidden;text-align:left;padding:10px 10px;}
.text p{font-size:12pt;}
.bottom h2{padding:0;margin:1px 0;font-size:10pt;border:0;font-weight:normal;color:#fff;}
.bottom h2 a{color:#0000ff;font-weight:bold;text-decoration:underline;}
.bottom h3{padding:0;margin:0;font-size:16px;border:0;height:33px;color:#fff;text-align:left;}
.bottom h4{padding:0;margin:0;font-size:16px;font-weight:bold;border:0;height:33px;color:#ff8833;text-align:left;}
.bottom h3 a{color:#fff;}
.bottom ul {
  text-align: left;
  padding: 10px;
  margin: 10px;
  list-style-type: none;
  width: 255px;
  float: left;
  height: 270px;
  overflow: hidden;
  font-family:tahoma;
  font-size: 14px;
}
.bottom li{padding:0;margin:0;color:#fff;}
.bottom li img{padding:8px 0 0 0px;}
.bottom_data{font-size:10px;padding:0 0 0 0px;}
.bottom a{color:#fff;}
.bottom a:hover{color:#ff8833;}

.copyr {
color:#bababa;
background-color : #303030;
border-top: 1px #686868 solid;
}
.copyr P{color:#888;}  
#menu {
	color:#666;
  text-transform:uppercase;
	clear: both;
	display: block;
	line-height: 105px;
	margin: 0 auto;
	width: 100%;
  font-family: tahoma;
  font-weight: bold;
  font-size: 15px;
  padding-top: 10px;
  
 
  
}
#menu ul {
	font-size: 20px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
  float:right;
}
#menu li {
	float: left;
	position: relative;
}
#menu a {
	color: #333;
	display: block;
	line-height: 105px;
  
	padding: 0 15px;
	text-decoration: none;
    
}
#menu ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	text-transform: none;
  top: 105px;
	right: 0px;
	width: 188px;
	z-index: 99999;
}
#menu ul ul ul {
	left: 100%;
	top: 0;
}
#menu ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#menu li:hover > a,
#menu ul ul :hover > a,
#menu a:focus {
	background: #efefef;
  background-color: #1ABC9C;
  color: #fff;
}
#menu li:hover > a,
#menu a:focus {
	background-COLOR: #1ABC9C /* Show a solid color for older browsers */
  border-top-color:#1ABC9C;
  color: #fff;
}
#menu ul li:hover > ul {
	display: block;
}
#menu .current-menu-item > a,
#menu .current-menu-ancestor > a,
#menu .current_page_item > a,
#menu .current_page_ancestor > a {
	font-weight: bold;
}

/*Änderungen*/
#menu .mod_navigation .level_1 .active {
	color: #eee;
	display: block;
	line-height: 105px;
    background-color:#1ABC9C;  /*  border-top:2px #ff0000 solid;*/
  	padding: 0 10px;
	text-decoration: none;
}
#menu .mod_navigation .level_2 .active{background:#1ABC9C;   color:#fff; display:block; line-height:40px;    text-decoration:none;  width:158px;    } 

#menu ul {
	font-size: 15px;
	list-style: none;
	margin: 0 0 0 0em;
	padding-left: 0;
  }   

.rs-column IMG {
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10Px; 
}
	
.rs-column {
	background-color: #eee;
}
.rs-column h1 {
	border-width: 0px 0px 0px 0px;
	text-align:center;
}
.rs-column p {
	text-align:center;
}

.btn a{
  background: #2bb853;
  background-image: -webkit-linear-gradient(top, #2bb853, #2bb86f);
  background-image: -moz-linear-gradient(top, #2bb853, #2bb86f);
  background-image: -ms-linear-gradient(top, #2bb853, #2bb86f);
  background-image: -o-linear-gradient(top, #2bb853, #2bb86f);
  background-image: linear-gradient(to bottom, #2bb853, #2bb86f);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  font-weight: bold;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  
}

.btn a:hover {
  background: #138233;
  text-decoration: none;
}

/* Sticky */
.is-sticky #header {height: 70px; background: #fff url(img/logo-hyp-kl.png) no-repeat; }
.is-sticky #hdwrap #breadcrumb {display: none;}
.is-sticky #hdwrap #toptitle {display: none;}
.is-sticky #hdwrap #topdesc {display: none;}
.is-sticky #menu  { line-height: 60px; }
.is-sticky #menu a { line-height: 60px; }
.is-sticky #menu ul ul  { top: 60px; }
.is-sticky #menu ul ul a {line-height: 25px;}
.is-sticky #menu .mod_navigation .level_1 .active { line-height: 60px; }
.is-sticky #menu .mod_navigation .level_2 .active{background:#1ABC9C; color:#fff; display:block; line-height:40px;    text-decoration:none;  width:158px;    } 

/*Responsive-Part*/
.logo {float:left; height:45px;}
@media (max-width: 900px){
#toptitle {display:none;}
#topdesc  {display:none;}
}

  
@media(max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
/* Contao Open Source CMS, (c) 2005-2014 Leo Feyer, LGPL license */
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{width:0;height:0;left:-1000px;top:-1000px;position:absolute;overflow:hidden;display:inline}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}  
/*responsing design*/  

.slicknav_menu {display:none;}
.block {overflow:visible;}
@media screen and (max-width: 767px) {
    #content_1 { width: 98%;padding: 1%}
    #rightcol {width: 98%;float: none;padding: 1%;}
    #languages {display:none;}
    #header {display:none;} 
    #wrap {border-top:10px;}
    #company {display:none;}
   .image_container-350 {display:block;}
   .slicknav_menu {display:block;}
 
} 

  


@media screen and (max-width: 48em) {
	.js #menu {display:none;}
	.js .slicknav_menu {display:block;}
}
@font-face{font-family:'Share';font-style:normal;font-weight:400;src:url('../../typo3conf/ext/bootstrap_package/Resources/Public/Fonts/share-regular-webfont-webfont.eot');src:url('../../typo3conf/ext/bootstrap_package/Resources/Public/Fonts/share-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'),url('../../typo3conf/ext/bootstrap_package/Resources/Public/Fonts//share-regular-webfont-webfont.woff') format('woff'),url('../../typo3conf/ext/bootstrap_package/Resources/Public/Fonts/share-regular-webfont-webfont.ttf') format('truetype')}
@font-face{font-family:'Share';font-style:italic;font-weight:400;src:url('../../typo3conf/ext/bootstrap_package/Resources/Public/Fonts/share-italic-webfont-webfont.eot');src:url('../../typo3conf/ext/bootstrap_package/Resources/Public/Fonts/share-italic-webfont-webfont.eot?#iefix') format('embedded-opentype'),url('../../typo3conf/ext/bootstrap_package/Resources/Public/Fonts//share-italic-webfont-webfont.woff') format('woff'),url('../../typo3conf/ext/bootstrap_package/Resources/Public/Fonts/share-italic-webfont-webfont.ttf') format('truetype')}
@font-face{font-family:'Share';font-style:normal;font-weight:500;src:url('../../typo3conf/ext/bootstrap_package/Resources/Public/Fonts/share-bold-webfont-webfont.eot');src:url('../../typo3conf/ext/bootstrap_package/Resources/Public/Fonts/share-bold-webfont-webfont.eot?#iefix') format('embedded-opentype'),url('../../typo3conf/ext/bootstrap_package/Resources/Public/Fonts//share-bold-webfont-webfont.woff') format('woff'),url('../../typo3conf/ext/bootstrap_package/Resources/Public/Fonts/share-bold-webfont-webfont.ttf') format('truetype')}
@font-face{font-family:'Share';font-style:normal;font-weight:bold;src:url('../../typo3conf/ext/bootstrap_package/Resources/Public/Fonts/share-bold-webfont-webfont.eot');src:url('../../typo3conf/ext/bootstrap_package/Resources/Public/Fonts/share-bold-webfont-webfont.eot?#iefix') format('embedded-opentype'),url('../../typo3conf/ext/bootstrap_package/Resources/Public/Fonts//share-bold-webfont-webfont.woff') format('woff'),url('../../typo3conf/ext/bootstrap_package/Resources/Public/Fonts/share-bold-webfont-webfont.ttf') format('truetype')}