.block.graphek_intro {
background: #261B63;
color: #fff;
padding: 50px 0px;
margin-bottom: 40px;
}
.block.graphek_intro.grau_bg {
background: #F0F0F1;
color: #261B63;
}
.block.graphek_intro .wrap {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.block.graphek_intro .wrap .bild {
-webkit-box-flex: 0;
-webkit-flex: 0 0 160px;
-moz-box-flex: 0;
-ms-flex: 0 0 160px;
flex: 0 0 160px;
}
.block.graphek_intro .wrap .text {
margin-left: 40px;
}
.block.graphek_intro .wrap .text h1,
.block.graphek_intro .wrap .text h2,
.block.graphek_intro .wrap .text h3 {
margin-top: 0;
}
@media (max-width: 900px) {
.block.graphek_intro .wrap {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0;
padding-right: 20px;
}
.block.graphek_intro .wrap .bild {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-moz-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
padding-left: 20px;
margin-bottom: 30px;
}
.block.graphek_intro .wrap .bild img {
width: 120px;
height: auto;
}
.block.graphek_intro .wrap .text {
margin-left: 20px;
}
}.block.graphek_bestandsentwicklung {
margin: 0px 0px 40px 0px;
}
.block.graphek_bestandsentwicklung .filter_area {
background: #E8EDE7;
padding: 40px 0px;
margin-bottom: 50px;
}
.block.graphek_bestandsentwicklung .filter_area h1,
.block.graphek_bestandsentwicklung .filter_area h2,
.block.graphek_bestandsentwicklung .filter_area h3 {
margin-top: 20px;
}
.block.graphek_bestandsentwicklung .filter_area form {
display: flex;
margin: 30px 0px 20px 0px;
}
.block.graphek_bestandsentwicklung .filter_area form select,
.block.graphek_bestandsentwicklung .filter_area form input {
margin-right: 12px;
}
.block.graphek_bestandsentwicklung .filter_area form button {
flex: 0 0 160px;
}
.block.graphek_bestandsentwicklung .bestandsentwicklung_liste {
padding: 0px 10px;
display: grid;
overflow: hidden;
grid-template-columns: repeat(3, 1fr);
grid-auto-rows: 1fr;
grid-column-gap: 40px;
grid-row-gap: 80px;
}
.block.graphek_bestandsentwicklung .bestandsentwicklung {
overflow: hidden;
display: flex;
flex-direction: column;
height: 100%;
justify-content: flex-start;
}
.block.graphek_bestandsentwicklung .bestandsentwicklung .slick-slider {
background: #F0F0F1;
height: 360px;
}
.block.graphek_bestandsentwicklung .bestandsentwicklung .slick-slider .slick-list,
.block.graphek_bestandsentwicklung .bestandsentwicklung .slick-slider .slick-track {
height: 100% !important;
}
.block.graphek_bestandsentwicklung .bestandsentwicklung .slick-slider .slide {
background-size: cover !important;
background-position: 50% 50% !important;
}
.block.graphek_bestandsentwicklung .bestandsentwicklung .content {
flex: 2;
display: flex;
flex-direction: column;
}
.block.graphek_bestandsentwicklung .bestandsentwicklung a {
text-decoration: none;
}
.block.graphek_bestandsentwicklung .bestandsentwicklung h5 {
color: #261B63;
margin-bottom: 0px;
font-weight: 500;
}
.block.graphek_bestandsentwicklung .bestandsentwicklung .objekt_desc {
margin-bottom: 5px;
}
.block.graphek_bestandsentwicklung .bestandsentwicklung .button_wrapper {
margin-top: auto;
}
.block.graphek_bestandsentwicklung .bestandsentwicklung .expose_download_wrapper {
margin-bottom: 10px;
}
.block.graphek_bestandsentwicklung .nothing_found {
grid-column-start: 1;
grid-column-end: 4;
text-align: center;
margin: 0 auto;
padding: 100px 20px;
}
.block.graphek_bestandsentwicklung .seo_texte_unten {
display: flex;
flex-wrap: wrap;
margin-top: 70px;
justify-content: space-between;
}
.block.graphek_bestandsentwicklung .seo_texte_unten .text {
flex: 0 0 45%;
}
.block.graphek_bestandsentwicklung .seo_texte_unten h1,
.block.graphek_bestandsentwicklung .seo_texte_unten h2,
.block.graphek_bestandsentwicklung .seo_texte_unten h3 {
font-size: 1.4em;
}
@media (max-width: 1040px) {
.block.graphek_bestandsentwicklung .bestandsentwicklung .slick-slider {
height: 280px;
}
}
@media (max-width: 720px) {
.block.graphek_bestandsentwicklung .filter_area form {
flex-wrap: wrap;
}
.block.graphek_bestandsentwicklung .filter_area form input,
.block.graphek_bestandsentwicklung .filter_area form select,
.block.graphek_bestandsentwicklung .filter_area form button {
flex: 0 0 100%;
margin-top: 5px;
}
.block.graphek_bestandsentwicklung .bestandsentwicklung_liste {
display: block;
}
.block.graphek_bestandsentwicklung .bestandsentwicklung {
margin-bottom: 30px;
}
.block.graphek_is24 .seo_texte_unten {
margin-top: 50px;
}
.block.graphek_is24 .seo_texte_unten .text {
flex: 0 0 100%;
}
}.block.graphek_ansprechpartner {
padding: 20px 0px;
}
.block.graphek_ansprechpartner .anprechpartner_wrapper {
width: 100%;
max-width: 500px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
justify-items: flex-start;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-moz-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
}
.block.graphek_ansprechpartner .bild {
-webkit-box-flex: 0;
-webkit-flex: 0 0 130px;
-moz-box-flex: 0;
-ms-flex: 0 0 130px;
flex: 0 0 130px;
height: 130px;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
background-position: 50% 50% !important;
}
.block.graphek_ansprechpartner .inhalt {
padding-left: 20px;
}
.block.graphek_ansprechpartner .name {
font-family: aktiv-grotesk-extended, sans-serif;
font-weight: 500;
font-style: normal;
}
.block.graphek_ansprechpartner .position {
color: #C00D1E;
font-family: aktiv-grotesk-extended, sans-serif;
font-weight: 500;
font-style: normal;
margin-bottom: 20px;
}
.block.graphek_ansprechpartner a {
display: block;
color: #261B63;
text-decoration: none;
}
.block.graphek_ansprechpartner a:hover {
color: #C00D1E;
}
@media (max-width: 500px) {
.block.graphek_ansprechpartner .bild {
-webkit-box-flex: 0;
-webkit-flex: 0 0 70px;
-moz-box-flex: 0;
-ms-flex: 0 0 70px;
flex: 0 0 70px;
height: 70px;
}
.block.graphek_ansprechpartner .inhalt {
padding-left: 14px;
}
}.block.graphek_teaser {
padding: 30px 0px 60px 0px;
text-decoration: none;
display: block;
height: 100%;
position: relative;
}
.block.graphek_teaser .bild_container {
position: relative;
}
.block.graphek_teaser .bild_container img {
width: 100%;
z-index: 0;
display: block;
}
.block.graphek_teaser .bild_container img.bild_normal {
z-index: 10;
position: relative;
}
.block.graphek_teaser .bild_container img.bild_hover {
position: absolute;
top: 0;
left: 0;
z-index: 0;
}
.block.graphek_teaser h3 {
min-height: 2.4em;
}
.block.graphek_teaser .g_button {
position: absolute;
bottom: 25px;
}
.block.graphek_teaser:hover .bild_container img.bild_hover {
z-index: 50;
}
@media (max-width: 600px) {
.block.graphek_teaser img {
max-width: 200px;
}
.block.graphek_teaser h3 {
min-height: 0px;
}
}