/*
----------------------------------------------------------------------------------------

Main styles

----------------------------------------------------------------------------------------
*/

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 }

html {
  min-height: 100%;
  overflow: -moz-scrollbars-vertical !important;
}
body { font-size: 13px;color: #333; }

p {
  margin: 0 0 1.2em 0;
  line-height:1.5em;
/*  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; */
}

figure {
  margin: 0;
}

p.align-right {text-align: right;}
p.less-bottom-margin { margin-bottom: 0.6em; }

.main-content .csc-frame-rulerAfter p:last-child { margin-bottom:0; }

#site,
footer {
  max-width: 1250px!important;
  margin: 0 auto;
}

.pure-u-1-3.content-padding-middle {padding: 0 10px;}
.pure-u-1-3.content-padding-right {padding-right: 20px;}
.pure-u-1-3.content-padding-left {padding-left: 20px;}

.main-navigation,
.content-padding {padding: 0 15px;}

.content-padding-2col-right {padding-right: 15px;}
.content-padding-2col-left {padding-left: 15px;}


.pure-u-2-3.content-padding-2col-right {padding-right: 10px;}
.pure-u-1-3.content-padding-2col-left {padding-left: 20px;}

/*.main-navigation .content-padding {padding: 0 15px 0 0;}
.main-content .content-padding {padding: 0 0 0 15px;}
*/
body {
  background: #ccc url(../img/bg.png) top center repeat-x;
}

body,
.pure-g [class *= "pure-u"],
.pure-g-r [class *= "pure-u"] {
    /* Set you're content font stack here, for example: */
    font-family: Arial, serif;
}


#site {
  background: #fff;
  padding: 30px 15px;
  position: relative;
  min-height: 800px;
}

.siteShadowLeft,
.siteShadowRight {
  position: absolute;
  width: 30px;
  height: 500px;
  left: 100%;
  top:0;
  display: block;
  background: url(../img/siteShadowRight.png) top left no-repeat;
}

/* hide on mobile */
.touch .siteShadowLeft,
.touch .siteShadowRight {
  display: none;
}

.siteShadowLeft {
  left: -30px;
  background: url(../img/siteShadowLeft.png) top right no-repeat;
}

#topImage {
  width: 100%!important;
  height: 290px;
  list-style: none;
  border-radius: 4px;
  margin-bottom: 30px;
  overflow:hidden;
}

/* Headerbild nur für Druck-PDF */
.poster-header-slider { 
  display:none; 
}

/* blaue Schrift bei Hover bestimmter Conten Elemente*/
/*
#c275:hover h2,
#c276:hover h2,
#c299:hover h2,
#c275:hover p,
#c276:hover p,
#c299:hover p {
  color: #0A00BC;
}
*/
/*
----------------------------------------------------------------------------------------

Clear Floated Elements

----------------------------------------------------------------------------------------
*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}









/*
----------------------------------------------------------------------------------------

headlines etc.

----------------------------------------------------------------------------------------
*/

h1,h2,h3,h4,h5 {
  font-family: Arial, sans-serif;
  color: #666;
  margin: 1em 0;
  line-height: 1.4em;
}
h1 { font-size: 1.6em; margin-top: 0; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.15em; }
h4 { font-size: 1em; margin: 10px 0px; }
h5 { margin-bottom: 0px; }
h6 { font-size: 1.6em; color: #666; margin-top: 20px; margin-bottom:20px; }

h2.less-bottom-margin { margin-bottom: 0.6em; }
h2.no-bottom-margin { margin-bottom: 0em; }
/*
a {
  text-decoration: underline;
  color:#666;
}
a:hover {
  color: #0a00bc;
}
*/

a {
  text-decoration: none;
  color:#0A00BC;
  padding:0.1em 0.2em;
  margin:-0.1em -0.2em;
/* Damit das Hover bei mehrzeiligen Links korrekt dargestellt wird, ot
Allerdings tritt dann das Problem auf, dass lange Links im Fließtext nicht 
über mehrere Zeilen dargestellt werden.. ot
display:inline-block;  */
}
a:hover {
  color:#fff;
  background-color: #0A00BC;
}

a:focus {
  outline: none;
}

a.plain, a.plain:hover {
  color:#fff;
  background: #fff;
}

h1 a,
h2 a,
h3 a {
  color: #666;
  text-decoration: none;
  background:transparent;
  margin:0;
  padding:0;
}
h1 a,
h3 a {
  margin-bottom: 30px;
  margin-top: 30px;
  display:inline;
}
h1 a:hover,
h2 a:hover,
h3 a:hover {
  color:#0A00BC;
  background:transparent;
}

.arrowLink {
  text-decoration: none;
  color: #666;
}
.arrowLink-blue {
  text-decoration: none;
  color: #1718c4;
}
.arrowLink:hover {
  color: #0a00bc;
  background:transparent;
}
ul {
  padding-left: 20px;
}

ul li {
  line-height: 1.5em;
  margin: 5px 0;
/*  list-style-image: url(../img/disc.png);*/
  list-style-type: disc;
}

/* Damit Links in Listen display:block bekommen => wg. bg-Hover 
=> Darstellungsprobleme bei mehrzeiligen Links */
ul.links-display-block a,
ol.links-display-block a { display:block;}

ul.component-items {
  list-style-type: none;
  padding: 0 0 0 10px;
}

embed, object, video {
  max-width: 100%;
  height: auto;
/*  width: auto;*/
}

form ol li {
  list-style: none;
}


table {
  border: none;
}

table tr th,
table tr td{
  vertical-align: top;
  padding: 5px 5px 5px 0;
  line-height: 20px;
  text-align: left;
}

table.contenttable tr th,
table.contenttable tr td{
  border-bottom: 1px solid #ddd;
}

table.contenttable tfoot tr td{
  border-bottom: none;
}

table tr th p,
table tr td p{
  margin-bottom: 0;
}


table {
  border: none;
}


table.contenttable  tr:nth-child(odd) td{

}

table.interests td,
table.interests th{
  font-size:13px;
  line-height: inherit;
  vertical-align: middle;
}

table.interests label img {
  vertical-align: middle;
}

hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 0 0 10px 0 ;
}

label em, legend em {
  display: inline;
  color: #0a00bc;
  font-size: 100%;
  font-style: normal;
  text-transform: uppercase;
}



#head {
  height: 32px;
  display: block;
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  background: #bbb;
  background-image: linear-gradient(bottom, #bbb 0%, #ccc 100%);
  background-image: -o-linear-gradient(bottom, #bbb 0%, #ccc 100%);
  background-image: -moz-linear-gradient(bottom, #bbb 0%, #ccc 100%);
  background-image: -webkit-linear-gradient(bottom, #bbb 0%, #ccc 100%);
  background-image: -ms-linear-gradient(bottom, #bbb 0%, #ccc 100%);
  filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bbbbbb', endColorstr='#cccccc'); /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bbbbbb', endColorstr='#cccccc')"; /* IE8 */

}

#head .nav{
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
}

#logo {
  position: absolute;
  right: 0;
  top:-7px;
  border-left: 4px solid #fff;
  width: 279px;
}
#logo a {
  padding:0;
  margin:0;
  display:inherit;
}
#logo a:hover {
  padding:0;
  margin:0;
  background:transparent
}
#sidebar {
  position: relative;
  background:#fff;
  z-index: 2;
}
#sidebar .nav {  }

