
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    background: #fff; /* 1 */
    color: #000; /* 2 */
    font-family: sans-serif; /* 3 */
    -ms-text-size-adjust: 100%; /* 4 */
    -webkit-text-size-adjust: 100%; /* 4 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "201C" "201D" "2018" "2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*********************************
* Schriften
*********************************/


body {
font-family: myriad-pro, sans-serif;
font-style:normal;
font-weight: 300;
border: none;
}
body.cn-font {
font-family: source-han-sans-simplified-c, sans-serif;
font-style:normal;
font-weight: 300;
border: none;
}
img {
    border: 0px;
}
a {
    border: 0px;
}
a:link, a:active, a:visited, a:hover {
    color: #000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1, h2, h3, .accordion-header {
    text-transform:uppercase;
}

.outer {
width: 600px;
}

.cf:before, .cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
.maincontent .contenthead h1 {
    font-weight: 300;
    font-size: 2.6em;
    letter-spacing: 0.03em;
    padding:0;
    color: #fff;
    
    display: inline-block;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.maincontent .contenthead h2 {
    font-weight: 300;
    font-size: 1.85em;
    letter-spacing: 0.03em;
    padding-left:0px;
    color: #fff;
    
    line-height: 1.4em;
    display: inline;
    margin-bottom: -5px;
    padding-top: 5px;
}
.maincontent .contenthead h3 {
    font-weight: 300;
    font-size: 1.4em;

    letter-spacing: 0.03em;
    padding-left:0px;
    color: #fff;
   
    line-height: 1.4em;
    display: inline-block;
    margin-bottom: 5px;
padding-top: 4px;
margin-top:0px
}

/*********************************
* Farbenswitch
*********************************/

.aboutus .contenthead h1, .aboutus .contenthead h2, .aboutus .contenthead h3, .aboutus .sliderhead h2, .contenthead.aboutus h2 {
    background-color: #005588;
    box-shadow: 10px 0 0 #005588, -10px 0 0 #005588;    
}
.flexiblepoly  .contenthead h1, .flexiblepoly .contenthead h2, .flexiblepoly  .contenthead h3, .flexiblepoly .sliderhead h2, .contenthead.flexiblepoly  h2 {
    background-color: #F26D21;
    box-shadow: 10px 0 0 #F26D21, -10px 0 0 #F26D21;    
}
.asphalt .contenthead h1, .asphalt .contenthead h2, .asphalt .contenthead h3, .asphalt .sliderhead h2, .contenthead.asphalt h2 {
    background-color: #333333;
    box-shadow: 10px 0 0 #333333, -10px 0 0 #333333;   
}
.water .contenthead h1, .water .contenthead h2, .water .contenthead h3, .water .sliderhead h2, .contenthead.water h2 {
    background-color: #07a1e1;
    box-shadow: 10px 0 0 #07a1e1, -10px 0 0 #07a1e1  
}
.trading .contenthead h1, .trading .contenthead h2, .trading .contenthead h3, .trading .sliderhead h2, .contenthead.trading h2 {
    background-color: #A8B400;
    box-shadow: 10px 0 0 #A8B400, -10px 0 0 #A8B400  
}

h4 {
    font-size: 1em;
    letter-spacing: 0.03em;
    font-weight: 600;
    padding: 0px;
    margin-bottom:0px;
}

.aboutus .contenthead {
    color: #005588;
}

.flexiblepoly .contenthead {
    color: #F26D21;
}

.asphalt .contenthead {
    color: #333333;
}

.water .contenthead {
    color: #07a1e2;
}

.maincontent .ohneabstand p {
    margin-top: 0px;
    padding-top: 0px;
}
.marginleft {
    margin-left:10px;
}

/*********************************
* Maße
*********************************/

body { 
width: 1220px;
    margin: 0 auto;
    background: white;
} 
#content {
    margin-top: 24px;
}
.language {
    padding-right: 20px;
    margin-bottom: 20px;    
}
.metanav {
    float: left;
    position: relative;
    padding-right: 10px;
}
.suche {
    float: left;
}
.kontakt {
    float: left;
}
.logo {
    position: relative;
    margin-top: -55px;
}
.linie {
    border-top-width: 0.12em;
    border-top-style: dotted;
    border-top-color: #000;
    margin-bottom: 0.2em;
}
#navigation {
    height: 250px;
}

/*********************************
* Inhalt
*********************************/

#productfinder {
width: 220px;
    float: left;
}
.maincontent {
    margin: 0;
    float: right;
width: 680px;
}
#wrapper {
    float: left;
width: 920px;
}
#sidebar {
width: 280px;
    float: right;
}
.clearfloat {
    clear: both;
}
.fr_content {
    float: right;
}
.fl_content{
    float: left;
}
.subcol {
    width: 49%;
}


/* Maincontent */

