/* Amgen.de extensions */

:root {
  --blau: #0063c3;
  
  --form-control-border-color: var(--text-color);
  --form-control-color: var(--text-color);
  --form-control-inverted-color: var(--text-color);
}

.w-100 {
  width: 100%;
}

.small {
  font-size: 75%;
}

.grau {
  color: var(--text-color);
}

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

.white-content {
  background-color: #fff;
}

.white-content h2, .white-content h3, .static-content .rich-text h3:not(.field-promotext) {
  margin: 3rem 0 2rem 0;
}

.white-content p, .white-content ul, .white-content li {
  margin: 1rem 0;
}

.white-content .component-content > h2 {
  color: var(--blau);
}

sup {
  vertical-align: top;
  position: relative;
  top: -0.2em;
  font-size: 75%;
}


input[type='radio'], input[type='checkbox'] {
  appearance: auto;
}

.small-banner-text a {
  color: #fff;
}

.right-nav .navigation-title > a {
  padding-right: 1.4em;
}

.wb-article-content img, .news-articles-container img {
  max-width: 100%;
  height: auto;
}

.wb-article-content ul, .news-articles-container ul {
  margin: 2em 0;
}

.wb-article-content p, .news-articles-container p {
  margin: 1.5em 0;
}

.news-articles-container details .content > p {
  margin-top: 0;
}

.article-banner .main-section .field-image>img, .article-banner .main-section .field-mobile-image>img {
  object-position:center;
}

li.quantum-megamenu__menu-list-item.subnavforparent {
    padding-left: 1.5rem;
    margin-top: 5px !important;
}

li.quantum-megamenu__menu-list-item.subnavforparent .quantum-megamenu__menu-link {
    font-size:0.8rem;
    font-weight: normal;
}

.tabs-inner {
  max-width: 100%;
}

.quantum-hero__text {
    z-index: 0;
}

@media (max-width: 1024px) {
  .hero-div .quantum-hero__text-inner h2 {
  font-size: 28px;
  line-height: 36px;
}
}

td, td[colspan]:not(.no-border) { 
  border: none;
}

@media (max-width: 1024px) {
.quantum-hero__text, .wb-title {
  hyphens: auto;
  -ms-overflow-x:hidden;
  word-break: break-word;
}
}

.quantum-cta__text p {
  hyphens: auto;
}

/* Home */

.page-home .cta-spotlight-grid .promo-spotlight a p {
    color: #fff;
}

.page-home .cta-spotlight-grid .promo-spotlight > a::after {
    display: none;
}

@media (min-width: 1024px) {
    
    .cta-spotlight-grid .column-splitter > div:nth-child(1) .promo-spotlight .promo-text,
    .cta-spotlight-grid .column-splitter > div:nth-child(2) .promo-spotlight .promo-text {
        transform: translateY(calc(100% - 97px)); 
    } 
    
    .cta-spotlight-grid .column-splitter > div:nth-child(3) .promo-spotlight .promo-text {
        transform: translateY(calc(100% - 137px)); /* -97px */
    }
    
    .promo-spotlight:hover .promo-text {
        transform: translateY(0) !important;
    }
}

.image-background-promo .promo-text {
  position: absolute;
  z-index: 0;
}

/* Video */

.video-container {
    position: relative;
    padding-bottom: 54%;
    /* padding-bottom: 56.25%; */
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container video, .video-container object {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.field-heading {
  hyphens: auto;
}

/* Medien  */

.year-select-wrapper .jcf-select-opener {
  background: url(/images/icons/select-dropdown-icon.svg);
  background-repeat: no-repeat;
}

.search-bar-wrapper .search-submit.quantum-button::after {
  background-image: url(/images/icons/white-arrow.svg);
}


/* Accordeon New */

.accordion {
    padding-left: 0 !important;
}

.accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important;
}
.accordion .accordion-title, .accordion dd > a {
    background: #efefef;
    color: #222222;
    padding: 1.1rem;
    display: block;
    font-size: 1.2em !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

/* PopUp */

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
}

.mfp-modal .white-popup {
  box-shadow: 2px 2px 2px 1.8px rgba(0,0,0,.3);
  border-radius:4px;
}

/* overlay at start */
.mfp-modal.mfp-bg {
  opacity: 0;
  transition: all 0.25s ease-out;
}
/* overlay animate in */
.mfp-modal.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-modal.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-modal.mfp-wrap .mfp-content {
  opacity: 0;
  margin-top: -500px;
  transition: all 0.25s ease-out;
}
/* content animate it */
.mfp-modal.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  margin-top: 0;
}
/* content animate out */
.mfp-modal.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  margin-top: -500px;
}


/* Buttons   */