#fixed-buttons {
  position: absolute;
  bottom:20px;
  left:30px;
}

div.indent { margin-left: 30px;}

/*
----------------------------------------------------------------------------------------

CE-Layouts 

----------------------------------------------------------------------------------------
*/


/* Layout 1: Bilder mit runden Ecken */
.rounded-borders img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* Layout 2: Vergangenene Veranstaltugnen => grauer Text */
.csc-frame.past-events h1,
.csc-frame.past-events h2,
.csc-frame.past-events h3,
.csc-frame.past-events h4,
.csc-frame.past-events h5,
.csc-frame.past-events p,
.csc-frame.past-events ul,
.csc-frame.past-events ol { color: #ccc;}
.csc-frame.past-events .csc-textpic-imagewrap {display:none;}

/* Layout 3 ist bislang nur in media-queries.css definiert */

/*
----------------------------------------------------------------------------------------

Footer

----------------------------------------------------------------------------------------
*/

#footer-wrap {
  width: 1250px;
  margin: 0 auto;
  background: url(../img/footer_bg.png) center top no-repeat;
  background-size: 100%;
}

footer {
  font-size: 11px;
  line-height: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
  margin: 0;

    /*background:  #FFFFFF;
    border-top: 1px solid #ccc;
    font-size: 11px;
    padding-bottom: 20px;
    padding-top: 20px;*/

}
/*
#footer table {
  width: 100%;
}

#footer table td {
  padding: 5px;
  vertical-align: top;
}
*/

footer {
  display: table;
}
footer .footer-cell {
  display:table-cell;
  padding-right:30px;
}
footer .aktualisierungen2 {padding-right:0;}
footer .aktualisierungen1 p,
footer .aktualisierungen2 p { white-space: nowrap; }

.footer-update-date { margin-left:0.3em;}
.mobile-footer-navi { display:none;}
footer ul {
  padding: 0;
  margin: 0;
}

footer ul li{
  list-style-type: none;
  list-style-image: none;
}

footer a,
footer p,
footer h5,
footer li{
  color: #666;
  text-decoration: none;
  margin:  0;
  line-height: 18px;
  padding:0;
}
footer a:hover {
  color: #0A00BC;
  background: transparent;
}
/*
#footer a.arrowLink {
  color: #fff!important;
}
*/

/*
#slider {
  margin-bottom: 30px;
  position: relative;
}

#slider h1,
#slider figcaption {
  position: absolute;
  right:20px;
  top:20px;
  padding: 20px;
  background: rgba(0,0,0,.6);
  color: #fff;
  font-family: 'droid_sansregular', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  z-index: 1;
}

#slider li img{
  width: 100%;
  height: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
*/

div.error {
  border:1px #a00 solid;
  background:#faf4f4;
  padding: 5px;
  margin: 10px 0;
}

.date {
  font-size: 10px;
  /*color: #999;*/
  color: #4e4ee4;
  text-style: bold;
}


/*
----------------------------------------------------------------------------------------

Nach-oben-Link

----------------------------------------------------------------------------------------
*/

#fixed-buttons a {
  background: #fff;
/*  background: #fff url("../img/elaflex_icon_arrows_small.png") no-repeat right 0;*/
  border: 1px solid #DDDDDD;
  padding: 4px 7px;
  white-space: nowrap;
  text-decoration:none;
  display: inline-block;
  /*line-height: 20px;*/
  position:relative;
  color:#666;
  margin:0;
  border-radius:4px;
}
#fixed-buttons a:hover  {
  color: #333;
  background: #eee;
}

#totop:after {
    content: "  ▲";
}

#fixed-buttons a#print-button {margin-left: 20px;}


/* bei mobil ausblenden */
.touch #totop {
  display: none;
}
/* print button nach links rücken */
.touch #fixed-buttons a#print-button {margin-left: 0;}



/*
----------------------------------------------------------------------------------------

Filter

----------------------------------------------------------------------------------------
*/

/*#Filters {margin-top:1.2em;}


.filter {
  background: #eee url(../img/einklappen.png) no-repeat center bottom;
  padding: 10px 20px 30px;
  margin-bottom: 30px;

}

.filter h2{
  margin: 0;
}
*/

.filtertable {
  width: 100%;
}

.filtertable td,
.filtertable th{
  padding: 0;
}

/*.download {
  padding: 0 0 0 20px;
  background: url(../img/Adobe_PDF_Icon.png) no-repeat left top;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}*/

/*dl {

}

dl dt {
    float:left;
    font-weight:bold;
    margin-right:10px;
    width:100px;
}

dl dd {

}

dl dd p{
    margin: 0;
}*/


/*
----------------------------------------------------------------------------------------

Pagebrowse

----------------------------------------------------------------------------------------
*/
.pagebrowse {
  position: relative;
  height: 30px;
  margin: 30px 0;
}

.pagebrowse .button {
  position: absolute;
  top: 0;
  padding: 0;
}

.pagebrowse .button.prev {
  right: 0;
  text-decoration:none;
}

.pagebrowse .button.next {
  left: 0;
}
.button.prev a,
.button.next a {
  margin:0;
  padding:0;
  text-decoration:none;
  color:#666;
}
.button.prev a:hover,
.button.next a:hover {
  background:transparent;
  color: #0A00BC;
}
.pagebrowse .button.index {
  left: 50%;
  margin-left: -70px;
  width: 140px;
  text-align: center;
}

span.button a {
/*  padding: 8px 0;
  display: block;*/
}

/*
span.button.next a:before {
  content:  "◄ ";
}
span.button.prev a:after,
.arrowLink:after, arrowLink-blue:after {
  content:  " ►";
}
*/
span.button.next a:before {
  content:  "◄ ";
}
span.button.prev a:after,
.arrowLink:after, .arrowLink-blue:after,
.flipbookLink a:after {
  content:  " ►";
}


.arrowLinkBlue:before {
  content:  "► ";
}

#headerMenu {
  padding: 0;
}


