.px-banner {
position: relative;
min-height: 500px;
overflow: hidden;
display: flex;
align-items: flex-end;
}
@media screen and (max-width: 768px) {
.px-banner {
min-height: 200px;
display: block;
}
}
.px-banner.large-height {
min-height: 856px;
}
@media screen and (max-width: 1024px) {
.px-banner.large-height {
min-height: 500px;
}
}
@media screen and (max-width: 768px) {
.px-banner.large-height {
min-height: 200px;
}
}
.px-banner .image, .px-banner .video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media screen and (max-width: 768px) {
.px-banner .image, .px-banner .video {
position: relative;
}
}
.px-banner .image img, .px-banner .image video, .px-banner .video img, .px-banner .video video {
height: 100%;
width: 100%;
object-fit: cover;
object-position: top center;
}
.px-banner .text {
position: relative;
z-index: 1;
background: #ffffff;
border-radius: 0px 0px 0px 30px;
padding: 42px 50px 20px calc(1920px / 10);
min-width: 600px;
max-width: 1393px;
margin-bottom: 105px;
}
@media screen and (max-width: 1024px) {
.px-banner .text {
padding: 30px 30px 6px;
margin-bottom: 30px;
min-width: 0;
}
}
@media screen and (max-width: 768px) {
.px-banner .text {
padding: 10px 0 0;
margin-bottom: 0;
border-radius: 0;
width: 94%;
margin: 0 auto;
text-align: center;
display: block;
}
}
.px-banner .text .logo-before-text img {
max-height: 70px;
max-width: 100%;
object-fit: contain;
object-position: left;
}
.banner_info_section {
width: 94%;
max-width: 1504px;
margin: -45px auto 0;
display: flex;
position: relative;
z-index: 8;
}
@media screen and (max-width: 1024px) {
.banner_info_section {
margin: 0 auto;
width: 100%;
}
}
@media screen and (max-width: 768px) {
.banner_info_section {
display: block;
}
}
.banner_info_section > * {
padding: 30px 50px 20px;
flex: 0 0 50%;
box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
border-radius: 0px 0px 0px 20px;
}
@media screen and (max-width: 1200px) {
.banner_info_section > * {
padding: 30px 30px 20px;
}
}
@media screen and (max-width: 768px) {
.banner_info_section > * {
padding: 30px 20px;
}
}
.banner_info_section .left_info {
background: #a2c037;
margin-right: -10px;
}
@media screen and (max-width: 768px) {
.banner_info_section .left_info {
margin-right: 0;
}
}
.banner_info_section .left_info .header {
display: flex;
}
@media screen and (max-width: 500px) {
.banner_info_section .left_info .header {
display: block;
}
}
.banner_info_section .left_info .header .headline > .extra_title {
margin-bottom: 4px;
font-size: 30px;
letter-spacing: 0.9px;
font-family: "Assistant", Arial, sans-serif;
font-weight: bold;
text-transform: uppercase;
}
@media (max-width: 1200px) {
.banner_info_section .left_info .header .headline > .extra_title {
font-size: 28px;
}
}
@media (max-width: 1024px) {
.banner_info_section .left_info .header .headline > .extra_title {
font-size: 25px;
}
}
@media (max-width: 768px) {
.banner_info_section .left_info .header .headline > .extra_title {
font-size: 20px;
}
}
@media (max-width: 470px) {
.banner_info_section .left_info .header .headline > .extra_title {
font-size: 18px;
}
}
.banner_info_section .left_info .header .headline > p {
font-weight: 700;
line-height: 140%;
letter-spacing: 0.51px;
}
.banner_info_section .left_info .header .logo {
flex: 0 0 60px;
position: relative;
margin-right: 20px;
width: 60px;
height: 60px;
display: block;
}
@media screen and (max-width: 500px) {
.banner_info_section .left_info .header .logo {
margin-bottom: 10px;
width: 40px;
height: 40px;
margin-right: 0;
}
}
.banner_info_section .left_info .header .logo img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
object-fit: contain;
object-position: left top;
}
.banner_info_section .right_info {
background: #ffffff;
margin-left: -10px;
}
@media screen and (max-width: 768px) {
.banner_info_section .right_info {
margin-left: 0;
}
}
.banner_info_section .right_info > .category_name {
color: #6c206b;
font-size: 30px;
letter-spacing: 0.9px;
font-family: "Assistant", Arial, sans-serif;
font-weight: bold;
text-transform: uppercase;
}
@media (max-width: 1200px) {
.banner_info_section .right_info > .category_name {
font-size: 28px;
}
}
@media (max-width: 1024px) {
.banner_info_section .right_info > .category_name {
font-size: 25px;
}
}
@media (max-width: 768px) {
.banner_info_section .right_info > .category_name {
font-size: 20px;
}
}
@media (max-width: 470px) {
.banner_info_section .right_info > .category_name {
font-size: 18px;
}
}
.banner_info_section .right_info #postsloop {
display: block;
width: 100%;
}
.banner_info_section .right_info #postsloop > article {
width: 100%;
margin-right: 0;
margin-bottom: 15px;
position: relative;
}
.banner_info_section .right_info #postsloop > article:last-child {
margin-bottom: 0;
}
.banner_info_section .right_info #postsloop > article .nolink {
margin-bottom: 3px;
font-size: 20px;
letter-spacing: 0.5px;
font-weight: bold;
}
@media (max-width: 768px) {
.banner_info_section .right_info #postsloop > article .nolink {
font-size: 18px;
}
}
@media (max-width: 470px) {
.banner_info_section .right_info #postsloop > article .nolink {
font-size: 17px;
}
}
.banner_info_section .right_info #postsloop > article .cat_link {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 4;
font-size: 0px;
color: transparent;
}
.banner_info_section .right_info #postsloop > article .introtext {
margin-bottom: 0;
}
.banner_info_section .right_info .header {
display: flex;
}
@media screen and (max-width: 500px) {
.banner_info_section .right_info .header {
display: block;
}
}
.banner_info_section .right_info .header .headline > .extra_title {
margin-bottom: 4px;
font-size: 30px;
letter-spacing: 0.9px;
font-family: "Assistant", Arial, sans-serif;
font-weight: bold;
text-transform: uppercase;
}
@media (max-width: 1200px) {
.banner_info_section .right_info .header .headline > .extra_title {
font-size: 28px;
}
}
@media (max-width: 1024px) {
.banner_info_section .right_info .header .headline > .extra_title {
font-size: 25px;
}
}
@media (max-width: 768px) {
.banner_info_section .right_info .header .headline > .extra_title {
font-size: 20px;
}
}
@media (max-width: 470px) {
.banner_info_section .right_info .header .headline > .extra_title {
font-size: 18px;
}
}
.banner_info_section .right_info .header .headline > p {
font-weight: 700;
line-height: 140%;
letter-spacing: 0.51px;
}
.banner_info_section .right_info .header .logo {
flex: 0 0 60px;
position: relative;
margin-right: 20px;
width: 60px;
height: 60px;
display: block;
}
@media screen and (max-width: 500px) {
.banner_info_section .right_info .header .logo {
margin-bottom: 10px;
width: 40px;
height: 40px;
margin-right: 0;
}
}
.banner_info_section .right_info .header .logo img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
object-fit: contain;
object-position: left top;
}.ce-accordion {
width: 94%;
max-width: 1504px;
margin: 0 auto;
}
.ce-accordion-inner {
position: relative;
}
.ce-accordion-inner .accordion {
width: 100%;
}
.ce-accordion-inner .accordion-label {
display: block;
width: 100%;
padding: 20px 65px 20px 20px;
margin-bottom: 15px;
cursor: pointer;
position: relative;
box-sizing: border-box;
color: #2C285B;
font-size: 20px;
font-weight: bold;
line-height: 28px;
letter-spacing: 0.4px;
background: #F1F6E1;
}
@media screen and (max-width: 768px) {
.ce-accordion-inner .accordion-label {
font-size: 18px;
margin-bottom: 15px;
line-height: 130%;
}
}
.ce-accordion-inner .accordion-label::after {
content: "";
display: block;
width: 44px;
height: 44px;
background: url(//www.bbs-walsrode.de/wp-content/themes/hph-gmbh/blockstudio/accordion/img/arrow-down.svg) no-repeat center center/20px auto;
position: absolute;
top: 50%;
right: 10px;
transform: translateY(-50%) rotate(-90deg);
transition: all 0.3s;
}
.ce-accordion-inner .accordion-content {
height: 0;
padding: 0 20px;
transition: all 0.3s;
overflow: hidden;
background: #fff;
}
.ce-accordion-inner input {
position: absolute;
opacity: 0;
z-index: -1;
}
.ce-accordion-inner input:focus + .accordion-label, .ce-accordion-inner input:active + .accordion-label {
outline: 1px solid #2C285B;
}
.ce-accordion-inner input:not(:checked) + .accordion-label:hover::after {
transform: translateY(-50%) rotate(0);
}
.ce-accordion-inner input:checked + .accordion-label::after {
transform: translateY(-50%) rotate(0);
}
.ce-accordion-inner input:checked + .accordion-label:hover::after {
transform: translateY(-50%) rotate(-180deg);
}
.ce-accordion-inner input:checked ~ .accordion-content {
height: auto;
padding: 20px 20px;
}
.wp-block-columns .ce-accordion, .px-frame-layout .ce-accordion, .accordion-content .ce-accordion, .tab_wrapper .ce-accordion {
width: 100%;
}:root {
--fl-frame-lightbgbox: #f2f2f2;
--fl-frame-cibgbox: #f1f6e1;
--fl-layout-reduced: 996px;
--fl-margin-before-extra-small: 30px;
--fl-margin-before-small: 50px;
--fl-margin-before-medium: 100px;
--fl-margin-before-large: 170px;
--fl-margin-before-extra-large: 200px;
--fl-margin-after-extra-small: 30px;
--fl-margin-after-small: 50px;
--fl-margin-after-medium: 100px;
--fl-margin-after-large: 170px;
--fl-margin-after-extra-large: 200px;
}
@media (max-width: 1024px) {
:root {
--fl-margin-before-medium: 80px;
--fl-margin-before-large: 120px;
--fl-margin-before-extra-large: 170px;
--fl-margin-after-medium: 80px;
--fl-margin-after-large: 120px;
--fl-margin-after-extra-large: 170px;
}
}
@media (max-width: 768px) {
:root {
--fl-margin-before-small: 40px;
--fl-margin-before-medium: 50px;
--fl-margin-before-large: 80px;
--fl-margin-before-extra-large: 100px;
--fl-margin-after-small: 40px;
--fl-margin-after-medium: 50px;
--fl-margin-after-large: 80px;
--fl-margin-after-extra-large: 100px;
}
}
@media (max-width: 470px) {
:root {
--fl-margin-before-small: 35px;
--fl-margin-before-medium: 40px;
--fl-margin-before-large: 50px;
--fl-margin-before-extra-large: 60px;
--fl-margin-after-small: 35px;
--fl-margin-after-medium: 40px;
--fl-margin-after-large: 50px;
--fl-margin-after-extra-large: 60px;
}
}
.fl {
position: relative;
max-width: 1504px;
width: 96%;
margin: 0 auto;
}
.fl[data-layout="default"][data-frame$="box"] {
padding: 30px;
}
@media (max-width: 768px) {
.fl[data-layout="default"][data-frame$="box"] {
padding: 20px;
}
}
@media (max-width: 470px) {
.fl[data-layout="default"][data-frame$="box"] {
padding: 15px;
}
}
.fl[data-layout="layout-full"] {
max-width: 100%;
}
.fl[data-layout="layout-full"][data-frame$="box"] {
padding: 80px 0;
}
@media (max-width: 768px) {
.fl[data-layout="layout-full"][data-frame$="box"] {
padding: 40px 0;
}
}
@media (max-width: 470px) {
.fl[data-layout="layout-full"][data-frame$="box"] {
padding: 30px 0;
}
}
.fl[data-layout="layout-full-reduced"] {
width: 100%;
max-width: none;
}
.fl[data-layout="layout-full-reduced"][data-frame$="box"] {
padding: 80px 0;
}
@media (max-width: 768px) {
.fl[data-layout="layout-full-reduced"][data-frame$="box"] {
padding: 40px 0;
}
}
@media (max-width: 470px) {
.fl[data-layout="layout-full-reduced"][data-frame$="box"] {
padding: 30px 0;
}
}
.fl[data-layout="layout-full-reduced"] .inner {
position: relative;
max-width: 1504px;
width: 96%;
margin: 0 auto;
}
.fl[data-layout="layout-reduced"] {
max-width: var(--fl-layout-reduced);
border-radius: 0px 0px 0px 20px;
}
.fl[data-layout="layout-reduced"][data-frame$="box"] {
padding: 30px;
}
@media (max-width: 768px) {
.fl[data-layout="layout-reduced"][data-frame$="box"] {
padding: 20px;
}
}
@media (max-width: 470px) {
.fl[data-layout="layout-reduced"][data-frame$="box"] {
padding: 15px;
}
}
.fl[data-frame="lightbgbox"] {
background: var(--fl-frame-lightbgbox);
}
.fl[data-frame="cibgbox"] {
background: var(--fl-frame-cibgbox);
}
.fl[data-layout="layout-reduced"][data-frame="lightbgbox"], .fl[data-layout="layout-reduced"][data-frame="cibgbox"], .fl[data-layout="default"][data-frame="lightbgbox"], .fl[data-layout="default"][data-frame="cibgbox"] {
border-radius: 0px 0px 0px 20px;
}
.fl[data-background-image="true"] .background-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.25;
}
.fl[data-background-image="true"] .background-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.fl[data-margin-before="extra-small"] {
margin-top: var(--fl-margin-before-extra-small);
}
.fl[data-margin-before="small"] {
margin-top: var(--fl-margin-before-small);
}
.fl[data-margin-before="medium"] {
margin-top: var(--fl-margin-before-medium);
}
.fl[data-margin-before="large"] {
margin-top: var(--fl-margin-before-large);
}
.fl[data-margin-before="extra-large"] {
margin-top: var(--fl-margin-before-extra-large);
}
.fl[data-margin-after="extra-small"] {
margin-bottom: var(--fl-margin-after-extra-small);
}
.fl[data-margin-after="small"] {
margin-bottom: var(--fl-margin-after-small);
}
.fl[data-margin-after="medium"] {
margin-bottom: var(--fl-margin-after-medium);
}
.fl[data-margin-after="large"] {
margin-bottom: var(--fl-margin-after-large);
}
.fl[data-margin-after="extra-large"] {
margin-bottom: var(--fl-margin-after-extra-large);
}
@media (max-width: 470px) {
.fl[data-margin-before="medium"] {
margin-top: var(--fl-margin-before-medium);
}
.fl[data-margin-before="large"] {
margin-top: var(--fl-margin-before-large);
}
.fl[data-margin-before="extra-large"] {
margin-top: var(--fl-margin-before-extra-large);
}
.fl[data-margin-after="medium"] {
margin-bottom: var(--fl-margin-after-medium);
}
.fl[data-margin-after="large"] {
margin-bottom: var(--fl-margin-after-large);
}
.fl[data-margin-after="extra-large"] {
margin-bottom: var(--fl-margin-after-extra-large);
}
}