.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;
}.px-videoplayeryoutube {
max-width: 1080px;
margin: 0 auto 25px;
}
.px-videoplayeryoutube-inner {
position: relative;
display: flex;
justify-content: center;
align-items: center;
max-height: 720px;
border-radius: 0px 0px 0px 20px;
overflow: hidden;
}
@media (max-width: 470px) {
.px-videoplayeryoutube-inner {
min-height: 220px;
}
}
.px-videoplayeryoutube-inner .frame {
position: relative;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.px-videoplayeryoutube-inner .frame iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.px-videoplayeryoutube-inner .frame img {
margin: 0 auto;
display: block;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.px-videoplayeryoutube-inner .frame .play-button {
position: absolute;
top: 50%;
left: 50%;
display: block;
width: 103px;
height: 103px;
background: url(//www.bbs-walsrode.de/wp-content/themes/hph-gmbh/blockstudio/videoplayeryoutube/img/play.svg) no-repeat center/100% auto;
cursor: pointer;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #fff;
}
@media (max-width: 1024px) {
.px-videoplayeryoutube-inner .frame .play-button {
width: 50px;
height: 50px;
}
}
@media (max-width: 768px) {
.px-videoplayeryoutube-inner .frame .play-button {
width: 40px;
height: 40px;
}
}
.px-videoplayeryoutube-inner .frame .play-button:focus, .px-videoplayeryoutube-inner .frame .play-button:active {
outline: 1px solid #6c206b;
}
.px-videoplayeryoutube-inner .frame .overlay {
display: flex;
align-items: center;
justify-content: center;
margin: 16px 0;
}
.px-videoplayeryoutube-inner .frame .overlay-inner {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
margin: 25px auto;
max-width: 750px;
min-height: 450px;
width: 94%;
border-radius: 0px 0px 0px 20px;
background: rgba(255, 255, 255, 0.9);
backdrop-filter: blur(4px);
padding: 30px 60px;
position: relative;
transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, top 0.2s ease-in-out;
box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
.px-videoplayeryoutube-inner .frame .overlay-inner {
padding: 30px 20px;
min-height: 0;
}
}
@media (min-width: 768px) {
.px-videoplayeryoutube-inner .frame .overlay-inner {
top: 0;
font-size: 14px;
}
}
@media screen and (max-width: 470px) {
.px-videoplayeryoutube-inner .frame .overlay-inner {
font-size: 13px;
line-height: 125%;
}
}
.px-videoplayeryoutube-inner .frame .overlay-inner .btn_parent {
display: block;
margin: 0;
}
@media screen and (max-width: 470px) {
.px-videoplayeryoutube-inner .frame .overlay-inner p + p {
margin-top: 5px;
}
}
.px-videoplayeryoutube-inner .frame .overlay h4 {
color: #6c206b;
}
.px-videoplayeryoutube-inner .frame .video {
width: 100%;
position: relative;
padding-bottom: 56.25%; padding-top: 25px;
height: 0;
}
.px-videoplayeryoutube-inner.no-bg-img {
min-height: 0;
background: transparent;
}
.px-videoplayeryoutube-inner.no-bg-img .frame .overlay-inner {
margin: 0 auto;
width: 100%;
opacity: 1;
pointer-events: auto;
top: 0;
background: #f2f2f2;
}
.wp-block-columns .px-videoplayeryoutube, .px-frame-layout .px-videoplayeryoutube, .accordion-content .px-videoplayeryoutube, .tab_wrapper .px-videoplayeryoutube {
width: 100%;
}.ce-tabs {
width: 94%;
max-width: 1504px;
margin: 0 auto;
}
.ce-tabs .tab_wrapper > div {
display: flex;
flex-wrap: wrap;
padding: 0;
}
.ce-tabs .tab_wrapper > div section {
order: 999;
display: none;
padding: 0;
background: #fff;
position: relative;
z-index: 2;
box-sizing: border-box;
width: 100%;
}
.ce-tabs .tab_wrapper > div label {
padding: 0 0 15px 0;
color: #2C285B;
font-size: 20px;
font-weight: 700;
margin-right: 40px;
text-transform: uppercase;
cursor: pointer;
list-style-type: none;
position: relative;
margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
.ce-tabs .tab_wrapper > div label {
font-size: 18px;
font-weight: 700;
margin-right: 20px;
margin-bottom: 20px;
}
}
@media screen and (max-width: 768px) {
.ce-tabs .tab_wrapper > div label {
padding: 0 0 10px 0;
font-size: 17px;
font-weight: 700;
margin-right: 10px;
margin-bottom: 10px;
}
}
.ce-tabs .tab_wrapper > div label:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
height: 2px;
background: #6C206B;
width: 0;
transition: all 0.3s;
}
@media screen and (max-width: 768px) {
.ce-tabs .tab_wrapper > div label {
width: 100%;
}
}
.ce-tabs .tab_wrapper > div input {
opacity: 0;
position: absolute;
}
.ce-tabs .tab_wrapper > div input[type="radio"]:checked + label {
color: #A2C037;
}
.ce-tabs .tab_wrapper > div input[type="radio"]:checked + label:after {
width: 100%;
}
.ce-tabs .tab_wrapper > div input[type="radio"]:checked + label + section {
display: block;
}
.ce-tabs .tab_wrapper > div input:focus + label, .ce-tabs .tab_wrapper > div input:active + label {
color: #A2C037;
outline: 2px solid #6C206B;
}
.ce-tabs .tab_wrapper > div input:focus + label:after, .ce-tabs .tab_wrapper > div input:active + label:after {
width: 100%;
}
.ce-tabs .tab_wrapper > div .components-placeholder__fieldset input.components-text-control__input {
display: block;
opacity: 1;
position: relative;
}
.wp-block-columns .ce-tabs, .px-frame-layout .ce-tabs, .accordion-content .ce-tabs, .tab_wrapper .ce-tabs {
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);
}
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
width: 100%;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }