@import "//fonts.googleapis.com/css?family=Open+Sans";
@import "/css/10cfb801d7604dd390392b3b16ce3650/all.css";

.produktseite #content{
	font-family: 'Open Sans', sans-serif;
}

.produktseite h1.entry-title{
	text-align:left;
}

/*Produktseiten, aber nicht Artikelseiten im Produkt-Template*/
.produktseite #content .span7 h2{
	text-align:center;
	margin:0.8em 0 1.2em 0;
}

.produktseite .featurette-divider{
	margin:15px 0;
}

.produktseite .breadcrumb-trail.breadcrumbs{
	font-size:0.8em;
}

.produktseite .owl-carousel .owl-item img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.produktseite .owl-nav{
	display:block;
	width:100%;
	position: absolute;
	top:20%;
	font-size:15em;
	height:1em;
	color:#E6E6E6;
}

.produktseite .owl-nav button{
	height:1em;
}

.produktseite .owl-carousel .owl-nav button.owl-prev{
	float:left;
	margin-left:-0.3em;
}

.produktseite .owl-carousel .owl-nav button.owl-next{
	float:right;
	margin-right:-0.3em;
}

.produktseite .owl-dots{
	text-align:center;
}

.produktseite .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    padding: 5px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.produktseite .owl-dots .owl-dot.active span {
	 background: #EFEAE3;
}
	
	
/*OWL im Content Bereich*/
.produktseite #content .span7 .owl-carousel{
	margin:3em 0;
}

.produktseite #content .span7 .owl-nav{
	top:-5%;
}

.produktseite .owlcopyright{
	text-align: center;
	font-size:0.7em;
}

/*big*/
.produktseite #content .span7 .owl-carousel-big .owl-nav{
	top:12%;
}

.produktseite #content .span7 .owl-carousel-big h3{
	text-align:center;
}

.produktseite #content .span7 .owl-carousel-big .owl-item{
	transition:all 0.8s;
}

.produktseite #content .span7 .owl-carousel-big .owl-item:hover{
	transform:scale(1.1);
}
/*big*/

.produktseite .row-fluid .span7{
	margin:0 7% 0 1%;
}

.produktseite #content .span7 h3 span, .produktseite #content .span7 h4 span {
	display: inline;
	padding:8px 5px;
	background: #eee;
}

.produktseite #content .span7 h3 span.ez-toc-section, .produktseite #content .span7 h4 span.ez-toc-section,
.produktseite #content .span7 h3 span.ez-toc-section-end, .produktseite #content .span7 h4 span.ez-toc-section-end
{
	background: transparent;
}

.produktseite #content .span7 blockquote {
    padding: 5px 0 5px 15px;
    margin: 3em 0;
    border-left: 3px solid #800101;
	font-size:1.1em;
	font-style:normal;
	background:transparent;
}

.produktseite #content blockquote{
	display: flex;
	flex-direction: column;
}

.produktseite #content .wp-caption{
	margin: 2em;
}

.produktseite #content .wp-caption.aligncenter{
	margin: 2em auto;
}

@media (max-width: 992px) {
	.produktseite #content .wp-caption{
		max-width: 92% !important;
	}	
}

/*.produktseite #content blockquote p{
		font-size: 1.1em;
		line-height: 1.4em;
		font-style: normal;
	}
*/

.produktseite #content .span7 h3:first-child {
	margin-top:1em;
}

.produktseite #content .span7 h4 {
	margin-top:2em;
}

/*.produktseite #content .span7 ul {*/
.produktseite #content ul {
  list-style: none;
  padding: 0;
  margin:0 0 1em 1.6em;
}
/*.produktseite #content .span7 li {*/
.produktseite #content li {
  list-style-type: none;
  font-weight:bold;
}

/*.produktseite #content .span7 li i.fas{*/
.produktseite #content li i.fas{
 color: #800101;
 font-size:1em;
 padding-right:5px;
}

/*Accordion*/
.produktseite #content ul.productaccordion {
	margin:3em 0 5em; 
}
	
.produktseite #content .productaccordion li {
	list-style-type:none; 
	overflow:hidden;
	box-shadow:0px 1px 3px rgba(0,0,0,0.25);
	border-radius:3px;
	background:#f7f7f7;
}
	