/*
----------------------------------------------------------------------------------------

TX Pagebrowse

----------------------------------------------------------------------------------------
*/
.tx-pagebrowse{text-align:center;list-style:none inside none;width:100%;margin:0;padding:0!important}
.tx-pagebrowse li{display:inline-block!important;list-style:none;margin:0;padding:0; vertical-align: top;}
.tx-pagebrowse li a:hover{background-color: transparent; color: #0A00BC;}
li.tx-pagebrowse-pages{width:auto!important}
li.tx-pagebrowse-pages ol{display:inline-block!important;margin:0;padding:0 10px}
li.tx-pagebrowse-pages ol li {line-height: 24px; width: 24px; height: 24px; }
li.tx-pagebrowse-pages a {color: #666; }

.tx-pagebrowse-first,
.tx-pagebrowse-last,
.tx-pagebrowse-next,
.tx-pagebrowse-prev,
.tx-pagebrowse-next-disabled,
.tx-pagebrowse-prev-disabled,
.tx-pagebrowse-first-disabled,
.tx-pagebrowse-last-disabled {
  width: 24px;
  height: 24px;
  background: transparent url('../img/paginate_arrows.png') no-repeat 0 0;
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
  text-indent: -3000px;
  overflow: hidden;
}

.tx-pagebrowse-next {  background-position: 0 0;}
.tx-pagebrowse-prev {  background-position: 0 -48px;}
.tx-pagebrowse-first{  background-position: 0 -144px;}
.tx-pagebrowse-last {  background-position: 0 -96px;}

.tx-pagebrowse-next-disabled {  background-position: -24px 0;}
.tx-pagebrowse-prev-disabled {  background-position: -24px -48px;}
.tx-pagebrowse-first-disabled{  background-position: -24px -144px;}
.tx-pagebrowse-last-disabled {  background-position: -24px -96px;}

.tx-pagebrowse-current {
  background-color: #ffffff;
  font-weight: bold;
  color: #000;
}

/*
----------------------------------------------------------------------------------------
 backLink
----------------------------------------------------------------------------------------
*/

.backLink { display:inline-block;margin-top:2em;}
.backLink:before {
  content:  "◄ ";
}


/*
----------------------------------------------------------------------------------------

 Searchbox

----------------------------------------------------------------------------------------
*/
#searchboxTop {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin-left: 30px;
  position: relative;
}

#searchboxTop form{
  margin:0;
}

#searchboxTop .submit{
  margin-top: 5px;
}


#searchboxTopMedia {
  position: absolute;
/*  top: 100%;  so war das in Firefox auf dem Mac nicht richtig positioniert */
  top: 32px; 
  left: 0;
  background: #bbb;
  padding: 10px;
  z-index: 100;
  border-top: 1px solid white;
  border-radius: 0 0 4px 4px;
  width: 300px;
  display: none;
}

#searchboxTopMedia input{
  margin: 3px;
}

#searchboxTopMedia label{
  white-space: nowrap;
  cursor: pointer;
}


#searchbox-sword {
  margin: 7px 5px 7px 0;
  vertical-align: top;
  border: none;
  line-height: 12px;
  padding: 2px;
  background: #fff;
  color: #333;
  font-size: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width:150px;
}

#searchboxTopMedia.show {
  display: block;
}

/*
----------------------------------------------------------------------------------------

 Indexed Search

----------------------------------------------------------------------------------------
*/


.tx-indexedsearch-info {
  display: none;
}

.tx-indexedsearch-res-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.tx-indexedsearch-icon .icon-pdf{
  width: 123px;
  height: 127px;
  display: block;
  background: url(../img/acrobat-10-icon-1.png) no-repeat;
  margin-right: 10px;
}


/*
----------------------------------------------------------------------------------------

Breadcrumb

----------------------------------------------------------------------------------------
*/
#breadcrumb {
  display: none;
}

#breadcrumb ul{
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px 0;
}

#breadcrumb ul li{
  display: inline-block;
  *zoom: 1;
  *display: inline;
}



/*
----------------------------------------------------------------------------------------

Catalog index

----------------------------------------------------------------------------------------
*/

#catalogIndex {
  padding: 0.5em 0 0.5em 0;
  color: #333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 30px;
  background: #eee;
}

#catalogIndex.open {

}



#catalogIndex .ka-content {
  padding: 0 15px;
}

#catalogIndex .ka-content > div {
padding: 0;
}


#catalogIndex .csc-header{
  color: #666;
  margin: 0 5px;
  padding: 6px 10px;
}
#catalogIndex .ka-content .csc-header {
  margin-bottom:0;
}

#catalogIndex h3{
  color: #666;
  margin: 0 5px;
}

#catalogIndex ul{
  margin: 0;
  padding: 0 0 11px 0;
}

#catalogIndex ul li{
  margin: 0 0 0 20px;
  padding: 0 5px 3px 0;
  line-height: 16px;
  cursor: pointer;
  list-style-image: url(../img/triangle.gif);
}
#catalogIndex ul li:hover {
  color: #0A00BC;
  list-style-image: url(../img/triangle-hover.gif);
}
#catalogIndex ul li.active{
  background: #ddd;
  color: #000;
}




.icons {
  background: url(../img/elaflex-icons-sprite.png) no-repeat 0 0;
  width: 36px;
  height: 36px;
  display: inline-block;
    *zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-right: 10px;
}
/*
#selector {
  background: url('???') no-repeat scroll top left;
  width: 619px;
  height: 512px;
}
*/

.icon-iso        { background-position:  0 0; }
.icon-bundeswehr { background-position:  0 -75px; }
.icon-druck-allgemein { background-position:  0 -150px; }
.icon-druck-schlauchleitungen { background-position:  0 -225px; }
.icon-druck-erv { background-position:  0 -300px; }
.icon-typenzulassungen { background-position:  0 -375px; }
.icon-erv { background-position:  0 -450px; }
.icon-atex { background-position:  0 -525px; }
.icon-zva { background-position:  0 -600px; }
.icon-gas { background-position:  0 -675px; }
.icon-ddc { background-position:  0 -750px; }
.icon-eac-r { background-position:  0 -825px; }
.icon-ul { background-position:  0 -900px; }
.icon-divers { background-position:  0 -975px; }
.icon-ped-general { background-position:  0 -1050px; }
.icon-ped-hose { background-position:  0 -1125px; }
.icon-ped-erv { background-position:  0 -1200px; }





.footable-row-detail-cell {
  background-color: #eee;
  padding: 10px;
}



/*
----------------------------------------------------------------------------------------------

 Pagination

----------------------------------------------------------------------------------------------
*/
.pagination {
    margin: 20px 0;
}
.pagination ul {
    display: inline-block;
      *zoom: 1;
  *display: inline;
    margin-bottom: 0;
    margin-left: 0;
}
.pagination ul > li {
    display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 20px;
    padding: 4px 12px;
    text-decoration: none;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
    background-color: #eee;
}
.pagination ul > .active > a, .pagination ul > .active > span {
    color: #999999;
    cursor: default;
}
.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #999999;
    cursor: default;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    border-left-width: 1px;
}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {

}

.pagination-centered {
    text-align: center;
}


.animated {
    -webkit-animation-duration: 0.5s;
     -moz-animation-duration: 0.5s;
      -ms-animation-duration: 0.5s;
       -o-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
      -ms-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@-ms-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@-o-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}


.paginationJPages {
  margin: 15px 0;
}

.paginationJPages span,
.paginationJPages a {
  cursor: pointer;
  background-color: #FFFFFF;
  line-height: 24px;
  padding: 0 12px;
  margin:0;
  color:#666;
  display: inline-block;
    *zoom: 1;
  *display: inline;
  overflow: hidden;
}

.paginationJPages a:hover {

}

.paginationJPages a.jp-disabled, a.jp-disabled:hover {
  color: #bbb;
  cursor:inherit;
}

.paginationJPages span {

}

.jp-current {
  font-weight: bold;
  color: #000!important;
}