a.btn-1 {
  border: 1px solid var(--blau);
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  padding: 14px 36px;
  border-radius: 5px;
  text-transform: uppercase;
  display: inline-block;
  font-family: Helvetica;
	font-weight: bold;
	font-stretch: condensed;
  float: none;
  text-decoration:none;
  background: var(--blau) none repeat scroll 0 0;
  transition: color .3s ease 0s, background-color 0.3s ease 0s;
}

a.btn-1:hover {
  background: #fff none repeat scroll 0 0;
  color: #0063c3;
}

a.btn-2, input.btn-2, button.btn-2, a.btn-3, input.btn-3, button.btn-3 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid var(--blau);
  color: var(--blau);
  font-size: 16px;
  line-height: 26px;
  padding: 14px 36px;
  border-radius: 5px;
  text-transform: uppercase;
  display: inline-block;
  font-family: Helvetica;
font-weight: bold;
font-stretch: condensed;
  float: none;
  transition: color .3s ease 0s, background-color 0.3s ease 0s;
  cursor:pointer;
  text-decoration:none;
}

a.btn-2:hover, a.btn-3, input.btn-3, button.btn-3 {
  background: var(--blau) none repeat scroll 0 0;
  color: #fff;
}

.btn-3:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: var(--blau);
}

a.btn-arrow {
	padding-left:48px;
}

a.btn-arrow::before {
	content: '\f105';
	margin-left:-16px;
	padding-right:8px;	
}


.story-sharing {
	margin: 0.5em 0;
	display:inline-block;
}

.story-sharing a {
	background-color:rgb(153,153,153);
	border-radius: 4px;
	float: left;
	width: 38px;
	height: 38px;
	text-align: center;
	text-decoration: none;
	color: #fff !important;
	font-size: 24px !important;
	line-height: 40px !important;
	margin: 0 10px 10px 0;
	transition: color .3s ease 0s, background-color 0.3s ease 0s;
}

.story-sharing a img {
  margin: 0;
}

.story-sharing a:hover {
	background-color:rgb(0, 99, 195);
}
a.story-sharing-fb:hover {
	background-color:#3b5998;
}
a.story-sharing-tw:hover {
	background-color:#1da1f2;
}
a.story-sharing-wa:hover {
	background-color:#25d366;
}
a.story-sharing-xi:hover {
	background-color:#026466;
}
a.story-sharing-li:hover {
	background-color:#0077b5;
}

.recent-news-items {
    display: flex !important;
    max-width: 1110px;
    margin: 0 auto;
    width: 100%;
    font-size: 85%;
    padding: 1em 0;
}

.recent-news-items h2,
.recent-news-items h3 {
    font-size: 40px;
    color: #fff;
    width: 100%;
    line-height: 46px;
    border-left: 1px solid #fff;
    padding-left: 20px;
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.96;
    letter-spacing: normal;
    text-align: left;
}

.m-recent-news {
    height: auto;
    margin-top: 40px;
    background: #0063c3 !important;
    padding: 70px 90px 50px 60px;
    margin-bottom: 79px;
}

.press-releases-article .news-articles-container {
  margin-top: 0;
}

.year-select-wrapper .jcf-select {
  min-width: 10em;
}

.article-teaser, .article-teaser ul li {
  font-size: 1rem;
  font-family: var(--font-poppins-regular);
  line-height: 1.3rem;
  margin: 0.3em 0;
  color: #898989;
  display: block;
}

.article-teaser ul {
  padding-left: 1em;
  list-style-type: square !important;
  list-style-image: none;
  
}

.article-teaser ul li {
  margin: 0.5em;
  padding: 0;
  display:list-item;
  list-style-position:outside;
}

.quantum-cta__title {
  display: block;
  margin-bottom: 1em !important;
}

/* Details */

details {
  box-sizing: border-box;
  margin: 0.7rem 0;
  background: #EDF2F7;
  padding-top: 0.3rem;
}



details .content {
  padding: 0 1.8em 0.7em 39px;
}

details .row div {
  box-sizing: border-box;
}


details[open] .content { animation: sweep 1s ease-in-out; }
@keyframes sweep {
  0%    {opacity: 0; margin-top: -10px}
  100%  {opacity: 1; margin-top: 0px}
} 

details summary { 
  font-size: 1.2em ; 
  font-weight: bold;
  color: var(--blau); 
  cursor: pointer; 
  list-style-position: outside;
  -webkit-list-style-position: inside;
  margin: 10px 10px 10px 31px;
  padding: 2px 0 10px 8px;
  border-radius: 5px;
}
details > summary::marker {
  font-family: FontAwesome;
  content: " \f105";
  font-size: 2rem;
}
details.small > summary::marker {
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  details > summary::marker {
    font-size: 1.1rem;
  }
  details.small > summary::marker {
  font-size: 0.8rem;
  }
}


details[open] > summary::marker {
  content: " \f107";
}

details > summary::-webkit-details-marker {
  display: none;
}

.news-articles-container details {
}

.news-articles-container details summary {
  font-size: 1.1em;
}
