.teaser-full-height {
--component-height: 100% !important;
--component-min-height: 482px;
border: 1px solid #dae1e7;
border-radius: 8px;
background-color: #fff;
overflow: hidden;
border: 0px none;
box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 4px 0px;
display: flex !important;
flex-direction: column;
min-height: var(--component-min-height, auto);
height: var(--component-height, auto);
text-decoration: none;
}
.teaser-full-height:after {
content: unset !important;
}
.teaser-full-height--bg-image-standard {
background: url(https://www.o2online.de/assets/teaser/consumer/product/code/product-code-occl-blauverlauf-background-bild);
}
.teaser-full-height__content-wrapper {
color: #fff;
}
.teaser-full-height__content {
padding: 10px;
}
.teaser-full-height__visual {
flex: 1 0 auto;
padding: 10px;
}
.teaser-full-height__visual img {
-o-object-fit: contain;
object-fit: contain;
width: 100%;
height: 100%;
}
.teaser-full-height--bg-image-standard .teaser-full-height__visual {
padding: 0;
}
.teaser-full-height--bg-image-apple-watch-series9 .teaser-full-height__visual {
padding: 0;
}
.teaser-full-height__headline {
font-size: 28px;
font-weight: bold;
line-height: 32px;
}
.teaser-full-height__subline {
font-size: 16px;
margin-top: 8px;
}
.teaser-full-height__headline a.modal-link.occl-modal-link.occl-linked-icon, .teaser-full-height__subline a.modal-link.occl-modal-link.occl-linked-icon {
color: inherit;
}
.teaser-full-height__links {
flex: 0 0 auto;
display: flex;
flex-flow: column;
align-items: flex-start;
color: inherit;
font-size: 16px;
font-weight: bold;
border-top: 1px solid #dae1e7;
padding: 20px 24px 24px 24px;
}
.teaser-full-height__content-footer .teaser-full-height__links a {
color: inherit;
}