section.m9_schnellnavigation_seiten .m9_titel {
max-width: 30%;
line-height: 1.2;
margin-bottom: 31px;
}
section.m9_schnellnavigation_seiten .m9_logo_container_inner{
display:flex;
flex-wrap: wrap;
justify-content: space-between;
}
section.m9_schnellnavigation_seiten .m9_item{
width: calc((100% / 3) - 22px);
margin-top:calc(22px + (22px * 0.3));
min-height: 400px;
max-height: 400px;
}
section.m9_schnellnavigation_seiten .m9_item{
height:440px;
}
section.m9_schnellnavigation_seiten .m9_logo_container_inner[data-modulo="1"] .m9_item{
width:calc(50% - 22px + (22px * 0.3));
}
section.m9_schnellnavigation_seiten .m9_logo_container_inner[data-modulo="1"] .m9_image {
height: 100%;
}
section.m9_schnellnavigation_seiten .m9_logo_container_inner[data-modulo="2"] .m9_item:nth-last-child(2),
section.m9_schnellnavigation_seiten .m9_logo_container_inner[data-modulo="2"] .m9_item:last-child{
width:calc(50% - 22px + (22px * 0.3));
}
section.m9_schnellnavigation_seiten .m9_logo_container_inner[data-modulo="2"] .m9_item:nth-last-child(2) .m9_image,
section.m9_schnellnavigation_seiten .m9_logo_container_inner[data-modulo="2"] .m9_item:last-child .m9_image{
height:390px;
} section.m9_schnellnavigation_seiten .m9_image{
width:100%;
object-fit: cover;
height: 100%;
}
section.m9_schnellnavigation_seiten .m9_beschriftung{
font-size:1.375rem;
margin-bottom:0;
}
section.m9_schnellnavigation_seiten .m9_item_content{
position:relative;
height: 100%;
}
section.m9_schnellnavigation_seiten .m9_item_content_inhalt{
padding: 34px 25px;
bottom: 0;
position: absolute;
}
section.m9_schnellnavigation_seiten .m9_text_container p:last-child{
margin-bottom:0;
}
section.m9_schnellnavigation_seiten .m9_beschriftung_container{
margin-bottom:13px;
}
section.m9_schnellnavigation_seiten .m9_link_container,
section.m9_schnellnavigation_seiten .m9_text_container{
margin-top:0;
opacity: 0;
height: 0;
}
section.m9_schnellnavigation_seiten .m9_link_container *,
section.m9_schnellnavigation_seiten .m9_text_container *{
margin:0;
}
section.m9_schnellnavigation_seiten .m9_link_container span {
color: #007fc5;
}
section.m9_schnellnavigation_seiten .m9_link_container svg {
width: 9px;
height: 11px;
fill: #007fc5;
margin-right: 10px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
section.m9_schnellnavigation_seiten .m9_image_overlay{
position: absolute; left:0;
bottom: 0;
width:100%;
height:50%;
background: linear-gradient(to top, #000 0%, transparent 100%); -webkit-transition: height .4s;
-moz-transition: height .4s;
-ms-transition: height .4s;
-o-transition: height .4s;
transition: height .4s;
}
section.m9_schnellnavigation_seiten .m9_item:hover .m9_image_overlay{
height: 100%;
}
section.m9_schnellnavigation_seiten .m9_image_container{
position: relative;
height: 100%;
}
body[data-title="Karriere"] section.m9_schnellnavigation_seiten {
background: #ecedec;
}
body[data-title="Karriere"] section.m9_schnellnavigation_seiten .m9_titel_container h2 {
color: #1a1a1a;
}
body[data-title="Startseite"] section.m9_schnellnavigation_seiten {
background-color: transparent;
}
body[data-title="Startseite"] section.m9_schnellnavigation_seiten .container {
margin-top: -150px;
}
section.m9_schnellnavigation_seiten .m9_bild_quelle_container {
position: absolute;
right: 5px;
bottom: 5px;
padding: 0 0 0 5px;
}
section.m9_schnellnavigation_seiten .m9_bild_quelle_container p {
font-size: .7rem;
}
@media screen and (max-width: 2199px) {
section.m9_schnellnavigation_seiten .m9_titel {
max-width: 34%;
}
}
@media screen and (max-width: 1920px) {
section.m9_schnellnavigation_seiten .m9_titel {
max-width: 42%;
}
section.m9_schnellnavigation_seiten .m9_logo_container_inner[data-modulo="1"] .m9_item {
max-height: 350px;
}
}
@media screen and (max-width: 1599px) {
section.m9_schnellnavigation_seiten .m9_titel {
max-width: 51%;
}
section.m9_schnellnavigation_seiten .m9_logo_container_inner[data-modulo="1"] .m9_item {
max-height: 300px;
}
}
@media screen and (max-width: 1399px) {
section.m9_schnellnavigation_seiten .m9_titel {
max-width: 45%;
}
}
@media screen and (max-width: 1199px) {
section.m9_schnellnavigation_seiten .m9_titel {
max-width: 53%;
}
}
@media screen and (max-width: 991px) {
section.m9_schnellnavigation_seiten .m9_item{
width:calc(50% - 22px + (22px * 0.3)) !important;
}
section.m9_schnellnavigation_seiten .m9_item {
height:400px !important;
}
section.m9_schnellnavigation_seiten .m9_titel {
max-width: 72%;
}
}
@media screen and (max-width: 767px) {
section.m9_schnellnavigation_seiten .m9_item {
height:350px !important;
width:100% !important;
}
section.m9_schnellnavigation_seiten .m9_titel {
max-width: 79%;
}
}
@media screen and (max-width: 575px) {
section.m9_schnellnavigation_seiten .m9_logo_container_inner{
display:block;
}
section.m9_schnellnavigation_seiten .m9_item{
height:300px !important; }
section.m9_schnellnavigation_seiten .m9_titel {
max-width: 100%;
}
section.m9_schnellnavigation_seiten .m9_logo_container_inner[data-modulo="1"] .m9_item {
max-height: 400px; }
}
@media screen and (max-width: 475px) {
section.m9_schnellnavigation_seiten .m9_item_content_inhalt {
padding: 34px 25px 50px;
}
}