.maincontent h1,
.maincontent h2 {
    margin: 0;
    font-weight: 300;
}
.maincontent p,
.maincontent .txt {
    font-size: 1.1em;
    line-height:26px;
}
.maincontent ul li{
    font-size: 1em;
}
.txt p:firstchild {
    margin-top: 10px;
    padding-top:20px;
}
.maincontent h3>p {
    margin-top: 0px;
    padding-top: 0px;
}

/* Bullets im Content */
#content .txt ul { 
    margin-top: 0;
}
.aboutus #content li{
    list-style-image: url(http://www.lucobit-china.com/icoaster/files/bullet_dunkelblau.gif);
}
.aboutus #content ul {
    margin-left:-20px;
}
.flexiblepoly #content li{
    list-style-image: url(http://www.lucobit-china.com/icoaster/files/bullet_orange.gif);
}
.flexiblepoly #content ul {
    margin-left:-20px;
}
.asphalt #content li {
    list-style-image: url(http://www.lucobit-china.com/icoaster/files/bullet_grau.gif);
}
.asphalt #content ul {
    margin-left:-20px;
}
.water #content li {
    list-style-image: url(http://www.lucobit-china.com/icoaster/files/bullet_hellblau.gif);
}
.water #content ul {
    margin-left:-20px;
}

/*********************************
* Sidebar incl. News
*********************************/

#sidebar h1 {
    margin:0 0 6px 0;
    padding: 0;
    font-size: 1.2em;
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.3em;
}
.aboutus #sidebar h1, .aboutus #sidebar a {
    color: #005588;
}
.flexiblepoly #sidebar h1, .flexiblepoly #sidebar a {
    color: #f26d21;
}
.asphalt #sidebar h1, .asphalt #sidebar a {
    color: #333333;
}
.water #sidebar h1, .water #sidebar a {
    color: #07a1e2;
}
#sidebar p {
    font-size: 0.9em;
    margin-bottom: 24px;
    line-height: 1.3em;
}
#sidebar a {
    text-decoration: none;
}
.fl {
    float: left;
    padding-right: 1.6em;
}

/*********************************
* Footer
*********************************/

.footercontent p {
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-weight: 300;
    font-style: normal;
    float: left;
    padding-right: 30px;
    line-height: 1.55em;
}

/*********************************
* Slider
*********************************/

.sliderhead h2 {  
    font-family: myriad-pro, sans-serif;
    font-style:normal;
    font-weight: 300;
    font-size: 1.85em;
    line-height: 1.6em;
    letter-spacing: 0.03em;
    padding-top: 5px;
    color: #fff;
    display: inline;
    } 

/* Slider Aboutus */
.aboutus .slider {
    background: url(http://www.lucobit-china.com/icoaster/files/slider.jpg) no-repeat left top;
width: 1220px;
    width: 70%;
    height: 210px;
}
.aboutus .slider h2 {
    color: #fff;
    display: inline;
}
.aboutus .sliderhead {
    position:absolute;
}

/* Slider flexible */
.flexiblepoly .slider {
    background: url(http://www.lucobit-china.com/icoaster/files/slider_flexible.jpg) no-repeat left top;
width: 1220px;
    width: 70%;
    height: 210px;
}
.flexiblepoly .sliderhead {
    position:absolute;
}

/* Slider Asphalt */
.asphalt .slider {
background: url() no-repeat left top;
width: 1220px;
    width: 70%;
    height: 210px;
}
.asphalt .sliderhead {
    position:absolute;
}
/* Slider Water */
.water .slider {
    background: url(http://www.lucobit-china.com/icoaster/files/slider_flexible.jpg) no-repeat left top;
width: 1220px;
    width: 70%;
    height: 210px;
} 
.water .sliderhead {
    position:absolute;
}

/*********************************
* Standorte
*********************************/

.location {
    position: relative;
}

.location:before {
    content: " ";
    background-position:0 3px;
    background-repeat:no-repeat;
    display: block;
    left: -32px;
    position: absolute;
    height: 66px;
    width: 20px;
    
}
.location.cc1:before {
    background-image:url('http://www.lucobit-china.com/icoaster/files/farbcode_01.gif');
}
.location.cc2:before {
    background-image:url('http://www.lucobit-china.com/icoaster/files/farbcode_02.gif');
}
.location.cc3:before {
    background-image:url('http://www.lucobit-china.com/icoaster/files/farbcode_03.gif');
}
.location.cc4:before {
    background-image:url('http://www.lucobit-china.com/icoaster/files/farbcode_04.gif');
}
.location.cc5:before {
    background-image:url('http://www.lucobit-china.com/icoaster/files/farbcode_05.gif');
}
.location.cc6:before {
    background-image:url('http://www.lucobit-china.com/icoaster/files/farbcode_06.gif');
}
.location.cc7:before {
    background-image:url('http://www.lucobit-china.com/icoaster/files/farbcode_07.gif');
}



/*-------Navigation------*/
#language ul li{
    display: inline;
}
#metanav ul li {
    display: inline;
}
#suche ul li {
    display: inline;
}
#searchnav {
    display: inline;