.produktseite #content .productaccordion li div {
	display:none;
	padding: 1em;
}
	
.produktseite #content .productaccordion li h4 {
	text-transform:uppercase;
	padding:2em;
	margin:0px;
	background:#f0f0f0;
}
	
.produktseite #content .productaccordion li:first-of-type div {
	display:block; 
}
	
.produktseite #content .productaccordion li:hover {
	cursor: pointer; 
}

.produktseite #content .productaccordion li li {
	border:0;
	box-shadow:none;
	border-radius: 0px;
}

/*Tables*/
.produktseite #content table{
	margin: 6em 0;
	width: 100%;
	display: block;
	overflow-x: hidden;
	max-width: -moz-fit-content;
    max-width: fit-content;
    white-space: nowrap;
}

@media (max-width: 992px) {
	.produktseite #content table{
		overflow-x: auto;
	}
}

.produktseite #content table tr{
	height: 5em;
}

.produktseite #content table th{
	text-align:left;
}

.produktseite #content table tr th:first-child, .produktseite #content table tr td:first-child{
padding-left: 0.4em;
}

/*wg Eltern Theme*/
.produktseite #content table tr:nth-child(odd) td, .produktseite #content table tr:nth-child(odd) th {
    background-color: transparent;
}

.produktseite #content table tr:nth-child(even) td, .produktseite #content table tr:nth-child(even) th {
    background-color: transparent;
}
/*wg Eltern Theme*/

.produktseite #content table tr:nth-child(odd){
background-color: #f8f8f8;
}
.produktseite #content table tr:nth-child(even){
background-color: #fff;
}

.produktseite #content table tr:hover {
	background-color: #f2f7ff;
  }

/*style für h2, h3 selbst: in der script.js - $('table').prevAll("h2, h3").first()*/
.produktseite #content h2~table, .produktseite #content h3~table{
	margin: 0 0 6em 0;
}


/*Sidebar*/
/* https://red-team-design.com/css3-ordered-list-styles/ */
.produktseite #content ol.rounded-list {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    /*list-style: decimal; /* Keep using default numbering for IE6/7 */
    padding: 0;
    margin: 2em 0 2em 0;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.produktseite #content .span4 ol.rounded-list {
	margin-bottom: 4em;
}

.produktseite #content ol.rounded-list ol {
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
}

.produktseite #content .rounded-list span{
    position: relative;
    display: inline-block;
    padding: 0.5em 1em 0.5em 2em;
    margin: 0.5em 0;
    background: #EFEAE3;
    color: #000;
    text-decoration: none;
    border-radius: 0.3em;
    transition: all 0.3s ease-out;   
	max-width: 700px !important;
}

.produktseite #content .span4 .rounded-list span{
    display: block;
    padding: 0.4em 0.4em 0.4em 2em;
}

.produktseite #content .rounded-list span:hover{
    background: #eee;
}

.produktseite #content .rounded-list span:hover:before{
    transform: rotate(360deg);  
}

.produktseite #content .rounded-list span:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -1.3em;
    top: 65%;
    margin-top: -1.5em;
    background: #395987;
	color:#fff;
    height: 2em;
    width: 2em;
    line-height: 1.6em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}

.produktseite #content .span4 #ansprechpartner{
	z-index:-1;
}

.produktseite #content .span4 #ansprechpartner li{
	list-style: none;
	margin:20px 0;
}

.produktseite #content .span4 #ansprechpartner li .ansprechpartneralfipa{
	display:block;
	margin:0px auto;
	max-width:80%;
	font-size:0.9em;
}

.produktseite #content .span4 #ansprechpartner li span{
	display:inline;
	margin-right:10px;
}

.produktseite #content .span4 #ansprechpartner li span.languages{
	display:block;
}

.produktseite #content .span4 #ansprechpartner img{
	display:block;
	margin:5px auto;
}

.produktseite #content .span4 #ansprechpartner.fixed li .ansprechpartneralfipa{
	display:block;
	margin:0px auto;
	max-width:65%;
	font-size:0.8em;
}