/*
----------------------------------------------------------------------------------------------

 Filter

----------------------------------------------------------------------------------------------
*/
.controls {
  padding: 20px 0 20px 20px;
  background: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position:relative;
}
.controls h3{
  margin-top: 0;
  font-size: 14px;
  margin-right: 20px;
  border-bottom: 1px solid #ccc;
}
.controls li{
  margin-left: 20px;
  cursor: pointer;
}
.controls li:hover { color: #0A00BC; }

.controls li.active{
  font-weight: 700;
  color: #0a00bc;
}

.controls ul,
.controls ul li{
  list-style: none;
  margin: 0;
  padding: 0;
}
.controls ul { margin: 0 20px 20px 0; }

.controls ul.filterListLanguage li,
.controls ul.filterListSection li{
  display: inline-block;
  width: 49%;
}
.controls ul.filterListLanguage li:first-child,
.controls ul.filterListSection li:first-child {
  width: 98%;
}

.filterView {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  position:absolute;
  bottom:20px;
  right:20px;
  display: none;
}
.filterView h3 {
  border:0;
  display:inline-block;
  margin: 0 6px 0 0;
}

.controls .button {
  background: url(../img/mixit-view.png) no-repeat 0 0;
  width: 20px;
  line-height: 16px;
  cursor: pointer;
  display:inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align:middle;
}
.controls #ToGrid {
  background-position: 0 -57px;
}
.controls #ToGrid.active,
.controls #ToGrid:hover {
  background-position: 0 0;
}
.controls #ToList {
  background-position: 0 -85px;
}
.controls #ToList.active,
.controls #ToList:hover {
  background-position: 0 -28px;
}

/* Gris/List-Styles vor den Änderungen am 16. April
.controls .button {
  background: url(../img/mixit-view.png) no-repeat 0 0;
  padding-left: 20px;
  line-height: 16px;
  margin: 10px 0;
  cursor: pointer;
  font-weight: bold;
}
.controls #ToGrid {
  background-position: 0 -57px;
}
.controls #ToGrid.active,
.controls #ToGrid:hover {
  background-position: 0 0;
  color: #0a00bc;
}
.controls #ToList {
  background-position: 0 -85px;
}
.controls #ToList.active,
.controls #ToList:hover {
  background-position: 0 -28px;
  color: #0a00bc;
}
*/

/*
----------------------------------------------------------------------------------------------

 Grid + List view

----------------------------------------------------------------------------------------------
*/

#Grid.infomaterial.grid h2 {
  /*min-height: 2.8em;*/
}
#Grid{
  padding: 1px 0;
  margin: 0;
  margin-right: -20px;
  letter-spacing: -1em;
}

/*#Grid:after{
  content: '';
  display: inline-block;
    *zoom: 1;
  *display: inline;
  width: 100%;
}*/

#Grid .mix{
  letter-spacing: 0;
  display: none;
  list-style: none;
  vertical-align: top;
  position: relative;
  width: 33.3%;
  margin:0;
  padding-top:20px;
}
#Grid .mix .content{
  margin: 0 20px 0 0;
  border: 2px solid #eee;
  padding:8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #eee;
}

#Grid .mix .content.csc-textpic-above .csc-textpic-text{
 height: auto;
 margin-left: 0;
}
#Grid .mix .content .csc-uploads-fileName { margin-top: 0; }
#Grid .mix .content .csc-uploads-description { display: none; }
#Grid .mix .csc-textpic-intext-left-nowrap .image{
  margin-right: 10px;
  margin-bottom: 0;
  vertical-align: middle;
  line-height: 0;
}
#Grid .mix .image { margin-bottom: 10px; }
#Grid .mix .image img { vertical-align: middle; }
#Grid .mix h3.csc-firstHeader { margin-bottom: 5px; }
#Grid .mix .csc-firstHeader { margin-bottom: 10px; }



/* Grid Listen-Ansicht */
#Grid.list {
  width: 100%;
  margin: 0;
}
#Grid.list .mix{
  width: 100%;
/*  margin: 0 0 10px 0;*/
}
#Grid.list .mix .content{
  margin: 0;
  height: auto;
  border: 2px solid transparent;
  background: #eee;
}
#Grid.list .mix .image{
  height: auto;
  float: left;
}

#Grid .image img {
  width: 100%;
  height: auto;
}

#Grid.list .mix .content .csc-uploads-text{
  margin: 0 10px;
  float: left;
}
#Grid.list .mix .content .csc-uploads-description{
  display: block;
}
#Grid.list.infomaterial .mix .image{
  width: 80px!important;
}

/* Grid: hover */
#Grid .mix .content:hover { 
  background: #ccc;
  border-color: #ccc;
}
/* Wer hat das hier eingefügt?
Führt zu Darstellungsfehlern, wenn z. B. aus "Footer > Updates" verlinkt wird.
Deswegen auskommentiert, ot
.contenthighlight{
	background: #ccc!important;
  border-color: #ccc!important;
}
Folgendes würde die Darstellung bei Kachelseiten korrigieren: 
.grid.contenthighlight {
  background: transparent!important;
}
*/


/* Grid: Auf Bestellliste */
#Grid .mix.order .content { border: 2px solid #0a00bc; }




/*
----------------------------------------------------------------------------------------------

 Submit-Button

----------------------------------------------------------------------------------------------
*/
.submit-button,
.cart-submit-button {
  background: #333;
  color: #ccc;
  border: 0;
  padding: 0.3em 0.5em;
  margin-left: 0.5em;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.submit-button:hover,
.cart-submit-button:hover {
  background: #0A00BC;
  color: #fff;
}

/* desktop infomaterial submit button verstecken */
.no-touch .cart-info .cart-submit-button {
  display: none;
}



/*
----------------------------------------------------------------------------------------------

 Pure Form Customize

----------------------------------------------------------------------------------------------
*/
.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 11.3em;
}

.pure-button {
  font-family: inherit;
  font-size: 100%;
  padding: .5em 1em;
  color: #ccc;
  border: 0;
  background-color: #333;
  text-decoration: none;
  border-radius: 2px;
}

.pure-button:hover {
  background: #0A00BC;
  color: #fff;
}

.pure-form .pure-checkbox, 
.pure-form .pure-radio {
  margin: 0 0 10px 20px;
}

.pure-form input[type="checkbox"],
.pure-form input[type="radio"] {
float: left;
}

.pure-form legend {
  display: block;
  width: 100%;
  padding: .3em 0;
  margin-bottom: .3em;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #ddd;
}

.newsletter-submit { margin-right:51px; }

/*
----------------------------------------------------------------------------------------------

 Historie

----------------------------------------------------------------------------------------------
*/
#timeline {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url('../img/dot_grey.gif') left 55px repeat-x;
}

#dates {
  width: 800px;
  height: 60px;
  overflow: hidden;
  padding: 0;
  margin: 0 0 100px 0;
  background: url('../img/dot.gif') left 55px repeat-x;
}
#dates li {
  list-style: none;
  float: left;
  width: 100px;
  height: 60px;
  margin: 0;
  font-size: 24px;
  text-align: center;
  background: url('../img/biggerdot.png') center bottom no-repeat;
}
#dates a {
  line-height: 38px;
  padding: 3px;
  margin: 0;
  display: block;
}
#dates a.selected {
  font-size: 38px;
  line-height: 38px;
}