margin:0 10px 0 -43px;
}
#kontakt ul li {
    display: inline;
}
#rahmen {
    margin-top: 16px;
    width: 1220px;
}
#rahmen div {
    clear:both;
}
#navigation {
    margin:0;
    padding: 0;
    text-align: left;
    font-weight: 300;
}
#navigation li {
    list-style: none;
    float: left;
    width: 14.2em;
    height: 21px;
    position: relative;
    margin-right: 0.7em;
    padding-left: 0.4em;
padding-top: 2px;
    font-size: 0.92rem;
    letter-spacing: 0.02em;
}
#navigation li .wrap {
    line-height: 21px;
    color: #fff;
    text-transform: uppercase;
}
#navigation li ul{
    margin-top: 6px;
    padding: 0;
    position: absolute;
    top:1.7em;
    left: 0.03em;
}
#navigation li ul li {
    float: none;
    display: block;
}
#navigation a{
    display: block;
    padding: 3px 0.1em 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}
#aboutus_nav {
    background: #00558B;
}
#aboutus_nav ul li a {
    color: #00558B;
    line-height: 1.24em;
}
#flexible_nav {
    background: #F26D21;
}
#flexible_nav ul li a{
    color: #F26D21;
    line-height: 1.24em;
}
#asphalt_nav {
    background: #333333;
}
#asphalt_nav ul li a{
    color: #333333;
    line-height: 1.24em;
}

#water_nav {
    background: #07a1e2;
}
#water_nav ul li a{
    color: #07a1e2;
    line-height: 1.24em;
}
#aboutus_nav ul li a:hover,
#aboutus_nav ul li a:focus {
    color: #fff;
    background-color: #00558B;
    display: inline;
    box-shadow: 6px 0 0 #00558B, -6px 0 0#00558B;
}
#aboutus_nav ul li a.active_aboutus_nav {
    color: #fff;
    background-color: #005588;
    display: inline;
    box-shadow: 6px 0 0 #005588, -6px 0 0 #005588;
}
#flexible_nav ul li a:hover,
#flexible_nav ul li a:focus {
    color: #fff;
    background-color: #F26D21;
    display: inline;
    box-shadow: 6px 0 0 #F26D21, -6px 0 0 #F26D21;
}
#flexible_nav ul li a.active_flexible_nav {
    color: #fff;
    background-color: #F26D21;
    display: inline;
    box-shadow: 6px 0 0 #F26D21, -6px 0 0 #F26D21;
}
#asphalt_nav ul li a:hover,
#asphalt_nav ul li a:focus {
    color: #fff;
    background-color: #333333;
    display: inline;
    box-shadow: 6px 0 0 #333333, -6px 0 0 #333333;
}
#asphalt_nav ul li a.active_asphalt_nav {
    color: #fff;
    background-color: #333333;
    display: inline;
    box-shadow: 6px 0 0 #333333, -6px 0 0 #333333;
}
#water_nav ul li a:hover,
#water_nav ul li a:focus {
    color: #fff;
    background-color: #07A1E2;
    display: inline;
    box-shadow: 6px 0 0 #07a1e2, -6px 0 0 #07a1e2;
}
#water_nav ul li a.active_water_nav {
    color: #fff;
    background-color: #07a1e2;
    display: inline;
    box-shadow: 6px 0 0 #07a1e2, -6px 0 0 #07a1e2;
}

#header {
    position: relative;
    height: 120px;
}
#logo {
    position: absolute;
    top: 15px;
    right: 0px;
}
#language {
    position: absolute;
    top:5px;
    left: -40px;
    margin: 0;
}
#language li{
padding-right: 3px;
}
#metanav {
    position:absolute;
    top: 50px;
    left: -40px;
}

#metanav ul li a {
    color: #838890;
    font-size: 0.8em;
    text-decoration: none;
    padding: 0 20px 0 0px;
}

/* flexible */
.flexiblepoly .active a {
    font-weight: 700;
}
/* Seitennavigation */

.aboutus #nav_sidebar,
.water #nav_sidebar,
.asphalt #nav_sidebar,
.flexiblepoly #nav_sidebar {
    width: 220px;
}
.aboutus #nav_sidebar ul,
.water #nav_sidebar ul,
.asphalt #nav_sidebar ul,
.flexiblepoly #nav_sidebar ul {
    margin:0;
    padding: 0;
    text-align: left;    
}
.aboutus #nav_sidebar li,
.water #nav_sidebar li,
.asphalt #nav_sidebar li,
.flexiblepoly #nav_sidebar li {
    list-style: none;
    width: 150px;
    font-size: 0.92rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    display: block;
    line-height: 2.6em;
    border-bottom: 1px dotted #000;
}
.aboutus #nav_sidebar li:last-child,
.water #nav_sidebar li:last-child,
.asphalt #nav_sidebar li:last-child,
.flexiblepoly #nav_sidebar li:last-child {
    border-bottom: 0px;
}
.aboutus #nav_sidebar a,
.water #nav_sidebar a,
.asphalt #nav_sidebar a,
.flexiblepoly #nav_sidebar a {
    text-decoration: none;
    color: #f26d21;
}
.aboutus #nav_sidebar ul li a:hover,
.water #nav_sidebar ul li a:hover,
.asphalt #nav_sidebar ul li a:hover,
.flexiblepoly #nav_sidebar ul li a:hover {
    font-weight: 600;
}

