/* General Bootstrap Stuff  ======================================= */

:root {
    --frame-color: inherit;
    --frame-link-color: #5C8100;
    --frame-link-hover-color: #4a6700;
    --frame-background: transparent;
    --frame-embedded-border-radius: 0.5rem;
    --frame-width-large: 1600px;
    --frame-width-medium: 870px;
    --frame-width-small: 600px;
    --frame-spacing: 1.75rem;
    --frame-spacing-small: 0.75rem;
    --frame-spacing-xs: 1.75rem;
    --frame-spacing-small-xs: 0.75rem;
    --frame-spacing-sm: 2.1rem;
    --frame-spacing-small-sm: 0.9rem;
    --frame-spacing-md: 2.275rem;
    --frame-spacing-small-md: 0.975rem;
    --frame-spacing-lg: 2.45rem;
    --frame-spacing-small-lg: 1.05rem;
    --frame-spacing-xl: 2.625rem;
    --frame-spacing-small-xl: 1.125rem;
    --frame-outer-spacing-before: 0;
    --frame-outer-spacing-after: 0;
    --frame-outer-spacing-variant-none: 0rem;
    --frame-outer-spacing-variant-extra-small: 0.5rem;
    --frame-outer-spacing-variant-small: 1rem;
    --frame-outer-spacing-variant-medium: 2.5rem;
    --frame-outer-spacing-variant-large: 3.5rem;
    --frame-outer-spacing-variant-extra-large: 5rem;

    --bs-body-font-family: 'Source Sans 3', sans-serif;
}

body {
    border: 1rem;
    border-style: solid;
    border-color: #FFFFFF;
}

.table {
    --bs-table-bg: #e5e8e6;
}

.table-bordered th,
.table-bordered td {
    padding: 1rem 1.5rem;
    /* top/bottom 1rem, left/right 1.5rem */
}


.wnZimmerfreiTable {
    --bs-table-bg: #ffffff;
}



caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    color: var(--bs-secondary-color);
    text-align: left;
    font-size: 0.85rem;
}


.sociallinks-link-icon {
    display: inline-flex;
    font-size: 2.5rem;
    text-align: center;
    opacity: 0.8;
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}


/* #page-header {
    background-image: url("../sitePics/background-screen.webp");
    background-repeat: no-repeat;
    background-position: top;
} */



h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

h1,
.h1 {
    font-size: calc(1.325rem + 0.9vw);
    color: #BE152A;
    font-weight: 700;
    line-height: 1.2;
}

@media (min-width: 1200px) {

    h1,
    .h1 {
        font-size: 2.2rem
    }
}

h2,
.h2 {
    font-size: calc(1.3rem + 0.6vw);
    color: #BE152A;
    font-weight: 700;
    line-height: 1.2;
}

@media (min-width: 1200px) {

    h2,
    .h2 {
        font-size: 1.85rem
    }
}

h3,
.h3 {
    font-size: calc(1.275rem + 0.3vw);
    color: #BE152A;
    font-weight: 700;
    line-height: 1.2;
}

@media (min-width: 1200px) {

    h3,
    .h3 {
        font-size: 1.6rem
    }
}

h4,
.h4 {
    font-size: 1.3rem;
    color: #707070;
    font-weight: 700;
    line-height: 1.2;
}

h5,
.h5 {
    font-size: 1.2rem;
    color: #707070;
    font-weight: 700;
    line-height: 1.2;
}

h6,
.h6 {
    font-size: 1rem
}

.texticon-size-awesome {
    font-size: 7em;
}


.wnGapMore5050 {
    --section-gap-x: 100px;
}

small,
.small {
    font-size: 0.75rem;
    line-height: 0.45rem;
}

figure .caption {
    padding-top: 0.5rem;
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
    word-wrap: break-word;
    opacity: 0.25;
    text-align: center;
}


.gallery-item img,
.gallery-item picture {
    border-radius: 4px;
}

.footer-section-meta {
    background: #ffffff !important;
}


.lead {
    font-size: 2.25rem;
    font-weight: 300
}


/* PSWG Lightbox CSS Stuff  ======================================= */
.pswp__bg {
    background-color: #ffffff !important;
    opacity: 1 !important;
}

.pswp__img {
    padding: 3rem;
    background-color: #ffffff !important;
    opacity: 1 !important;
}

.pswp__img {
    max-width: 100%;
    max-height: none !important;
    margin: 0 auto;
    display: block;
}

