.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_content-bild {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
.block.graphek_content-bild .content {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-moz-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
min-height: 300px;
}
.block.graphek_content-bild .content .half_wrap {
margin: 0;
margin-left: auto;
padding-top: 40px;
padding-bottom: 50px;
}
.block.graphek_content-bild .bild {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-moz-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.block.graphek_content-bild .bild img {
display: none;
}
.block.graphek_content-bild .bild.in_container {
max-width: 605px;
}
@media (max-width: 880px) {
.block.graphek_content-bild {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.block.graphek_content-bild .content {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-moz-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
display: block;
min-height: 0;
}
.block.graphek_content-bild .content .half_wrap {
margin: 0 0;
padding: 30px;
max-width: 999px !important;
}
.block.graphek_content-bild .bild {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-moz-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
padding-bottom: auto;
max-width: 999px !important;
background: none;
}
.block.graphek_content-bild .bild img {
display: block;
}
}.block.graphek_teaser-slider {
padding: 40px 0px;
}
.block.graphek_teaser-slider h2 {
text-align: center;
}
.block.graphek_teaser-slider .slider_container {
padding: 20px 80px;
position: relative;
margin-top: 30px;
}
.block.graphek_teaser-slider .slick-arrow {
position: absolute;
top: 50px;
left: -130px;
z-index: 10;
border: none;
width: 95px;
height: 95px;
text-indent: -999px;
overflow: hidden;
background: url(//justus-grosse.de/wp-content/themes/justus_grosse/images/arrow_left_huge.svg) no-repeat;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
-webkit-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
outline: 0 !important;
}
.block.graphek_teaser-slider .slick-arrow:hover {
left: -133px;
}
.block.graphek_teaser-slider .slick-arrow.slick-next {
background: url(//justus-grosse.de/wp-content/themes/justus_grosse/images/arrow_right_huge.svg) no-repeat;
left: auto;
right: -130px;
}
.block.graphek_teaser-slider .slick-arrow.slick-next:hover {
left: auto;
right: -133px;
}
.block.graphek_teaser-slider .slide {
padding: 0px 15px;
text-align: center;
outline: 0 !important;
}
.block.graphek_teaser-slider .slide .bild {
width: 100%;
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;
}
.block.graphek_teaser-slider .slide h3 {
font-size: 1.4em;
}
@media (max-width: 1030px) {
.block.graphek_teaser-slider .slick-arrow {
top: 85px;
left: -75px;
width: 60px;
height: 60px;
}
.block.graphek_teaser-slider .slick-arrow:hover {
left: -78px;
}
.block.graphek_teaser-slider .slick-arrow.slick-next {
right: -75px;
}
.block.graphek_teaser-slider .slick-arrow.slick-next:hover {
right: -78px;
}
}
@media (max-width: 480px) {
.block.graphek_teaser-slider .slider_container {
padding: 10px 0px;
}
.block.graphek_teaser-slider .slick-arrow {
top: 115px;
left: -20px;
width: 50px;
height: 50px;
}
.block.graphek_teaser-slider .slick-arrow:hover {
left: -22px;
}
.block.graphek_teaser-slider .slick-arrow.slick-next {
right: -20px;
}
.block.graphek_teaser-slider .slick-arrow.slick-next:hover {
right: -22px;
}
}.block.graphek_jobs {
padding: 30px 0px;
}
.block.graphek_jobs .keine_stellen {
text-align: center;
font-size: 1.3em;
margin: 30px auto;
}
.block.graphek_jobs .job_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;
margin-top: 50px;
}
.block.graphek_jobs .job_wrapper .job_kategorie {
-webkit-box-flex: 0;
-webkit-flex: 0 0 45%;
-moz-box-flex: 0;
-ms-flex: 0 0 45%;
flex: 0 0 45%;
margin-bottom: 40px;
}
.block.graphek_jobs .job_wrapper .job_kategorie strong.title {
font-size: 1.2em;
text-transform: uppercase;
display: block;
padding-bottom: 10px;
border-bottom: 2px solid #C00D1E;
color: #C00D1E;
}
.block.graphek_jobs .job_wrapper .job_kategorie .job_item {
margin-bottom: 50px;
display: block;
text-decoration: none;
}
.block.graphek_jobs .job_wrapper .job_kategorie h5 {
margin-top: 8px;
margin-bottom: 10px;
}
.block.graphek_jobs .job_wrapper .job_kategorie h6 {
margin-bottom: 0;
}
.block.graphek_jobs .job_wrapper .job_kategorie:nth-child(even) strong.title {
color: #261B63;
border-bottom: 2px solid #261B63;
}
.block.graphek_jobs .job_wrapper .job_kategorie:nth-child(even) .job_item {
border-left: 2px solid #261B63;
}
@media (max-width: 760px) {
.block.graphek_jobs .job_wrapper {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.block.graphek_jobs .job_wrapper .job_kategorie {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-moz-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
}