#issues {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#issues > li {
  width: 100%;
  list-style: none;
  float: left;
}

#issues .content-padding{
  padding: 0 80px;
}

#issues > li img {
  float: left;
  margin: 20px 30px 10px 50px;
  width: 128px;
  height: 128px;
  zoom: 1;
}
#issues > li p {
  font-size: 15px;
  line-height: 20px;
}

#grad_left,
#grad_right {
  width: 100px;
  position: absolute;
  top: 0;
}

#timeline-nav {
  text-align: center;
  position: absolute;
  top:90px;
  width: 100%;
}

a.jp-last, a.jp-first, a.jp-next, a.jp-previous,
#start,
#end,
#next,
#prev {
  width: 24px;
  height: 24px;
  background: transparent url('../img/paginate_arrows.png') no-repeat 0 0;
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
  text-indent: -3000px;
  overflow: hidden;
}

.news-first,
.news-prev,
.news-next,
.news-last,
.news-first-disabled,
.news-prev-disabled,
.news-next-disabled,
.news-last-disabled {
  width: 24px;
  height: 24px;
  background: transparent url('../img/paginate_arrows.png') no-repeat 0 0;
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
  vertical-align: top;
  text-indent: -1000px;
  overflow: hidden;
}

.news-first a,
.news-prev a,
.news-next a,
.news-last a,
.news-first-disabled span,
.news-prev-disabled span,
.news-next-disabled span,
.news-last-disabled span{
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -3000px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.news-index {
  height: 24px;
    display: inline-block;
}

.news-index a {
    line-height: 24px;
      width: 100%;
  height: 100%;
    padding: 0 12px;
    margin: 0;
    color: #666;
    display: inline-block;
}

.news-pagination {
  text-align: center;
}



.news-pagination a:hover {
  background-color: transparent;
}




#next, a.jp-next, .news-next  {   background-position: 0 0;   }
#prev, a.jp-previous, .news-prev  {   background-position: 0 -48px;   }
#start, a.jp-first, .news-first  {  background-position: 0 -144px;  }
#end, a.jp-last, .news-last  {    background-position: 0 -96px;   }


#next.disabled, a.jp-next.jp-disabled, .news-next-disabled {   background-position: -24px 0;   }
#prev.disabled, a.jp-previous.jp-disabled, .news-prev-disabled  {   background-position: -24px -48px;   }
#start.disabled, a.jp-first.jp-disabled, .news-first-disabled  {  background-position: -24px -144px;  }
#end.disabled, a.jp-last.jp-disabled, .news-last-disabled  {    background-position: -24px -96px;   }

/*
#prev:hover,
#next:hover {background-color:none;}
*/
#prev.disabled,
#next.disabled {
  cursor: default;
}
/* Fette Schrift soll nur bei Historie den Farbton Sepia haben, ot 14.05.14 */
#timeline b, #timeline strong { color: #0A00BC;}

/* TEMP: erst mal angelegt für die Möglicheit Bilder links und rechts vom Text
zu platzieren, ot */
.history-item {clear:both;}

#issues li .temp-image-right img {
  float:right;
  margin-right: 50px;
  margin-left: 30px;
}
#issues li .temp-image-right p {
  margin-left: 30px;
  margin-right: 0;
}
#issues li .temp-image-right h1 {
  margin-left: 30px;
}



/*
----------------------------------------------------------------------------------------------

 Product

----------------------------------------------------------------------------------------------
*/

/* Für Produkt-Übersichtsseite */
.product-group-wrapper {margin:40px 0;}
a.product-group {
  display:block;
  width: 427px;
  height:118px;
  height:0;
  padding: 0 0 136px 0;
  margin: 0;
  background: url('../img/sprite-produktgruppen.png') no-repeat;
/*  text-indent: 102%;*/
  white-space: nowrap;
  overflow: hidden;
  position:relative;
}
a.product-group:lang(en) { background-image: url('../img/sprite-produktgruppen-en.png');}

a.product-group .arrowLink {
  position:absolute;
  right:30px;
  bottom:0;
  color: #0a00bc;
}
a.product-group:hover .arrowLink {}

a.product-group-2 { background-position: 0 -168px; }
a.product-group-3 { background-position: 0 -336px; }
a.product-group-4 { background-position: 0 -504px; }
a.product-group-5 { background-position: 0 -672px; }
a.product-group-6 { background-position: 0 -838px; }

/*a.product-group:hover {background: url('../img/sprite-produktgruppen.png') no-repeat;}*/
a.product-group-1:hover { background-position: -427px 0; }
a.product-group-2:hover { background-position: -427px -168px; }
a.product-group-3:hover { background-position: -427px -336px; }
a.product-group-4:hover { background-position: -427px -504px; }
a.product-group-5:hover { background-position: -427px -672px; }
a.product-group-6:hover { background-position: -427px -838px; }


/*
a.product-group-2 { background-position: 0 -258px; }
a.product-group-2:hover { background-position: 0 -387px; }
*/
.product-wrap {
  position: relative;
  margin-bottom: 20px;
}
#product-paginate .pure-u-1-3{
  position: relative;
}
.product-wrap #next,
.product-wrap #prev {
  position: absolute;
  top: 150px;
  font-size: 0;
  display: block;
  margin: 0;
}
.product-wrap #prev { left: 0; }
.product-wrap #next { right: 0; }
.product-wrap #prev,
.product-wrap #next { }
.product-item { display: none; }

.product-item .catalogue a {
  padding:0;
  margin:0;
  display:inherit;
}
.product-item .content-padding{
  padding: 0 25px;
}
.product-item .content-padding a { background:transparent;}
.product-item img{
  border: 1px solid #ccc;
}
.product-item.active {
  display: block;
}
.product-item .csc-textpic {
  padding: 0;
}
.product-item .csc-textpic-imagewrap{
  border: 1px solid #ddd;
}
.product-text {
  position:relative;
  height: 348px;
}
.product-item-download {
  position: absolute;
  left: 15px;
  bottom: 1px;
  white-space:nowrap;
  font-weight: bold;
  font-size:1.15em;
}
.product-item-description ul{
  margin: 0 0 10px 0;
}
.product-item-description ul li{
  margin: 0;
}
.product-selection {
  width: 100%;
}
.product-item .pure-u-2-3{
  position: relative;
}
.product-item .pure-u-2-3{
  position: relative;
}


/*
----------------------------------------------------------------------------------------------

 Product NEW

----------------------------------------------------------------------------------------------
*/

a.product-group-hover {
  display:block;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  line-height: 0;
  position: relative;
  margin: 40px 0 0 0;
  padding-bottom: 20px;
}

a.product-group-hover:hover {
  background: none;
}

