.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0
}

[data-tippy-root] {
    max-width: calc(100vw - 10px)
}

.tippy-box {
    background-color: #333;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    outline: 0;
    position: relative;
    transition-property: transform,visibility,opacity;
    white-space: normal
}

.tippy-box[data-placement^=top]>.tippy-arrow {
    bottom: 0
}

.tippy-box[data-placement^=top]>.tippy-arrow:before {
    border-top-color: initial;
    border-width: 8px 8px 0;
    bottom: -7px;
    left: 0;
    transform-origin: center top
}

.tippy-box[data-placement^=bottom]>.tippy-arrow {
    top: 0
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before {
    border-bottom-color: initial;
    border-width: 0 8px 8px;
    left: 0;
    top: -7px;
    transform-origin: center bottom
}

.tippy-box[data-placement^=left]>.tippy-arrow {
    right: 0
}

.tippy-box[data-placement^=left]>.tippy-arrow:before {
    border-left-color: initial;
    border-width: 8px 0 8px 8px;
    right: -7px;
    transform-origin: center left
}

.tippy-box[data-placement^=right]>.tippy-arrow {
    left: 0
}

.tippy-box[data-placement^=right]>.tippy-arrow:before {
    border-right-color: initial;
    border-width: 8px 8px 8px 0;
    left: -7px;
    transform-origin: center right
}

.tippy-box[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(.54,1.5,.38,1.11)
}

.tippy-arrow {
    color: #333;
    height: 16px;
    width: 16px
}

.tippy-arrow:before {
    border-color: #0000;
    border-style: solid;
    content: "";
    position: absolute
}

.tippy-content {
    padding: 5px 9px;
    position: relative;
    z-index: 1
}

.tippy-box[data-placement^=top]>.tippy-svg-arrow {
    bottom: 0
}

.tippy-box[data-placement^=top]>.tippy-svg-arrow:after,.tippy-box[data-placement^=top]>.tippy-svg-arrow>svg {
    top: 16px;
    transform: rotate(180deg)
}

.tippy-box[data-placement^=bottom]>.tippy-svg-arrow {
    top: 0
}

.tippy-box[data-placement^=bottom]>.tippy-svg-arrow>svg {
    bottom: 16px
}

.tippy-box[data-placement^=left]>.tippy-svg-arrow {
    right: 0
}

.tippy-box[data-placement^=left]>.tippy-svg-arrow:after,.tippy-box[data-placement^=left]>.tippy-svg-arrow>svg {
    left: 11px;
    top: calc(50% - 3px);
    transform: rotate(90deg)
}

.tippy-box[data-placement^=right]>.tippy-svg-arrow {
    left: 0
}

.tippy-box[data-placement^=right]>.tippy-svg-arrow:after,.tippy-box[data-placement^=right]>.tippy-svg-arrow>svg {
    right: 11px;
    top: calc(50% - 3px);
    transform: rotate(-90deg)
}

.tippy-svg-arrow {
    fill: #333;
    height: 16px;
    text-align: initial;
    width: 16px
}

.tippy-svg-arrow,.tippy-svg-arrow>svg {
    position: absolute
}

*,:after,:before {
    box-sizing: inherit
}

* {
    margin: 0
}

body,html {
    box-sizing: border-box
}

body {
    -ms-overflow-style: none;
    line-height: 1.5;
    scrollbar-width: none;
    background-color: white;
}

body::-webkit-scrollbar {
    display: none
}

canvas,img,picture,svg,video {
    display: block;
    max-width: 100%
}

button,input,select,textarea {
    background: none;
    border: 0;
    font: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0
}

h1,h2,h3,h4,h5,h6,p {
    overflow-wrap: break-word
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

address {
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: opensans_regular;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/open_sans/ttf/opensans-regular.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: opensans_bold;
    font-style: normal;
    font-weight: 700;
    src: url(fonts/open_sans/ttf/opensans-bold.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: "pt_serif_regular";
    font-style: normal;
    font-weight: 400;
    src: url(fonts/pt_serif/ttf/ptserif-regular.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: "pt_serif_italic";
    font-style: italic;
    font-weight: 400;
    src: url(fonts/pt_serif/ttf/ptserif-italicttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: "pt_serif_bold";
    font-style: normal;
    font-weight: 700;
    src: url(fonts/pt_serif/ttf/ptserif-bold.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: "pt_serif_bolditalic";
    font-style: italic;
    font-weight: 700;
    src: url(fonts/pt_serif/ttf/ptserif-bolditalic.ttf) format("truetype")
}

.global {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.main {
    flex: 1
}

.max-width {
    max-width: 937px
}

.distance--LR {
    margin: 0 20px
}

@media(min-width: 730px) {
    .distance--LR {
        margin:0 30px
    }
}

@media(min-width: 998px),print {
    .distance--LR {
        margin:0 auto
    }
}

.margin__top--0 {
    margin-top: 0
}

.margin__top--25 {
    margin-top: 1.5rem
}

.margin__top--35 {
    margin-top: 2rem
}

.margin__top--50 {
    margin-top: 3rem
}

.fotocredit {
    background-color: #fff;
    padding: .5rem
}

.fotocredit p {
    color: #333;
    font-size: .75rem;
    opacity: .6
}

.nav-links {
    display: flex;
    justify-content: space-between;
    margin-top: 30px
}

.nav-next {
    margin-left: auto
}

.page404 {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 50svh;
    justify-content: flex-start
}

@media(min-width: 998px),print {
    .page404 {
        justify-content:center
    }
}

.page404 .searchPopup__formContainer {
    max-width: 500px
}

.tippy-box[data-theme~=standard] {
    background-color: #333;
    border-radius: 4px;
    padding: 8px 16px
}

.tippy-box[data-theme~=standard] a {
    color: #fff;
    font-size: 14px
}

a {
    color: #9e1916;
    font-family: opensans_regular,Arial,sans-serif;
    text-decoration: none!important
}

a:hover {
    text-decoration: underline
}

ol,p,ul {
    color: #333;
    font-family: opensans_regular,Arial,sans-serif;
    font-size: .875rem;
    line-height: 1.313rem
}

.sideBar p {
    margin-bottom: 10px
}

h1,h2,h3,h4,h5,h6 {
    color: #333;
    font-family: pt_serif_bold,Arial,sans-serif;
    font-weight: 100;
    margin-bottom: .5rem
}

h1 {
    font-size: 1.625rem;
    line-height: 2rem
}

@media(min-width: 730px) {
    h1 {
        font-size:1.75rem;
        line-height: 2.188rem
    }
}

@media(min-width: 1220px) {
    h1 {
        font-size:2rem;
        line-height: 2.5rem
    }
}

h2 {
    font-size: 1.375rem;
    line-height: 1.75rem
}

@media(min-width: 730px) {
    h2 {
        font-size:1.5rem;
        line-height: 1.875rem
    }
}

@media(min-width: 1220px) {
    h2 {
        font-size:1.75rem;
        line-height: 2.188rem
    }
}

h3,h4,h5,h6 {
    font-size: 1.125rem;
    line-height: 1.313rem
}

@media(min-width: 730px) {
    h3,h4,h5,h6 {
        font-size:1.313rem;
        line-height: 1.625rem
    }
}

@media(min-width: 1220px) {
    h3,h4,h5,h6 {
        font-size:1.5rem;
        line-height: 1.875rem
    }
}

b,strong {
    font-family: opensans_bold,Arial,sans-serif
}

ol,ul {
    padding-left: 1.5rem
}

main li {
    margin-bottom: 1rem
}

time {
    color: #333;
    font-family: opensans_bold,Arial,sans-serif
}

p:empty {
    display: none
}

.pp__article__container h2 {
    margin-top: 2rem
}

.pp__article__container h3 {
    margin-top: 1.5rem
}

.card h1 {
    font-size: 1.5rem;
    line-height: 2rem
}

.card h2 {
    font-size: 1.125rem;
    line-height: 1.25rem
}

@keyframes fadeDownIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeDownOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes overlayIn {
    0% {
        opacity: 0
    }

    to {
        opacity: .5
    }
}

@keyframes overlayOut {
    0% {
        opacity: .5
    }

    to {
        opacity: 0
    }
}

.header {
    display: flex;
    flex-direction: column-reverse
}

@media(min-width: 908px) {
    .header {
        flex-direction:column
    }
}

.header__background--top {
    background-color: #eee;
    height: 55px;
    position: relative;
    z-index: 100
}

@media(min-width: 730px) {
    .header__background--top {
        height:90px
    }
}

.header__background--bottom {
    background-color: #ccc;
    height: 40px;
    z-index: 100
}

.header__top {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between
}

.header__top__logo--left {
    max-width: 180px
}

@media(min-width: 320px) {
    .header__top__logo--left {
        max-width:210px
    }
}

@media(min-width: 373px) {
    .header__top__logo--left {
        max-width:250px
    }
}

@media(min-width: 730px) {
    .header__top__logo--left {
        max-width:100%
    }
}

.header__top__logo--right {
    display: none
}

@media(min-width: 908px) {
    .header__top__logo--right {
        display:block
    }
}

.header__navigation {
    display: flex;
    height: 100%;
    justify-content: flex-end;
	position: relative;
}

@media(min-width: 908px) {
    .header__navigation {
        background-color:#ccc;
        justify-content: space-between
    }
}

.header__navigation__container {
    background-color: #eee;
    display: none;
    height: -moz-fit-content;
    /*height: fit-content;*/
    left: 0;
    padding: 30px 1.5rem 30px 20px;
    position: absolute;
    top: 95px;
    width: 100%;
    z-index: 50
}

@media(min-width: 730px) {
    .header__navigation__container {
        top:130px
    }
}

@media(min-width: 908px) {
    .header__navigation__container {
        background-color:initial;
        display: block;
        height: inherit;
        left: auto;
        padding: 0;
        position: static;
        top: auto;
        width: auto
    }

    .header__navigation__container .menu-header-navigation-container {
        height: inherit
    }
}

.header__navigation__primary {
    display: flex;
    flex-direction: column;
    height: 100%;
    list-style-type: none;
    padding: 0;
    row-gap: 20px
}

@media(min-width: 908px) {
    .header__navigation__primary {
        flex-direction:row;
        row-gap: normal
    }

    .header__navigation__primary li:hover {
        background-color: #9e1916;
        cursor: pointer
    }

    .header__navigation__primary li:hover a {
        color: #fff;
        text-decoration: none
    }
}

.header__navigation__primary li a {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 1rem;
    height: 100%;
    justify-content: center;
    padding: 0 16px
}

@media(min-width: 908px) {
    .header__navigation__primary li a {
        font-size:.875rem
    }
}

.header__navigation__icons {
    align-items: center;
    display: flex;
    margin-right: -20px
}

@media(min-width: 908px) {
    .header__navigation__icons {
        margin-right:0
    }
}

.header__navigation__icons--newsletter {
    align-items: center;
    color: #333;
    display: flex;
    font-size: .75rem;
    height: 100%;
    justify-content: center;
    padding: 0 10px
}

@media(min-width: 320px) {
    .header__navigation__icons--newsletter {
        font-size:.875rem
    }
}

.header__navigation__icons--newsletter:hover {
    background-color: #9e1916;
    color: #fff;
    text-decoration: none
}

.header__navigation__icons--user {
    background-image: url(images/user-grey.svg);
    cursor: pointer;
    height: 40px;
    width: 56px
}

.header__navigation__icons--user:hover {
    background-image: url(images/user-red.svg)
}

.header__navigation__icons--search {
    background-image: url(images/search-grey.svg);
    cursor: pointer;
    height: 40px;
    width: 56px
}

.header__navigation__icons--search:hover {
    background-image: url(images/search-red.svg)
}

.header__hamburger {
    cursor: pointer;
    height: 23px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    width: 30px
}

@media(min-width: 908px) {
    .header__hamburger {
        display:none
    }
}

.header__hamburger span {
    background: #333;
    border-radius: 3px;
    display: block;
    height: 3px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    width: 100%
}

.header__hamburger span:first-child {
    top: 0
}

.header__hamburger span:nth-child(2),.header__hamburger span:nth-child(3) {
    top: 8px
}

.header__hamburger span:nth-child(4) {
    top: 16px
}

.header__hamburger.header__active span:first-child {
    left: 50%;
    top: 8px;
    width: 0
}

.header__hamburger.header__active span:nth-child(2) {
    transform: rotate(45deg)
}

.header__hamburger.header__active span:nth-child(3) {
    transform: rotate(-45deg)
}

.header__hamburger.header__active span:nth-child(4) {
    left: 50%;
    top: 8px;
    width: 0
}

.header__overlay {
    background-color: #333;
    display: none;
    height: 100vh;
    left: 0;
    overflow-y: hidden;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 20
}

header .current-menu-item>a,header .current-menu-parent>a,header .current_page_item>a {
    color: #9e1916
}

@media(min-width: 908px) {
    header .current-menu-item,header .current-menu-parent,header .current_page_item {
        background-color:#9e1916
    }

    header .current-menu-item a,header .current-menu-parent a,header .current_page_item a {
        color: #fff
    }
}

.newsletter .header__navigation__icons--newsletter {
    color: #9e1916
}

@media(min-width: 908px) {
    .newsletter .header__navigation__icons--newsletter {
        background-color:#9e1916;
        color: #fff
    }
}

footer .current-menu-parent {
    text-decoration: underline;
    text-decoration-color: #9e1916
}

footer .current_page_item a {
    text-decoration: underline
}

footer .current_page_item#menu-item-95 a {
    text-decoration: none!important
}

.footer {
    background-color: #eee;
    height: 100%;
    margin-top: 2rem
}

@media(min-width: 998px),print {
    .footer {
        margin-top:2rem
    }
}

.footer__container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    justify-content: space-between;
    padding: 30px 0
}

@media(min-width: 998px),print {
    .footer__container {
        flex-direction:row;
        gap: initial;
        padding: 24px 0
    }
}

.footer__navigation {
    align-items: center;
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding-left: 0
}

.footer__navigation a {
    font-family: opensans_bold,Arial,sans-serif;
    font-size: .875rem
}

@media(min-width: 998px),print {
    .footer__navigation {
        align-items:normal;
        flex-direction: row;
        gap: .5rem
    }

    .footer__navigation>.menu-item:not(:first-child):before {
        color: #ccc;
        content: "•";
        display: inline-block;
        margin-right: .5rem;
        transition: all .2s ease-in-out
    }
}

.footer__logo {
    display: inline-block;
    margin-bottom: 10px;
    max-width: 240px
}

@media(min-width: 998px),print {
    .footer__logo {
        margin-bottom:0;
        max-width: 184px
    }
}

.footer__logo__link {
    width: -moz-fit-content;
    width: fit-content
}

.footer__logo__verified {
    margin-bottom: 1rem;
    max-width: 100px
}

@media(min-width: 998px),print {
    .footer__logo__verified {
        margin-bottom:0;
        max-width: 133px
    }
}

.footer__left {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between
}

@media(min-width: 998px),print {
    .footer__left {
        align-items:normal;
        flex-direction: column
    }
}

.footer__left .sub-menu .menu-item a {
    display: block;
    padding: .25rem 1rem;
    width: 100%
}

.footer__left .sub-menu .menu-item a:hover {
    background-color: #9e1916;
    color: #fff;
    text-decoration: none
}

.footer__left .sub-menu .menu-item:first-child a:hover {
    border-radius: 8px 8px 0 0
}

.footer__left .sub-menu .menu-item:last-child a:hover {
    border-radius: 0 0 8px 8px
}

.footer__right {
    align-items: center;
    display: flex;
    flex-basis: 50%;
    flex-direction: column;
    justify-content: space-between
}

@media(min-width: 998px),print {
    .footer__right {
        align-items:flex-end
    }
}

.footer__right__copyright {
    align-items: center;
    display: flex;
    flex-direction: column
}

@media(min-width: 998px),print {
    .footer__right__copyright {
        align-items:flex-end
    }
}

.footer__right__copyright p {
    font-size: .75rem;
    line-height: .75rem;
    margin-top: 20px;
    text-align: center
}

@media(min-width: 998px),print {
    .footer__right__copyright p {
        margin-top:.5rem;
        text-align: right
    }

    .footer__right__copyright .menu-item {
        margin-top: 1rem
    }
}

.footer__right__copyright .menu-item a {
    font-family: opensans_regular,Arial,sans-serif;
    font-size: .75rem
}

.contentNavigation {
    background-color: #ccc;
    border-radius: 20px;
    /* height: 100%; */
    min-height: 32px;
    padding: .5rem 1rem;
    text-align: center
}

@media(min-width: 730px) {
    .contentNavigation {
        align-items:center;
        display: flex;
        justify-content: space-between
    }
}

.contentNavigation__date p {
    font-family: opensans_bold,Arial,sans-serif
}

.contentNavigation__nav {
    column-gap: 20px;
    display: flex;
    flex-wrap: wrap;
    font-family: opensans_regular,Arial,sans-serif;
    justify-content: center;
    margin: 10px 0;
    row-gap: 5px;
    white-space: nowrap
}

@media(min-width: 730px) {
    .contentNavigation__nav {
        flex-wrap:nowrap;
        margin: 0
    }
}

.contentNavigation__nav>* {
    align-items: center;
    display: flex
}

.contentNavigation__nav a {
    font-size: .75rem;
    line-height: 1rem
}

.contentNavigation__nav--previous:before {
    background-image: url(images/arrow-left.svg);
    margin-right: 8px
}

.contentNavigation__nav--next:after,.contentNavigation__nav--previous:before {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 14px;
    width: 9px
}

.contentNavigation__nav--next:after {
    background-image: url(images/arrow-right.svg);
    margin-left: 8px
}

.contentNavigation__filter {
    color: #9e1916;
    cursor: pointer;
    font-family: opensans_regular,Arial,sans-serif;
    font-size: .75rem;
    line-height: 1rem;
    position: relative
}

.contentNavigation__filter:hover {
    text-decoration: underline
}

.fp__pageContent .contentNavigation {
    margin-top: 1.5rem
}

.logoHeading {
    align-items: center;
    display: flex;
    margin-bottom: 1rem
}

.logoHeading h2 {
    font-family: opensans_bold,Arial,sans-serif;
    font-size: 1.125rem;
    line-height: 1.25rem;
    margin-bottom: 0;
    padding-top: 0
}

.logoHeading img {
    margin-right: 8px
}

.logoHeading__ad {
    display: flex;
    flex-direction: column
}

.logoHeading__ad h2 {
    font-family: opensans_regular,Arial,sans-serif;
    font-weight: 100;
    margin-top: -4px
}

.card {
    background-color: #f2f2f2;
    border-radius: 8px;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 1.5rem;
    padding: 16px
}

@media(min-width: 730px) {
    .card {
        align-items:stretch;
        flex-direction: row
    }
}

.card__seperator .card:not(:first-of-type) {
    border-radius: 0;
    border-top: 1px solid #f2f2f2;
    padding-top: 1rem
}

.card__seperator .card:last-child {
    margin-bottom: 0
}

.card__image {
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto
}

@media(min-width: 730px) {
    .card__image {
        flex:1 2 521px;
        height: 285px;
        margin-bottom: 0
    }
}

.card__image img {
    border-radius: 8px;
    height: 100%;
    margin: 0 auto;
    max-height: 285px;
    object-fit: cover;
    width: 100%
}

@media(min-width: 730px) {
    .card__body {
        display:flex;
        flex: 1 1 379px;
        flex-direction: column;
        justify-content: space-between;
        padding-right: 20px
    }
}

.card__body__title a {
    color: #333;
    font-family: pt_serif_bold,Arial,sans-serif
}

@media(min-width: 998px),print {
    .card__body__excerpt {
        margin-bottom:1rem!important
    }
}

.card__body__category {
    color: #9e1916;
    font-family: opensans_regular,Arial,sans-serif;
    font-size: .75rem;
    font-weight: 100;
    line-height: 16px;
    margin-bottom: .25rem
}

.card__body__footer {
    display: flex;
    flex-direction: column-reverse
}

.card__body__footer a,.card__body__footer>* {
    font-size: .875rem
}

@media(min-width: 350px) {
    .card__body__footer {
        align-items:flex-end;
        flex-direction: row;
        justify-content: space-between
    }
}

.card__body__footer__author {
    font-size: .75rem;
    margin-top: 5px
}

.card__body__footer__author a {
    font-size: .75rem
}

@media(min-width: 350px) {
    .card__body__footer__author {
        font-size:.875rem;
        margin-top: 0
    }

    .card__body__footer__author a {
        font-size: .875rem
    }
}

.card__type__small {
    flex-direction: row-reverse
}

.card__type__small__body {
    flex-basis: 100%;
    padding-right: 0
}

@media(min-width: 500px) {
    .card__type__small__body {
        display:flex;
        flex-direction: column;
        padding-left: 26px
    }
}

@media(min-width: 730px) {
    .card__type__small__body {
        flex:1 1 764px
    }
}

.card__type__small__body__noImage {
    padding-left: 0
}

@media(min-width: 998px),print {
    .card__type__small__body__noImage {
        height:auto
    }
}

.card__type__small__body__noImage .card__body__excerpt {
    margin-bottom: 16px
}

.card__type__small__body__excerpt {
    margin-bottom: 1rem
}

@media(min-width: 500px) {
    .card__type__small__body__excerpt {
        margin-bottom:0
    }
}

.card__type__small__body__title {
    margin-bottom: 8px;
    margin-top: 5px
}

@media(min-width: 500px) {
    .card__type__small__body__title {
        margin-top:4px
    }
}

.card__type__small__image {
    display: none;
    flex: 1 0 142px;
    margin: auto 0
}

@media(min-width: 500px) {
    .card__type__small__image {
        display:block;
        height: 123px
    }
}

@media(min-width: 730px) {
    .card__type__small__image {
        flex:1 0 142px;
        margin-bottom: 0
    }
}

.card__type__small__image img {
    border-radius: 8px;
    height: 100%;
    max-height: 123px;
    max-width: 142px;
    /* object-fit: fill; */
    width: 100%
}

.card__type__blank {
    background-color: initial;
    flex-direction: column-reverse;
    padding: 0
}

@media(min-width: 500px) {
    .card__type__blank {
        flex-direction:row-reverse
    }
}

.card__type__blank__body {
    flex: initial;
    flex-grow: 1;
    height: auto;
    padding-right: 0
}

@media(min-width: 500px) {
    .card__type__blank__body {
        display:flex;
        flex-direction: column;
        padding-left: 16px
    }
}

@media(min-width: 998px),print {
    .card__type__blank__body {
        padding-right:1rem
    }
}

.card__type__blank__body__title {
    margin-bottom: 10px
}

@media(min-width: 500px) {
    .card__type__blank__body__title {
        margin-bottom:3px
    }
}

.card__type__blank__body__excerpt {
    font-size: .75rem;
    margin-bottom: 13px
}

@media(min-width: 500px) {
    .card__type__blank__body__excerpt {
        margin-bottom:0
    }
}

.card__type__blank__footer {
    margin-top: 0
}

.card__type__blank__image {
    flex: 0 0 142px;
    height: 148px;
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0
}

@media(min-width: 500px) {
    .card__type__blank__image {
        margin:auto
    }
}

.card__type__blank__small__image {
    height: 97px
}

.werb__wrapper {
    column-gap: 10px;
    display: flex;
    flex-wrap: wrap
}

.werb__container {
    border: 1px solid #c2d6e1;
    border-radius: 4px;
    margin-bottom: .25rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    padding: 1rem;
    width: 100%
}

@media(min-width: 650px) {
    .werb__container {
        margin-left:0;
        margin-right: 0
    }
}

.werb__container:last-child {
    margin-bottom: 0
}

.werb__heading {
    font-family: opensans_bold,Arial,sans-serif;
    margin-bottom: 8px
}

.werb__heading,.werb__text {
    display: block;
    font-size: .75rem;
    line-height: 1rem
}

.werb__text {
    color: #333;
    font-family: opensans_regular,Arial,sans-serif;
    font-weight: 100
}

.werb__textBold {
    font-family: opensans_bold,Arial,sans-serif
}

.werb__veranstaltungen {
    display: flex;
    flex-direction: column
}

@media(min-width: 350px) {
    .werb__veranstaltungen {
        flex-direction:row
    }

    .werb__veranstaltungen__left {
        flex-basis: 105px;
        flex-shrink: 0
    }

    .werb__veranstaltungen__right {
        flex-shrink: 1
    }
}

.werb__contentSidebar {
    display: none
}

@media(min-width: 1600px) {
    .werb__contentSidebar {
        display:block;
        margin-bottom: 30px;
        position: sticky;
        top: 20px
    }
}

.veranstaltung {
    border-top: 1px solid #3333;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
    padding: 1.5rem 0 0
}

@media(min-width: 730px) {
    .veranstaltung {
        flex-direction:row
    }
}

.veranstaltung span,.veranstaltung time {
    font-size: 1rem;
    padding-bottom: .5rem
}

.veranstaltung__info {
    width: 220px
}

.veranstaltung__description {
    flex: 1
}

.veranstaltung__description h2,.veranstaltung__description__link {
    display: inline-block;
    font-family: pt_serif_bold,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3125rem;
    padding-bottom: .5rem
}

@media(min-width: 730px) {
    .veranstaltung__description h2,.veranstaltung__description__link {
        font-size:1.125rem
    }
}

.veranstaltung__description h2 {
    margin: 0;
    padding: 0
}

.veranstaltung__description p {
    font-size: .75rem;
    margin-bottom: 0
}

.kontakt-item {
    border-top: 1px solid #3333;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 1.5rem;
    padding: 1.5rem 0 0
}

@media(min-width: 730px) {
    .kontakt-item {
        flex-direction:row
    }
}

.kontakt-item__info {
    width: 220px
}

.kontakt-item__description {
    display: flex;
    flex: 1;
    flex-direction: column-reverse;
    gap: 10px;
    justify-content: space-between
}

@media(min-width: 500px) {
    .kontakt-item__description {
        flex-direction:row
    }
}

.kontakt-item__description h3 {
    font-size: 1.125rem;
    line-height: 100%
}

.magazineElement {
    align-items: center;
    display: flex;
    flex-direction: column
}

.magazineElement__imgContainer {
    width: 220px
}

.magazineElement__imgContainer a {
    background-color: #fff;
    border: 1px solid #0000;
    display: inline-block;
    margin: 1rem 0 0;
    transition: all .4s ease
}

@media(min-width: 998px),print {
    .magazineElement__imgContainer a {
        perspective:1600px;
        -moz-perspective: 1600px;
        -webkit-perspective: 1600px;
        transform-origin: left
    }

    .magazineElement__imgContainer a:hover {
        border: 1px solid #ccc
    }
}

.magazineElement__imgContainer img {
    border: 1px solid #a5a5a5;
    box-shadow: 3px 0 12px #a5a5a5;
    transition: all .4s ease
}

@media(min-width: 998px),print {
    .magazineElement__imgContainer img {
        transform-origin:left
    }

    .magazineElement__imgContainer img:hover {
        transform: rotateY(-24deg);
        transition: all .4s ease
    }
}

.magazineElement__description a {
    margin: 10px 0 0;
    padding: 0;
    text-align: center
}

.magazineElement__description p {
    margin-bottom: 0!important;
    text-align: center
}

.magazine__monatBlock-container {
    column-gap: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 1.5rem
}

@media(min-width: 500px) {
    .magazine__monatBlock-container {
        justify-content:flex-start
    }
}

.button {
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-family: opensans_regular,Arial,sans-serif;
    margin-top: 1rem;
    padding: 4px 16px
}

.button,.button:hover {
    transition: all .2s ease
}

.button:hover {
    color: #333
}

.button--primary {
    background-color: #9e1916;
    border: 1px solid #9e1916
}

.button--primary:hover {
    background-color: #0000
}

.button--small {
    font-size: .75rem;
    line-height: 1rem
}

.button--large,.button--medium {
    font-size: 1rem;
    line-height: 1.5rem
}

.button--large {
    padding: 14px 32px
}

.header .menu-item a {
    display: inline-block;
    margin-right: auto;
    padding-left: 0
}

@media(min-width: 908px) {
    .header .menu-item a {
        display:flex;
        padding: 0 16px
    }
}

.header .menu-item-has-children {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative
}

@media(min-width: 908px) {
    .header .menu-item-has-children a {
        padding:0 8px 0 16px
    }
}

.header .menu-item-has-children:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 1.5 1 5l3.5 3.5' stroke='%239E1916' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 50%;
    content: "";
    height: 20px;
    transform: rotate(270deg);
    transition: all .2s ease-in-out;
    width: 20px
}

@media(min-width: 908px) {
    .header .menu-item-has-children:after {
        background-position:0;
        background-position: 20%;
        background-size: 60%;
        height: 10px;
        margin-right: 8px;
        transition: initial;
        width: 10px
    }

    .header .menu-item-has-children:hover .sub-menu {
        display: flex;
        transform: none
    }

    .header .menu-item-has-children:hover.menu-item-has-children:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 1.5 1 5l3.5 3.5' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;
        transform: rotate(270deg);
        transition: initial
    }
}

.header .menu-item-has-children.active.menu-item-has-children:after {
    transform: rotate(90deg);
    transition: all .2s ease-in-out
}

@media(min-width: 908px) {
    .header .menu-item-has-children.active.menu-item-has-children:after {
        transform:rotate(270deg)
    }
}

.header .menu-item-has-children .sub-menu {
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    gap: 5px;
    list-style-type: none;
    max-height: 0;
    order: 3;
    overflow: hidden;
    transition: all .2s ease-in-out
}

@media(min-width: 908px) {
    .header .menu-item-has-children .sub-menu {
        background-color:#f2f2f2;
        border-radius: 0 0 8px 8px;
        box-shadow: 0 6px 12px -2px #32325d40,0 3px 7px -3px #0000004d;
        display: none;
        gap: 0;
        max-height: none;
        overflow: auto;
        padding: 0;
        position: absolute;
        text-align: center;
        top: 100%;
        transform: translateX(-50%);
        width: max-content;
        z-index: 30
    }

    .header .menu-item-has-children .sub-menu a {
        color: #333;
        font-family: opensans_regular,Arial,sans-serif;
        padding: 10px 20px
    }

    .header .menu-item-has-children .sub-menu a:hover {
        color: #fff
    }
}

.header .menu-item-has-children .sub-menu.show {
    margin-top: 10px;
    max-height: 300px;
    transition: all .2s ease-in-out
}

.header .menu-item-has-children .sub-menu.show a {
    font-family: opensans_regular,Arial,sans-serif
}

@media(min-width: 908px) {
    .header .menu-item-has-children .current-menu-item:after,.header .menu-item-has-children .current-menu-parent:after,.header .menu-item-has-children .current_page_item:after {
        background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 1.5 1 5l3.5 3.5' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important
    }

    .header .menu-item-has-children .current-menu-item a,.header .menu-item-has-children .current-menu-parent a,.header .menu-item-has-children .current_page_item a {
        color: #fff
    }

    .header .menu-item-has-children.current-menu-item:after,.header .menu-item-has-children.current-menu-parent:after,.header .menu-item-has-children.current_page_item:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 1.5 1 5l3.5 3.5' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important
    }
}

.footer .menu-item-has-children {
    position: relative
}

.footer .menu-item-has-children:after {
    content: url(images/arrow-left.svg);
    display: inline-block;
    transform: rotate(270deg);
    transition: all .2s ease-in-out
}

.footer .menu-item-has-children.active.menu-item-has-children:after {
    transform: rotate(90deg);
    transition: all .2s ease-in-out
}

.footer .sub-menu {
    border-radius: 8px;
    display: none;
    list-style-type: none;
    padding: 0
}

.footer .sub-menu.show {
    background-color: #fff;
    box-shadow: 0 6px 12px -2px #32325d40,0 3px 7px -3px #0000004d;
    display: block;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    width: max-content;
    z-index: 30
}

@media(min-width: 998px),print {
    .footer .sub-menu.show {
        left:0;
        top: 110%;
        transform: none
    }
}

.footer .sub-menu.show a {
    color: #333
}

.footer .sub-menu.show a,.rib {
    font-family: opensans_regular,Arial,sans-serif
}

.rib {
    display: flex;
    flex-direction: column;
    font-size: .875rem;
    row-gap: 2px
}

.rib>* {
    background-color: #ccc;
    padding: 1rem
}

.rib__rating {
    border-radius: 20px 20px 0 0;
    display: flex;
    flex-direction: column;
    gap: .6rem
}

@media(min-width: 998px),print {
    .rib__rating {
        align-items:center;
        flex-direction: row;
        justify-content: space-between
    }
}

.rib__rating__text {
    font-family: opensans_bold,Arial,sans-serif
}

.rib__rating form {
    display: flex;
    flex-direction: column;
    gap: 20px
}

@media(min-width: 730px) {
    .rib__rating form {
        display:flex;
        flex-direction: row
    }
}

.rib__rating__radiogroup {
    display: flex;
    flex-direction: column;
    row-gap: 10px
}

@media(min-width: 730px) {
    .rib__rating__radiogroup {
        align-items:center;
        column-gap: 20px;
        flex-direction: row
    }
}

.rib__rating__option {
    display: flex
}

.rib__rating__option label {
    color: #9e1916;
    padding-left: 3px
}

.rib__rating__btn {
    background-color: #0000;
    border: 1px solid #9e1916;
    border-radius: 3px;
    color: #333;
    cursor: pointer;
    display: inline-flex;
    padding: 5px 20px
}

.rib__rating__btn:hover {
    background-color: #9e1916;
    color: #fff
}

.rib__info {
    display: flex;
    flex-direction: column;
    gap: 10px
}

@media(min-width: 730px) {
    .rib__info {
        flex-direction:row;
        justify-content: space-between
    }
}

.rib__info button {
    background-color: #0000;
    background-repeat: no-repeat;
    background-size: 20px;
    border: 0;
    color: #9e1916;
    cursor: pointer;
    line-height: 100%;
    padding: .25rem 0 .25rem 1.5rem;
    width: -moz-fit-content;
    width: fit-content
}

.rib__info button:hover {
    text-decoration: underline
}

.rib__info__btn-print {
    background-image: url(images/rating-infobox-print.svg)
}

.rib__info__btn-letter {
    background-image: url(images/rating-infobox-letter.svg)
}

.rib__info__btn-mail {
    background-image: url(images/rating-infobox-mail.svg)
}

@media(min-width: 998px),print {
    .rib__info__btn-mail {
        line-height:60%!important
    }
}

.rib__info__btn-rights {
    background-image: url(images/rating-infobox-rights.svg);
    padding-left: 22px!important
}

@media(min-width: 998px),print {
    .rib__info__btn-rights {
        line-height:60%!important
    }
}

.rib__share {
    border-radius: 0 0 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media(min-width: 998px),print {
    .rib__share {
        flex-direction:row
    }
}

.rib .contentNavigation__nav a {
    font-size: .875rem
}

.searchPopup__container {
    background-color: #ccc;
    border-radius: 5px;
    display: none;
    left: 50%;
    padding: 0 20px;
    position: fixed;
    top: 40px;
    transform: translate(-50%);
    width: 100%;
    z-index: 9999
}

@media(min-width: 908px) {
    .searchPopup__container {
        left:50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 530px
    }
}

.searchPopup__content {
    background-color: #ccc;
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding: 30px 0;
    width: 100%
}

@media(min-width: 998px),print {
    .searchPopup__content {
        margin:0 auto
    }
}

.searchPopup__overlay {
    background-color: #333;
    display: none;
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 2000
}

.searchPopup__searchfield {
    border-radius: 3px;
    width: 100%
}

.searchPopup__formContainer {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.searchPopup__formContainer label {
    width: 80%
}

@media(min-width: 373px) {
    .searchPopup__formContainer label {
        width:87%
    }
}

@media(min-width: 730px) {
    .searchPopup__formContainer label {
        width:92%
    }
}

@media(min-width: 908px) {
    .searchPopup__formContainer label {
        width:90%
    }
}

.searchPopup__formContainer input {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 40px;
    box-shadow: inset 0 1px 5px #0003;
    color: #333;
    font-family: opensans_regular,Arial,sans-serif;
    font-size: .6rem;
    height: 100%;
    outline: none;
    padding: 0 10px 0 20px;
    transition: .18s ease-out;
    width: 100%
}

.searchPopup__formContainer input:hover {
    box-shadow: inset 1px 2px 8px #00000005
}

.searchPopup__formContainer input:focus {
    border: 1px solid #ccc;
    box-shadow: inset 1px 2px 4px #00000003,0 0 8px #0003
}

@media(min-width: 320px) {
    .searchPopup__formContainer input {
        font-size:.7rem
    }
}

@media(min-width: 360px) {
    .searchPopup__formContainer input {
        font-size:.85rem
    }
}

@media(min-width: 373px) {
    .searchPopup__formContainer input {
        font-size:1rem
    }
}

.searchPopup__searchBtn {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    height: 42px;
    position: relative;
    transition: all .2s ease;
    width: 42px
}

@media(min-width: 908px) {
    .searchPopup__searchBtn {
        cursor:pointer
    }

    .searchPopup__searchBtn:hover {
        background-color: #9e1916;
        transition: all .2s ease
    }

    .searchPopup__searchBtn:hover svg path {
        fill: #fff;
        transition: all .2s ease
    }
}

.searchPopup__searchBtn svg {
    left: 9px;
    position: absolute;
    top: 8px
}

.addtoany_list a {
    padding: 0
}

.addtoany_list a:hover img,.addtoany_list a:hover span {
    opacity: 1
}

.a2a_button_email:after,.a2a_button_facebook:after,.a2a_button_twitter:after,.a2a_button_xing:after {
    display: inline-block;
    font-size: .875rem;
    padding-left: 1px;
    transform: translateY(-6px);
    white-space: nowrap
}

.a2a_button_email:hover:after,.a2a_button_facebook:hover:after,.a2a_button_twitter:hover:after,.a2a_button_xing:hover:after {
    text-decoration: underline
}

.sideBar .a2a_kit {
    display: flex;
    flex-wrap: wrap
}

@media(min-width: 375px) {
    .sideBar .a2a_kit {
        gap:5px
    }
}

@media(min-width: 373px) {
    .sideBar .a2a_kit {
        gap:20px
    }
}

@media(min-width: 1600px) {
    .sideBar .a2a_kit {
        flex-direction:column;
        gap: 5px
    }
}

.sideBar .a2a_kit>* {
    flex-basis: 50%
}

@media(min-width: 375px) {
    .sideBar .a2a_kit>* {
        flex-basis:auto
    }
}

.sideBar .a2a_button_facebook {
    transform: translateX(-2px)
}

.sideBar .a2a_button_email:after {
    content: "E-Mail"
}

.sideBar .a2a_button_facebook:after {
    content: "Facebook"
}

.sideBar .a2a_button_twitter:after {
    content: "Twitter"
}

.sideBar .a2a_button_xing:after {
    content: "Xing"
}

.rib .a2a_kit {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px
}

@media(min-width: 730px) {
    .rib .a2a_kit {
        flex-direction:row;
        gap: 10px;
        justify-content: space-between
    }
}

@media(min-width: 998px),print {
    .rib .a2a_kit {
        margin-bottom:0
    }

    .rib .a2a_button_facebook {
        transform: translateX(-6px)
    }
}

.rib .a2a_button_email {
    display: none
}

.rib .a2a_button_facebook:after {
    content: "Auf Facebook empfehlen"
}

.rib .a2a_button_twitter:after {
    content: "Auf Twitter teilen"
}

.rib .a2a_button_xing:after {
    content: "Beitrag auf Xing erstellen"
}

.contactform br {
    display: none
}

@media(min-width: 730px) {
    .contactform__flex {
        display:flex;
        gap: 30px
    }

    .contactform__flex--2>* {
        flex-basis: 50%
    }
}

.contactform .wpcf7-select,.contactform .wpcf7-text,.contactform .wpcf7-textarea {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 5px #0003;
    color: #333;
    font-family: opensans_regular,Arial,sans-serif;
    font-size: .9rem;
    line-height: 1.313rem;
    min-height: 30px;
    outline: none;
    padding-left: 10px;
    transition: .18s ease-out;
    width: 100%
}

.contactform .wpcf7-select:hover,.contactform .wpcf7-text:hover,.contactform .wpcf7-textarea:hover {
    box-shadow: inset 1px 2px 8px #00000005
}

.contactform .wpcf7-select:focus,.contactform .wpcf7-text:focus,.contactform .wpcf7-textarea:focus {
    border: 1px solid #ccc;
    box-shadow: inset 1px 2px 4px #00000003,0 0 8px #0003
}

.contactform .wpcf7-not-valid-tip {
    color: #9e1916
}

.wpcf7 form .wpcf7-response-output {
    color: #333;
    font-family: opensans_regular,Arial,sans-serif;
    padding: 1rem
}

@media print {
    body,html {
        background-color: #0000!important;
        print-color-adjust: exact!important;
        -webkit-print-color-adjust: exact!important;
        width: 100%!important
    }

    a,h1,h2,h3,h4,h5,h6,p,span {
        color: #000!important
    }

    .comments,.footer,.header,.pp__article__thumbnail,.pp__endContent,.pp__startContent,.rib,.sideBar {
        display: none
    }

    .pp__article__container {
        background-color: #0000!important
    }
}

.comments {
    background-color: #f2f2f2;
    border-radius: 8px;
    margin-bottom: 2rem;
    padding: 2rem
}

@media(min-width: 730px) {
    .comments .comment-form-name-fields {
        display:flex;
        gap: 1.5rem
    }

    .comments .comment-form-name-fields>* {
        flex-basis: 50%
    }
}

.comments .comment-metadata,.comments .reply {
    font-size: .75rem
}

.comments .comment-content {
    margin: 1rem 0
}

.comments .comment-list {
    border-bottom: 1px solid #ccc;
    margin-bottom: 2rem;
    padding-bottom: 1rem
}

.comments .comment-form-cookies-consent {
    margin-top: 1rem
}

.comments .comment-reply-title {
    margin-bottom: 1rem
}

.comments .comment-form-comment,.comments .comment-form-email,.comments .comment-form-firstname,.comments .comment-form-lastname {
    margin-top: 1rem
}

.comments textarea {
    padding: 10px
}

.comments #comment-email,.comments #comment-firstname,.comments #comment-lastname,.comments textarea {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 5px #0003;
    color: #333;
    font-family: opensans_regular,Arial,sans-serif;
    font-size: .9rem;
    line-height: 1.313rem;
    min-height: 32px;
    outline: none;
    padding-left: 10px;
    transition: .18s ease-out;
    width: 100%
}

.comments #comment-email:hover,.comments #comment-firstname:hover,.comments #comment-lastname:hover,.comments textarea:hover {
    box-shadow: inset 1px 2px 8px #00000005
}

.comments #comment-email:focus,.comments #comment-firstname:focus,.comments #comment-lastname:focus,.comments textarea:focus {
    border: 1px solid #ccc;
    box-shadow: inset 1px 2px 4px #00000003,0 0 8px #0003
}

.sideBar {
    height: auto;
    margin: 0 20px
}

@media(min-width: 730px) {
    .sideBar {
        margin:0 30px
    }
}

@media(min-width: 998px),print {
    .sideBar {
        margin:0
    }
}

@media(min-width: 1600px) {
    .sideBar {
        max-width:300px;
        min-height: 100svh;
        position: absolute;
        right: -325px;
        top: 0
    }
}

.sideBar__element {
    margin: 1rem 0 1.5rem
}

.sideBar .wp-widget-group__inner-blocks {
    border: 1px solid #c2d6e1;
    border-radius: 4px;
    padding: 20px
}

.sideBar .logoHeading {
    margin-top: 1.5rem
}

.sideBar .logoHeading h2 {
    font-family: opensans_regular,Arial,sans-serif;
    font-size: 1rem
}

.sideBar .wp-widget-group__inner-blocks>:last-child,.sideBar .wp-widget-group__inner-blocks>:last-child>:last-child,.sideBar__element:last-child .wp-widget-group__inner-blocks {
    margin-bottom: 0
}

.fp__pageContent {
    background-color: #fff;
    margin: auto;
    padding: 0 20px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

.fp__olderPosts {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: .5rem;
    margin-top: 1.5rem
}

@media(min-width: 345px) {
    .fp__olderPosts {
        align-items:center;
        flex-direction: row
    }
}

.fp__olderPosts .logoHeading {
    margin: 0 0 10px
}

@media(min-width: 345px) {
    .fp__olderPosts .logoHeading {
        margin:0 0 3px
    }
}

.fp__meldungen .card {
    margin-bottom: 1rem
}

.fp__newsBottom {
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem
}

@media(min-width: 998px),print {
    .fp__newsBottom {
        flex-direction:row
    }
}

.fp__newsBottom__main {
    flex-grow: 0
}

@media(min-width: 998px),print {
    .fp__newsBottom__main {
        padding-right:1rem;
        width: 100%
    }
}

.fp__newsBottom__sidebar {
    flex: 1 0 300px
}

.fp__newsBottom .card {
    margin-bottom: 1rem
}

.pp__container {
    border-radius: 8px;
    position: relative
}

.pp__container,.pp__container .rib {
    margin: 1.5rem auto
}

.pp__container.globalTemplate h1 {
    margin-bottom: 20px
}

.pp__container.globalTemplate .pp__article__text p:first-of-type {
    margin-bottom: 1rem
}

.pp__article__container {
    background-color: #f2f2f2;
    border-radius: 8px;
    height: 100%;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    padding: 1rem
}

.pp__article__container h1 {
    margin-bottom: 1rem
}

.pp__article__category {
    color: #9e1916;
    font-family: opensans_regular,Arial,sans-serif;
    font-size: .75rem;
    margin-bottom: .25rem
}

.pp__article__thumbnail img {
    height: 100%;
    max-height: 270px;
    object-fit: cover;
    width: 100%
}

.pp__article__text {
    margin: 1rem auto 0;
    max-width: 704px
}

.pp__article__text p {
    font-size: 1rem;
    line-height: 1.625rem;
    margin-bottom: 1rem
}

.pp__article__text p:first-of-type {
    margin-bottom: 1.5rem
}

.pp__article__text p:first-of-type strong {
    font-size: 1.125rem
}

.pp__article__text a {
    font-size: 1rem;
    line-height: 1.625rem;
    margin-bottom: 1rem
}

.pp__article__text hr,.pp__article__text ol,.pp__article__text ul {
    margin-bottom: 1rem
}

.pp__article__text li {
    color: #333;
    font-family: opensans_regular,Arial,sans-serif;
    font-size: 1rem;
    line-height: 1.625rem;
    margin-bottom: 0!important
}

.pp__relatedPosts {
    margin-bottom: 2rem;
    margin-top: 1rem
}

@media(min-width: 998px),print {
    .pp__relatedPosts {
        display:flex;
        gap: 1rem
    }

    .pp__relatedPosts>* {
        max-width: 50%
    }

    .pp__relatedPosts .card {
        margin-bottom: 0
    }

    .pp__relatedPosts .card__type__small {
        width: 100%
    }
}

.pp__startContent {
    position: relative
}

.pp__author {
    margin-bottom: 0!important
}

.pp__author a,.pp__author span,.pp__author time {
    font-size: .75rem;
    line-height: 1rem
}

.veranstaltungen__monatBlock {
    background-color: #f2f2f2;
    border-radius: 8px;
    margin: 1.5rem 0;
    padding: 1.5rem
}

.archive__container,.archive__entry {
    margin-top: 1.5rem
}

.archive__entry {
    border-top: 1px solid #3333;
    padding: 1.5rem 0 0
}

.archive__entry .entry-title a {
    font-size: 1.375rem;
    line-height: 1.75rem
}

@media(min-width: 730px) {
    .archive__entry .entry-title a {
        font-size:1.5rem;
        line-height: 1.875rem
    }
}

@media(min-width: 1220px) {
    .archive__entry .entry-title a {
        font-size:1.75rem;
        line-height: 2.188rem
    }
}

.jobportal__anzeigeLink {
    display: inline-block!important;
    font-size: .875rem
}

.jobportal__filter--container {
    display: flex;
    flex-direction: column;
    gap: 20px
}

@media(min-width: 730px) {
    .jobportal__filter--container {
        flex-direction:row
    }
}

.jobportal__filter--wrapper {
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    gap: 5px
}

.jobportal__filter--wrapper>input,.jobportal__filter--wrapper>select {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 5px #0003;
    color: #333;
    font-family: opensans_regular,Arial,sans-serif;
    font-size: .9rem;
    height: 30px;
    line-height: 1.313rem;
    outline: none;
    padding-left: 10px;
    transition: .18s ease-out
}

.jobportal__filter--wrapper>input:hover,.jobportal__filter--wrapper>select:hover {
    box-shadow: inset 1px 2px 8px #00000005
}

.jobportal__filter--wrapper>input:focus,.jobportal__filter--wrapper>select:focus {
    border: 1px solid #ccc;
    box-shadow: inset 1px 2px 4px #00000003,0 0 8px #0003
}

.jobportal__filter--text {
    color: #333;
    font-family: opensans_regular,Arial,sans-serif;
    font-size: .875rem;
    line-height: 1.313rem
}

.jobportal__filter--btnContainer {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px
}

.archive__container .searchPopup__formContainer,.searchResults .searchPopup__formContainer {
    margin-top: 20px;
    max-width: 500px
}

.magazine__introText {
    margin-bottom: .25rem
}

.magazine__outroText {
    margin-top: 1rem
}

.ad__pretext,.code-block-label {
    color: #069;
    font-family: opensans_regular,Arial,sans-serif;
    font-size: .563rem;
    font-weight: 100;
    margin-bottom: .25rem;
    text-transform: uppercase
}

.ad__superbanner--container img {
    background-color: gray
}

.ad__billboard {
    display: none;
    margin: 1rem auto 1.5rem;
    width: 800px
}

.ad__billboard img {
    background-color: gray
}

@media(min-width: 980px) {
    .ad__billboard {
        display:block
    }
}

.ad__billboard--container img {
    background-color: gray
}

.ad__fullsizeBanner {
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    display: none;
    justify-content: center;
    margin: 1.5rem auto;
    padding: .5rem 0 1rem
}

.ad__fullsizeBanner img {
    background-color: gray
}

@media(min-width: 980px) {
    .ad__fullsizeBanner {
        display:flex
    }
}

.ad__fullsizeBanner--container img {
    background-color: gray
}

.ad__wideSkyscraper--sidebar {
    display: none;
    height: 100%;
    position: absolute;
    right: -176px;
    top: 0;
    width: 160px
}

@media(min-width: 1350px) {
    .ad__wideSkyscraper--sidebar {
        display:block
    }
}

.ad__wideSkyscraper--container img,.ad__wideSkyscraper--sidebar img {
    background-color: gray
}

.ad__mediumRectangle--container {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 1rem 0
}

.ad__mediumRectangle img {
    background-color: gray
}

.ad__wallpaper {
    height: calc(100% + 154px);
    pointer-events: none;
    position: absolute;
    right: -176px;
    top: -260px;
    z-index: 300
}

.ad__wallpaper .ad__wallpaper--ad {
    background-color: gray
}

.ad__wallpaper--container {
    display: flex
}

.ad__wallpaper--ad {
    pointer-events: auto
}

.ad__bridge {
    height: calc(100% + 154px);
    pointer-events: none;
    position: absolute;
    right: -183px;
    top: -260px;
    width: max-content;
    z-index: 300
}

.ad__bridge .ad__bridge--ad {
    background-color: gray
}

.ad__bridge--container {
    display: flex
}

.ad__bridge--ad {
    pointer-events: auto
}

.ad__siteTakeover {
    height: calc(100% + 154px);
    pointer-events: none;
    position: absolute;
    right: -183px;
    top: -518px;
    width: max-content;
    z-index: 300
}

.ad__siteTakeover .ad__siteTakeover--ad {
    background-color: gray
}

.ad__siteTakeover--container {
    display: flex
}

.ad__siteTakeover--centerBottom {
    margin-top: 162px
}

.ad__siteTakeover--ad {
    pointer-events: auto
}

.ad__mobile--one,.ad__mobile--two {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 1rem 0
}

.ad__articleInside--one>img,.ad__articleInside--two>img,.ad__mobile--one>img,.ad__mobile--two>img {
    background-color: gray
}

.mepr-form br {
    display: none
}

@media(min-width: 730px) {
    .mepr-form__flex {
        display:flex;
        gap: 30px
    }

    .mepr-form__flex--2>* {
        flex-basis: 50%
    }
}

.mepr-form .mepr-form-input {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 5px #0003;
    color: #333;
    font-family: opensans_regular,Arial,sans-serif!important;
    font-size: .9rem;
    line-height: 1.313rem;
    min-height: 30px;
    outline: none;
    padding-left: 10px;
    transition: .18s ease-out;
    width: 100%
}

.mepr-form .mepr-form-input:hover {
    box-shadow: inset 1px 2px 8px #00000005
}

.mepr-form .mepr-form-input:focus {
    border: 1px solid #ccc;
    box-shadow: inset 1px 2px 4px #00000003,0 0 8px #0003
}

.mp-form-label {
    font-size: 1rem;
    line-height: 1.625rem
}

.mp-form-label,input#mepr-address-one {
    font-family: opensans_regular,Arial,sans-serif
}

.mepr_error {
    color: #9e1916
}

.mepr-share-button,.mepr-submit {
    background-color: #9e1916;
    border: 1px solid #9e1916;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-family: opensans_regular,Arial,sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 1rem;
    padding: 4px 16px;
    transition: all .2s ease
}

.mepr-share-button:hover,.mepr-submit:hover {
    background-color: #0000;
    color: #333;
    transition: all .2s ease
}

.mepr-account-table,.mepr-no-active-subscriptions,.mp-wrapper {
    font-family: opensans_regular,Arial,sans-serif
}

.mepr-active {
    color: inherit
}

.mepr-account-actions {
    align-items: center;
    display: flex;
    justify-content: center
}

.header__navigation__icons--user {
    position: relative
}

.header__navigation__icons--user .menu-header-profil-nav-container {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 100%;
    visibility: hidden
}

.header__navigation__icons--user:hover .menu-header-profil-nav-container {
    opacity: 1;
    visibility: visible
}

.header__navigation__profil {
    background-color: #f2f2f2;
    border-radius: 0 0 8px 8px;
    box-shadow: inset 1px 2px 4px #00000003,0 0 8px #0003;
    list-style-type: none;
    margin: 0;
    min-width: 150px;
    overflow: auto;
    padding: 0;
    position: absolute;
    top: 100%;
    transform: translateX(-100%);
    z-index: 30
}

.header__navigation__profil .menu-item a {
    justify-content: center;
    padding: 10px 20px
}

.header__navigation__profil li a {
    color: #333
}

.header__navigation__profil li:hover {
    background-color: #9e1916;
    cursor: pointer
}

.header__navigation__profil li:hover a {
    color: #f2f2f2
}

.header__navigation__profil>li.current-menu-item {
    background-color: #9e1916
}

.header__navigation__profil>li.current-menu-item a {
    color: #f2f2f2
}

.flatpickr-calendar {
    animation: none;
    background: #0000;
    background: #fff;
    border: 0;
    border-radius: 5px;
    box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px #00000014;
    box-sizing: border-box;
    direction: ltr;
    display: none;
    font-size: 14px;
    line-height: 24px;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    touch-action: manipulation;
    visibility: hidden;
    width: 307.875px
}

.flatpickr-calendar.inline,.flatpickr-calendar.open {
    max-height: 640px;
    opacity: 1;
    visibility: visible
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999
}

.flatpickr-calendar.animate.open {
    animation: fpFadeInDown .3s cubic-bezier(.23,1,.32,1)
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
    display: block;
    z-index: 999
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    box-shadow: none!important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasTime .dayContainer,.flatpickr-calendar .hasWeeks .dayContainer {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0
}

.flatpickr-calendar.hasTime .flatpickr-time {
    border-top: 1px solid #e6e6e6;
    height: 40px
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto
}

.flatpickr-calendar:after,.flatpickr-calendar:before {
    border: solid #0000;
    content: "";
    display: block;
    height: 0;
    left: 22px;
    pointer-events: none;
    position: absolute;
    width: 0
}

.flatpickr-calendar.arrowRight:after,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.rightMost:before {
    left: auto;
    right: 22px
}

.flatpickr-calendar.arrowCenter:after,.flatpickr-calendar.arrowCenter:before {
    left: 50%;
    right: 50%
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px
}

.flatpickr-calendar.arrowTop:after,.flatpickr-calendar.arrowTop:before {
    bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:after,.flatpickr-calendar.arrowBottom:before {
    top: 100%
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff
}

.flatpickr-calendar:focus {
    outline: 0
}

.flatpickr-wrapper {
    display: inline-block;
    position: relative
}

.flatpickr-months {
    display: flex
}

.flatpickr-months .flatpickr-month {
    fill: #000000e6;
    background: #0000;
    color: #000000e6;
    flex: 1;
    height: 34px;
    line-height: 1;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    user-select: none
}

.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month {
    fill: #000000e6;
    color: #000000e6;
    cursor: pointer;
    height: 34px;
    padding: 10px;
    position: absolute;
    text-decoration: none;
    top: 0;
    -webkit-user-select: none;
    user-select: none;
    z-index: 3
}

.flatpickr-months .flatpickr-next-month.flatpickr-disabled,.flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
    display: none
}

.flatpickr-months .flatpickr-next-month i,.flatpickr-months .flatpickr-prev-month i {
    position: relative
}

.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 0
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month,.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
    right: 0
}

.flatpickr-months .flatpickr-next-month:hover,.flatpickr-months .flatpickr-prev-month:hover {
    color: #959ea9
}

.flatpickr-months .flatpickr-next-month:hover svg,.flatpickr-months .flatpickr-prev-month:hover svg {
    fill: #f64747
}

.flatpickr-months .flatpickr-next-month svg,.flatpickr-months .flatpickr-prev-month svg {
    height: 14px;
    width: 14px
}

.flatpickr-months .flatpickr-next-month svg path,.flatpickr-months .flatpickr-prev-month svg path {
    fill: inherit;
    transition: fill .1s
}

.numInputWrapper {
    height: auto;
    position: relative
}

.numInputWrapper input,.numInputWrapper span {
    display: inline-block
}

.numInputWrapper input {
    width: 100%
}

.numInputWrapper input::-ms-clear {
    display: none
}

.numInputWrapper input::-webkit-inner-spin-button,.numInputWrapper input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.numInputWrapper span {
    border: 1px solid #39393926;
    box-sizing: border-box;
    cursor: pointer;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    padding: 0 4px 0 2px;
    position: absolute;
    right: 0;
    width: 14px
}

.numInputWrapper span:hover {
    background: #0000001a
}

.numInputWrapper span:active {
    background: #0003
}

.numInputWrapper span:after {
    content: "";
    display: block;
    position: absolute
}

.numInputWrapper span.arrowUp {
    border-bottom: 0;
    top: 0
}

.numInputWrapper span.arrowUp:after {
    border-bottom: 4px solid #39393999;
    border-left: 4px solid #0000;
    border-right: 4px solid #0000;
    top: 26%
}

.numInputWrapper span.arrowDown {
    top: 50%
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid #0000;
    border-right: 4px solid #0000;
    border-top: 4px solid #39393999;
    top: 40%
}

.numInputWrapper span svg {
    height: auto;
    width: inherit
}

.numInputWrapper span svg path {
    fill: #00000080
}

.numInputWrapper:hover {
    background: #0000000d
}

.numInputWrapper:hover span {
    opacity: 1
}

.flatpickr-current-month {
    color: inherit;
    display: inline-block;
    font-size: 135%;
    font-weight: 300;
    height: 34px;
    left: 12.5%;
    line-height: inherit;
    line-height: 1;
    padding: 7.48px 0 0;
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    width: 75%
}

.flatpickr-current-month span.cur-month {
    color: inherit;
    display: inline-block;
    font-family: inherit;
    font-weight: 700;
    margin-left: .5ch;
    padding: 0
}

.flatpickr-current-month span.cur-month:hover {
    background: #0000000d
}

.flatpickr-current-month .numInputWrapper {
    display: inline-block;
    width: 6ch;
    width: 7ch\0
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: #000000e6
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: #000000e6
}

.flatpickr-current-month input.cur-year {
    -webkit-appearance: textfield;
    appearance: textfield;
    background: #0000;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: 0;
    padding: 0 0 0 .5ch;
    vertical-align: initial
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0
}

.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover {
    background: #0000;
    color: #00000080;
    font-size: 100%;
    pointer-events: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    background: #0000;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0;
    outline: none;
    padding: 0 0 0 .5ch;
    position: relative;
    vertical-align: initial;
    width: auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:active,.flatpickr-current-month .flatpickr-monthDropdown-months:focus {
    outline: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: #0000000d
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: initial;
    outline: none;
    padding: 0
}

.flatpickr-weekdays {
    align-items: center;
    background: #0000;
    display: flex;
    height: 28px;
    overflow: hidden;
    text-align: center;
    width: 100%
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: flex;
    flex: 1
}

span.flatpickr-weekday {
    background: #0000;
    color: #0000008a;
    cursor: default;
    display: block;
    flex: 1;
    font-size: 90%;
    font-weight: bolder;
    line-height: 1;
    margin: 0;
    text-align: center
}

.dayContainer,.flatpickr-weeks {
    padding: 1px 0 0
}

.flatpickr-days {
    align-items: flex-start;
    display: flex;
    overflow: hidden;
    position: relative;
    width: 307.875px
}

.flatpickr-days:focus {
    outline: 0
}

.dayContainer {
    box-sizing: border-box;
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    max-width: 307.875px;
    min-width: 307.875px;
    opacity: 1;
    outline: 0;
    padding: 0;
    text-align: left;
    transform: translateZ(0);
    width: 307.875px
}

.dayContainer+.dayContainer {
    box-shadow: -1px 0 0 #e6e6e6
}

.flatpickr-day {
    background: none;
    border: 1px solid #0000;
    border-radius: 150px;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    display: inline-block;
    flex-basis: 14.2857143%;
    font-weight: 400;
    height: 39px;
    justify-content: center;
    line-height: 39px;
    margin: 0;
    max-width: 39px;
    position: relative;
    text-align: center;
    width: 14.2857143%
}

.flatpickr-day.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.today.inRange,.flatpickr-day:focus,.flatpickr-day:hover {
    background: #e6e6e6;
    border-color: #e6e6e6;
    cursor: pointer;
    outline: 0
}

.flatpickr-day.today {
    border-color: #959ea9
}

.flatpickr-day.today:focus,.flatpickr-day.today:hover {
    background: #959ea9;
    border-color: #959ea9;
    color: #fff
}

.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover {
    background: #569ff7;
    border-color: #569ff7;
    box-shadow: none;
    color: #fff
}

.flatpickr-day.endRange.startRange,.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange {
    border-radius: 50px 0 0 50px
}

.flatpickr-day.endRange.endRange,.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange {
    border-radius: 0 50px 50px 0
}

.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.endRange.startRange.endRange,.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange {
    border-radius: 50px
}

.flatpickr-day.inRange {
    border-radius: 0;
    box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6
}

.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.nextMonthDay,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.prevMonthDay {
    background: #0000;
    border-color: #0000;
    color: #3939394d;
    cursor: default
}

.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover {
    color: #3939391a;
    cursor: not-allowed
}

.flatpickr-day.week.selected {
    border-radius: 0;
    box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7
}

.flatpickr-day.hidden {
    visibility: hidden
}

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
    box-shadow: 1px 0 0 #e6e6e6;
    padding: 0 12px
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    line-height: 28px;
    width: 100%
}

.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover {
    background: #0000;
    border: none;
    color: #3939394d;
    cursor: default;
    display: block;
    max-width: none;
    width: 100%
}

.flatpickr-innerContainer {
    box-sizing: border-box;
    display: block;
    display: flex;
    overflow: hidden
}

.flatpickr-rContainer {
    box-sizing: border-box;
    display: inline-block;
    padding: 0
}

.flatpickr-time {
    box-sizing: border-box;
    display: block;
    display: flex;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    outline: 0;
    overflow: hidden;
    text-align: center
}

.flatpickr-time:after {
    clear: both;
    content: "";
    display: table
}

.flatpickr-time .numInputWrapper {
    flex: 1;
    float: left;
    height: 40px;
    width: 40%
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%
}

.flatpickr-time input {
    -webkit-appearance: textfield;
    appearance: textfield;
    background: #0000;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #393939;
    font-size: 14px;
    height: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center
}

.flatpickr-time input.flatpickr-hour {
    font-weight: 700
}

.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second {
    font-weight: 400
}

.flatpickr-time input:focus {
    border: 0;
    outline: 0
}

.flatpickr-time .flatpickr-am-pm,.flatpickr-time .flatpickr-time-separator {
    align-self: center;
    color: #393939;
    float: left;
    font-weight: 700;
    height: inherit;
    line-height: inherit;
    -webkit-user-select: none;
    user-select: none;
    width: 2%
}

.flatpickr-time .flatpickr-am-pm {
    cursor: pointer;
    font-weight: 400;
    outline: 0;
    text-align: center;
    width: 18%
}

.flatpickr-time .flatpickr-am-pm:focus,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time input:hover {
    background: #eee
}

.flatpickr-input[readonly] {
    cursor: pointer
}

@keyframes fpFadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}


.visually-hidden {
    position: absolute;
    width: 1px; height: 1px;
    margin: -1px; padding: 0; border: 0;
    clip: rect(0 0 0 0); clip-path: inset(50%);
    overflow: hidden; white-space: nowrap;
}

.as-link { color:#9e1916; text-decoration:none; background:none; border:0; padding:0; cursor:pointer; }