#nav_sidebar a.active_nav_sidebar {
    font-weight: 700;
}


.aboutus #nav_sidebar a {
    color: #00558b;
}
.water #nav_sidebar a {
    color: #07a1e2;
}
.asphalt #nav_sidebar a {
    color: #333333;
}
.flexiblepoly #nav_sidebar a {
    color: #f26d21;
}

/*********************************
* Suche
*********************************/

#searchnav {
    padding:0px 0px;
}
#searchnav form {
    display:inline;
    padding-right:0px;
}
#searchnav input.search {
    width:120px;
    padding:0px 0 0px 5px;
    font-size:12px;
    border:1px solid #939d9f;
    background:5px center no-repeat #939d9f;
}
/* Tabelle */
.tab {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.7em;
    margin-bottom: 16px;
    margin-top: -2px;
}
.tab td {
    border-right: 1px dotted #000;
    border-bottom: 1px dotted #000;
    padding: 3px 8px;
    text-align: center;
}
.tab td:first-child{
    text-align: left;
}
.tab th:first-child{
    text-align: left;
    padding-left: 10px;
}
.tab td:last-child{
    border-right: 0;
}
.tab th {
    color: #fff;
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 3px 2px;
    margin-top: 0px;
}

.flexiblepoly .tab th {
    background: #f26d21; /* Farbänderung für Tabellenkopf*/
}
.aboutus .tab th {
    background: #00558B; /* Farbänderung für Tabellenkopf*/
}
.asphalt .tab th {
    background: #333333; /* Farbänderung für Tabellenkopf*/
}
.water .tab th {
    background: #07A1E2; /* Farbänderung für Tabellenkopf*/
}
sup {
    font-size: 75%;
}

.tab tfoot td{
    padding-top: 10px;
    font-size: 0.8em;
    border-bottom: 1px dotted #fff;
}
#tabhead h4 {
    font-weight: 600;
    font-size: 0.65em;
    letter-spacing: 0.03em;
    border-top: 1px dotted #000;
    padding-top: 0.5em;
}
table.products {
    margin: 20px 0;
}
/* tabellen download stuff */
.pr-dl-popup-wrap {
    position:relative;
}
.pr-dl-popup {
    position:absolute;
    top:-2px;
    left:-6px;
    background-color:#fff;
    color:#000;
    line-height:18px;
    display:none;
    padding:4px;
    border: 1px dotted #000;
}
.pr-dl-popup.popup-sec {
    left:51px;
}

.pr-dl-popup a.download {
    color:#000 !important;
    display:block;
    padding:1px 0 1px 15px;
/*background:url(<_ic:fileurl name="dl-icon" file="28-download_orange_aus_fw">) no-repeat left center;*/
}
#right .pr-dl-popup a.download {
/*    background:url(<_ic:fileurl name="download-pfeil" file="302-download_blau">) no-repeat left center;*/
}
.pr-dl-popup p {
    margin-bottom:10px !important;
}
.pr-dl-popup a.close {
    display:block;
    width:14px;
    height:14px;
    float:right;
   /* background:url(<_ic:fileurl name="close-icon-dl-popup" file="29-download_orange_aus_fw">) no-repeat center center;*/
}

.form-group {
    margin-bottom: 8px;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 80%;
    margin: 0 0 0 20px;
}
#searchnav input.search {
    background: none no-repeat scroll 5px center #c9cace;
    border: 1px solid #c9cace;
    font-size: 12px;
    padding: 0 0 0 5px;
    width: 120px;
}

/* Kontaktformular */

.spacer_kontakt {
height: 6px;
}

.ext_captcha_img {
    margin-left: 20px;
}

.accordion {
    margin: 10px 0;
}
.accordion-header {
    font-weight: 300;
    font-size: 1em;
    line-height: 2em;
    letter-spacing: 0.06em;

    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #000;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #000;
    position: relative;
    cursor: pointer; 
}
.accordion-header:after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 13px;
    right: 5px;
    top: 10px;
    background:url(http://www.lucobit-china.com/icoaster/files/arrow_down.gif) no-repeat center;
}

