.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_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_posts {
background: #E8F2F5;
}
.block.graphek_posts .wrap {
padding-top: 30px;
padding-bottom: 30px;
}
.block.graphek_posts h2 {
margin-top: 0;
}
.block.graphek_posts.bg_im_grid {
background: none !important;
}
.block.graphek_posts.bg_im_grid .alignwide {
margin: 0 -40px;
}
.block.graphek_posts.bg_im_grid article {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333%;
-moz-box-flex: 0;
-ms-flex: 0 0 33.333%;
flex: 0 0 33.333%;
}
.block.graphek_posts .article_container {
margin: 30px -15px;
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: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.block.graphek_posts article {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-moz-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
overflow: hidden;
padding: 15px;
margin-bottom: 20px;
position: relative;
padding-bottom: 40px;
}
.block.graphek_posts article .image {
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
background-position: 50% 50% !important;
display: block;
width: 100%;
padding-bottom: 100%;
position: relative;
}
.block.graphek_posts article a {
text-decoration: none;
}
.block.graphek_posts article h3 {
margin-bottom: 15px;
}
.block.graphek_posts article a.g_button {
position: absolute;
bottom: 0px;
}
.block.graphek_posts a.big_link {
display: block;
font-size: 1.4em;
color: #261B63;
text-decoration: underline;
font-family: aktiv-grotesk-extended, sans-serif;
font-weight: 300;
font-style: normal;
cursor: pointer;
}
.block.graphek_posts a.big_link:hover {
text-decoration: none;
}
@media (max-width: 1030px) {
.block.graphek_posts.alignfull .alignwide {
margin: 0 0;
}
}
@media (max-width: 1000px) {
.block.graphek_posts article {
-webkit-box-flex: 0 !important;
-webkit-flex: 0 0 50% !important;
-moz-box-flex: 0 !important;
-ms-flex: 0 0 50% !important;
flex: 0 0 50% !important;
}
}
@media (max-width: 500px) {
.block.graphek_posts article {
-webkit-box-flex: 0 !important;
-webkit-flex: 0 0 100% !important;
-moz-box-flex: 0 !important;
-ms-flex: 0 0 100% !important;
flex: 0 0 100% !important;
}
}.block.graphek_download {
padding: 25px 10px;
}
.block.graphek_download .image_wrap {
height: 100px;
width: 100%;
}
.wp-block-column.bg_active {
background: white;
}
.no_margin_bottom {
margin-bottom: 0;
}
.dl_toggle_box_content_links {
column-count: 2;
}
.dl_toggle_box_content_links a {
display: block;
}
.dl_toggle_box.active .dl_toggle_box_button {
color: #261B63;
}
.dl_toggle_box.active .dl_toggle_box_button:after {
transform: rotate(90deg);
}
.dl_toggle_box_content {
background-color: white;
padding: 30px 50px;
position: relative;
margin-bottom: 1.75em;
}
.dl_toggle_box_content .close_toggle_box {
position: absolute;
display: block;
top: 10px;
right: 10px;
width: 40px;
height: 40px;
background: url(//justus-grosse.de/wp-content/themes/justus_grosse/images/cancel.svg) no-repeat;
background-size: 20px;
background-position: center center;
cursor: pointer;
}
.dl_toggle_box_content .close_toggle_box:hover {
background-color: #dee8eb;
}
.dl_toggle_box_content .g_button {
display: block;
}
.dl_toggle_box_content h3 {
margin-top: 0;
}
.dl_toggle_box_content:not(.active) {
display: none;
}
@media (max-width: 780px) {
.dl_toggle_box_content_links {
column-count: 1;
}
.dl_toggle_box_content {
padding: 50px 30px 0 30px;
}
}.block.graphek_fotos {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
row-gap: 40px;
-webkit-column-gap: 40px;
-moz-column-gap: 40px;
column-gap: 40px;
}
.block.graphek_fotos .filter {
grid-column: 1 / span 2;
}
.block.graphek_fotos .zip_download_wrap {
grid-column: 1 / span 2;
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;
}
.block.graphek_fotos .zip_download_wrap .titel {
margin: 0;
margin-right: 20px;
font-size: 1.3em;
}
.block.graphek_fotos .fotos_container {
grid-column: 1 / span 4;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
row-gap: 40px;
-webkit-column-gap: 40px;
-moz-column-gap: 40px;
column-gap: 40px;
}
.block.graphek_fotos .fotos_container .foto .image_wrap {
padding-top: 100%;
width: 100%;
}
@media (max-width: 1265px) {
.block.graphek_fotos .zip_download_wrap {
grid-column: 1 / span 3;
}
}
@media (max-width: 900px) {
.block.graphek_fotos .fotos_container {
grid-template-columns: 1fr 1fr 1fr;
}
}
@media (max-width: 678px) {
.block.graphek_fotos .filter,
.block.graphek_fotos .zip_download_wrap {
grid-column: 1 / span 4;
}
.block.graphek_fotos .fotos_container {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 600px) {
.block.graphek_fotos .zip_download_wrap {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.block.graphek_fotos .zip_download_wrap .titel {
margin-bottom: 25px;
}
}
@media (max-width: 450px) {
.block.graphek_fotos .fotos_container {
grid-template-columns: 1fr;
}
}