table#fachbegriffeVokabular th{
	width: 33.33%;
	text-align:left;
}

input#fachbegriffEingeben{
	margin-top: 3em;
}

#ansprechpartner-fachlexikon{
	margin-top: 2em;
}

#ansprechpartner-fachlexikon ul{
	display:flex; 
	justify-content: space-between;
	margin: 0px;
}
#ansprechpartner-fachlexikon ul li {
	display: flex;
	flex-direction: column;
	align-items:center;
}
#ansprechpartner-fachlexikon li span{
	display:inline;
	margin-right:10px;
}

#ansprechpartner-fachlexikon li span.languages{
	display:block;
}


/*2024*/

.produktseite #content .art_info{
	float: none; width: 100%; margin: 10px 0 0 0;
}


@media (min-width: 767.98px) {
.produktseite #content .art_info{
	float: right; width: 28%; margin: 10px 0 0 7%;
}

.produktseite #content .ai_opened .cntcprsn, .produktseite #content .ai_opened #ez-toc-container{
	width: 47%;
	float: left;
}

.produktseite #content .art_info.ai_opened{
	width: 100%;
	margin: 1em 0 3em;
}

.produktseite #content .art_info.ai_opened .cntcprsn{
	margin-right: 1%;
}

.produktseite #content .art_info.ai_opened #ez-toc-container{
	margin-top: 44px;
}
}


.produktseite #content .art_info.versteckt .show_art_infos{
display:block;
}

.produktseite #content .art_info .show_art_infos{
	display:none;
}
	

.produktseite #content .show_art_infos{
	height: 1.5em;
	margin-bottom: 1em;
	background-color: #ededed;
	padding: 1em;
	border-radius: 5px;
	text-align:center;
}


.produktseite #content .show_art_infos span{
	margin-left: 0.8em;
    font-size: 1.2em;
}

.produktseite #content .art_info .container{
	width:auto;
}

.produktseite #content .art_info .row{
	margin: 0;
}

.produktseite #content .art_info h5{
	font-size: 1.1em;
    line-height: 1.1em;
    text-transform: uppercase;
}
.produktseite #content .art_info #ez-toc-container{
	border: 3px solid #f2f3f8;
	margin-top: 0.5em;
}

@media (max-width: 767.98px){
.produktseite #content .art_info #ez-toc-container{
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}
}

.versteckt .cntcprsn, .versteckt #ez-toc-container{
	display:none;
}

.quote-creative {
	position: relative;
	overflow: hidden;
	text-align: left;
}

