.block.graphek_slider {
padding: 0px 0px;
position: relative;
}
.block.graphek_slider a {
text-decoration: none;
}
.block.graphek_slider.has_overlay .slick-slide:before {
content: '';
position: absolute;
display: block;
top: 0;
left: 0;
height: 50%;
width: 100%;
z-index: 10;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 0, 36, 0.5)), color-stop(70%, rgba(0, 0, 0, 0.3)), to(rgba(0, 212, 255, 0)));
background: -webkit-linear-gradient(top, rgba(2, 0, 36, 0.5) 0%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 212, 255, 0) 100%);
background: -moz- oldlinear-gradient(top, rgba(2, 0, 36, 0.5) 0%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 212, 255, 0) 100%);
background: -o-linear-gradient(top, rgba(2, 0, 36, 0.5) 0%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 212, 255, 0) 100%);
background: linear-gradient(180deg, rgba(2, 0, 36, 0.5) 0%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 212, 255, 0) 100%);
}
.block.graphek_slider .slick-slider {
background: #F0F0F1;
}
.block.graphek_slider .slick-slider .slick-list,
.block.graphek_slider .slick-slider .slick-track {
height: 100% !important;
}
.block.graphek_slider .slick-slider .slick-slide {
position: relative;
height: 100%;
-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_slider .slick-slider img {
width: 100%;
display: block;
}
.block.graphek_slider .slick-slider .wrap {
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
z-index: 10;
}
.block.graphek_slider .slick-slider .slide_content {
max-width: 400px;
color: #fff;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.block.graphek_slider .slick-slider .slide_content h2 {
margin-top: 0;
}
.block.graphek_slider .slick-slider .slide_content .h3 {
font-family: aktiv-grotesk-extended, sans-serif;
font-weight: 300;
font-style: normal;
}
.block.graphek_slider .links_wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
position: relative;
z-index: 10;
margin-top: 0px;
}
.block.graphek_slider .links_wrapper .link {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
background: #F0F0F1;
padding: 30px 20px;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #261B63;
}
.block.graphek_slider .links_wrapper .link:hover {
background: #261B63;
color: #fff;
}
.block.graphek_slider .links_wrapper .link:hover .icon_hover {
display: block;
}
.block.graphek_slider .links_wrapper .link:hover .icon_normal {
display: none;
}
.block.graphek_slider .links_wrapper .link:hover .icon_normal.no_hover {
display: block;
}
.invertiert.block.graphek_slider .links_wrapper .link {
background: #261B63;
color: #fff;
}
.invertiert.block.graphek_slider .links_wrapper .link:hover {
background: #F0F0F1;
color: #261B63;
}
.block.graphek_slider .links_wrapper .link.hauptlink {
-webkit-box-flex: 2;
-webkit-flex: 2;
-moz-box-flex: 2;
-ms-flex: 2;
flex: 2;
}
.block.graphek_slider .links_wrapper .link.nebenlink {
-webkit-box-flex: 0;
-webkit-flex: 0 0 380px;
-moz-box-flex: 0;
-ms-flex: 0 0 380px;
flex: 0 0 380px;
margin-left: 15px;
padding-right: 40px;
}
.block.graphek_slider .links_wrapper h3 {
margin: 0;
margin-bottom: 15px;
}
.block.graphek_slider .links_wrapper .icon {
width: 85px;
height: 85px;
-webkit-background-size: contain !important;
-moz-background-size: contain !important;
-o-background-size: contain !important;
background-size: contain !important;
background-position: 50% 50% !important;
background-repeat: no-repeat !important;
margin-right: 25px;
}
.block.graphek_slider .links_wrapper .icon_hover {
display: none;
}
.block.graphek_slider .links_wrapper .g_button:hover {
color: #C00D1E;
}
@media (max-width: 1000px) {
.block.graphek_slider .links_wrapper {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.block.graphek_slider .links_wrapper .link.nebenlink {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-moz-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
margin-left: 0;
margin-top: 10px;
}
}
@media (max-width: 600px) {
.block.graphek_slider .links_wrapper .icon {
display: none;
}
}.block.graphek_onoffice {
position: relative;
}
.block.graphek_onoffice .filter_area {
background: #F9F5F2;
padding: 40px 0px;
margin-bottom: 50px;
}
.block.graphek_onoffice .filter_area h1,
.block.graphek_onoffice .filter_area h2,
.block.graphek_onoffice .filter_area h3 {
margin-top: 15px;
}
.block.graphek_onoffice .filter_area form {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
.block.graphek_onoffice .filter_area form .form_wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-right: 20px;
}
.block.graphek_onoffice .filter_area form .form_wrapper select {
width: 32%;
margin: 0;
}
.block.graphek_onoffice .filter_area form .form_wrapper .text_inputs {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-moz-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
margin-top: 10px;
}
.block.graphek_onoffice .filter_area form .form_wrapper .text_inputs input {
width: 32%;
border: 0px;
border-bottom: 1px solid;
}
.block.graphek_onoffice .filter_area form select,
.block.graphek_onoffice .filter_area form input {
margin-right: 12px;
}
.block.graphek_onoffice .filter_area form button {
-webkit-box-flex: 0;
-webkit-flex: 0 0 160px;
-moz-box-flex: 0;
-ms-flex: 0 0 160px;
flex: 0 0 160px;
height: 40px;
}
.block.graphek_onoffice .haus_liste {
padding: 0px 10px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.block.graphek_onoffice .haus {
width: 33.333%;
text-decoration: none;
padding: 20px;
}
.block.graphek_onoffice .haus .inner {
overflow: hidden;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
position: relative;
padding-bottom: 20px;
}
.block.graphek_onoffice .haus:hover {
text-decoration: underline;
}
.block.graphek_onoffice .haus.hide_item {
display: none;
}
.block.graphek_onoffice .haus .titelbild {
padding-bottom: 100%;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
background-position: 50% 50% !important;
background-color: #eee;
}
.block.graphek_onoffice .haus .content {
-webkit-box-flex: 2;
-webkit-flex: 2;
-moz-box-flex: 2;
-ms-flex: 2;
flex: 2;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.block.graphek_onoffice .haus .h5 {
color: #261B63;
margin-bottom: 10px;
font-weight: 500;
}
.block.graphek_onoffice .haus strong {
display: block;
}
.block.graphek_onoffice .haus .objekt_desc {
margin-bottom: 20px;
}
.block.graphek_onoffice .haus .button_wrapper {
margin-top: 15px;
margin-bottom: 15px;
bottom: 0px;
width: 100%;
}
.block.graphek_onoffice .nothing_found {
text-align: center;
margin: 0 auto;
padding: 100px 20px;
}
.block.graphek_onoffice .seo_texte_unten {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 70px;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.block.graphek_onoffice .seo_texte_unten .text {
-webkit-box-flex: 0;
-webkit-flex: 0 0 45%;
-moz-box-flex: 0;
-ms-flex: 0 0 45%;
flex: 0 0 45%;
}
.block.graphek_onoffice .seo_texte_unten h1,
.block.graphek_onoffice .seo_texte_unten h2,
.block.graphek_onoffice .seo_texte_unten h3 {
font-size: 1.4em;
}
@media (max-width: 900px) {
.block.graphek_onoffice .haus_liste .haus {
width: 50%;
}
}
@media (max-width: 720px) {
.block.graphek_onoffice .filter_area form {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.block.graphek_onoffice .filter_area form input,
.block.graphek_onoffice .filter_area form select,
.block.graphek_onoffice .filter_area form button {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-moz-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
margin-top: 5px;
}
.block.graphek_onoffice .seo_texte_unten {
margin-top: 50px;
}
.block.graphek_onoffice .seo_texte_unten .text {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-moz-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
}
@media (max-width: 600px) {
.block.graphek_onoffice .haus_liste .haus {
width: 100%;
}
}.block.graphek_button {
margin: 20px 0px;
}
.block.graphek_button.is-style-bordered a.g_button {
line-height: 1;
border: 1px solid #C00D1E;
padding: 7px 15px;
color: #C00D1E;
font-family: aktiv-grotesk, sans-serif;
font-weight: 400;
font-style: normal;
}
.block.graphek_button.is-style-bordered a.g_button:hover {
background: #C00D1E;
color: #fff;
}
.block.graphek_button.is-style-bordered a.g_button:after {
right: -40px;
top: -1px;
height: -webkit-calc(100% + 2px);
height: -moz-calc(100% + 2px);
height: calc(100% + 2px);
width: 40px;
}
.block.graphek_button.is-style-filled a.g_button {
line-height: 1;
border: 1px solid #C00D1E;
padding: 7px 15px;
font-family: aktiv-grotesk, sans-serif;
font-weight: 400;
font-style: normal;
background: #C00D1E;
color: #fff;
}
.block.graphek_button.is-style-filled a.g_button:hover {
background: none;
color: #C00D1E;
}
.block.graphek_button.is-style-filled a.g_button:after {
right: -40px;
top: -1px;
height: -webkit-calc(100% + 2px);
height: -moz-calc(100% + 2px);
height: calc(100% + 2px);
width: 40px;
}
.block.graphek_button.is-style-links a.g_button {
padding-left: 30px;
}
.block.graphek_button.is-style-links a.g_button:after {
right: auto;
left: 0px;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.block.graphek_button.center {
text-align: center;
}
.block.graphek_button.center.is-style-filled {
margin-left: -40px;
}
.block.graphek_button.big a.g_button {
font-size: 20px;
}
.block.graphek_button.large a.g_button {
font-size: 26px;
}.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;
}
}