.accordion-body h5{
    font-weight: 400;
    font-size: 0.9em;
    /*   line-height: 1.6em;*/
    letter-spacing: 0.05em;
    padding: 0;
    margin: 0 ;
}
.accordion-body {
    font-weight: 300;
    font-size: 0.9em;
    /*   line-height: 1.6em;*/
    letter-spacing: 0.03em;
    padding:10px 0 0 32px;
}

.dk-select, .dk-select *, .dk-select *:before, .dk-select *:after, .dk-select-multi, .dk-select-multi *, .dk-select-multi *:before, .dk-select-multi *:after {
  -prefix-box-sizing: border-box;
  -prefix-box-sizing: border-box;
  box-sizing: border-box; }

.dk-select, .dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  width: 200px;
  cursor: pointer; }

.dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: white;
  border: 1px solid #CCCCCC;
  border-radius: 0;
    padding: 0 1.5em 0 0.5em;
  -prefix-text-overflow: ellipsis;
  text-overflow: ellipsis; }
  .dk-selected:before, .dk-selected:after {
    content: '';
    display: block;
    position: absolute;
    right: 0; }
/*
  .dk-selected:before {
    top: 50%;
    border: solid transparent;
    border-width: 0.25em 0.25em 0;
    border-top-color: #CCCCCC;
    margin: -0.125em 0.5em 0 0; }
*/
  .dk-selected:after {
    background: url(http://www.lucobit-china.com/icoaster/files/arrow_down.gif) no-repeat center center;
    width: 30px;
    top: 0;
    height: 100%;
    /*border-left: 1px solid #CCCCCC;*/
    margin: 0; 
}

.dk-selected-disabled {
  color: #BBBBBB; }

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0; }

.dk-select-open-up .dk-select-options {
  border-radius: 0.4em 0.4em 0 0;
  margin-bottom: -1px;
  bottom: 100%; }

.dk-select-open-down .dk-select-options {
  border-radius: 0 0 0.4em 0.4em;
  margin-top: -1px;
  top: 100%; }

.dk-select-multi .dk-select-options {
  max-height: 10em; }

.dk-select-options {
  width: 100%;
  z-index: 100;
  background-color: white;
  border: 1px solid #CCCCCC;
  border-radius: 0.4em;
  overflow-x: hidden;
  max-height: 10.5em;
  list-style: none;
  padding: 0.25em 0;
  margin: 0; }

.dk-option-selected {
  background-color: #3297fd;
  color: #fff; }

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit; }

.dk-option {
  padding: 0 0.5em; }

.dk-select-options .dk-option-highlight {
  background-color: #3297fd;
  color: #fff; }

.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent; }

.dk-optgroup {
  border: solid #CCCCCC;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em; }
  .dk-optgroup + .dk-option {
    margin-top: 0.25em; }
  .dk-optgroup + .dk-optgroup {
    border-top-width: 0;
    margin-top: 0; }
  .dk-optgroup:nth-child(2) {
    padding-top: 0;
    border-top: none;
    margin-top: 0; }
  .dk-optgroup:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%; }

.dk-optgroup-options {
  list-style: none;
  padding-left: 0; }
  .dk-optgroup-options li {
    padding-left: 1.2em; }

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #3297fd; }

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #3297fd; }

.dk-select-open-up .dk-selected:before, .dk-select-open-down .dk-selected:before {
  border-width: 0 0.25em 0.25em;
  border-bottom-color: #3297fd; }

.dk-select-open-up .dk-selected:after, .dk-select-open-down .dk-selected:after {
  border-left-color: #3297fd; }

.dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options {
  display: block;
  border-color: #3297fd; }

.dk-select-multi:hover, .dk-select-multi:focus {
  outline: none; }

.dk-selected:hover, .dk-selected:focus {
  outline: none;
  border-color: #3297fd; }
  .dk-selected:hover:before, .dk-selected:focus:before {
    border-top-color: #3297fd; }
  .dk-selected:hover:after, .dk-selected:focus:after {
    border-left-color: #3297fd; }

.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed; }
  .dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
    border-color: inherit; }
    .dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
      border-top-color: inherit; }
    .dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
      border-left-color: inherit; }

select[data-dkcacheid] {
  display: none; }


.pfinder-iframe {
    width:220px;
    height:600px;
    overflow:hidden;
}

#pfinder {
    background-color:#e9eaec;
    color:#000;
    padding:10px;
    margin-bottom:200px;
}
#pfinder.orange {
    background-color:#F26D21;
}
#pfinder h3 {
    font-size:19px;
    letter-spacing: 0.06em;
    color:#000;
    margin:0;
    margin-top:-6px;
    padding:0 0 0 2px;
}

#pfinder p {
    margin:0;
    padding:3px 3px 7px 2px;
    font-size:10px;
    width:182px;
    line-height: 1.3em;
}


#pfinder .dk-selected {
    border-color: #fff;
    width: 195px;
    text-transform:uppercase;
    letter-spacing: 0.06em;

}
#pfinder option.selected {
    color:#E6641E;
}