@media (max-width: 767.98px) {
	.quote-creative {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

.quote-creative .cite {
	font-size: 14px;
	font-weight: 500;
	color: #151515;
}

.quote-creative .small {
	font-size: 12px;
	color: #f5a63f;
}

.quote-creative__header {
	text-align: center;
}

.quote-creative__image-wrap {
	position: relative;
	display: inline-block;
}

.quote-creative__image-wrap::before, .quote-creative__image-wrap::after {
	content: '';
	position: absolute;
	margin-top: -1px;
	top: 100%;
	border-top: 3px solid #f2f3f8;
	width: 50vw;
}

.quote-creative__image-wrap::before {
	left: -28px;
	transform: translateX(-100%);
}

.quote-creative__image-wrap::after {
	right: -28px;
	transform: translateX(100%);
}

.quote-creative__image {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin-bottom: -50%;
	border-radius: 50%;
}

.quote-creative__main {
	position: relative;
	padding: 30px 20px;
	border: 3px solid #f2f3f8;
	border-top-width: 0;
}

.quote-creative__main::before, .quote-creative__main::after {
	content: '';
	position: absolute;
}

.quote-creative__meta {
	margin-left: -8px;
}

.quote-creative__meta > li {
	position: relative;
	display: inline-block;
	vertical-align: baseline;
	padding: 0 8px;
}

.quote-creative__meta > li:not(:last-child)::after {
	content: '';
	position: absolute;
	right: -.25em;
	top: 50%;
	transform: translateY(-50%);
	height: 18px;
	border-right: 1px solid #f2f3f8;
}

* + .quote-creative__meta {
	margin-top: 15px;
}

.quote-creative__header + .quote-creative__main {
	padding-top: 60px;
}

@media (min-width: 576px) {
	.quote-creative__main {
		padding: 30px;
	}
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .quote-creative:hover .quote-creative__image-wrap::before {
		left: 10px;
	}
	html:not(.tablet):not(.mobile) .quote-creative:hover .quote-creative__image-wrap::after {
		right: 10px;
	}
	html:not(.tablet):not(.mobile) .quote-creative__image-wrap::before, html:not(.tablet):not(.mobile) .quote-creative__image-wrap::after {
		transition: .44s ease-out;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.quote-creative__main {
		padding: 40px 20px;
	}
}

@media (min-width: 1200px) {
	.quote-creative__main {
		padding: 60px 35px;
	}
	.quote-creative__header + .quote-creative__main {
		padding-top: 85px;
	}
}

div.markiert{
	margin: 1em auto;
}

div.markiert.markiert-inline{
  display: inline;
}

.markiert span {
  color: #000;
  background: rgb(245, 166, 63, 0.2);
  line-height: 2em;
  padding: 3px 7px 3px 3px;
  border-radius: 2px;
}

.markiert span a, .markiert-inline span a{
  color: white;
  text-decoration: underline;
}

/*siehe script.js*/
span.fs_hover.active {
  background-image: linear-gradient(to right, transparent 50%, rgba(245, 166, 63, 0.6) 50%);
  background-position: -99.99% 0; /*from -100*/
background-size: 200% auto; 	/*to +100 *//* width, height*/
transition: background-position 2s ease-out; /*langsam*/
text-decoration: none;
padding: 0.3em 0.15em;
} 


/*
<div class="box-note">
<div class="box-note__content">
<div class="box-note__number">Von -160 bis -180° C</div>
<div class="box-note__measure">selbst bei extremen kryogenen Temperaturen</div>
<p class="box-note__text">stehen unsere Verpackungslösungen für Sicherheit und Zuverlässigkeit. Sie garantieren den Erhalt der Integrität sensibler pharmazeutischer Inhaltsstoffe unter härtesten Bedingungen.</p>
</div>
</div>
*/

.box-note {
    color: #292929;
    margin: 5em 3em;
    text-align: center;
    width: 90%;
}

.box-note__content {
    margin: 30px 0;
}

.box-note__content::before, .box-note__content::after {
    width: 10%;
    content: "";
    display: block;
    border-top: 1px solid black;
    margin: 2.3em 43%;
    text-align: center;
}

.box-note__number{
	font: 900 60px / 50px 'Open Sans';
}

.box-note__measure {
    font: 700 30px / 36px 'Open Sans';
	margin: 1em auto 0.8em auto;
}


.box-note._number .box-note__text {
    color: #595959;
    font: 600 24px / 29px 'Open Sans';
}


/*Scrollfortschritt*/
#progressContainer {
    width: 100%; /* Oder jede gewünschte Breite */
    max-width: 100px; /* Maximale Größe des Kreises */
    height: 100px; /* Höhe des Containers */
    /*position: fixed;*/
    position: absolute;
    top: 10px;
    right: 40px;
    z-index: 99;
}

@media (max-width: 576px) {
#progressContainer {
	width: 50px;
	height: 50px;
}
}


#progressCircle {
    width: 100%;
    height: 100%;
    position: relative
}

#progressStatus{
	width: 145px;
	height: 100px;
    font-size: 0.8em;
	text-align: center;
	margin-left: -20px;
}

#progressStatus span{
	padding: 3px 0;
	background-color: #EFEAE3;
}

#elementStatus{
	/*background: url("/source/ea4fd226950a70c5bdeab94204eac8f2/success.webp") no-repeat;*/
	background-size: cover;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;

	font-size: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
}

#elementPercent{
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width: 576px) {
	#elementStatus {
		width: 50px;
		height: 50px;
	}

	#progressStatus{
	width: 150px;
    height: 100px;
	margin-left: -55px;
	text-align: center;
	}
}

.progresssuccess{
	visibility: hidden;
}
/*Scrollfortschritt*/