.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-contact-persons {
position: relative;
}
.px-contact-persons .cp_id {
color: #2c285b;
font-weight: bold;
text-align: center;
}
.px-contact-persons .inner {
max-width: 1504px;
margin: 0 auto;
width: 94%;
}
.px-contact-persons .inner .contact_person_preview {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
column-gap: 20px;
}
@media (max-width: 768px) {
.px-contact-persons .inner .contact_person_preview {
display: block;
}
}
.px-contact-persons .inner .contact_person_single_article {
margin-bottom: 20px;
padding: 13px 10px;
box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
border-radius: 0px 0px 0px 20px;
background: #fff;
}
.px-contact-persons .inner .contact_person_single_article .contact_person_image {
width: 156px;
height: 156px;
position: relative;
margin: 4px auto 30px;
box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
border-radius: 0px 0px 0px 20px;
}
.px-contact-persons .inner .contact_person_single_article .contact_person_image > img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: top center;
border-radius: 0px 0px 0px 20px;
}
.px-contact-persons .inner .contact_person_single_article .content > *:last-child {
margin-bottom: 0;
}
.px-contact-persons .inner .contact_person_single_article .content .entry-header h6 {
margin-bottom: 0;
font-weight: bold;
font-size: 16px;
text-align: center;
}
.px-contact-persons .inner .contact_person_single_article .content .contact_role {
font-size: 14px;
font-style: italic;
color: #808080;
text-align: center;
}
.px-contact-persons .inner .contact_person_single_article .content .contact_mail {
width: 22px;
height: 22px;
margin: 6px;
display: block;
line-height: 120%;
}
.px-contact-persons .inner .contact_person_single_article .content .contact_mail > span {
display: contents;
}
.px-contact-persons .inner .contact_person_single_article .content .contact_mail svg, .px-contact-persons .inner .contact_person_single_article .content .contact_mail img {
width: 100%;
height: 100%;
object-fit: contain;
}
.px-contact-persons .inner .contact_person_single_article .content .contact_tel {
width: 22px;
height: 21px;
margin: 6px;
display: block;
line-height: 120%;
}
.px-contact-persons .inner .contact_person_single_article .content .contact_tel svg, .px-contact-persons .inner .contact_person_single_article .content .contact_tel > * {
width: 100%;
height: 100%;
object-fit: contain;
}
.px-contact-persons .inner .contact_person_single_article .content .contact_mobile {
width: 22px;
height: 21px;
margin: 6px;
display: block;
line-height: 120%;
}
.px-contact-persons .inner .contact_person_single_article .content .contact_mobile svg, .px-contact-persons .inner .contact_person_single_article .content .contact_mobile > * {
width: 100%;
height: 100%;
object-fit: contain;
}
.px-contact-persons .inner .contact_person_single_article .content .info_popup {
position: relative;
}
.px-contact-persons .inner .contact_person_single_article .content .info_popup .contact_info {
width: 22px;
height: 22px;
margin: 6px;
display: block;
padding: 0;
background: transparent;
cursor: pointer;
}
.px-contact-persons .inner .contact_person_single_article .content .info_popup .contact_info svg, .px-contact-persons .inner .contact_person_single_article .content .info_popup .contact_info > * {
width: 100%;
height: 100%;
object-fit: contain;
}
.px-contact-persons .inner .contact_person_single_article .content .info_section {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
margin-bottom: 10px;
margin-top: 20px;
}
.info_popup_inner {
display: flex;
position: relative;
box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
background: #fff;
border-radius: 2px;
max-width: 1504px;
margin: 0 auto;
width: 94%;
border-radius: 0px 0px 0px 20px;
}
.info_popup_inner ul {
margin-bottom: 20px;
}
.info_popup_inner ul li {
position: relative;
padding-left: 20px;
margin: 10px 0;
}
.info_popup_inner ul li:last-child {
margin-bottom: 0;
}
.info_popup_inner ul li:before {
content: "";
position: absolute;
left: 0;
top: 7px;
width: 9px;
height: 15px;
background: url(//www.bbs-walsrode.de/wp-content/themes/hph-gmbh/blockstudio/contact-persons/img/arrow-right.svg);
background-repeat: no-repeat;
background-size: contain;
}
@media (max-width: 960px) {
.info_popup_inner {
display: block;
padding: 30px 0;
}
}
.info_popup_inner .right_section {
padding: 2% 7%;
flex: 1;
margin: auto;
}
@media (max-width: 768px) {
.info_popup_inner .right_section {
padding: 0 20px 20px;
hyphens: auto;
}
}
.info_popup_inner .right_section p {
margin-bottom: 15px;
}
.info_popup_inner .right_section .contact_informations {
margin-top: 20px;
}
.info_popup_inner .right_section .contact_informations > *:last-child {
margin-bottom: 0;
}
.info_popup_inner .right_section h6 {
font-size: 44px;
margin-bottom: 0;
}
@media (max-width: 1200px) {
.info_popup_inner .right_section h6 {
font-size: 40px;
}
}
@media (max-width: 1024px) {
.info_popup_inner .right_section h6 {
font-size: 35px;
}
}
@media (max-width: 768px) {
.info_popup_inner .right_section h6 {
font-size: 30px;
}
}
@media (max-width: 470px) {
.info_popup_inner .right_section h6 {
font-size: 28px;
}
}
.info_popup_inner .right_section .contact_role {
font-family: "Open Sans", Arial, sans-serif;
font-size: 20px;
color: #453f8f;
letter-spacing: 0;
text-decoration: uppercase;
margin-bottom: 0;
}
@media (max-width: 768px) {
.info_popup_inner .right_section .contact_role {
font-size: 18px;
}
}
.info_popup_inner .left_section {
flex: 0 0 450px;
border-right: 1px solid #bfbfbf;
display: flex;
flex-direction: column;
align-items: center;
}
@media (max-width: 960px) {
.info_popup_inner .left_section {
border-right: 0;
padding: 0 7%;
}
}
@media (max-width: 768px) {
.info_popup_inner .left_section {
padding: 20px;
}
}
.info_popup_inner .left_section .popup_info_content {
padding: 20px;
}
.info_popup_inner .left_section .contact_image {
width: 100%;
height: 277px;
position: relative;
}
@media (max-width: 960px) {
.info_popup_inner .left_section .contact_image {
max-width: 300px;
}
}
.info_popup_inner .left_section .contact_image img {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
object-fit: contain;
}
.info_popup_inner .left_section .contact_role {
font-size: 14px;
font-style: italic;
color: #808080;
margin-bottom: 0;
}
.info_popup_inner .left_section .contact_mail_popup {
display: flex;
color: #453f8f;
font-weight: bold;
align-items: center;
margin-bottom: 25px;
line-height: 120%;
margin-bottom: 15px;
}
.info_popup_inner .left_section .contact_mail_popup > span {
display: contents;
}
.info_popup_inner .left_section .contact_mail_popup svg, .info_popup_inner .left_section .contact_mail_popup img {
flex: 0 0 17px;
width: 17px;
height: 17px;
object-fit: contain;
margin-right: 14px;
}
.info_popup_inner .left_section .contact_tel_popup {
display: flex;
color: #453f8f;
font-weight: bold;
align-items: center;
line-height: 120%;
margin-bottom: 15px;
}
.info_popup_inner .left_section .contact_tel_popup svg, .info_popup_inner .left_section .contact_tel_popup > * {
flex: 0 0 17px;
width: 17px;
height: 17px;
object-fit: contain;
margin-right: 14px;
}
.info_popup_inner .left_section .contact_mobile_popup {
display: flex;
color: #453f8f;
font-weight: bold;
align-items: center;
line-height: 120%;
margin-bottom: 15px;
}
.info_popup_inner .left_section .contact_mobile_popup svg, .info_popup_inner .left_section .contact_mobile_popup > * {
flex: 0 0 17px;
width: 17px;
height: 17px;
object-fit: contain;
margin-right: 14px;
}
.info_popup_inner .mfp-close {
right: 13px;
top: 13px;
color: #c7c6c6;
width: 24px;
height: 24px;
opacity: 1;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
font-size: 40px;
transition: all 0.3s;
}
.info_popup_inner a {
text-decoration: none;
}
.ce-accordion {
width: 94%;
max-width: 1504px;
margin: 0 auto;
}
.ce-accordion .term_description {
margin-bottom: 40px;
}
.ce-accordion-inner {
position: relative;
}
.ce-accordion-inner .accordion {
width: 100%;
overflow: hidden;
}
.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/contact-persons/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 .px-contact-persons, .px-frame-layout .px-contact-persons, .accordion-content .px-contact-persons, .tab_wrapper .px-contact-persons {
width: 100%;
}
.wp-block-columns .px-contact-persons .contact_person_preview {
display: block;
}.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%;
}: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; } }@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-cyrillic-ext.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-cyrillic.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-greek-ext.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-greek.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-hebrew.woff2) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-vietnamese.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-latin-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-cyrillic-ext.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-cyrillic.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-greek-ext.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-greek.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-hebrew.woff2) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-vietnamese.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-latin-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-cyrillic-ext.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-cyrillic.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-greek-ext.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-greek.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-hebrew.woff2) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-vietnamese.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-latin-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-cyrillic-ext.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-cyrillic.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-greek-ext.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-greek.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-hebrew.woff2) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-vietnamese.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-latin-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-cyrillic-ext.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-cyrillic.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-greek-ext.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-greek.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-hebrew.woff2) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-vietnamese.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-latin-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-cyrillic-ext.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-cyrillic.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-greek-ext.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-greek.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-hebrew.woff2) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-vietnamese.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-latin-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}  @font-face {
font-family: 'h5p';
src:  url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/h5p-core-30.eot?h1atjl);
src:  url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/h5p-core-30.eot?h1atjl#iefix) format('embedded-opentype'),
url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/h5p-core-30.ttf?h1atjl) format('truetype'),
url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/h5p-core-30.woff?h1atjl) format('woff'),
url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/h5p-core-30.svg?h1atjl#h5p-core-30) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'h5p-hub-publish';
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/h5p-hub-publish.eot?wy8ylc);
src: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/h5p-hub-publish.eot?wy8ylc#iefix) format('embedded-opentype'),
url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/h5p-hub-publish.ttf?wy8ylc) format('truetype'),
url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/h5p-hub-publish.woff?wy8ylc) format('woff'),
url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/fonts/h5p-hub-publish.svg?wy8ylc#h5p-hub) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
html.h5p-iframe, html.h5p-iframe > body {
font-family: Sans-Serif; width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
.h5p-semi-fullscreen, .h5p-fullscreen, html.h5p-iframe .h5p-container {
overflow: hidden;
}
.h5p-content {
position: relative;
background: #fefefe;
border: 1px solid #EEE;
border-bottom: none;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.h5p-noselect
{
-khtml-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
}
html.h5p-iframe .h5p-content {
font-size: 16px;
line-height: 1.5em;
width: 100%;
height: auto;
-webkit-text-size-adjust: none;
text-size-adjust: none;
}
html.h5p-iframe .h5p-fullscreen .h5p-content,
html.h5p-iframe .h5p-semi-fullscreen .h5p-content {
height: 100%;
}
.h5p-content.h5p-no-frame,
.h5p-fullscreen .h5p-content,
.h5p-semi-fullscreen .h5p-content {
border: 0;
}
.h5p-container {
position: relative;
z-index: 1;
}
.h5p-iframe-wrapper.h5p-fullscreen {
background-color: #000;
}
body.h5p-semi-fullscreen {
position: fixed;
width: 100%;
height: 100%;
}
.h5p-container.h5p-semi-fullscreen {
position: fixed;
top: 0;
left: 0;
z-index: 101;
width: 100%;
height: 100%;
background-color: #FFF;
}
.h5p-content-controls {
margin: 0;
position: absolute;
right: 0;
top: 0;
z-index: 3;
}
.h5p-fullscreen .h5p-content-controls {
display: none;
}
.h5p-content-controls > a:link, .h5p-content-controls > a:visited, a.h5p-disable-fullscreen:link, a.h5p-disable-fullscreen:visited {
color: #e5eef6;
}
.h5p-enable-fullscreen:before {
font-family: 'H5P';
content: "\e88c";
}
.h5p-disable-fullscreen:before {
font-family: 'H5P';
content: "\e891";
}
.h5p-enable-fullscreen, .h5p-disable-fullscreen {
cursor: pointer;
color: #EEE;
background: rgb(0,0,0);
background: rgba(0,0,0,0.3);
line-height: 0.975em;
font-size: 2em;
width: 1.125em;
height: 1em;
text-indent: 0.04em;
}
.h5p-disable-fullscreen {
line-height: 0.925em;
width: 1.1em;
height: 0.9em;
}
.h5p-enable-fullscreen:focus,
.h5p-disable-fullscreen:focus {
outline-style: solid;
outline-width: 1px;
outline-offset: 0.25em;
}
.h5p-enable-fullscreen:hover, .h5p-disable-fullscreen:hover {
background: rgba(0,0,0,0.5);
}
.h5p-semi-fullscreen .h5p-enable-fullscreen {
display: none;
}
div.h5p-fullscreen {
width: 100%;
height: 100%;
}
.h5p-iframe-wrapper {
width: auto;
height: auto;
}
.h5p-fullscreen .h5p-iframe-wrapper,
.h5p-semi-fullscreen .h5p-iframe-wrapper {
width: 100%;
height: 100%;
}
.h5p-iframe-wrapper.h5p-semi-fullscreen {
width: auto;
height: auto;
background: black;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 100001;
}
.h5p-iframe-wrapper.h5p-semi-fullscreen .buttons {
position: absolute;
top: 0;
right: 0;
z-index: 20;
}
.h5p-iframe-wrapper iframe.h5p-iframe { width: 10px;
min-width: 100%;
*width: 100%; height: 100%;
z-index: 10;
overflow: hidden;
border: 0;
display: block;
}
.h5p-content ul.h5p-actions {
box-sizing: border-box;
-moz-box-sizing: border-box;
list-style: none;
padding: 0px 10px;
margin: 0;
height: 25px;
font-size: 12px;
background: #FAFAFA;
border-top: 1px solid #EEE;
border-bottom: 1px solid #EEE;
clear: both;
font-family: Sans-Serif;
}
.h5p-fullscreen .h5p-actions, .h5p-semi-fullscreen .h5p-actions {
display: none;
}
.h5p-actions > .h5p-button {
float: left;
cursor: pointer;
margin: 0 0.5em 0 0;
background: none;
padding: 0 0.75em 0 0.25em;
vertical-align: top;
color: #707070;
text-decoration: none;
outline: none;
line-height: 22px;
}
.h5p-actions button:hover {
color: #333;
}
.h5p-actions button:active,
.h5p-actions button:focus,
.h5p-actions .h5p-link:active,
.h5p-actions .h5p-link:focus {
color: #666;
}
.h5p-actions button {
display: inline-flex;
padding: 0;
margin: 0;
color: #6A6A6A;
position: relative; background: none;
border: none;
font: inherit;
cursor: pointer;
line-height: 2;
}
.h5p-actions button:focus,
.h5p-actions .h5p-link:focus {
outline-style: solid;
outline-width: thin;
outline-offset: -2px;
outline-color: #5981A1;
}
.h5p-actions button:before {
font-family: 'H5P';
font-size: 20px;
line-height: 23px;
vertical-align: bottom;
padding-right: 0;
}
.h5p-actions > .h5p-button.h5p-export > button:before {
content: "\e90b";
}
.h5p-actions > .h5p-button.h5p-copyrights > button:before {
content: "\e88f";
}
.h5p-actions > .h5p-button.h5p-embed > button:before {
content: "\e892";
}
.h5p-actions .h5p-link {
float: right;
margin-right: 0;
font-size: 2.0em;
line-height: 23px;
position: relative;
color: #6a6a6a;
text-decoration: none;
outline: none;
}
.h5p-actions .h5p-link:before {
font-family: 'H5P';
content: "\e88e";
vertical-align: bottom;
}
.h5p-actions > li {
margin: 0;
list-style: none;
}
.h5p-popup-dialog {
position: absolute;
top: 0;
left: 0;
width: 100%;
min-height: 100%;
z-index: 100;
padding: 2em;
box-sizing: border-box;
-moz-box-sizing: border-box;
opacity: 0;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
background:#000;
background:rgba(0,0,0,0.75);
}
.h5p-popup-dialog.h5p-open {
opacity: 1;
}
.h5p-popup-dialog .h5p-inner {
box-sizing: border-box;
-moz-box-sizing: border-box;
background: #fff;
height: 100%;
max-height: 100%;
position: relative;
}
.h5p-popup-dialog .h5p-inner > h2 {
position: absolute;
box-sizing: border-box;
-moz-box-sizing: border-box;
width: 100%;
margin: 0;
background: #eee;
display: block;
color: #656565;
font-size: 1.25em;
padding: 0.325em 0.5em 0.25em;
line-height: 1.25em;
border-bottom: 1px solid #ccc;
z-index: 2;
}
.h5p-popup-dialog .h5p-inner > h2 > a {
font-size: 12px;
margin-left: 1em;
}
.h5p-embed-dialog .h5p-inner,
.h5p-reuse-dialog .h5p-inner,
.h5p-content-user-data-reset-dialog .h5p-inner {
min-width: 316px;
max-width: 400px;
left: 50%;
top: 50%;
transform: translateX(-50%);
}
.h5p-embed-dialog .h5p-embed-code-container,
.h5p-embed-size {
resize: none;
outline: none;
width: 100%;
padding: 0.375em 0.5em 0.25em;
margin: 0;
overflow: hidden;
border: 1px solid #ccc;
box-shadow: 0 1px 2px 0 #d0d0d0 inset;
font-size: 0.875em;
letter-spacing: 0.065em;
font-family: sans-serif;
white-space: pre;
line-height: 1.5em;
height: 2.0714em;
background: #f5f5f5;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.h5p-embed-dialog .h5p-embed-code-container:focus {
height: 5em;
}
.h5p-embed-size {
width: 3.5em;
text-align: right;
margin: 0.5em 0;
line-height: 2em;
}
.h5p-popup-dialog .h5p-scroll-content {
border-top: 2.25em solid transparent;
padding: 1em;
box-sizing: border-box;
-moz-box-sizing: border-box;
color: #555555;
z-index: 1;
}
.h5p-popup-dialog.h5p-open .h5p-scroll-content {
overflow: auto;
overflow-x: hidden;
overflow-y: auto;
height: 100%;
}
.h5p-popup-dialog .h5p-scroll-content::-webkit-scrollbar {
width: 8px;
}
.h5p-popup-dialog .h5p-scroll-content::-webkit-scrollbar-track {
background: #e0e0e0;
}
.h5p-popup-dialog .h5p-scroll-content::-webkit-scrollbar-thumb {
box-shadow: 0 0 10px #000 inset;
border-radius: 4px;
}
.h5p-popup-dialog .h5p-close {
cursor: pointer;
font-size: 2em;
position: absolute;
right: 0;
top: 0;
width: 1.125em;
height: 1.125em;
line-height: 1.125em;
color: #656565;
cursor: pointer;
text-indent: -0.065em;
z-index: 3
}
.h5p-popup-dialog .h5p-close:after {
font-family: 'H5P';
content: "\e894";
}
.h5p-popup-dialog .h5p-close:hover:after,
.h5p-popup-dialog .h5p-close:focus:after {
color: #454545;
}
.h5p-popup-dialog .h5p-close:active:after {
color: #252525;
}
.h5p-poopup-dialog h2 {
margin: 0.25em 0 0.5em;
}
.h5p-popup-dialog h3 {
margin: 0.75em 0 0.25em;
}
.h5p-popup-dialog dl {
margin: 0.25em 0 0.75em;
}
.h5p-popup-dialog dt {
float: left;
margin: 0 0.75em 0 0;
}
.h5p-popup-dialog dt:after {
content: ':';
}
.h5p-popup-dialog dd {
margin: 0;
}
.h5p-expander {
cursor: pointer;
font-size: 1.125em;
margin: 0.5em 0 0;
display: inline-block;
}
.h5p-expander:before {
content: "+";
width: 1em;
display: inline-block;
font-weight: bold;
}
.h5p-expander.h5p-open:before {
content: "-";
text-indent: 0.125em;
}
.h5p-expander:hover,
.h5p-expander:focus {
color: #303030;
}
.h5p-expander:active {
color: #202020;
}
.h5p-expander-content {
display: none;
}
.h5p-expander-content p {
margin: 0.5em 0;
}
.h5p-content-copyrights {
border-left: 0.25em solid #d0d0d0;
margin-left: 0.25em;
padding-left: 0.25em;
}
.h5p-throbber {
background: url(//www.bbs-walsrode.de/wp-content/plugins/h5p/h5p-php-library/images/throbber.gif?ver=1.2.1) 10px center no-repeat;
padding-left: 38px;
min-height: 30px;
line-height: 30px;
}
.h5p-dialog-ok-button {
cursor: default;
float: right;
outline: none;
border: 2px solid #ccc;
padding: 0.25em 0.75em 0.125em;
background: #eee;
}
.h5p-dialog-ok-button:hover,
.h5p-dialog-ok-button:focus {
background: #fafafa;
}
.h5p-dialog-ok-button:active {
background: #eeffee;
}
.h5p-big-button {
line-height: 1.25;
display: block;
position: relative;
cursor: pointer;
width: 100%;
padding: 1em 1em 1em 3.75em;
text-align: left;
border: 1px solid #dedede;
background: linear-gradient(#ffffff, #f1f1f2);
border-radius: 0.25em;
}
.h5p-big-button:before {
font-family: 'h5p';
content: "\e893";
line-height: 1;
font-size: 3em;
color: #2747f7;
position: absolute;
left: 0.125em;
top: 0.125em;
}
.h5p-copy-button:before {
content: "\e905";
}
.h5p-big-button:hover {
border: 1px solid #2747f7;
background: #eff1fe;
}
.h5p-big-button:active {
border: 1px solid #dedede;
background: #dfe4fe;
}
.h5p-button-title {
color: #2747f7;
font-size: 15px;
font-weight: bold;
margin-bottom: 0.5em;
}
.h5p-button-description {
color: #757575;
}
.h5p-horizontal-line-text {
border-top: 1px solid #dadada;
line-height: 1;
color: #474747;
text-align: center;
position: relative;
margin: 1.25em 0;
}
.h5p-horizontal-line-text > span {
background: white;
padding: 0.5em;
position: absolute;
top: -1em;
left: 50%;
transform: translateX(-50%);
}
.h5p-toast {
font-size: 0.75em;
background-color: rgba(0, 0, 0, 0.9);
color: #fff;
z-index: 110;
position: absolute;
padding: 0 0.5em;
line-height: 2;
border-radius: 4px;
white-space: nowrap;
pointer-events: none;
top: 0;
opacity: 1;
visibility: visible;
transition: opacity 1s;
}
.h5p-toast-disabled {
opacity: 0;
visibility: hidden;
}
.h5p-content code,
.h5peditor code {
color: #3d3d3d;
background: #e0e0e0;
border-radius: 2px;
padding: 0 5px;
}
.h5p-content pre > code,
.h5peditor pre > code {
background-color: #fafafa;
padding: 5px;
display: block;
line-height: normal;
border: 1px solid #c7c7c7;
border-left-width: 4px;
max-width: 100%;
white-space: pre;
overflow: auto;
} .h5peditor-semi-fullscreen {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 101;
}
iframe.h5peditor-semi-fullscreen {
background: #fff;
z-index: 100001;
}
.h5p-content.using-mouse *:not(textarea):focus {
outline: none !important;
}
.h5p-content-hub-button:before {
font-family: "h5p";
margin-right: 0.5em;
font-size: 0.7em;
line-height: 1;
}
.h5p-content-hub-button.unpublish:before {
content: "\e916";
}
.h5p-content-hub-button.waiting:before,
.h5p-content-hub-button.sync:before {
content: "\e917";
}
.h5p-content-hub-button.waiting:before {
display: inline-block;
animation: rotate 2s linear infinite;
}
@keyframes rotate {
to {
transform: rotate(360deg);
}
}.h5p-confirmation-dialog-background {
position: fixed;
height: 100%;
width: 100%;
left: 0;
top: 0;
background: rgba(44, 44, 44, 0.9);
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.1s, linear 0s, visibility 0s linear 0s;
transition: opacity 0.1s linear 0s, visibility 0s linear 0s;
z-index: 201;
}
.h5p-confirmation-dialog-background.hidden {
display: none;
}
.h5p-confirmation-dialog-background.hiding {
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.1s, linear 0s, visibility 0s linear 0.1s;
transition: opacity 0.1s linear 0s, visibility 0s linear 0.1s;
}
.h5p-confirmation-dialog-popup:focus {
outline: none;
}
.h5p-confirmation-dialog-popup {
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
box-sizing: border-box;
max-width: 35em;
min-width: 25em;
top: 2em;
left: 50%;
-webkit-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
color: #555;
box-shadow: 0 0 6px 6px rgba(10,10,10,0.3);
-webkit-transition: transform 0.1s ease-in;
transition: transform 0.1s ease-in;
}
.h5p-confirmation-dialog-popup.hidden {
-webkit-transform: translate(-50%, 50%);
-ms-transform: translate(-50%, 50%);
transform: translate(-50%, 50%);
}
.h5p-confirmation-dialog-header {
padding: 1.5em;
background: #fff;
color: #356593;
}
.h5p-confirmation-dialog-header-text {
font-size: 1.25em;
}
.h5p-confirmation-dialog-body {
background: #fafbfc;
border-top: solid 1px #dde0e9;
padding: 1.25em 1.5em;
}
.h5p-confirmation-dialog-text {
margin-bottom: 1.5em;
}
.h5p-confirmation-dialog-buttons {
float: right;
}
button.h5p-confirmation-dialog-exit:visited,
button.h5p-confirmation-dialog-exit:link,
button.h5p-confirmation-dialog-exit {
position: absolute;
background: none;
border: none;
font-size: 2.5em;
top: -0.9em;
right: -1.15em;
color: #fff;
cursor: pointer;
text-decoration: none;
}
button.h5p-confirmation-dialog-exit:focus,
button.h5p-confirmation-dialog-exit:hover {
color: #E4ECF5;
}
.h5p-confirmation-dialog-exit:before {
font-family: "H5P";
content: "\e890";
}
.h5p-core-button.h5p-confirmation-dialog-confirm-button {
padding-left: 0.75em;
margin-bottom: 0;
}
.h5p-core-button.h5p-confirmation-dialog-confirm-button:before {
content: "\e601";
margin-top: -6px;
display: inline-block;
}
.h5p-confirmation-dialog-popup.offline .h5p-confirmation-dialog-buttons {
float: none;
text-align: center;
}
.h5p-confirmation-dialog-popup.offline .count-down {
font-family: Arial;
margin-top: 0.15em;
color: #000;
}
.h5p-confirmation-dialog-popup.offline .h5p-confirmation-dialog-confirm-button:before {
content: "\e90b";
font-weight: normal;
vertical-align: text-bottom;
}
.throbber-wrapper {
display: none;
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: 1;
background: rgba(44, 44, 44, 0.9);
}
.throbber-wrapper.show {
display: block;
}
.throbber-wrapper .throbber-container {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.throbber-wrapper .sending-requests-throbber{
position: absolute;
top: 7em;
left: 50%;
transform: translateX(-50%);
}
.throbber-wrapper .sending-requests-throbber:before {
display: block;
font-family: 'H5P';
content: "\e90b";
color: white;
font-size: 10em;
animation: request-throbber 1.5s infinite linear;
}
@keyframes request-throbber {
from {
transform: rotate(0);
}
to {
transform: rotate(359deg);
}
}button.h5p-core-button:visited,
button.h5p-core-button:link,
button.h5p-core-button {
font-family: "Open Sans", sans-serif;
font-weight: 600;
font-size: 1em;
line-height: 1.2;
padding: 0.5em 1.25em;
border-radius: 2em;
background: #2579c6;
color: #fff;
cursor: pointer;
border: none;
box-shadow: none;
outline: none;
display: inline-block;
text-align: center;
text-shadow: none;
vertical-align: baseline;
text-decoration: none;
-webkit-transition: initial;
transition: initial;
}
button.h5p-core-button:focus {
background: #1f67a8;
}
button.h5p-core-button:hover {
background: rgba(31, 103, 168, 0.83);
}
button.h5p-core-button:active {
background: #104888;
}
button.h5p-core-button:before {
font-family: 'H5P';
padding-right: 0.15em;
font-size: 1.5em;
vertical-align: middle;
line-height: 0.7;
}
button.h5p-core-cancel-button:visited,
button.h5p-core-cancel-button:link,
button.h5p-core-cancel-button {
border: none;
background: none;
color: #a00;
margin-right: 1em;
font-size: 1em;
text-decoration: none;
cursor: pointer;
}
button.h5p-core-cancel-button:hover,
button.h5p-core-cancel-button:focus {
background: none;
border: none;
color: #e40000;
}.h5p-tooltip {
--translateX: -50%;
--translateY: 0;
display: none;
position: absolute;
bottom: 100%;
left: 50%;
transform: translateX(var(--translateX)) translateY(var(--translateY));
z-index: 4;
font-size: 0.9rem;
line-height: 1.5rem;
padding: 0 0.5rem;
white-space: nowrap;
background: #000;
color: #FFF;
cursor: default; -webkit-animation: 800ms ease 0s normal forwards 1 fadein;
animation: 800ms ease 0s normal forwards 1 fadein;
}
@keyframes fadein{
0% { opacity: 0; }
80% { opacity: 0; }
100% { opacity: 1; }
}
@-webkit-keyframes fadein{
0% { opacity: 0; }
80% { opacity: 0; }
100% { opacity: 1; }
}
.h5p-tooltip-bottom {
top: 100%;
bottom: auto;
}
.h5p-tooltip-left {
--translateY: -50%;
--translateX: 0;
top: 50%;
bottom: auto;
left: auto;
right: 100%;
}
.h5p-tooltip-right {
--translateY: -50%;
--translateX: 0;
top: 50%;
bottom: auto;
left: 100%;
right: auto;
}
.h5p-tooltip-visible {
display: block;
}.h5p-iframe { figure.table {
display: table;
table-layout: fixed;
margin: 0 auto;
padding: 0;
float: left; table {
border-collapse: collapse;
height: 100%;
width: 100%;
border-spacing: 0;
border-width: 1px;
border-color:  #494949;
td, th {
padding: 1px;
border-color:  #494949;
border-bottom-style: solid;
}
td {
border-width: 0.083em;
}
th {
text-align: left;
border-width: .167em;
}
tr:last-child > td {
border-bottom-style: none;
}
}
figcaption {
background-color: transparent;
caption-side: top;
color: #333;
display: table-caption;
font-size: .75em;
outline-offset: -1px;
padding: .6em;
text-align: center;
word-break: break-word;
}
}
.table-overflow-protection {
clear: both;
}
}