section.m42_tabel_with_linkings .m42_elemente_container {
position: relative;
}
section.m42_tabel_with_linkings .m42_item_link {
display: flex;
align-items: center;
justify-content: space-between;
padding: 62px 0 36px;
border-top: 2px solid rgba(55,64,82,.3);
opacity: .5;
transition: opacity .4s;
}
section.m42_tabel_with_linkings .m42_item_link:hover {
opacity: 1;
}
section.m42_tabel_with_linkings .m42_phone_item .m42_item_link {
border-bottom: 2px solid rgba(55,64,82,.3);
}
section.m42_tabel_with_linkings .m42_item_label_container {
align-self: flex-start;
margin-top: 5px;
}
section.m42_tabel_with_linkings .m42_item_label {
font-family: 'Nexa-Book', sans-serif;
}
section.m42_tabel_with_linkings .m42_item_title {
font-size: 5.0625rem;
text-align: center;
line-height: 1.3;
}
section.m42_tabel_with_linkings .m42_item_icon_container {
display: flex;
align-items: center;
gap: 10px;
align-self: flex-start;
margin-top: 6px;
}
section.m42_tabel_with_linkings .m42_item_link:hover .m42_item_icon_container {
opacity: 1;
transform: translate3d(0,0,0);
}
section.m42_tabel_with_linkings .m42_item_icon_svg {
width: 16px;
fill: #374052;
margin-top: 5px;
}
section.m42_tabel_with_linkings .m42_item:last-child .m42_item_link {
border-bottom: 2px solid rgba(55,64,82,.3);
}
section.m42_tabel_with_linkings .m42_item_image_container {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: 3;
width: 288px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
section.m42_tabel_with_linkings .m42_item_image {
width: 288px;
height: 514px;
border-radius: 20px;
object-fit: cover;
}
section.m42_tabel_with_linkings .m42_item_video { width: 514px;
height: 288px;
border-radius: 20px;
object-fit: cover;
}
section.m42_tabel_with_linkings .m42_item_title_container {
width: calc(100% - 143px - 106px);
}
@media all and (max-width: 1599px) {
section.m42_tabel_with_linkings .m42_item_title {
font-size: 4.0625rem;
}
}
@media all and (max-width: 1399px) {
section.m42_tabel_with_linkings .m42_item_title {
font-size: 2.563rem;
}
section.m42_tabel_with_linkings .m42_item_icon {
width: 35px;
}
}
@media all and (max-width: 991px) {
section.m42_tabel_with_linkings .m42_item_title {
font-size: 2.063rem;
}
section.m42_tabel_with_linkings .m42_item_icon {
width: 30px;
}
section.m42_tabel_with_linkings .m42_item_link {
padding: 45px 0 24px;
}
}
@media all and (max-width: 767px) {
section.m42_tabel_with_linkings .m42_item_label_container {
margin-top: 0;
}
section.m42_tabel_with_linkings .m42_item_title_container {
width: 100%;
}
section.m42_tabel_with_linkings .m42_item_title {
font-size: 2.163rem;
text-align: left;
margin-top: 5px;
}
section.m42_tabel_with_linkings .m42_item_link {
padding: 40px 0 20px;
flex-direction: column;
align-items: flex-start;
}
}
@media all and (max-width: 575px) {
section.m42_tabel_with_linkings .m42_item_link {
flex-wrap: wrap;
}
section.m42_tabel_with_linkings .m42_item_label_container {
width: 100%;
}
section.m42_tabel_with_linkings .m42_item_link {
padding: 35px 0 18px;
}
}
@media all and (max-width: 499px) {
section.m42_tabel_with_linkings .m42_item_title {
font-size: 1.863rem;
}
}
@media all and (max-width: 450px) {
section.m42_tabel_with_linkings .m42_item_title {
font-size: 1.463rem;
hyphens: auto;
}
}
@media all and (max-width: 350px) {
section.m42_tabel_with_linkings .m42_item_title {
font-size: 1.263rem;
}
}