/*
----------------------------------------------------------------------------------------

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;
}

figure {
	margin: 0;
}

p.align-right { text-align: right; }
p.less-bottom-margin { margin-bottom: 0.6em; }
span.highlighted-red { color: red; }

.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; }


body {
	background: #ccc url(../Images/bg.png) top center repeat-x;
}

body,
.pure-g [class *= "pure-u"],
.pure-g-r [class *= "pure-u"] {
	font-family: Arial, serif;
}

#site {
 	background: #fff;
 	padding: 30px 15px;
 	position: relative;
 	min-height: 800px;
}

/*OK*/
.siteShadowLeft,
.siteShadowRight {
	position: absolute;
	width: 30px;
	height: 500px;
	left: 100%;
	top:0;
	display: block;
	background: url(../Images/siteShadowRight.png) top left no-repeat;
}

/* hide on mobile */
.touch .siteShadowLeft,
.touch .siteShadowRight {
	display: none;
}

.siteShadowLeft {
	left: -30px;
	background: url(../Images/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: 0px; }
h2 { font-size: 1.3em;  margin-top: 0px; }
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; }
h3.less-top-margin { margin-top: 0.4em; }
h3.no-top-margin { margin-top: 0em; }
/*
a {
  text-decoration: underline;
  color:#666;
}
a:hover {
  color: #0a00bc;
}
*/

a {
  text-decoration: none;
  color:#0A00BC;
	/*
	31.08.2018 Entfernt, damit verlinkte Bilder funktionieren
  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(../Images/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;
  padding: 0px;
  height: 80px;
  vertical-align: middle;
}

table.interests label img {
  vertical-align: middle;
}

table.unsubscribe td,
table.unsubscribe th {
  font-size:13px;
  padding: 0px;
  height: 30px;
  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 {
  /*border: 1px solid #ccc;*/
  /*padding: 10px;*/
  -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;}

/*Rahmen (Standard)*/
.frame-103 {
    background: #fff;
    padding: 10px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Layout 3 ist bislang nur in media-queries.css definiert */

/*
----------------------------------------------------------------------------------------

Footer

----------------------------------------------------------------------------------------
*/

#footer-wrap {
	width: 1250px;
	margin: 0 auto;
	background: url(../Images/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;
}

footer {
	display: table;
}

footer .footer-cell {
	display:table-cell;
	padding-right: 80px;
}

footer .first-cell {
    padding-left: 30px;
}

footer .aktualisierungen1 { padding-right: 40px; }
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;
}

div.error {
	border:1px #a00 solid;
	background:#faf4f4;
	padding: 5px;
	margin: 10px 0;
}

.date {
	font-size: 10px;
	color: #4e4ee4;
	text-style: bold;
}

/*
----------------------------------------------------------------------------------------

Nach-oben-Link

----------------------------------------------------------------------------------------
*/

#fixed-buttons a {
  background: #fff;
/*  background: #fff url("../Images/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(../Images/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(../Images/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,
.resistanceLink a:after {
  white-space: nowrap;
  content:  " ►";
}


/*.arrowLinkBlue:before {
  content:  "► ";
}*/