.pswp__zoom-wrap video {
    position: relative !important;
}

/* Bootstrap icons CSS Stuff  ======================================= 
.bi:hover {
    color: rgb(0, 0, 0);
}
*/



/* Carousel CSS Stuff  ======================================= */

.wnCarouselHeader {
    font-family: 'Vollkorn';
    font-style: italic;
}




/* General CSS Stuff  ======================================= */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


hr {
    background-image: url("/fileadmin/sitePics/wnDividerHR-abschlag.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    height: 80px;
    border: 1px #FFF solid;
    width: 100%;
    background-color: #FFF;
    opacity: 0.7;
}

.navbar-mainnavigation {
    padding-top: 0;
    padding-bottom: 0;
}



/* Table CSS Stuff  ======================================= */
.table p {
    margin-top: 0;
    margin-bottom: 0;
}

.wnTableOpeningTimes {
    --bs-table-bg: none;
}

.wnTableOpeningTimes> :not(caption)>*>* {
    color: white;
}

.wnTableStrongFont {
    font-weight: 600;
}

.wnTableOpeningTimes
/* TopBar CSS Stuff  ======================================= */

.wnSiteTopBar {
    background-color: #ffffff;
    border-bottom: 1px solid #D1D9D3;
    font-size: calc(11px + 0.390625vw);
}

a.wnMetaNav {
    color: #707070;
    text-decoration: none;
}

a:hover.wnMetaNav {
    color: #287F9A;
    text-decoration: none;
}

/* TopBar CSS Stuff  ======================================= */
.wnBorderHeaderArea {
    border-bottom: 10px solid #D1D9D3;
    background-color: #E2E7E3;
}





/* Navbar Stuff  ======================================= */


.wnSiteLogo {
    height: auto;
    filter: drop-shadow(0px 0px 15px rgba(251, 251, 251, 0.5));
}


.wnContainer {
    background-image: url("/fileadmin/sitePics/holzwand.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    background-size: cover;
    height: 27rem;
    ;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: block;
}

.container-mainnavigation {

    xmargin-bottom: -5rem;
}

.wnNavContainer {
    z-index: 50;
    margin-top: -3.5rem;
    margin-bottom: -4.5rem;
    height: 3rem;
}

.navbar-mainnavigation {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}


span.nav-link-text {
    text-transform: uppercase;
    font-weight: bold;
}

.wnNavUL {
    background-color: #F4F2F0;

}

.wnNavButton {
    opacity: 0.8;
    padding: 0.4rem 0.8rem 0.5rem 0.8rem;
    background-color: #ffffff;
    border-radius: 5px;
    font-weight: 600;
}

.lang-flag {
    margin-top: -3px;
}

/* Smartphone Navbar Stuff  ======================================= */

.wnToggle {
    background-color: #ffffff;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
}

.xwnToggleClose {
    padding: 1rem !important;
}


.wnOverlay {
    background-color: #BEC8BF;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 1;
    padding: 0;
    margin: 0;
}

.wnSmartNavHeader {
    font-size: 2rem;
    line-height: 1.9rem;
    font-weight: 900;
    text-transform: uppercase;

}

.wnSmartNavClose {
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px !important;
}

.navbar-toggler {
    padding: 40px 25px 0px 15px;
    height: unset;
    width: fit-content;
    position: relative;
    border: 0;
    align-self: center;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 0;
    background-color: #BE152A;
    color: #ffffff;
}


.wnAccordionButton,
.subSubLink {
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1rem;
}

.accordion-item {

    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.15rem;
    padding: 0.75rem;
}




.wnLGI {
    border-style: solid;
    border-color: #E2E7E3;
    border-width: 0px 0px 1px 0px;
}



/* MainMenu CSS Code */
.firstNaviUL {
    list-style-type: none;
    z-index: 1000;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 25px;
}

.firstNaviUL li {
    margin: 0px 2px 0px 0px;
    font-family: 'Source Sans 3';
    text-transform: none;
}

.firstNavLI a {
    display: block;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    font-size: calc(8px + 0.390625vw);
    font-family: 'Source Sans 3';
    font-weight: 500;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    padding: 6px 8px 6px 8px;
    background-color: #FFF;
}

.firstNavLI a:hover {
    color: #000000;
    background-color: #ffffff;
}

.firstNavLI a.active {
    background-color: #e1e1e1;
}

/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus über der Liste  befindet (.hover siehe JavaScript oben) */
.firstNaviUL ul.hover,
.firstNaviUL li.hover ul,
.firstNaviUL li:hover ul {
    display: block;
}

/* Added for the top UL LI Background
  ul.firstNaviUL li > a { color: #DD5F94; }
   */

ul.firstNaviUL li:hover>a {
    background-color: #F2F2F2;
    color: #000000;
    transition: all 150ms ease-in-out;
}



/* SiteLogo Stuff  ======================================= */

.navbar-mainnavigation .navbar-brand-image img {
    max-height: calc(var(--mainnavigation-nav-height) * 1.1);
    top: 0rem;
    transform: translate(0, 0);
}



/*  DCE Stuff Claime Element  ======================================= */

.wnIntroHeadline {
    font-size: 1.1rem;
    line-height: 2.5rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -0.5px;
}



/*  DCE Stuff Claime Element  ======================================= */

.wnClaimheadline {
    font-size: 2.75rem;
    line-height: 3.5rem;
    font-weight: bold;
    color: #BE152A;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -0.5px;
}



/* General DCE Stuff Display Headlines ======================================= */

/*  DCE Stuff News Element  ======================================= */

.wnIntroSubheadline {
    xfont-size: 1rem;
}







/* DCE FooterMenu with Headline ======================================= */





/* Footer Stuff -------------------------------------------------- */

.wnFooterRedBorder {
    border-top: 0.5rem solid #BE152A
}



.footer-section-content {
    xborder-top: 1px solid rgba(0, 0, 0, 0.125);
    mxargin-top: 0;
    background: #ffffff;
    --frame-color: #ffffff;
    --frame-link-color: #ffffff;
    --frame-link-hover-color: #000000;
}

.wnListStyleNo ul {
    list-style: none;
    padding-left: 0;
}

.wnListStyleNo a {
    font-size: 0.75rem;
}


.wnFooterStyles .h4 {
    border-bottom: 2px #000000 solid;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    color: #000000;
    font-weight: bold;
}

.wnFooterStyles .h5 {
    border-bottom: 2px #000000 solid;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    color: #000000;
    font-weight: bold;
}

.wnFooterStyles p {
    color: #000000;
}

.footer-section-meta {
    background: #AFB5B0;
    --frame-color: #ffffff;
    --frame-link-color: #606060;
    --frame-link-hover-color: #000000;
}

.footer-sociallinks .sociallinks-link {
    width: 3rem;
    height: 3rem;
    color: #737373;
    opacity: 0.75;
    transition: all ease-in-out 0.3s;
    background-color: rgba(255, 255, 255, 0.8);
}

.footer-language .language-menu .active a {
    font-weight: normal;
    text-transform: uppercase;
}




/* BS Icon Size Stuff -------------------------------------------------- */
.mySize0 {
    font-size: 0.7rem;
}

.mySize1 {
    font-size: 1rem;
}

.mySize15 {
    font-size: 1.5rem;
}

.mySize2 {
    font-size: 2rem;
}

.mySize25 {
    font-size: 2.5rem;
}

.mySize3 {
    font-size: 3rem;
}

/* Bootstrap Elements Stuff  ======================================= */




/* Muggengrat Signe -------------------------------------------------- */
.wnMuggengratLogo {}

@media (min-width: 576px) {
    .wnMuggengratLogo {}
}


@media (min-width: 768px) {
    .wnMuggengratLogo {}
}





/* Worknode Signe -------------------------------------------------- */
.wnWorknodeLogo {
    height: 2rem;
}

@media (min-width: 576px) {
    .wnWorknodeLogo {
        height: 1rem;
    }
}


@media (min-width: 768px) {
    .wnWorknodeLogo {
        height: 2rem;
    }
}



.wnWorknodeLogo:hover {
    fill: #C4151D;
}

.wnWorknodeTypo {
    font-size: 1rem;
    font-weight: 500;
    text-transform: none;
    color: #000000;

}

a.wnWorknodeLink {
    font-size: 1rem;
    font-weight: 500;
    text-transform: none;
    color: #000000;
    text-decoration: none !important;
}

a.wnWorknodeLink:hover {
    color: #C4151D;
}

.wnWorknodeTypoBG {
    position: absolute;
    background-image: url("/fileadmin/sitePics/wnGrayLines.webp");
}