img.product-groupe-img-hover{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

a.product-group-hover:hover img.product-groupe-img-hover{
  display: block;
}


a.product-group-hover span{
  display:block;
  position: absolute;
  right: 30px;
  bottom: 0;
  color: #0A00BC;
  line-height: 1em;
}



/*
----------------------------------------------------------------------------------------

CE Sitemap overview

----------------------------------------------------------------------------------------
*/

.product-item img,
.product-group-hover img,
.sitemap-overview-item img {
  max-width: 100%;
  height: auto;
}

/*.sitemap-overview-item {
  margin-top:1.2em;
}*/
.sitemap-overview-item h2 {
  margin: 0.5em 0;
}
.sitemap-overview-item a { text-decoration:none;background:none;}
.sitemap-overview-item a:hover { color: inherit;}
.sitemap-overview-item a:hover h2,
.sitemap-overview-item a:hover span.arrowLink { color: #0A00BC;}
.sitemap-overview-item a p { color: #666;}
.sitemap-overview-item a:hover p { color: #0A00BC;}

.sitemap-overview-item h3,
p.sitemap-overview-subtitle {
  margin: -0.8em 0 0.8em 0;
}

.sitemap-overview-item {
  position: relative;
}

.sitemap-overview-item .menu-flag-en {
  position: absolute;
  right: 0;
  bottom: 16px;
}

.content-padding-right .menu-flag-en {
  right: 20px;
}


.content-padding-middle .menu-flag-en {
  right: 10px;
}

.content-button .menu-flag-en {
  position: absolute;
  right: 40px;
  top: 15px;
}

/* NEU, nun mit Content-Elementen*/

.sitemap-overview-item .csc-textpic-image img {
  margin: 0;
}

.sitemap-overview-item h3 {
  margin: -0.8em 0 0.8em 0;
  font-weight: normal;
  font-size: 13px;
  color: #333;
}

.sitemap-overview-item .csc-textpicHeader {
  *height: 50px;
  min-height: 50px;
}


/*
----------------------------------------------------------------------------------------

Zertifikate

----------------------------------------------------------------------------------------
*/

/*
.certificate-text {
  margin: 10px 0;
}

.certificate-download {
  width: 33.3%;
  float: left;
  height: 160px;
  margin-bottom: 20px;
}

.certificate-download .csc-default{
  margin-right: 40px;
  border-top: 1px solid #ddd;
  height: 100%;
}

.certificate-download:nth-child(3n+1) .csc-default{
  margin-right: 20px;
}

.certificate-download:nth-child(3n+2) .csc-default{
  margin-right: 10px;
  margin-left: 10px;
}

.certificate-download:nth-child(3n+0) .csc-default{
  margin-right: 0;
  margin-left: 20px;
}

.certificate-download .csc-default .csc-firstHeader{
  margin: 1em 0;
}
*/

.certificates {
  margin-right:-20px;
}

.certificate-text {
  margin: 10px 0;
}

.certificates .certificate-download {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}

.certificates .certificate-download > div{
  padding: 10px;
  background: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 20px 0 0;
   -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}

.certificates .certificate-download > div:hover{
  background: #ccc;
/*  cursor: pointer;*/
}


.certificates .certificate-download > div h3{
  margin-top: 0;
}

/*.certificates div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
margin-right: 10px;
}*/


.certificate-download .csc-textpic-image img {
  margin-bottom:0;
  max-height: 250px;
  max-width: 176px;
}

.certificate-download .csc-textpic-text {
  padding-left: 196px;
  height:270px;
}

.downloadCertificate {
  position:absolute;
  bottom:10px;
  right:10px;
  color: #0A00BC;
}
.downloadCertificate:hover {
  background: #0A00BC;
  color: #fff;
}

.main-content .csc-frame-rulerAfter .certificates p:last-child { margin-bottom:1.2em; }

/* TODO: temporär die Caption ausgeblendet */
.certificate-download figcaption.csc-textpic-caption { display:none;}


/*
----------------------------------------------------------------------------------------

Content Element (CE): Infomaterial

----------------------------------------------------------------------------------------
*/

#Grid.infomaterial.grid .mix {
  width: 50%;
}
.download-order,
.flipbook-download-order {
  position:absolute;
  bottom:0;
  right:0;
  text-align: right;
  white-space: nowrap;
}
.flipbook-download-order a,
.downloadInfo,
.downloadLink {
  display: inline-block;
/*  margin: 0 0 0.5em 0;
  padding:0;*/
  color: #0A00BC;
}
.flipbook-download-order a:hover,
.downloadInfo:hover,
.downloadLink:hover {
  color:#fff;
  background: #0A00BC;
}

/* Flipbook-Link*/
.flipbookLink a:before { content: "View as Flipbook"; }
:lang(de) .flipbookLink a:before { content: "Als Flipbook ansehen"; }

/* irc Link (Interactive Resistance Chart Link) */
.flipbookLink a.ircLink:before { content: "Interactive Resistance Chart"; }
:lang(de) .flipbookLink a.ircLink:before { content: "Interaktive Beständigkeitsliste"; }


.infomaterial .list .mix .image{
  width: 100px;
}
.infomaterial.list .mix .content .csc-textpic-text{
  height: auto;
  min-height: 113px;
  margin-left: 0;
  padding-bottom:0;
  padding-left: 90px;
  padding-right: 200px;
}
.infomaterial .mix .content .csc-textpic-text{
  min-height: 280px;
  margin-left: 190px;
  padding-bottom: 70px;
  position: relative;
}
.download-order p,
.infomaterial p {
  line-height:1.4;
  margin: 0 0 1em 0;
}
.download-order p,
.flipbook-download-order p { line-height:1;}
/*.infomaterial h2 {line-height:1.2;}*/


/*
----------------------------------------------------------------------------------------

 Mediathek (u.a. Content Element)

----------------------------------------------------------------------------------------
*/

.mediathek div.csc-textpic-left .csc-textpic-imagewrap { float: none;}
.mediathek .csc-textpic-text { position: relative; }


/* Grid view */
.mediathek.grid .mix .content .csc-textpic-text {
  min-height: 190px;
  padding-bottom: 30px;
}

.mediathek.grid .cat_76 .content .csc-textpic-text {
  min-height: 190px;
  padding-bottom: 50px;
}

/* List view */
.mediathek.list .download-order {
  position:absolute;
  right:0;
  bottom:0;
  text-align: right;
}
.mediathek.list .order-button { position:static;}
.mediathek.list .downloadLink { position:static;}
#Grid.list.mediathek .mix .image {
  margin-bottom: 0;
  width: 160px !important;
}

.mediathek.list .mix .content .csc-textpic-text{
  margin-left: 0;
  padding-bottom:0;
  padding-left: 170px;
  padding-right: 120px;
  min-height: 133px;
}

.mediathek-filename {
  font-size: 10px;
}

/*
----------------------------------------------------------------------------------------

 Mediathek: Videos

----------------------------------------------------------------------------------------
*/

#Grid.videos.grid .mix { width: 50%; }
.mediathek.videos.grid .mix .content .csc-textpic-text {min-height: 140px;}
.videos .download-order p {margin-bottom:0;}
.mediathek.videos.grid .mix .content .csc-textpic-text { padding-bottom: 20px;}

.mediathek .video-play-button {
  background-color: rgba(7, 20, 30, 0.7);
  border: 0.1em solid #3b4249;
  border-radius: 0.8em;
  box-shadow: 0 0 1em rgba(255, 255, 255, 0.25);
  cursor: pointer;
  display: block;
  font-size: 2em;
  height: 2.6em;
  left: 0.5em;
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 0.5em;
  transition: all 0.4s ease 0s;
  vertical-align: middle;
  width: 4em;
  z-index: 2;
}
.mediathek .video-play-button {
  left: 50%;
  margin-left: -2.1em;
  margin-top: -1.4em;
  top: 35%;
}
@font-face {
  font-family: 'VideoJS';
  src: url('../video-js/font/vjs.eot');
  src: url('../video-js/font/vjs.eot?#iefix') format('embedded-opentype'), url('../video-js/font/vjs.woff') format('woff'), url('../video-js/font/vjs.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.mediathek .video-play-button:before {
  content: "\e001";
  color:#fff;
  font-family: VideoJS;
  /* In order to center the play icon vertically we need to set the line height
     to the same as the button height */

  line-height: 2.6em;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center /* Needed for IE8 */;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
----------------------------------------------------------------------------------------

Content Element (CE): Presse

----------------------------------------------------------------------------------------
*/

#Grid.presse .mix {
  width: 50%;
}

.presse p {
  line-height:1.4;
  margin: 0 0 1em 0;
}

.presse .mix .content .csc-textpic-text{
  min-height: 250px;
  margin-left: 190px;
  padding-bottom: 20px;
  position: relative;
}

/* Listenansicht */
#Grid.presse.list .mix {width: 100%; }
#Grid.presse.list .mix .image { width: 100px !important; }
.presse.list .mix .content .csc-textpic-text {
  height: auto;
  min-height: 142px;
  margin-left: 0;
  padding-bottom:0;
  padding-left: 110px;
  padding-right: 200px;
}

/* Muss nur wieder rein, wenn der Auf-Bestellliste-Button wieder raus soll
.presse .flipbook-download-order p { margin-bottom:0;}*/


/*
----------------------------------------------------------------------------------------

Content Element (CE): Configurator

----------------------------------------------------------------------------------------
*/

/*.ce-configurator { margin-bottom:30px;} Testweise ausprobiert, ot */
.ce-configurator .csc-textpic {position:relative;}
.ce-configurator .csc-textpic-text {
  margin-left: 140px;
 /*  padding-right: 300px; padding anstatt margin wg. csc-frame-indent! ot */
  min-height:130px;
}

.ce-configurator a.configuratorlink {
  text-decoration: none;
  display: block;
  background:none;
  margin:0;
  padding:0;
}
.ce-configurator p {color: #666;}
.ce-configurator:hover a.configuratorlink:hover {color:inherit;}
.ce-configurator:hover .arrowLink,
.ce-configurator:hover h1,
.ce-configurator:hover h2,
.ce-configurator:hover h3,
.ce-configurator:hover p {
  color: #0A00BC;
}
.ce-configurator .slideshow-images {
/*  max-width: 275px;*/
  position: absolute;
  right:0;
  top: 0;
 
}
/*.csc-frame-indent .ce-configurator .slideshow-images { top:30px;}*/
.csc-frame-indent .ce-configurator .slideshow-images img {margin-top:30px}
.ce-configurator .slideshow-images img {
  position: absolute;
  right:0;
  top:0;
  max-width: 275px;
  padding: 10px 10px 0 10px;
  border:1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* Border bei Hover blau... evt. too much, ot
.ce-configurator:hover a:hover .slideshow-images img { border:1px solid #0A00BC; }*/

.ce-configurator .csc-textpic-image img,
.ce-configurator .arrowLink {
  margin-bottom: 0;
}

/* Für Einstellung: "Rahmen" = "Einrücken" */
.csc-frame-indent .ce-configurator .csc-textpic-text { padding-top: 1.8em; }
.csc-frame-indent .ce-configurator .slideshow-images-wrapper { border-top: 1px solid #eee;}


.ce-configurator h1 {
  position: relative;
  padding-right: 26px;
}

.ce-configurator .arrowLink .menu-flag-en {
  position: absolute;
  right: 300px;
  margin-bottom: 0;
}

/*
----------------------------------------------------------------------------------------

Content Element (CE): Update
Für Seite: Aktualisierungen

----------------------------------------------------------------------------------------
*/
.ce-update { margin: 0 0 1em 0;}
.update-date { float:left; }
.update-title { margin-left: 80px; }


/*
----------------------------------------------------------------------------------------

Content Element (CE): Kontakt (homeservice)

----------------------------------------------------------------------------------------
*/

/* Die folgenden Änderungen wuden am 19.12.2014 gemacht: change 20141219
Sobald das so bleiben soll, können diese Zeilen alle gelöscht werden, rr*/

.homeservice-text {
  float: left;
  width: 435px;
}

.homeservice-images {
  float: left;
}

.homeservice-images img{
  
}

.homeservice-map {
  width: 292px;
}

.homeservice-map img{
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: 28px;
}


/*
----------------------------------------------------------------------------------------

Content Element (CE): Außendienst (fieldservice)

----------------------------------------------------------------------------------------
*/

/* Die folgenden Änderungen wuden am 25.06.2014 gemacht: change 20140625 
Sobald das so bleiben soll, können diese Zeilen alle gelöscht werden, ot*/

.fieldservice {
/*  border-top: 1px solid #DDDDDD;
  padding-top: 30px;
  margin-top: 30px;
  margin-top:1.2em;*/
  margin-bottom: 30px;
  position:relative;
}
.fieldservice-map img {
/*  max-width:160px;change: 20140625, ot */
  max-width:175px;
  border:1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fieldservice-headline,
.fieldservice-text {
  position: absolute;
/*  left:192px;change: 20140625, ot */
  left:207px;
}
.fieldservice-headline {
  top:0;
  margin:0
}
.fieldservice-text {
  bottom:0;
/* width: 222px;  change: 20140625, ot */
  width: 210px;
}
.fieldservice-text p:last-child { margin-bottom:0;}
.fieldservice-photo {
  position: absolute;
  bottom:0;
/*  left:444px;
  width: 122px; 
  left:416px; change: 20140625, ot */
  left:430px;
  width: 150px;
  
}
.fieldservice-icons {
  position: relative;
  bottom:3px;
/*  left: 596px; change: 20140625, ot */
  left: 610px;
  width: 230px;
}

.fieldservice-icons img {
  position: absolute;
  width:70px;
  height:70px;
}
/* EHT */
.fieldservice-icons img.icon_42 {
  bottom:80px;
  left:0;
}

/* SAT */
.fieldservice-icons img.icon_41 {
  bottom:80px;
  left:80px;
}

/* ERV */
.fieldservice-icons img.icon_43 {
  bottom:80px;
  left:160px;
}

/* Flugzeugbetankung */
.fieldservice-icons img.icon_55 {
  bottom:0;
  left:0;
}

/* Pharma */
.fieldservice-icons img.icon_60 {
  bottom:0;
  left:80px;
}

/* PAL */
.fieldservice-icons img.icon_74 {
  bottom:0;
  left:160px;
}





.fieldservice-icons i {
  position: absolute;
  background: url('../img/sprite-icons-geschaeftsbereiche.png') no-repeat;
  width:70px;
  height:70px;
}

/* EHT */
.fieldservice-icons i.icon_42 {
  background-position: 0 -80px;
  bottom:80px;
  left:0;
}

/* SAT */
.fieldservice-icons i.icon_41 {
  background-position: 0 -240px;
  bottom:80px;
  left:80px;
}

/* ERV */
.fieldservice-icons i.icon_43 {
  background-position: 0 0;
  bottom:80px;
  left:160px;
}

/* Flugzeugbetankung */
.fieldservice-icons i.icon_55 {
  background-position: 0 -400px;
  bottom:0;left:0;
}

/* Pharma */
.fieldservice-icons i.icon_60 {
  background-position: 0 -160px;
  bottom:0;
  left:80px;
}

/* PAL */
.fieldservice-icons i.icon_74 {
  background-position: 0 -320px;
  bottom:0;
  left:160px;
}



/* Vorher wurden die Icons dynamisch positioniert
Das sollte aber Ende Mai anders sein: jedes Icon auf
eine fest definierte Position, ot
.fieldservice-icons i:nth-child(1) { bottom:0;left:0;}
.fieldservice-icons i:nth-child(2) { bottom:80px;left:0;}
.fieldservice-icons i:nth-child(3) { bottom:0;left:80px;}
.fieldservice-icons i:nth-child(4) { bottom:80px;left:80px;}
.fieldservice-icons i:nth-child(5) { bottom:0;left:160px;}
.fieldservice-icons i:nth-child(6) { bottom:80px;left:160px;}*/



/*
----------------------------------------------------------------------------------------

Home: Image slider

----------------------------------------------------------------------------------------
*/

#slider h1 a,
#slider h2 a,
#slider h3 a { color: #fff;}

.slider-link {
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  text-indent: -999em;
  z-index:5;
  margin:0;
  padding:0;
}
.slider-link:hover {background:transparent;}



/*
----------------------------------------------------------------------------------------

Highlighting (für Anker-Links)

----------------------------------------------------------------------------------------
*/


.highlight.speaking-anchor-content > .csc-default,
.highlight.speaking-anchor-content > .csc-frame,
.highlight.csc-default,
.highlight.csc-frame {
  box-shadow: 0 0 5px #666;
  padding:10px;
  margin: 1em -10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* Kacheln + Zertifikate */
#Grid .highlight .content,
.highlight > .certificate-download > div,
.highlight > div > .certificate-download > div {
  background: #ccc;
  border-color: #ccc;
}

/* Kontakt: ELAFLEX Hamburg: Karten */
.inlinemap:hover {background: transparent;}

/* Falls kein highlighting gewünscht 
+ Bei Zertifikaten => Kachel-Highlighting
*/

.certificates .speaking-anchor-content .highlight,
.certificates .highlight.speaking-anchor-content > div.csc-default,
body.no-highlighting .highlight.csc-default {
  box-shadow: none;
  padding:0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* Wir über uns */
.target-text .highlight.speaking-anchor-content > div {
  background: none!important;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
/* .target-text .csc-default:target {
  display: block;
  z-index: 100;
}*/


/*
----------------------------------------------------------------------------------------

Seite Mitgliedschaften

----------------------------------------------------------------------------------------
*/
body.page_memberships .csc-textpic-text {
    margin-left: 170px;
}
body.page_memberships .csc-textpic-image img,
body.page_memberships .csc-textpic-text p {margin-bottom:0;}

body.page_memberships div.csc-textpic .csc-textpic-imagewrap img { border: 1px solid #ccc; }

/*
----------------------------------------------------------------------------------------

Seite Messebeteiligungen

----------------------------------------------------------------------------------------
*/
body.page_exhibitions .speaking-anchor-content:last-child .csc-frame-rulerAfter {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
body.page_exhibitions .speaking-anchor-content:nth-child(2) .csc-frame-rulerBefore {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
/* CLEAN
body.page_exhibitions .csc-frame-rulerAfter {
  margin-bottom:1.2em;
  padding-bottom:1.2em;
}
body.page_exhibitions .csc-frame-rulerBefore {
  margin-top:1.2em;
  padding-top:1.2em;
}
*/

/* body.page_exhibitions .csc-textpic-image img { margin-bottom: 0; }*/

/*
----------------------------------------------------------------------------------------

Bereich Karriere

----------------------------------------------------------------------------------------
*/
.section_career ul li {
  line-height: 1.2em;
}



/*
----------------------------------------------------------------------------------------

"Sprechende" Ankerlinks

----------------------------------------------------------------------------------------
*/
.speaking-anchor-content { position:relative;}
a.speaking-anchor-link {
  display:inline-block;
  position:absolute;
  box-shadow: 0 0 5px #666;
  margin:0;
  padding:1em;
/*  white-space: nowrap;
  overflow: hidden;
  text-indent: 101%;
  border-radius:100%;
  height:2em;
  width:2em;*/
  border-radius: 4px;
  background:#0a00bc;
  top:0;
  right:0;
  visibility:hidden;
  z-index: 111;
  color: #fff;
}
a.speaking-anchor-link:hover {
/*  background: #0a00bc;*/
  color: #fff;
}
.highlight a.speaking-anchor-link {margin-top:10px;}

.content-button a.speaking-anchor-link,
.target-text a.speaking-anchor-link { display:none;}

.certificates a.speaking-anchor-link {
  top:1em;
  right:1em;  
  margin-top:0;
}
.csc-frame-indent a.speaking-anchor-link,
.csc-frame-rulerBefore a.speaking-anchor-link { top:30px;}
.highlight .csc-frame-rulerBefore a.speaking-anchor-link,
.ka-content > a.speaking-anchor-link {top:0;}

.speaking-anchor-content:hover  a.speaking-anchor-link { visibility:visible;}

/* Druck-Klassen */
.print-only {display:none;}

/* Zum Testen */
.test-display-none {display:none;}


#fval{
	float:left;
	width:140px;
	height:20px;
	padding-left:5px;
	border:1px solid #000000;
	background-color:#FFFFFF;
	display:none;
}

/*
----------------------------------------------------------------------------------------

Katalog Update Button

----------------------------------------------------------------------------------------
*/

a.catalogue-updates-button {
  margin:0;
  position:relative;
  height: 100px;
  width: 310px;
  display:block;
  float:right;
}
a.catalogue-updates-button:hover {
 background:none;
}

a.catalogue-updates-button img {
  width:auto;
  height:150px;
  position:absolute;
}

a.catalogue-updates-button .content-button {
  width: 195px;
  position:absolute;
  top:60px;
  right:0;
  border-radius:0 4px 4px 0;
}
a.catalogue-updates-button .content-button h2 {
  font-weight:bold;
  padding-right:30px;
  padding-left:10px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.6) url('../img/ajax-loader.gif') 50% 50% no-repeat;
  z-index: 999;
}

/*
----------------------------------------------------------------------------------------

Temporär: GreeTodos

----------------------------------------------------------------------------------------
*/

.greentodo {
  color: #009933;
}

.greentodo h1,
.greentodo h2,
.greentodo h3,
.greentodo h4,
.greentodo h5,
.greentodo h6 {
  color: #009933;
}