.arrowLinkBlue:after {
  white-space: nowrap;
  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('../Icons/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(../Images/acrobat-10-icon-1.png) no-repeat;
  margin-right: 10px;
}

.tx_search_image a:hover {
  background: transparent;
}


/*
----------------------------------------------------------------------------------------

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(../Images/triangle.gif);
}
#catalogIndex ul li:hover {
  color: #0A00BC;
  list-style-image: url(../Images/triangle-hover.gif);
}
#catalogIndex ul li.active{
  background: #ddd;
  color: #000;
}




.icons {
  background: url(../Icons/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-iso9001 { background-position:  0 0; }
.icon-vg { background-position:  0 -75px; }
.icon-dgrl_allg { background-position:  0 -150px; }
.icon-dgrl_konf_schlauch { background-position:  0 -225px; }
.icon-dgrl_konf_erv { background-position:  0 -300px; }
.icon-herst, .icon-supdecl { background-position:  0 -375px; }
.icon-erv { background-position:  0 -450px; }
.icon-atex { background-position:  0 -525px; }
.icon-zva { background-position:  0 -600px; }
.icon-zva_gr, .icon-zva_vr { background-position:  0 -675px; }
.icon-ddc { background-position:  0 -750px; }
.icon-eac { background-position:  0 -825px; }
.icon-ul { background-position:  0 -900px; }
.icon-div, .icon-var { background-position:  0 -975px; }
.icon-ped_gen { background-position:  0 -1050px; }
.icon-ped_conf_hose { background-position:  0 -1125px; }
.icon-ped_conf_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(../Images/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(../Images/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.infomaterial.grid h3 {
    margin: 0 0 5px 0;
}


#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;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#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 .ce-textpic .image {
  margin-right: 10px;
  margin-bottom: 0;
  vertical-align: middle;
  line-height: 0;
}

#Grid.mediathek .mix .ce-textpic .image {
    margin-right: 0px;
    margin-bottom: 10px;
}

#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;
}

.cartimage {
  max-width: 300px;
  max-height: 105px;
}

/*
----------------------------------------------------------------------------------------------

 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('../Images/dot_grey.gif') left 55px repeat-x;
}

#dates {
  width: 800px;
  height: 60px;
  overflow: hidden;
  padding: 0;
  margin: 0 0 100px 0;
  background: url('../Images/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('../Images/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: 14px;
  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('../Icons/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('../Icons/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,
#start.disabled,
#end.disabled {
  cursor: default;
  pointer-events: none;
}
/* Fette Schrift soll nur bei Historie den Farbton Sepia haben, ot 14.05.14 */
#timeline b, #timeline strong { color: #0A00BC;}
#barba-element b, #barba-element 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('../Images/sprite-produktgruppen.png') no-repeat;
/*  text-indent: 102%;*/
  white-space: nowrap;
  overflow: hidden;
  position:relative;
}
a.product-group:lang(en) { background-image: url('../Images/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('../Images/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{
  width: 243px;
  height: 343px;
  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

----------------------------------------------------------------------------------------------
*/

.product-group-hover {
  position: relative;
  margin: 40px 0 0 0;
  padding-bottom: 20px;
}

img.product-groupe-img-hover{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.product-group-hover:hover img.product-groupe-img-hover{
  display: block;
}


.product-group-hover .arrowLink{
  display:block;
  position: absolute;
  right: 30px;
  bottom: 0;
  color: #0A00BC;
  line-height: 1em;
}

.product-group-image a {
	line-height: 0;
	font-size: 0;
}

.product-group-hover .tooltip {
	position: absolute;
	left: 50%;
	bottom: 100%;
	font-size: 0.9em;
	background-color: #ddd;
	color: #333;
	width: 200px;
	margin-left: -100px;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 4px;
	box-sizing: border-box;
	display: none;
}

.product-group-hover .tooltip:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #ddd;
	border-width: 10px;
	margin-left: -10px;
}

.product-group-hover:hover .tooltip {
	display: block;
}




/*
----------------------------------------------------------------------------------------

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;
}

.certificate-download .ce-gallery {
	margin-bottom: 0!important;
}

.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; }

.csearch-170 {
    width: 170px;
}
.csearch-180 {
    width: 180px;
}
.csearch-190 {
    width: 190px;
}
.csearch-200 {
    width: 200px;
}
.csearch-210 {
    width: 210px;
}

/* TODO: temporär die Caption ausgeblendet */
.certificate-download figcaption.csc-textpic-caption { display:none;}


/*
----------------------------------------------------------------------------------------

Infomaterial

----------------------------------------------------------------------------------------
*/

.infomaterial {
    margin-right:-20px;
}

.infomaterial .ce-intext.ce-left .ce-gallery { margin-right: 0px; }

/*
.infomaterial .infomaterial-download {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}



.infomaterial .infomaterial-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;
}

.infomaterial .infomaterial-download > div:hover {
    background: #ccc;
}

.infomaterial .infomaterial-download > div h2 {
    margin-top: 0;
}*/


/*
----------------------------------------------------------------------------------------

Presse

----------------------------------------------------------------------------------------
*/

.press {
    margin-right:-20px;
}

.press .ce-intext.ce-left .ce-gallery { margin-right: 0px; }


/*
----------------------------------------------------------------------------------------

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"; }

.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 .ce-bodytext { position: relative; }


/* Grid view */
.mediathek.grid .mix .content .ce-bodytext {
  min-height: 190px;
  padding-bottom: 30px;
}

.page-84 .mediathek.grid .mix .content .ce-bodytext {
  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;
  overflow-wrap: break-word;
  color: #fff;
}

/*
----------------------------------------------------------------------------------------

 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: -2.5em;
  top: 35%;
}
@font-face {
  font-family: 'VideoJS';
  src: url('../Video/font/vjs.eot');
  src: url('../Video/font/vjs.eot?#iefix') format('embedded-opentype'), url('../Video/font/vjs.woff') format('woff'), url('../Video/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.press .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 .ce-textpic {position:relative;}
.ce-configurator .ce-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, .ce-configurator .swiper-wrapper img {
  position: absolute;
  right:4px;
  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;
}

.ce-configurator .ce-intext.ce-right .ce-gallery, .ce-configurator .ce-intext.ce-left .ce-gallery {
     margin-bottom: 0;
 }

/*
----------------------------------------------------------------------------------------

Content Element (CE): Update
Für Seite: Aktualisierungen

----------------------------------------------------------------------------------------
*/
.update-item { margin-bottom: 1em; }
.update-date { width: 80px; display: inline-block; 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): Konfigurator (configurator)

----------------------------------------------------------------------------------------
*/



/*
----------------------------------------------------------------------------------------

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-icon,
.fieldservice-icons img {
  position: absolute;
  width:70px;
  height:70px;
}
/* EHT */
.fieldservice-icon-42,
.fieldservice-icons img.icon_42 {
  bottom:80px;
  left:0;
}

/* SAT */
.fieldservice-icon-41,
.fieldservice-icons img.icon_41 {
  bottom:80px;
  left:80px;
}

/* ERV */
.fieldservice-icon-43,
.fieldservice-icons img.icon_43 {
  bottom:80px;
  left:160px;
}

/* Flugzeugbetankung */
.fieldservice-icon-55,
.fieldservice-icons img.icon_55 {
  bottom:0;
  left:0;
}

/* Pharma */
.fieldservice-icon-60,
.fieldservice-icons img.icon_60 {
  bottom:0;
  left:80px;
}

/* PAL */
.fieldservice-icon-74,
.fieldservice-icons img.icon_74 {
  bottom:0;
  left:160px;
}





.fieldservice-icons i {
  position: absolute;
  background: url('../Images/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;}*/

.fieldservice-map {
	position: relative;
	display: inline-block;
}

.fieldservice-map .tooltip {
	position: absolute;
	left: 100%;
	bottom: 50%;
	font-size: 0.9em;
	background-color: #ddd;
	color: #333;
	/*margin-left: -100px;*/
	margin-left: 10px;
	padding: 10px;
	border-radius: 4px;
	box-sizing: border-box;
	display: none;
	z-index: 1000;
}

.fieldservice-map .tooltip p {
	margin: 0;
	white-space: nowrap;
}


.fieldservice-map .tooltip:after {
	top: 50%;
	left: -20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-right-color: #ddd;
	border-width: 10px;
	margin-top: -10px;
}



.fieldservice-map:hover .tooltip {
	display: block;
}


/*
----------------------------------------------------------------------------------------

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 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('../Images/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;
}



/*
----------------------------------------------------------------------------------------

Swiper

----------------------------------------------------------------------------------------
*/

.swiper-hero {
	border-radius: 4px;
	width: 100%;
	height: 100%;
    margin-bottom: 30px;
}

.swiper-hero .swiper-slide {
	position: relative;
	line-height: 0;
	background: #fff;
	width: auto;
}

.swiper-hero .swiper-slide a {

}

.swiper-hero .swiper-slide-content {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 10;
	background: rgba(0,0,0,.5);
	padding: 10px;
	border-radius: 4px;
	color: white;
	line-height: 1.2;
}

.swiper-hero .swiper-slide-content h1,
.swiper-hero .swiper-slide-content h2,
.swiper-hero .swiper-slide-content h3,
.swiper-hero .swiper-slide-content p {
	margin: 0;
	color: white;
}

.swiper-hero .swiper-slide-content h1,
.swiper-hero .swiper-slide-content h2 {
	margin: 0;
	font-weight: 300;
	font-size: 1.6em;
	text-transform: uppercase;
}

.swiper-hero .swiper-slide-content h3,
.swiper-hero .swiper-slide-content p {
	font-weight: 300;
	font-size: 1em;
}




.swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	background: #0A00BC;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-button-next, .swiper-button-prev {
	width: 20px;
	height: 40px;
	margin-top: -20px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(../Icons/elaflex_icon_arrows_big.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	right: 20px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-position: right 0;
	right: auto;
	left: 20px;
}

.swiper-gallery {
	margin-top: 20px;
}

.swiper-gallery .swiper-wrapper {
	margin-bottom: 30px;
}

.swiper-gallery .swiper-button-next, .swiper-gallery .swiper-button-prev {
	top: initial;
	bottom: 0;
	margin-top: 0;
}


.swiper-gallery .swiper-pagination-fraction {
	bottom: 0;
}

.swiper-gallery .swiper-button-prev,
.swiper-gallery .swiper-container-rtl .swiper-button-next,
.swiper-gallery .swiper-button-next,
.swiper-gallery .swiper-container-rtl .swiper-button-prev {
	background-image: none;
	background-repeat: no-repeat;
	right: 0;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #0a00bc;
}

.swiper-gallery .swiper-button-prev,
.swiper-gallery .swiper-container-rtl .swiper-button-next {
	border-left: 0px solid transparent;
	border-right: 10px solid #0a00bc;
	right: auto;
	left: 0;
}





.ce-align-left { text-align: left; }
.ce-align-center { text-align: center; }
.ce-align-right { text-align: right; }

.ce-table td, .ce-table th { vertical-align: top; }

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

.ce-textpic h1, .ce-textpic h2 { margin-top: 0px; }
.ce-textpic .image a:hover { background: none; }
.ce-textpic .image img { display:block; }

.ce-left .ce-gallery, .ce-column { float: left; }
/*.ce-center .ce-outer { position: relative; float: right; right: 50%; }*/
/*.ce-center .ce-inner { position: relative; float: right; right: -50%; }*/
.ce-right .ce-gallery { float: right; }

.ce-gallery { max-width: 100%; }
.ce-gallery figure {
    margin: 0;
}
.ce-gallery figure a:hover { background: none; }

.ce-gallery figcaption {
    margin: 1em 0 1em 0; color: rgba(0,0,0,0.6);
}

/*.ce-gallery img { display: block; }*/
.ce-gallery iframe { border-width: 0; }
.ce-border img,
.ce-border iframe {
    border: 1px solid #ccc;
    padding: 0px;
}

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
    /*margin-bottom: 20px;*/
    margin: 0 0 1em 0;
}

.frame-103 .ce-gallery, .frame-105 .ce-gallery {
    margin: 0px;
}

.infomaterial .ce-gallery figure,
.certificates .ce-gallery figure,
.press .ce-gallery figure {
    width:177px;
    height: 250px;
    background-color:#FFFFFF;
}

.ce-intext.ce-right .ce-gallery { margin-left: 20px; }
.ce-intext.ce-left .ce-gallery { margin-right: 20px; }
.ce-below .ce-gallery { margin-top: 0px; }

.ce-row { margin-bottom: 20px; }
.ce-row:last-child { margin-bottom: 0; }

/*.ce-column { margin-right: 29px; }
.ce-column:last-child { margin-right: 0; }*/

/* Spaltenbreiten je nach eingestellten Columns */
.ce-gallery[data-ce-columns="1"] .ce-column { width:100%; }
.ce-gallery[data-ce-columns="2"] .ce-column { width:45%; }
.ce-gallery[data-ce-columns="3"] .ce-column { width:30%; }
.ce-gallery[data-ce-columns="1"] .ce-column { margin-right: 0; }
.ce-gallery[data-ce-columns="2"] .ce-column { margin-right: 10%; }
.ce-gallery[data-ce-columns="2"] .ce-column:last-child { margin-right: 0; }
.ce-gallery[data-ce-columns="3"] .ce-column { margin-right: 5%; }
.ce-gallery[data-ce-columns="3"] .ce-column:last-child { margin-right: 0; }

.ce-above .ce-bodytext { clear: both; }

.ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

/* Headline */
.ce-headline-left { text-align: left; }
.ce-headline-center { text-align: center; }
.ce-headline-right { text-align: right; }

/* Uploads */
.ce-uploads { margin: 0; padding: 0; }
.ce-uploads li { list-style: none outside none; margin: 1em 0; }
.ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
.ce-uploads span { display: block; }

/* Table */
.ce-table { width: 100%; max-width: 100%; }
.ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
.ce-table thead th { border-bottom: 2px solid #dadada; }
.ce-table th, .ce-table td { border-top: 1px solid #dadada; }
.ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
.ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

/* Space */
.frame-space-before-extra-small { margin-top: 10px; }
.frame-space-before-small { margin-top: 20px; }
.frame-space-before-medium { margin-top: 30px; }
.frame-space-before-large { margin-top: 40px; }
.frame-space-before-extra-large { margin-top: 50px; }
.frame-space-after-extra-small { margin-bottom: 10px; }
.frame-space-after-small { margin-bottom: 20px; }
.frame-space-after-medium { margin-bottom: 30px; }
.frame-space-after-large { margin-bottom: 40px; }
.frame-space-after-extra-large { margin-bottom: 50px; }

/* Frame */
.frame-ruler-before:before { content: ''; display: block; border-top: 1px solid #ddd; margin-bottom: 1.8em; margin-top: 1.8em; }
.frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid #ddd; margin-top: 1.8em; margin-bottom: 1.8em; }
.frame-indent { margin-left: 15%; margin-right: 15%; }
.frame-indent-left { margin-left: 33%; }
.frame-indent-right { margin-right: 33%; }

.frame-type-menu_exhibitions .frame-ruler-after:after { margin-bottom: 1.6em; margin-top: 0.8em; }

.frame-104:before { content: ''; display: block; border-top: 1px solid #eee; margin-bottom: 1.8em; margin-top: 1.8em; margin-left: 135px; }


.certificates-accordion.ka-panel {
	margin-bottom: 0;
}

.certificates-accordion.frame .ka-handler {
	padding: 10px 0 0 0;
}

.frame-ruler-after.certificates-accordion:after {
	margin-top: 0;
	margin-bottom: 0;
}

.csc-textpic-imagewrap a:hover {
	background:none;
}


/*
----------------------------------------------------------------------------------------

Swiper

----------------------------------------------------------------------------------------
*/
.content-button,
.frame-layout-22, .frame-layout-23 {
    position: relative;
    border-radius: 4px;
    background-image: linear-gradient(bottom, #dddddd 0%, #eeeeee 100%);
    background-image: -o-linear-gradient(bottom, #dddddd 0%, #eeeeee 100%);
    background-image: -moz-linear-gradient(bottom, #dddddd 0%, #eeeeee 100%);
    background-image: -webkit-linear-gradient(bottom, #dddddd 0%, #eeeeee 100%);
    background-image: -ms-linear-gradient(bottom, #dddddd 0%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee', endColorstr='#dddddd'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee', endColorstr='#dddddd')"; /* IE8 */
    padding: 5px;
    margin: 0 0 8px 0;
}
.content-button,
.frame-layout-23 { padding-left: 10px; }

.content-button div,
.frame-layout-22 .ce-textpic, .frame-layout-23 .ce-textpic{
    display: table;
    vertical-align: middle;
    height: 40px;
    width: 100%;
}

.frame-layout-22 .ce-gallery, .frame-layout-23 .ce-gallery {
    width: 50px;
    float: none!important;
}

.frame-layout-22 .ce-textpic div, .frame-layout-23 .ce-textpic div{
    vertical-align: middle;
    display: table-cell;
}

.content-button div,
.frame-layout-22 .ce-bodytext {
    background: url(../Icons/elaflex_icon_arrow_medium.png) top right no-repeat;
}

.frame-layout-22 h2 {
    font-weight: normal;
    font-size: 13px;
    /*text-transform: uppercase;*/
    margin: 0;
    display: inline;
}

.frame-layout-23 h2 {
    font-weight: normal;
    font-size: 13px;
    margin: 0;
    vertical-align: middle;
    display: table-cell;
}

.frame-layout-23 header {
    background: url(../Icons/elaflex_icon_arrow_medium.png) top right no-repeat;
    display: table;
    vertical-align: middle;
    height: 40px;
    width: 100%;
}

.frame-layout-22 .ce-textpic-image img, .frame-layout-23 .ce-textpic-image img {
    vertical-align: middle;
    margin-bottom:0;
}

.frame-layout-22 h2 a, .frame-layout-23 h2 a {
    padding-right: 30px;
    display: block;
    background:transparent;
    color:#666;
}

.frame-layout-22 h2 a:hover, .frame-layout-23 h2 a:hover {
    color:#0A00BC;
}

.frame-layout-23 .menu-flag-en {
    /*margin: 2px 5px 0 0;*/
    /*float: right;*/
    position: absolute;
    right: 40px;
    top: 15px;
}

.content-button h2 {
    vertical-align: middle;
    display: table-cell;
    font-weight: normal;
    font-size: 13px;
    /*  text-transform: uppercase;*/
    margin: 0;
}

.content-button h2 a {
    padding-right: 30px;
    display: block;
    color:#666;
}

.csc-firstHeader {
    margin-top: 0px;
}



/*
----------------------------------------------------------------------------------------

Seite Produktion

----------------------------------------------------------------------------------------
*/

body.page-106 .cycle-slide .ce-gallery { margin: 0; }
body.page-920 .cycle-slide .ce-gallery { margin: 0; }
body.page-1040 .cycle-slide .ce-gallery { margin: 0; }
body.page-1041 .cycle-slide .ce-gallery { margin: 0; }
body.page-1561 .cycle-slide .ce-gallery { margin: 0; }
body.page-1563 .cycle-slide .ce-gallery { margin: 0; }
body.page-1565 .cycle-slide .ce-gallery { margin: 0; }
body.page-1567 .cycle-slide .ce-gallery { margin: 0; }
body.page-1568 .cycle-slide .ce-gallery { margin: 0; }

/*
----------------------------------------------------------------------------------------

Seite Mitgliedschaften

----------------------------------------------------------------------------------------
*/
body.page-108 .ce-bodytext, body.page-922 .ce-bodytext, body.page-1042 .ce-bodytext, body.page-1043 .ce-bodytext, body.page-1569 .ce-bodytext, body.page-1571 .ce-bodytext, body.page-1573 .ce-bodytext, body.page-1575 .ce-bodytext, body.page-1576 .ce-bodytext {
    margin-left: 170px;
}

body.page-108 .ce-intext.ce-left .ce-gallery,
body.page-108 .ce-bodytext p { margin-bottom: 0; }
body.page-922 .ce-intext.ce-left .ce-gallery,
body.page-922 .ce-bodytext p { margin-bottom: 0; }
body.page-1042 .ce-intext.ce-left .ce-gallery,
body.page-1042 .ce-bodytext p { margin-bottom: 0; }
body.page-1043 .ce-intext.ce-left .ce-gallery,
body.page-1043 .ce-bodytext p { margin-bottom: 0; }
body.page-1569 .ce-intext.ce-left .ce-gallery,
body.page-1569 .ce-bodytext p { margin-bottom: 0; }
body.page-1571 .ce-intext.ce-left .ce-gallery,
body.page-1571 .ce-bodytext p { margin-bottom: 0; }
body.page-1573 .ce-intext.ce-left .ce-gallery,
body.page-1573 .ce-bodytext p { margin-bottom: 0; }
body.page-1575 .ce-intext.ce-left .ce-gallery,
body.page-1575 .ce-bodytext p { margin-bottom: 0; }
body.page-1576 .ce-intext.ce-left .ce-gallery,
body.page-1576 .ce-bodytext p { margin-bottom: 0; }

/*
----------------------------------------------------------------------------------------

Seite Infomaterial

----------------------------------------------------------------------------------------
*/

.noresult.blink {
    color: #f00;
}

/*
----------------------------------------------------------------------------------------

Seite News und News_Detail

----------------------------------------------------------------------------------------
*/
body.backendlayout-news_detail .frame-type-text h3,
body.backendlayout-news_detail_1col .frame-type-text h3,
body.backendlayout-news_detail_2col .frame-type-text h3 { margin-top:0px; }
body.page-86 .frame-type-text h3 { margin-top:0px; }