#buttons a.button {
    color:#F26D21;
    font-size:15px;
    font-weight:600;
    /*background:url() no-repeat left center;*/
    padding-left:8px;
    text-transform:uppercase;
    letter-spacing: 0.06em;
}
#buttons a.button.inactive {
    color:#999;
    cursor:default;
    text-decoration:none;
}
.orange #buttons a.button.inactive {
    color:#666;
}
#buttons .pr-dl-popup {
    /* border:1px solid #5EC6ED;*/
    left:-1px;
}
/* #btn-reset a {
    padding-left: 20px;
}
.button-inactive-right a {
    padding-left: 20px;
} */


/* media - broschueren */
ul.media {
    margin-top:18px;
    padding:0;
    list-style-image: none !important;
}
ul.media li {
    float:left;
    width:42%;
    padding-right:18px;
    margin-left: 20px;
    margin-bottom:20px;
}
ul.media li.start {
    clear:both;
}
ul.media li > img {
    background-color:#fff;
    padding:2px;
    border:1px solid #000000;
    margin:0 9px 0 0;
    float:left;
}
ul.media li h3 {
    padding: 0;
    margin-left: 146px;
    color:#000000;
    font-size:1em;
    letter-spacing:0.05em;
    font-weight:300;
}
ul.media a.dl {
    margin-left: 146px;
    padding-left: 18px;
    background:url(http://www.lucobit-china.com/icoaster/files/download_dklgrau.gif) no-repeat left 3px;
    display:block;
}
.dl, ul.media p {
    font-size: 13px;
}
ul.media p {
    margin-bottom: 5px;
}
ul.media li {
    list-style-type:none;
    list-style-image:none !important;
}
/******************************************************
 *
 *  Minimal Light Skin
 *
 *    1. Arrows(direction) navigation
 *    2. Paging navigation
 *
 ******************************************************/
 
 
 
 /******************************************************
 *
 *  1. Arrows (direction) navigation
 *
 ******************************************************/
 .touchcarousel.black-and-white .arrow-icon {
  width: 30px;
  height: 30px;
  margin-top: -15px;	
  
  background-image: url('sprite.png');
  background-repeat: no-repeat;
  
  background-color: rgb(50, 50, 50);	
  background-color: rgba(0, 0, 0, 0.7);	
  
  -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
   border-radius: 4px;
   
   -moz-opacity: 0.8;	
  -webkit-opacity: 0.8;	
  opacity: 0.8;
 
 }
 .touchcarousel.black-and-white .arrow-holder {
  width: 35px;	
 }
 .touchcarousel.black-and-white .arrow-holder:active .arrow-icon {	
  -moz-opacity: 0.7 !important;	
  -webkit-opacity: 0.7 !important;	
  opacity: 0.7 !important;	
 }
 .touchcarousel.black-and-white .arrow-icon.left {
  left: 10px;
  background-position: -2px -6px;  
 }
 .touchcarousel.black-and-white .arrow-icon.right {
  right: 10px;
  background-position: -175px -6px;	
 }
 .touchcarousel.black-and-white .arrow-holder:hover .arrow-icon {
  background-color: rgb(30, 30, 30);	
  background-color: rgba(0, 0, 0, 0.7);	
  
  -moz-opacity: 1;	
  -webkit-opacity: 1;	
  opacity: 1;
 }
 .touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.left {
  background-position: -39px -6px;
 }
 .touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.right {
  background-position: -138px -6px;	
 }
 .touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.left,
 .touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.right {	
  background-color: rgb(200, 200, 200);
  background-color: rgba(0, 0, 0, 0.3);
 }
 
 /******************************************************
 *
 *  2. Paging navigation
 *
 ******************************************************/
 .touchcarousel.black-and-white .tc-paging-container {	
  margin-top: -22px;
 }
 .touchcarousel.black-and-white .tc-paging-item {
  background-image: url('sprite.png');
  background-repeat: no-repeat;
  background-position:  -95px -4px;
   
  
  width: 16px;
  height: 16px;  
 }
 .touchcarousel.black-and-white .tc-paging-item.current {	
  background-position:  -95px -22px;
 }
 .touchcarousel.black-and-white .tc-paging-container {
  margin-top: -25px;
 }
 .touchcarousel.black-and-white .tc-paging-centerer-inside {
  -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
   border-radius: 4px;
   
   background-color: rgb(50, 50, 50);	
  background-color: rgba(0, 0, 0, 0.6);	
  
  padding: 2px 4px;
 }
 
 
 
 

/******************************************************
 *
 *  Grey-Blue skin
 *
 *    1. Arrows(direction) navigation
 *    2. Paging navigation
 *
 ******************************************************/
 
 
 
 /******************************************************
 *
 *  1. Arrows (direction) navigation
 *
 ******************************************************/
 .touchcarousel.grey-blue .arrow-icon {	
  background-image: url('images/sprite.png');
  background-repeat: no-repeat;
  width: 11px;
  height: 19px;	
  margin-top: -9px;
 }
 .touchcarousel.grey-blue .arrow-holder {
  width: 19px;
  height: 100%;
  -moz-opacity: 1;	
  -webkit-opacity: 1;	
  opacity: 1;	
 }
 .touchcarousel.grey-blue .arrow-holder.left {
  left: -20px;
 }
 .touchcarousel.grey-blue .arrow-holder.right {	
  right: -20px;
 }
 
 .touchcarousel.grey-blue .arrow-icon.left {
  left: 0;
  background-position: -6px -15px;
 }
 .touchcarousel.grey-blue .arrow-icon.right {
  right: 0;
  background-position: -186px -15px;
 }
 .touchcarousel.grey-blue .arrow-holder:hover .arrow-icon.left {
  background-position: -36px -15px;
 }
 .touchcarousel.grey-blue .arrow-holder:hover .arrow-icon.right {
  background-position: -156px -15px;
 }
 .touchcarousel.grey-blue .arrow-holder.disabled .arrow-icon.left {
  background-position: -66px -15px;
 }
 .touchcarousel.grey-blue .arrow-holder.disabled .arrow-icon.right {
  background-position: -126px -15px;
 }
 .touchcarousel.grey-blue .arrow-holder:hover {
  -moz-opacity: 1;	
  -webkit-opacity: 1;	
  opacity: 1;	
 }
 .touchcarousel.grey-blue .arrow-holder:active .arrow-icon {
  margin-top: -8px;
 }
 .touchcarousel.grey-blue .arrow-holder.disabled {
  -moz-opacity: 1;	
  -webkit-opacity: 1;	
  opacity: 1;	
 }
 
 /******************************************************
 *
 *  2. Paging navigation
 *
 ******************************************************/
 
 .touchcarousel.grey-blue .tc-paging-item {
  background: url('../images/sprite.png') no-repeat -95px -4px;
  
  width: 16px;
  height: 16px;	
  
  -moz-opacity: 0.8;	
  -webkit-opacity: 0.8;	
  opacity: 0.8;	
 }
 .touchcarousel.grey-blue .tc-paging-item.current {	
  background: url('../images/sprite.png') no-repeat -95px -22px;
 }
 .touchcarousel.grey-blue .tc-paging-item:hover {  
  -moz-opacity: 1;	
  -webkit-opacity: 1;	
  opacity: 1;  
 }
 
 
 
 
 

/******************************************************
 *
 *  Minimal Light Skin
 *
 *    1. Arrows(direction) navigation
 *    2. Paging navigation
 *
 ******************************************************/
 
 
 
 /******************************************************
 *
 *  1. Arrows (direction) navigation
 *
 ******************************************************/
 .touchcarousel.minimal-light .arrow-icon {
  width: 23px;
  height: 28px;	
  margin-top: -14px;
 }
 .touchcarousel.minimal-light .arrow-icon.left{
  left: 5px;
  background: url('images/sprite.png') no-repeat -6px -7px;
 }
 .touchcarousel.minimal-light .arrow-icon.right{
  right: 5px;
  background: url('sprite.png') no-repeat -173px -7px;
 }
 .touchcarousel.minimal-light .arrow-holder.disabled {
  -moz-opacity: 1;	
  -webkit-opacity: 1;	
  opacity: 1;
 }
 .touchcarousel.minimal-light .arrow-holder.disabled .arrow-icon.left{
  background: url('sprite.png') no-repeat -40px -7px;
 }
 .touchcarousel.minimal-light .arrow-holder.disabled .arrow-icon.right{
  background: url('sprite.png') no-repeat -139px -7px;
 }
 .touchcarousel.minimal-light .arrow-holder {
  width: 35px;
  -moz-opacity: 0.8;	
  -webkit-opacity: 0.8;	
  opacity: 0.8;	
 }
 .touchcarousel.minimal-light .arrow-holder:hover {
  -moz-opacity: 1;	
  -webkit-opacity: 1;	
  opacity: 1;	
 }
 
 /******************************************************
 *
 *  2. Paging navigation
 *
 ******************************************************/
 .touchcarousel.minimal-light .tc-paging-container {	
  margin-top: -22px;
 }
 .touchcarousel.minimal-light .tc-paging-item {
  background: url('images/sprite.png') no-repeat -95px -4px;
  
  width: 16px;
  height: 16px;	
  
  -moz-opacity: 0.8;	
  -webkit-opacity: 0.8;	
  opacity: 0.8;	
 }
 .touchcarousel.minimal-light .tc-paging-item.current {	
  background: url('images/sprite.png') no-repeat -95px -22px;
  position: absolute;
 }
 .touchcarousel.minimal-light .tc-paging-item:hover {  
  -moz-opacity: 1;	
  -webkit-opacity: 1;	
  opacity: 1;  
 }
 
 
 
 
 

/******************************************************
 *
 *  Base TouchCarousel stylesheet
 *   
 *  Contents:
 *
 *   1. Main containers
 *   2. Carousel items
 *   3. Arrows(direction) navigation
 *   4. Paging navigation
 *   5. Scrollbar
 *   6. Cursors
 *
 ******************************************************/
 
 
 
 
 
 /******************************************************
 *
 *  1. Main containers (carousel size, background)
 *
 ******************************************************/
 
 .touchcarousel {
  position: relative;
/*  width: 1220px; */
width:100%;
  height: 210px; 
  margin-top: 20px;
  
  /* style is removed after carousel is inited, use !important if you want to keep it*/
  overflow: hidden; 
 }
 .touchcarousel .touchcarousel-container {
  position: relative;    
     margin: 0;
     padding: 0;
     list-style: none;    
  left: 0;
 }
 .touchcarousel .touchcarousel-wrapper {
  position: relative;
  overflow:hidden;
  width: 100%;
  height: 100%;
 }
 
 
 
 
 
 /******************************************************
 *
 *  2. Carousel items (item styling, spacing between items)
 *
 ******************************************************/
 
 .touchcarousel .touchcarousel-item {
  /* use margin-right for spacing between items */
  margin: 0 0 0 0;
  padding: 0;    
  float: left;  
 }
 
 /* Last carousel item  */
 .touchcarousel .touchcarousel-item.last {
  margin-right: 0 !important;  
 }
 
 
 
 
 
 /******************************************************
 *
 *  3. Arrows(direction) navigation
 *
 ******************************************************/
 
 /* arrow hitstate and icon holder */
 .touchcarousel .arrow-holder {
  height: 100%;
  width: 45px;
  position: absolute;
  top: 0;
  display: block;
  cursor: pointer;    
  z-index: 25;    
 }
 .touchcarousel .arrow-holder.left {    
  left: 0;    
 }
 .touchcarousel .arrow-holder.right {    
  right: 0;
 }
 
 /* arrow icons */
 .touchcarousel .arrow-icon{  
  width: 45px;
  height: 90px;
  top:50%;
  margin-top:-45px;    
  position: absolute;    
  cursor: pointer;    
 }
 .touchcarousel .arrow-icon.left { }
 .touchcarousel .arrow-icon.right { }
 .touchcarousel .arrow-holder:hover .arrow-icon { }
 .touchcarousel .arrow-holder.disabled { cursor: default; }
 .touchcarousel .arrow-holder.disabled .arrow-icon { cursor: default; }
 
 
 
 
 
 /******************************************************
 *
 *  4. Paging navigation
 *
 ******************************************************/
 
 .touchcarousel .tc-paging-container {
  width:100%;
  overflow:hidden;
  position:absolute;
  margin-top:-20px;
  z-index:25;
 }
 .touchcarousel .tc-paging-centerer {    
  float: left;
  position: relative;
  left: 50%;  
 }
 .touchcarousel .tc-paging-centerer-inside {
  float: left;
  position: relative;
  left: -50%;
 }
 
 /* Paging items */
 .touchcarousel .tc-paging-item {   
  float:left;    
  cursor:pointer;  
  position:relative;
  display:block;    
  text-indent: -9999px;    
 }
 .touchcarousel .tc-paging-item.current { }
 .touchcarousel .tc-paging-item:hover { }
 
 
 
 
 
 /******************************************************
 *
 *  5. Scrollbar
 *
 ******************************************************/
 .touchcarousel .scrollbar-holder {
  position: absolute;
  z-index: 30;
  left: 6px;
  right: 6px;    
  bottom: 5px;
  height:4px;
  overflow: hidden;
 }
 .touchcarousel .scrollbar {
  position: absolute;
  left:0;    
  height:4px;
  bottom: 0px;
 }
 .touchcarousel .scrollbar.dark {
  background-color: rgb(130, 130, 130);    
  background-color: rgba(0, 0, 0, 0.5);
 }
 .touchcarousel .scrollbar.light {
  background-color: rgb(210, 210, 210);    
  background-color: rgba(255, 255, 255, 0.5);    
 }
 
 
 
 
 
 /******************************************************
 *
 *  6. Cursors
 *
 ******************************************************/
 
 /* IE and Opera use "move", FF uses -moz-grab */
 .touchcarousel .grab-cursor{ cursor:url(grab.png) 8 8, move; }
 .touchcarousel .grabbing-cursor{ cursor:url(grabbing.png) 8 8, move; }
 
 /* Cursor that used when mouse drag is disabled */
 .touchcarousel .auto-cursor{ cursor:auto; }
 
 
 
 
 /* Copyright 2011, Dmitry Semenov, http://dimsemenov.com */





