@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Playfair Display";
    src: url("../fonts/PlayfairDisplay-VariableFont_wght.ttf");
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 600;
    src: url('../fonts/Montserrat-Semibold.ttf') format('truetype');
}
@font-face {
    font-family:"Font Awesome 6 Free";font-style:normal;
    font-weight:900;font-display:block;
    src:url(../fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),
    url(../fontawesome/webfonts/fa-solid-900.ttf) format("truetype")
}
.fa-solid,.fas {
    font-weight: 900
}
@font-face {
    font-family:"Font Awesome 6 Brands";
    font-style:normal;
    font-weight: 400;
    font-display: block;
    src:url(../fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),
    url(../fontawesome/webfonts/fa-brands-400.ttf) format("truetype")
}

:root
{
    /**** colours *****/
    --primaryclr: #242c5b;
    --secondaryclr: #4780c3;
    --errorclr: #CC2222;
    --hbblack: #2E2E3E;
    --hbgrey: #A5ACAF;
    --hblightGrey: #E3E1E2;
    --maxMobileMenuWidth: 440px;
    --mobileMenuTransitionTime: 0.5s;
    --bs-primary: #242c5b;
    --bs-secondary: #4780c3;
    --bs-dark: #1E1E1E;
    --bs-transparent: transparent;
    --bs-light: #E3E1E2;
    --bg-clr: #F0F0F0;
    --orange: #e94f2d;
    --mobileMainMenuBG: #ffffff;

    /***** fonts *****/
    --baseFontSize: 16px;
    --defaultFont: 'Montserrat', Arial, sans-serif;
    --defaultColor: #3E3E3E;
    --headerFont: 'Playfair Display', sans-serif;

    /****** ImageTextItems ****/
    --imgTextRightBG: #242c5b;
    --imgTextRightColor: #ffffff;
    --imgTextLeftBG: #E3E1E2;
    --imgTextLeftColor: #1C1C2C;

    /*** sizes ***/
    --contentWidth: 75rem;
    --headerHeight: 5rem;
    --logoWidth: 11rem;
    --stoererFontSize: 1rem;
    --stoererSMIconWidth: 2.5em;
    --mainContentBG: #ffffff;
    --teaserHeight: calc((75vh - var(--headerHeight)) - 1em);
}

html
{
    /*font-size: var(--baseFontSize);*/
}

/*************************************
 **
 **
 ***************************************/
html *, html *:after, html *:before
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body
{
    font-family: var(--defaultFont);
    font-size: var(--baseFontSize);
}

body.htmlarea-content-body
{
    font-size: 12px;
}

body#page
{
    padding-top: var(--headerHeight);
    color: var(--defaultColor);
    font-weight: 400;
}

body#page.parallaxPage
{
    background: transparent;
}
section,
article,
nav,
header
{
    display: block;
}
.fa-brands,
.fab
{
    font-weight:400
}

.waconcookiemanagement
{
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
    background-color: rgba(255,255,255,0.3);
}

#page #CookieBox
{
    position: fixed;
    top: auto;
    bottom: 0.2em;
    left: auto;
    right: 0.2em;
    width: auto;
    max-width: 99vw;
    max-height: 90vh;
    min-height: 0;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
    background-color: var(--primaryclr);
    color: #ffffff;
    text-align: center;
    border-radius: 0;
}

#page #CookieBox .intro,
#page #CookieBox .box-cookie-management
{
    width: 40em;
    max-width: 98%;
    margin-left: auto;
    margin-right: auto;
}

#CookieBox .intro p
{
    width: auto;
}

#CookieBox p,
#CookieBox h1,
#CookieBox h2,
#CookieBox h3
{
    color: inherit;
}

#CookieBox h1,
#CookieBox h2,
#CookieBox h3
{
    /*text-transform: uppercase;*/
}

#CookieBox h2
{
    font-size: 1.4em;
}

#CookieBox p,
#CookieBox a.cookie-btn,
#CookieBox a
{
    font-size: 0.8rem;
}

#CookieBox a.cookie-btn
{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--secondaryclr);
    color: #000000;
    border-radius: 0;
    /*text-transform: uppercase;*/
    white-space: nowrap;
}

#CookieBox .intro p
{
    background-color: transparent;
}

a#data-cookie-individual,
a#data-cookie-refuse,
#CookieBox .cookie-fix .cookieback,
#CookieBox .cookie-fix .cookie-refuse
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 2em;
    padding-right: 2em;
    background-color: transparent;
    border: 1px var(--secondaryclr) solid;
    border-radius: 0;
    color: #ffffff;
    white-space: nowrap;
}

#CookieBox .intro .cookie-legal,
#CookieBox .cookie-fix .cookie-legal
{
    margin-top: 2em;
    margin-bottom: 1em;
    color: #ffffff;
}

#CookieBox .intro .cookie-legal
{
    display: flex;
    justify-content: space-between;
}

#CookieBox .intro .cookie-legal a
{
    display: block;
    margin-right: 0;
}

#CookieBox .intro .cookie-legal a,
#CookieBox .cookie-fix .cookie-legal a
{
    color: inherit;
}
#CookieBox .category
{
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.2 );
}

#CookieBox .cookie-fix
{
    padding-top: 1em;
    padding-bottom: 1em;
}

a#data-cookie-individual,
a#data-cookie-refuse,
#CookieBox .intro .cookie-legal
{
    width: 20em;
}

#outerWrapper
{
    width: 100%;
    overflow: hidden;
}

table th
{
    text-align: left;
}

.htmlarea-content-body table
{
    font-size: inherit;
}

a
{
    color: var(--primaryclr);
    text-decoration: none;
    font-weight: 400;

    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

a:hover
{
    text-decoration: none;
    color: #cd3f30;
}

a img
{
    text-decoration: none;
    border: none;
}

a.arrowLink,
a.arrowLink:visited
{
    display: block;
    width: fit-content;
    padding-right: 0;
    padding-left: 2em;
    margin-top: 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    color: inherit;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1.4em auto;
    background-image: url("images/arrowLinkArrow-dark.png");
}
a.moreLink,
a.moreLink:visited
{
    display: block;
    padding-right: 2.5em;
    margin-top: 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    color: inherit;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 1.2em;
    background-image: url("images/moreLinkArrow.png");
}

p:has(.moreLink)
{
    width: fit-content;
}

p:has(.arrowLink),
p.text-right:has(.moreLink)
{
    display: flex;
    justify-content: flex-end;
    width: auto;

}

h1,h2,h3
{
    color: var(--primaryclr);
    font-family: var(--headerFont);
    letter-spacing: 1px;
}

.frame-type-textpic h4
{
    padding-bottom: 0.5em;
    font-size: 1.05em;
    font-style: italic;
    font-weight: 600;
}

h1
{
    margin-bottom: 1.2rem;
}

section.contentItem h1.csc-firstHeader,
section:first-child header
{
    padding-top: 3.5rem;
    padding-bottom: 0.9rem;
}

section:first-child .twoColsItem header
{
    padding-top: 0.5em;
}

h2
{
    margin-bottom: 1rem;
}

.contentItemheader h2
{
    margin-bottom: 0px;
}

h1,
h2
{
    font-size: 2.5em;
}

h3
{
    font-size: 1.45em;
    font-weight: 500;
    margin-bottom: 1px;
    margin-top: 0.7em;
}

#mainContent .fsndRespImageItemTitle h1,
#mainContent .fsndRespImageItemTitle h2
{
    text-transform: none;
    white-space:  nowrap;
}

p, ul, ol
{
    padding-top: 3px;
    padding-bottom: 5px;
    line-height: 1.5;
}

ul,ol
{
    margin-left: 12px;
    padding-left: 5px;
}

ul
{
    list-style: square;
}

ul ul
{
    list-style: disc;
}

ul.menu,
ul.csc-uploads
{
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
}

.frame-type-textpic .ce-intext .ce-gallery
{
    margin-top: 0.3em;
}

.ce-intext.ce-left .ce-gallery
{
    margin-right: 1em;
}

.ce-intext.ce-right .ce-gallery
{
    margin-left: 1em;
}

.twoCols,
.threeCols
{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
    flex-wrap: wrap;
    padding-top: 1rem;
    padding-bottom: 3rem;
}

.twoCols > *
{
    flex-grow: 1;
    flex-basis: calc( 2*(var(--contentWidth)/9) + 10% );
}

.twoCols section:first-child header
{
    padding-top: 0.5em !important;
}

.twoCols
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
}

#headerWrapper,
#contentWrapper,
#teaserWrapper,
#footerWrapper,
section.contentItem
{
    width: 100%;
}

#outerWrapper,
#footerWrapper
{
    max-width: 100vw;
    height: auto;
    overflow: hidden;
}

.greyContent,
.csc-frame-greyContent
{
    background-color: var(--hblightGrey);
}

#greyContent
{
    min-height: 11em;
}

.csc-frame-greyContent:first-child
{
    padding-top: 2.5em;
}

.csc-frame-greyContent:last-child
{
    padding-bottom: 2.5em;
}

#greyContent section:last-child,
#mainContent section:last-child:not(.contentItemLayout6)
{
    padding-bottom: 2em;
}

#mainContent section:last-child:has(.csc-frame-greyContent)
{
    padding-bottom: 0;
}

#mainContent
{
    min-height: 50vh;
    background-color: var(--mainContentBG);
    z-index: 1;
}

.noTeaser #mainContent
{
    margin-top: 50px;
}

.content
{
    position: relative;
    width: var(--contentWidth);
    max-width: 96vw;
    margin-left: auto;
    margin-right: auto;
}

.frame-layout-6 > .content
{
    width: auto;
    max-width: 100vw;
}

.frame-type-news_newsdetail > .content
{
    width: auto;
    max-width: 100vw;
}

.frame-layout-5 .content
{
    width: calc(var(--contentWidth)/3 + 4em);
    padding-left: 2em;
}

.frame:not(.frame-type-news_newsdetail) .content .content
{
    position: revert;
    width: auto;
}

.moreInfoLink
{
    float: right;
    cursor: pointer;
}

.teaserImageSlogan .moreInfoLink
{
    margin-top: 0.5em;
    margin-bottom: -0.5em;
}

.moreInfoLink::after,
.clear
{
    content: "";
    clear: both;
    display: table;
    height: 0;
    width: 0;
}

.btn
{
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border: 1px solid var(--secondaryclr);
    border-radius: 5px;
    color: #ffffff;
    background-color: var(--primaryclr);

    transition: all 0.5s ease-in-out;
}

.ce-bodytext a.btn,
.contentBodyText a.btn
{
    display: inline-block;
    margin-right: 1em;
    margin-top: 0.3em;
    margin-bottom: 0.6em;
    border-color: var(--secondaryclr);
    background-color: var(--primaryclr);
    color: #ffffff;
    white-space: nowrap;
}

a.btn:hover
{
    border-color: var(--secondaryclr);
    background-color: var(--bg-clr);
    color: var(--hbblack) !important;
}

.ce-bodytext a.btn:hover
{
    border-color: var(--secondaryclr);
    background-color: var(--bg-clr);
}

.plainPage section.contentItem div.sectionInnerWrapper
{
    max-width: 100%;
}

section.contentItem.contentItemLayout1 div.sectionInnerWrapper,
section.contentItem.contentItemLayout2 div.sectionInnerWrapper
{
    width: 100%;
    max-width: 100%;
}

div#breadCrumbWrapper
{
    display:  none;
    height: 20px;
    padding-top: 10px;
    background-color: #FFF;
}

#headerWrapper
{
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFF;

    z-index: 4;
}

.tempHomepage #headerWrapper
{
    background-color: transparent;
}

#topBarWrapper
{
    position: fixed;
    display: none;
    width: 100%;
    background: #efedf1;
}

#topBar
{
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: right;
}

#topBar div#topMenu
{
    display: inline-block;
    padding-right: 10px;
}

#topBar div#topMenu::after
{
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    content: "/";
    color: #C0C0C0;
}

#top-menu li.level1
{
    display: inline-block;
    padding-left: 10px;
    padding-right: 15px;
    text-transform: uppercase;
}

#top-menu a
{
    color: #606062;
}

div#search,
#topBar div.csc-frame-default
{
    display: inline-block;
    width: 225px;
    margin-left: 4px;
}

#search input.searchItem
{
    width: 100%;
    padding-top: 5px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px #005098 solid;
    padding: 2px 4px;
    background: transparent;
}

#search input[type="submit"]
{
    background-color: transparent !important;
}

#search input.searchButton
{
    position: absolute;
    z-index: 10;
    top: 3px;
    right: 3px;
    border: none;
    background-color: transparent !important;
    background: url(images/lupe.png);
    width: 14px;
    height: 15px;
    cursor: pointer;
}


#teaserWrapper
{
    position: sticky;
    top: var(--headerHeight);
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -1em;
    z-index: -1;
}

div#teaser, #teaser div.teaserImg,
div.teaserImgInnerWrapper
{
    height: var(--teaserHeight);
}
#wave
{
    position: absolute;
    height: 8em;
    width: 100%;
    left: 0;
    bottom: 0;
    margin-bottom: 0.5em;
    background-image: url("images/wavebg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    transform: translate(0, 15%);
    opacity: 0.99;
}

.blueWave #wave
{
    background-image: url("images/wavebg-blue.png");
}

.parallaxPage #teaserWrapper
{
    display: none;
}

#header
{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: var(--headerHeight);
    z-index: 5;
}

#logo
{
    display: flex;
    align-items: center;
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    width: var(--logoWidth);

    transition: all 0.8s ease-in-out;
    transition-delay: 0.8s;
}

#logo:hover
{
    transform: scale(1.2) translate( 10%, 10% );
}

#logo a.logoLink
{
    display: block;
}

#logo img
{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.25);

    -webkit-transition: all 0.8s ease-in-out; /* Safari */
    transition: all 0.8s ease-in-out;
    transition-delay: 0.8s;
}

#logo:hover img
{
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.4);
}

#logo:hover
{
    z-index: 101;
}

#menuOuterWrapper
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc( var(--contentWidth) - var(--logoWidth) - 0.5em );
    max-width: calc( 98vw - var(--logoWidth) - 0.5em );
}

@media screen and (min-width: 1600px)
{
    #stoererRechts
    {
        --stoererFontSize: 3rem;
        --stoererSMIconWidth: 4em;
    }
}

@media screen and (min-width: 1400px)
{
    #stoererRechts
    {
        --stoererFontSize: 2.4rem;
    }
}

@media screen and (min-width: 1200px)
{
    #stoererRechts
    {
        --stoererFontSize: 2.2rem;
        --stoererSMIconWidth: 3.5em;
    }
}

@media screen and (min-width: 1000px)
{
    #stoererRechts
    {
        --stoererFontSize: 1.6rem;
    }
}

@media screen and (min-width: 900px)
{
    #stoererRechts
    {
        --stoererFontSize: 1.2rem;
    }
}

div#stoererRechts
{
    display: flex;
    align-items: flex-end;
    flex-flow: column;
    gap: 0.4em;
    position: fixed;
    right: 1px;
    top: calc(var(--headerHeight) + 2.5em);
    text-align: right;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
    z-index: 3;
}

#stoererItem1
{
    display: flex;
    flex-direction: column;
    gap: 0.3em;
    margin-bottom: 1px;
    font-size: var(--stoererFontSize);
    box-shadow: -2px 2px 2px 3px rgba(0,0,0,0.25);
}

#stoererRechts div.stoererItem
{
    text-align: left;
}

#stoererRechts .stoererItem a.stoererLink
{
    display: inline-block;
    padding-left: 12px;
    padding-right: 8px;
    padding-top: 12px;
    padding-bottom: 10px;
}

#stoererItem1 a.stoererLink:nth-child(2)
{
    /*border-color: var(--orange);*/
}

.stoererSMImg
{
    width: var(--stoererSMIconWidth);
    height: auto;
}

#stoererItem2
{
    margin-top: 1.7em;
}

#stoererItem3 .stoererSMImg
{
    width: calc(var(--stoererSMIconWidth) * 0.8);
    margin-right: calc(var(--stoererSMIconWidth) * 0.1);
}

.frame-dBlueBG,
.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover
{
    background-color: var(--primaryclr);
    color: #FFF;
}

.frame-lBlueBG
{
    background-color: var(--secondaryclr);
    color: #ffffff;
}

.frame-dBlueBG.frame-layout-6,
.frame-lBlueBG.frame-layout-6
{
    background-color: inherit;
    color: inherit;
}

.frame-layout-3 .contentBodyText,
.frame-layout-3 .ce-bodytext
{
    columns: 2;
    column-gap: 2em;
    padding-top: 1em;
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus
{
    border-color: var(--primaryclr);
}

.frame-dBlueBG header *,
.frame-lBlueBG header *,
.frame-dBlueBG .headerItem,
.frame-dBlueBG .subHeader,
.frame-dBlueBG a,
#dealerSearchHeader .frame-dBlueBG .mainHeader
{
    color: inherit;
}

.teaserEl
{
    height: calc(85vh - var(--headerHeight) );
}

#teaser
{
    position: relative;
}

#teaser div.teaserImg
{
    position: absolute;
    min-width: 100%;
}

.teaserImgInnerWrapper
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    opacity: 0;
    transition: opacity 1800ms ease-in-out;
}

.teaserImgimage
{
    display: none;
}

#teaserImg1.teaserImgimage
{
    display: block;
}

#teaserImg1 .teaserImgInnerWrapper,
.activeImg .teaserImgInnerWrapper
{
    opacity: 1;
}

#teaser .teaserImg img.teaserImage
{
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

#teaser .teaserImgLayout4 img.teaserImage
{
    display: block;
    width: 75%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

#teaser div.tx-fsnd-videolist
{
    position: relative;
}

#teaser .frame-dBlueBG div.tx-fsnd-videolist
{
    background: #FFF;
    border-bottom: 3px solid #FFF;
}

#teaser div.teaserImageSlogan,
#teaser div.videoInfoTextWrapper
{
    display: flex;
    position: absolute;
    left: 50%;
    top: 20%;

    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.teaserTextWrapper
{
    display: flex;
    justify-content: center;
    position: absolute;
    top: 25%;
    left: 50%;
    max-width: calc(100vw - 4em);
    transform: translate(-50%,-50%);
}

.teaserHeader
{
    font-size: 1.5rem; /* Styles for the entire header */
    word-break: break-word;
}

.teaserHeader:first-line
{
    font-size: clamp(1.4rem, 5% + 1rem, 2,5rem); /* Styles for the first line of the header */
    word-break: break-word;
}

.teaserTextWrapperType1
{
    justify-content: flex-end;
}

.teaserTextWrapperType2
{
    justify-content: flex-start;
}

.teaserTextWrapperType8
{
    top: auto;
    bottom: 10%;
}

.teaserTextWrapperType9
{
    top: auto;
    bottom: 10%;
    justify-content: flex-end;
}

.teaserTextWrapperType10
{
    top: auto;
    bottom: 10%;
    justify-content: flex-start;
}

.teaserTextWrapperType17
{
    top: 50%;
    justify-content: flex-end;
}

.teaserTextWrapperType18
{
    top: 50%;
    justify-content: flex-start;
}

.teaserText
{
    width: fit-content;
    max-width: 620px;
    padding: 1em 1.5em;
    border-radius: 0.5em;
    background-color: rgba(255,255,255,0.8);
}

.teaserText .content
{
    margin-left: 0;
    margin-right: 0;
}

.teaserText > *
{
    width: fit-content;
}

#teaser div.videoInfoText
{
    background: rgba( 181, 35, 40, 0.5 );

    transition: background 1s linear;
}

#teaser div.videoInfoText:hover
{
    background: transparent;
}

#mainMenuWrapper
{
    width: 100%;
    flex-shrink: 1;
    z-index: 10;
}

#langMenu
{
    margin-left: auto;
    flex-grow: 1;
}

.mobileMenuItem
{
    display: none;
}


div#centreAreaWrapper
{
}

#contentWrapper
{
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}

.parallaxPage #contentWrapper
{
    top: 110px;
}

/* to put header below low hanging logo */
.noHeader #mainContent section.contentItem .csc-header-n1 .csc-firstHeader
{
    margin-top: 30px;
}

div#centreArea
{
    padding-top: 15px;
}

#centreArea section.contentItemLayout3
{
    width: 22.8%;
    margin-right: 1%;
}

#centreArea section.contentItem.style1
{
    padding-top: 30px;
    padding-bottom: 0px;
    background: #eeecf0;
}

#centreArea section.contentItem div.sectionInnerWrapper,
section.contentItemLayout4 div.sectionInnerWrapper
{
    padding-top: 30px;
    padding-bottom: 30px;
}

#centreArea section.contentItemhtml div.sectionInnerWrapper
{
    padding-top: 0px;
    padding-bottom: 0px;
}

#centreArea section.contentItemimage div.sectionInnerWrapper
{
    padding-bottom: 0px;
}

#centreArea section.contentHeaderType100 div.sectionInnerWrapper
{
    padding-top: 0px;
}

#centreArea section.contentItemLayout1 div.sectionInnerWrapper,
#centreArea section.contentItemLayout2 div.sectionInnerWrapper,
#centreArea section.contentItemLayout6 div.sectionInnerWrapper
{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
}

div.popupWindow
{
    position: fixed;
    width: 1024px;
    max-width: 95vw;
    max-height: 90vh;
    top: 5vh;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    border: 1px #444 solid;
    box-shadow: 1px 1px 2px 1px #666;
    z-index: 1000;
}

.popupWindow div.popupWindowInner
{
    max-width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
}

div.popupClose
{
    position: absolute;
    right: -8px;
    top: -8px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    color: #000;
    text-align: center;
    background-color: #FFF;
    border-radius: 12px;
    border: 1px #000 solid;
    cursor: pointer;
    z-index: 1001;
}

.contentItemLayout6 .sectionInnerWrapper h5
{
    margin-top: -20px;
    margin-bottom: 10px;
}

#centreArea section.contentItem div.sectionInner
{
    margin-bottom: 15px;
}

#centreArea section.contentItemhtml div.sectionInner
{
    margin-bottom: 0px;
}

#centreArea section.contentItemimage div.sectionInner
{
    margin-bottom: 0px;
}

#centreArea section.contentItemLayout2 div.sectionInner
{
    margin-bottom: 0px;
}

#centreArea section.style5
{
}

#centreArea section.style5 div.sectionInnerWrapper
{
    padding-top: 0px;
}

#centreArea section.style5 div.sectionInner
{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 20px;
    background: #C2C2CE;
}

.fsndElMgrAccordionElements header
{
    margin-bottom: 15px;
    cursor: pointer;
}

.frame-dBlueBG .fsndElMgrAccordionElements header
{
    border-bottom: 2px #FFF dotted;
    padding-left: 32px;
    /*background-image: url(images/smartloxx_Icon_weiss.png);*/
    background-repeat: no-repeat;
    background-position: left 3px;
    background-size: auto 22px;
}

.framedBlueBG .fsndElMgrAccordionElements header h2,
.frame-dBlueBG .fsndElMgrAccordionElements header h3
{
    margin-bottom: 8px;
}

.frame-dBlueBG .fsndElMgrAccordionElements div.contentBody
{
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    background: #FFF;
    color: var(--hbgrey);

    -webkit-transition: all 1s cubic-bezier(0.64, 0.57, 0.67, 1.53);
    transition: all 1.5s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}

.frame-dBlueBG .fsndElMgrAccordionElements .closedAccordionItem div.contentBody
{
    height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    overflow: hidden;
}

.frame-dBlueBG .fsndElMgrAccordionElements .contentBody h3
{
    padding-left: 26px;
    /*background-image: url(images/smartloxx_Icon.png);*/
    background-repeat: no-repeat;
    background-position: left 3px;
    background-size: auto 16px;
}

.imageTextGroup
{
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(300px,1fr));
}

.imageTextGroup.imageTextGroupright
{
}

.imageTextTextItem
{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: var(--imgTextLeftBG);
    color: var(--imgTextLeftColor);
    z-index: 2;
}

.imageTextGroupright .imageTextTextItem
{
    background-color: var(--imgTextRightBG);
    color: var(--imgTextRightColor);
}

.frame-dBlueBG .imageTextTextItem
{
    background-color: var(--primaryclr);
    color: #ffffff;
}

.frame-lBlueBG .imageTextTextItem
{
    background-color: var(--secondaryclr);
    color: #ffffff;
}

.imageTextGroupright .imageTextTextItem
{
}

.imageTextHalfGroup
{
    max-height: 45vh;
    overflow: hidden;
}

.imageTextImageItem
{
    z-index: 1;
}

.imageTextTextItem h2,
.imageTextTextItem h3
{
    color: inherit;
}

.imageTextImageItem .mediaItem
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.imageTextTextContent a,
.imageTextTextContent a:visited
{
    color: inherit;
}

.imageTextGroupright .imageTextImageItem
{
    grid-row: 1;
}

.imageTextTextContent
{
    flex-grow: 1;
    max-width: calc(var(--contentWidth)/2 - 2.5em);
    max-height: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    overflow-y: auto;
}

.imageTextGroupright .imageTextTextContent
{
    padding-left: 2.5em;
    padding-right: 1em;
}

.imageTextGroupleft .imageTextTextContent
{
    padding-right: 2.5em;
    padding-left: 1em;
}

.imageTextGroupright .imageTextTextContent
{
    margin-right: auto;
}

.imageTextImageItem picture
{
    width: 100%;
    height: 100%;
}

.imageTextImageItem img
{
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-height: 60vh;
    object-fit: cover;
}

.imageTextTextContent header
{
    margin-bottom: 0.3em;
}

.imageTextTextContent .subHeader2
{
    margin-top: -0.5em;
    font-size: 0.9em;
    line-height: 1.3;
}


#centreArea .csc-frame-rulerBefore div.csc-textpic-text
{
    padding-top: 25px;
}

#centreArea .csc-frame-rulerBefore ul,
#centreArea .csc-frame-rulerBefore ol
{
    padding-left: 25px;
    margin-left: 25px;
}

#centreArea .csc-frame-rulerBefore p,
#centreArea .csc-frame-rulerBefore ul li,
#centreArea .csc-frame-rulerBefore ol li
{
    margin-bottom: 15px;
}

.csc-frame-rulerBefore div.csc-textpic-intext-left .csc-textpic-imagewrap,
.csc-frame-rulerBefore div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap
{
    margin-right: 45px;
}

.csc-frame-rulerBefore div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image
{
    margin-bottom: 0px;
}

#centreArea .csc-frame-rulerBefore div.csc-header
{
    margin-bottom: 20px;
}

#centreArea div.csc-frame-ruler-after,
#centreArea .contentItemuploads div.csc-frame-rulerAfter ul.csc-uploads,
#centreArea div.csc-frame-indent
{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

    -webkit-column-gap: 25px; /* Chrome, Safari, Opera */
    -moz-column-gap: 25px; /* Firefox */
    column-gap: 25px;
}

#centreArea .csc-frame-indent p
{
    break-inside: avoid;
}

#centreArea .contentItemuploads div.csc-frame-rulerAfter,
#centreArea .csc-frame-indent div.csc-header
{
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}

#centreArea .csc-frame-indent-right
{
    display: block;
    width: 22%;
    float: left;
    margin-right: 1.5%;
    vertical-align: top;
}

#centreArea .csc-frame-default
{
    float: none;
    clear: both;
}

div#breadCrumb
{
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 0.9em;
}

ul.blueList,
ul.boxList
{
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.blueList li
{
    padding-left: 2.2em;
    list-style: none;
    /*background-image: url("images/karpfen.png");*/
    background-position: left 0.4em;
    background-size: auto 0.8em;
    background-repeat: no-repeat;
}

ul.ce-uploads
{
    text-align: center;
}

.ce-uploads li.fileDownloaditem
{
    display: inline-block;
    max-width: 150px;
    margin-left: 12px;
    margin-right: 12px;
}

.fileDownloaditem div.ce-uploads-description
{
    display: none;
}

.fileDownloaditem div.fileDownloadImage
{
    max-height: 170px;
    text-align: center;
    overflow: hidden;
}

.fileDownloaditem a.fileDownloadImageLink
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.fileDownloaditem a .ce-uploads-description
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
    color: var(--hbgrey);
}

.fileDownloaditem img.fileDownloadPreviewImage
{
    float: none;
    padding-right: 0px;
    text-align: center;
}

.fileDownloaditem span.ce-uploads-filesize
{
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.fileDownloaditem div.fileDownloadAfter
{
    height: 25px;
    width: 100%;
    /*background-image: url(download_icon-red.png);*/
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

#footerWrapper
{
    position: relative;
    background-color: var(--primaryclr);
    color: #FFF;
    font-size: 0.8em;
    border-top: 3px var(--secondaryclr) ridge;
    z-index: 300;
}

#footer
{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2.5em;
    height: auto;
    padding-bottom: 2em;
    padding-top: 2em;
}

.footerAddressHeader
{
    padding-bottom: 0.2em;
    font-weight: 700;
}

.groupContactItems a.contactDetailLink
{
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
}

#bottom-menu
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2em;
}

#footer a
{
    color: inherit;
}

#footer a:hover
{
    text-decoration: underline;
}

#copyright,
#copyright .content
{
    width: fit-content;
    padding-bottom: 0;
}

#copyright p
{
    white-space: nowrap;
    flex-shrink: 1;
}

#footerComponents
{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-flow: column;
    gap: 1em;
}

.csc-uploads li.csc-uploads-element-pdf
{
    /*background-image: url(images/pdf-icon.png);*/
}

.ce-gallery img
{
    max-width: 100%;
    height: auto;
}

.csc-uploads .csc-uploads-element a,
ul.csc-uploads span.csc-uploads-fileName
{
    color: #b13a29;
    text-decoration: none;
}

.fsndElMgrGroup .groupTeaserImages .groupTeaserImageItem div.groupTeaserImageOverlay
{
    background: rgb( 177, 58, 41 );
    background: rgba( 177, 58, 41, 0.75 );
    color: #FFF;
}

.fsndElMgrGroup .groupTextItems div.groupTextItem
{
    border-top: 2px #b13a29 solid;
    background: #dfe0e1;
}

#tx-indexedsearch fieldset,
.tx-indexedsearch-searchbox fieldset
{
    border: none;
}

table input.tx-indexedsearch-searchbox-button,
.tx-indexedsearch-searchbox legend,
#isBrowseBoxTop
{
    display: none;
}

.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox
{
    margin-top: 25px;
    margin-left: 0px;
    padding-left: 0px;
}

.tx-indexedsearch-browsebox .tx-indexedsearch-browsebox li
{
    display: inline-block;
    margin-right: 15px;
    list-style: none;
}

div.tx-indexedsearch-browsebox
{
    min-height: 28px;
}

div.tx-indexedsearch-searchbox div.tx-indexedsearch-form,
div.tx-indexedsearch-searchbox div.tx-indexedsearch-search-submit
{
    display: block;
    position: relative;
    float: left;
    width: auto;
    max-width: 50%;
}

div.tx-indexedsearch-searchbox p
{
    clear: both;
    float: none;
}

div.tx-indexedsearch-whatis
{
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 700;
}

ul.browsebox
{
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 5px;
    height: 24px;
}

ul.browsebox li
{
    float: left;
    position: relative;
    display: block;
    margin-left: 10px;
    margin-right: 5px;
}

div.tx-indexedsearch-res
{
    clear: both;
    float: none;
    margin-top: 20px;
}

dl.tx-indexedsearch-info
{
    display: none;
}

div.csc-sitemap
{
    margin-left: 2em;
}

.csc-sitemap h3
{
    padding-bottom: 2px;
    font-size: 1em;
    color: #3E3E3E;
    display: block;
    width: 80%;
    border-bottom: #3E3E3E 1px dotted;
}

.csc-sitemap ul.sitemap-level2
{
    list-style: none;
}

.csc-sitemap ul
{
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 2px;
    margin-left: 10px;
    padding-left: 5px;
}

.csc-sitemap ul.sitemap-level2 li.level2
{
    font-size: 1em;
    padding-top: 4px;
    margin-left: 0;
}

.csc-sitemap a
{
    color: #3E3E3E;
}

.csc-sitemap ul.sitemap-level3
{
    font-size: 0.9em;
    margin-left: 12px;
}

.csc-sitemap a:hover
{
    color: #000;
}

.csc-textpic-imagewrap[data-csc-cols='2'] div.csc-textpic-imagecolumn
{
    max-width: 48%;
}

.csc-textpic-imagewrap[data-csc-cols='3'] div.csc-textpic-imagecolumn
{
    max-width: 30%;
}

.csc-textpic-imagewrap[data-csc-cols='4'] div.csc-textpic-imagecolumn
{
    max-width: 22%;
}

.csc-textpic-imagewrap .csc-textpic-imagecolumn figure
{
    display: inline-block !important;
    max-width: 100%;
}

.csc-textpic-imagewrap .csc-textpic-imagecolumn figure img
{
    max-width: 100%;
    height: auto;
}

.pagesList
{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

h4.pagesListPage
{
    padding-left: 1em;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--headerFont);
    color: inherit;
}

a.pagesListLink1
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 2.5em;
    margin-top: 0.7em;
    background-color: var(--primaryclr);
    border-radius: 5px;
    color: #ffffff;
}

a.pagesListLink1:hover
{
    background-color: var(--bg-clr);
    color: var(--secondaryclr);
}

.pagesList2,
.boxList
{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: 1fr;
    padding-top: 0.7em;
    padding-bottom: 1.3em;
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    font-size: 1em;
}

a.pagesListLink2,
.boxList a
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5em;
    border: 2px var(--primaryclr) solid;
    border-radius: 10px;
    font-family: var(--headerFont);
    color: #ffffff;
    background-color: var(--secondaryclr);
}

.boxList a
{
    text-align: center;

    transition: all 1s ease-in-out;
}

a.pagesListLink2:hover,
.boxList a:hover
{
    border-color: var(--secondaryclr);
    background-color: var(--bg-clr);
    color: var(--primaryclr);
}

.googleMap iframe
{
    max-width: 98%;
}

div.googleMapCentred
{
    margin-left: auto;
    margin-right: auto;
}

.pagesMenu div.menuItem
{
    display: inline-block;
    width: 20%;
    margin-bottom: 20px;
    vertical-align:  top;
}

.pagesMenu .menuItem div.menuItemInner
{
    margin-left: 5px;
    margin-right: 5px;
}

.pagesMenu .menuItem div.pagesItemTitle
{
    width: 100%;
    height: 40px;
    left: 0px;
    bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #FFFFFF;
}

.pagesMenu .menuItem .pagesItemTitle h3
{
    margin-left: 10px;
    margin-right: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

.pagesMenu .menuItem a .pagesItemTitle h3
{
    color: #005098;
}

.pagesMenu .menuItem a:hover .pagesItemTitle h3
{
    color: #b13a29;

    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.pagesMenu .menuItem img.pagesImage
{
    width: 100%;
    height: auto;

    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.pagesMenu .menuItem a:hover img.pagesImage
{
    opacity: 0.8;
}

a.buttonLink
{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #FFF;
    background: #005199;
    border: 2px #88A outset;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

a.buttonLink:hover
{
    text-decoration: none;
    border-color: #3E3E3E;

    -webkit-box-shadow: 5px 5px 3px 0px rgba(170,170,170,1);
    -moz-box-shadow: 5px 5px 3px 0px rgba(170,170,170,1);
    box-shadow: 5px 5px 3px 0px rgba(170,170,170,1);

    -webkit-transition-delay: 0.1s; /* Safari */
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;

    -webkit-transition-duration: 0.5s; /* Safari */
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

p.phone,
p.fax,
p.email,
p.address,
p.weblink
{
    position: relative;
    padding-left: 3em;
    margin-top: 0.1em;
    margin-bottom: 0.3em;
}

.tx-fsnd-flyin p.phone
{
    font-size: 1.4em;
    background-position: 0% 6px
}

p.pdf:before,
p.weblink:before,
p.address:before,
p.phone:before,
p.email:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Font Awesome 6 Free";
    font-size: 1.4em;
    border: 0;
    padding: 0;
}

p.pdf:before
{
    content: "\f1c1";
}

p.weblink:before
{
    content: "\f0ac";
}

p.address:before
{
    content: "\f3c5";
}

p.phone:before
{
    content: "\f095";
}

p.email:before
{
    content: "\f0e0";
}

p.important,
div.important
{
    font-weight: 600;
    color: var(--bs-transparent);
}


ul.dotted
{
    padding-left: 0 !important;
    list-style: none;
}

ul.dotted > li
{
    position: relative;
    padding-left: 1.3em;
}

ul.dotted > li:before
{
    content: '';  /* Empty content */
    position: absolute;
    left: 0.1em;
    top: 0.55em;
    width: 0.6em;  /* Bullet width */
    height: 0.6em;  /* Bullet height */
    background-color: #e53312;  /* Bullet color */
    border-radius: 50%;  /* Makes it circular */
}

#mainContent input.form-check-input:checked
{
    fill: var(--bs-primary);
    background-color: var(--bs-primary);
    border-color: var(--bs-light);
}

#mainContent input.form-check-input:focus,
#mainContent input.form-control:focus
{
    box-shadow: 0 0 0 0.25em rgba( 50, 50, 50, 0.15 );
}

#mainContent .btn-check:focus+.btn-primary,
#mainContent .btn-primary
{
    box-shadow: none;
    background: var(--primaryclr);
}

#mainContent input.form-control:focus
{
    border-color: var(--hbgrey);
}

label.form-check-label
{
    color: var(--bs-dark);
}

#mainContent .form-switch .form-check-input:focus
{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.3%29'/%3e%3c/svg%3e");
}

#mainContent .form-switch .form-check-input:checked:focus
{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28250, 250, 250, 0.9%29'/%3e%3c/svg%3e");
}

#mainContent input.form-check-input[type=radio]:checked
{
    background: var(--bs-primary);
}
/******** Powermail settings ***************/
.tx-powermail form > h3,
form.nolabel fieldset > legend,
form.layout1 fieldset > legend,
form.layout2 fieldset > legend
{
    display: none;
}
.tx-powermail fieldset
{
    border: none;
}

.tx-powermail form
{
    padding-top: 1em;
}

form.layout1,
fieldset.layout2
{
    display: grid;
    grid-column-gap: 2em;
    grid-template-columns: 1fr 1fr;
}

fieldset.powermail_fieldset
{
    max-width: 98%;
}

fieldset.layout2 .powermail_fieldwrap.layout2
{
    grid-column: 1/-1;
}

form.layout1 > div
{
    display: none;
}

form.layout1 > fieldset
{
    max-width: 90vw;
    min-width: calc(50% - 3em);
}

.powermail_fieldwrap
{
    margin-top: 0.3em;
    padding-bottom: 0.6em;
}

label.powermail_label
{
    padding-bottom: 0.25em;
}

input.powermail_input,
input.powermail_date,
textarea.powermail_textarea,
input.powermail_captcha,
select.powermail_select
{
    width: 100%;
    padding: 0.5em 0.5em;
    background-color: rgba( 36, 44, 91, 0.1);
    border: 1px var(--secondaryclr) solid;
    border-radius: 3px;
}

form.layout1 input.powermail_input,
form.layout1 input.powermail_date,
form.layout1 textarea.powermail_textarea,
form.layout1 select.powermail_select
{
    width: 90%;
    max-width: calc(var(--contentWidth) - 5em);
}

.powermail_fieldwrap:has(.powermail-errors-list.filled)
{
    position: relative;
}

ul.powermail-errors-list.filled
{
    position: absolute;
    left: 0.2rem;
    top: 2.9rem;
    margin: 0;
    padding-left: 0;
    padding-top: 0.2rem;
    font-size: 0.75em;
    font-weight: 700;
    list-style: none;
    color: var(--errorclr);
    pointer-events: none;
}

fieldset.layout2 .powermail_fieldwrap.layout2 textarea.powermail_textarea
{
    width: 95%;
}

form.layout1 .layout1 select.powermail_select
{
    width: 19em;
}

fieldset.layout1
{
    display: flex;
    justify-content: flex-end;
}

.powermail_fieldwrap_type_check
{
    display: flex;
    flex-direction: row-reverse;
    width: fit-content;
}

.powermail_fieldwrap_type_check > label
{
    text-indent: 2em;
    margin-left: -1em;
    font-size: 0.9em;
    z-index: 10;
}

.powermail_fieldwrap_type_check > label a
{
    cursor: pointer;
    pointer-events: initial;
}

.powermail_fieldwrap_type_check .checkbox label
{
    color: transparent;
    font-size: 0.1em;
}

.powermail_fieldwrap_type_check .checkbox label input[type=checkbox]
{
    padding: 0.2em;
    z-index: 1;
}

.powermail_fieldwrap_type_check .powermail_field
{
    z-index: 100;
}

.powermail_field img
{
    max-width: 95%;
    height: auto;
}

.powermail_fieldwrap_type_recaptcha
{
    display: flex;
    justify-content: flex-start;
    align-items: self-end;
}

.powermail_fieldwrap_type_recaptcha .powermail_label
{
    display: none;
}

.tx-powermail .mandatory
{
    display: inline-block;
    padding-left: 0.5em;
    color: var(--primaryclr);
    font-weight: 600;
    text-indent: 0;
}

.powermail_fieldwrap_type_check .mandatory
{
}

input.powermail_captcha
{
    max-width: 5em;
}

.powermail_fieldwrap_type_captcha div.powermail_field
{
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 1em;
    padding-top: 0.5em;
}

.tx-powermail form input.powermail_submit
{
    padding: 8px 20px;
    font-size: inherit;
    color: #fff;
    background-color: var(--primaryclr);
    border: 0;
    cursor: pointer;

    -webkit-appearance: button;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    transition: all 0.8s ease-in-out;
}

.tx-powermail form input.powermail_submit:hover
{
    background-color: var(--bs-light);
    color: var(--hbblack);
}

.tx-powermail .layout3 div.powermail_fieldwrap_type_submit
{
    text-align: right;
}

.style5 .tx-powermail form .layout3 input.powermail_submit
{
    margin-right: 40px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #005098;
    text-transform: uppercase;
    background: #FFF;
    border: 1px #005098 solid;
    cursor: pointer;
}

.style5 .tx-powermail form .layout3 input.powermail_submit:hover
{
    border-style: outset;
}

.twoCols #mapOuterWrap
{
    margin-left: 3em;
    height: 35vh;
}

.twoCols #mapOuterWrap #googleMap
{
    max-height: 100%;
}

/** Einstellungen für TYPO3 CSS-Klassen **/
.frame-space-before-extra-large,
.frame-space-before-large,
.frame-space-before-medium,
.frame-space-before-small,
.frame-space-before-extra-small
{
    margin-top: 0;
}

.frame-space-before-extra-large .frameInner
{
    padding-top: 5em;
}

.frame-space-before-large .frameInner
{
    padding-top: 3em;
}

.frame-space-before-medium .frameInner
{
    padding-top: 2em;
}

.frame-space-before-small .frameInner
{
    padding-top: 1em;
}

.frame-space-before-extra-small .frameInner
{
    padding-top: 0.5em;
}

.frame-layout-0 .frameInner
{
    padding-bottom: 2.5em;
}

.frame-layout-0 .frame-layout-6 .frameInner
{
    padding-bottom: 0;
}

.frame-type-header .frameInner
{
    padding-bottom: 0;
}

.frame-space-after-extra-large,
.frame-space-after-large,
.frame-space-after-medium,
.frame-space-after-small,
.frame-space-after-extra-small
{
    margin-bottom: 0;
}

.frame-space-after-extra-large .frameInner
{
    padding-bottom: 5em;
}

.frame-space-after-large .frameInner
{
    padding-bottom: 3em;
}

.frame-space-after-medium .frameInner
{
    padding-bottom: 2em;
}

.frame-space-after-small .frameInner
{
    padding-bottom: 1em;
}

.frame-space-after-extra-small .frameInner
{
    padding-bottom: 0;
}

.ce-gallery figcaption.image-caption
{
    display: block;
}

.contentItemLayout4 figcaption.image-caption
{
    margin-bottom: 25px;
}

.ce-center .ce-gallery[data-ce-columns="1"] div.ce-column
{
    text-align: center;
}

.ce-center .ce-gallery[data-ce-columns="1"] figure.image
{
    display: block;
    text-align: center;
}

.ce-center .ce-gallery[data-ce-columns="1"] img
{
    display: inline-block;
}

.contentItemLayout4 .ce-gallery img
{
    margin-bottom: 25px;
}

.ce-center figcaption.image-caption
{
    text-align: center;
}

/*****  RTE special classes  ***/

a.buttonLink
{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #FFF;
    background: #005199;
    border: 2px #88A outset;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.align-right,
.text-right,
.ce-headline-right
{
    text-align: right;
}

.align-center,
.text-center,
.ce-headline-center
{
    text-align: center;
}

li.text-center,
.text-center li
{
    list-style: none;
}

.important
{
    color: var(--bs-primary);
}

.clear
{
    float: none !important;
    clear: both !important;
    height: 0;
    width: 0;
}

div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap
{
    max-width: 65%;
}

div.csc-textpic .csc-textpic-imagewrap img
{
    max-width: 100%;
    height: auto;
}

.rssFeedNewsShortTeaser div.news-list-view
{

    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

    -webkit-column-gap: 25px; /* Chrome, Safari, Opera */
    -moz-column-gap: 25px; /* Firefox */
    column-gap: 25px;
}

.rssFeedNewsShortTeaser .news-list-view div.section
{
    break-inside: avoid;
}

.rssFeedNewsShortTeaser .news-list-view .section h3::before
{
    content: ' ';
    width: 130px;
    float: right;
    height: 14px;
}

.rssFeedNewsShortTeaser .news-list-view .section p.date
{

}

#downloadFormWrapper
{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
}

#downloadFormWrapper .fileDownloadTitle
{
    text-align: center;
    color: var(--primaryclr);
}

form.fileDownloadForm
{
    margin-top: 15px;
}

.fileDownloadForm div.fileDownloadSubmitWrapper
{
    margin-top: 15px;
    text-align: center;
}

.fileDownloadForm input.fileDownloadSubmit
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    background: var(--primaryclr);
    color: #FFF;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

.fileDownloadForm div.fileDownloadInputWrapper
{
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.fileDownloadForm label.fileDownloadLabel
{
    display: inline-block;
    width: 65px;
    text-align: left;
}

.fileDownloadForm input.fileDownloadTextItem
{
    width: 200px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    text-align: left;
}

.ce-center .ce-gallery .ce-inner,
.ce-center .ce-gallery .ce-outer
{
    float: none;
    right: auto;
    left: auto;
}

.ce-center .ce-gallery .ce-inner
{
    display: flex;
    flex-flow: column;
}

.ce-center .ce-row
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ce-center [data-ce-columns="1"] .ce-row
{
    justify-content: center;
}

.ce-right [data-ce-columns="1"] .ce-row
{
    justify-content: flex-end;
}
.ce-intext.ce-left ol,
.ce-intext.ce-left ul
{
    padding-left: 1.2em;
}

/******  news formatting ******/
    #mainContent:has(.frame-type-news_newsdetail)
    {
        background-color: transparent;
    }
    .frame-type-news_newsdetail .newsImageOuterWrapper
    {
        position: sticky;
        top: var(--headerHeight) ;
        max-width: 2000px;
        width: 100%;
        max-height: calc(100vh - var(--headerHeight) - 10em);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -1em;
        overflow: hidden;
        z-index: -1;
    }

    .newsImageOuterWrapper img
    {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .newsContentWrapper
    {
        padding-top: 3em;
        padding-bottom: 5em;
        margin-bottom: -2em;
        background-color: var(--mainContentBG);
    }
    .newsContentWrapper .footer
    {
        display: flex;
        justify-content: flex-end;
    }
    .news-list-date
    {
        font-size: 0.8em;
    }
    .news-img-wrap img
    {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .news-list-view article
    {
        display: flex;
        position: relative;
        margin-bottom: 0.5em;
        padding-right: 0.5em;
    }
    .news-list-view article.oddNews
    {
        background-color: var(--bs-light);
    }
    .news-list-view .news-img-wrap
    {
        width: 240px;
        max-width: 50%;
        margin-right: 2em;
    }
    .news-list-view .newListText
    {
        width: 100%;
    }
    .news-list-view header
    {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-top: 0 !important;
    }
    .news-list-view header > .newsTitle
    {
        margin-top: 0.2em;
    }
    .news-list-view .news-list-date
    {
        margin-top: 0.8em;
        font-size: 0.8em;
    }
    .news-list-view .moreLink
    {
        position: absolute;
        bottom: 0.5em;
        right: 0.3em;
    }
/****** media queries *********/
@media only screen and (max-width: 2000px)
{
    #contentWrapper,
    #teaserWrapper
    {
        max-width: 100%;
        overflow: hidden;
    }
    div.teaserEl
    {
        max-width: 100%;
    }
}


@media only screen and (max-width: 1300px)
{
    #mainMenuWrapper li.level1:last-child ul.level2
    {
        left: auto;
        right: 0px;
    }
}

@media only screen and (max-width: 1120px)
{
    :root
    {
        --baseFontSize: 14px !important;
    }
    .multiColumn .tx-powermail .layout3 div.powermail_fieldwrap_type_input.layout1,
    .multiColumn .tx-powermail .layout3 div.powermail_fieldwrap_type_input.nolabel,
    .multiColumn .tx-powermail .layout3 div.powermail_fieldwrap_type_country
    {
        width: 98%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (max-width: 1060px)
{
    :root
    {
        --logoWidth: 10em;
        --headerHeight: 4.5em;
    }

    div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap
    {
        max-width: 55%;
    }
    .csc-textpic-intext-left-nowrap-760 .csc-textpic-text
    {
        margin-left: 58%;
    }
    .fsndElMgrImageList .listElement div.imageLinkInner
    {
        min-height: 100px;
        margin-right: 15px;
    }
    .imageTextTextItem h2,
    .imageTextTextItem h3
    {
        font-size: 1.4rem;
    }
}


@media only screen and (max-width: 990px)
{
    :root
    {
        --baseFontSize: 13px !important;
    }
    #mainContent .imageTextTextItem div.imageTextTextContent p
    {
        line-height: 20px;
    }
    .pagesList2,
    .boxList
    {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 960px)
{
    :root
    {
        --logoWidth: 9em;
        --headerHeight: 4em;
    }
    .fsndElMgrImageList .listElement div.imageLinkInner
    {
        min-height: 100px;
        margin-right: 10px;
    }
    #mainMenuWrapper li.level1 ul.level2
    {
        top: calc( var(--headerHeight)/2 + 1em);
    }
}

@media only screen and (max-width: 860px)
{
}

@media only screen and (max-width: 800px)
{
    :root
    {
        --baseFontSize: 12px !important;
    }

    .parallaxItemGroup div.textElementsBelowImage
    {
        background: #FFF;
    }
    .ce-textpic .ce-gallery
    {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        float: none;
        clear: both;
    }
    .ce-above .ce-gallery
    {
        max-width: none;
    }
    .ce-intext.ce-right .ce-gallery,
    .ce-intext.ce-left .ce-gallery
    {
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    #wave
    {
        top: -2em;
        background-size: 100% auto;
    }
    #teaserWrapper
    {
        margin-bottom: 0;
    }
    .moreInfoLink
    {
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 770px)
{
    .csc-textpic-intext-left-nowrap-760 .csc-textpic-text
    {
        margin-left: 0px;
    }
    div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap
    {
        display: block;
        max-width: 60%;
        margin-right: 15px !important;
        float: left;
    }
    div.csc-textpic-intext-left-nowrap .csc-textpic-text
    {
        margin-left: 0px !important;
    }
    div.csc-textpic-intext-left-nowrap .csc-textpic-text ul,
    div.csc-textpic-intext-left-nowrap .csc-textpic-text ol
    {
        display: table;
        break-inside: avoid;
    }
    div.csc-textpic .csc-textpic-imagewrap figure,
    div.csc-textpic figure.csc-textpic-imagewrap
    {
        float: none;
    }
    .elMagrListCount3.fsndElMgrImageList li.listElement
    {
        display: block;
        float: none;
        width: 100%;
        min-height: 120px;
        margin-left: auto;
        margin-right: auto;
    }
    .fsndElMgrImageList .listElement div.imageLinkInner
    {
        min-height: 110px;
        margin-top: 15px;
        /*background-size: auto 100% !important;*/
    }
    .pagesMenu div.menuItem
    {
        width: 25%;
    }
    #footerComponents div.footerComponentsElement
    {
        width: 49%;
    }
    #footerComponents #footerPhone div.footerComponentInner
    {
        background: none;
    }
    #centreArea div.csc-frame-ruler-after,
    #centreArea .contentItemuploads div.csc-frame-rulerAfter ul.csc-uploads,
    #centreArea div.csc-frame-indent
    {
        margin-bottom: 15px;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .rssFeedNewsShortTeaser div.news-list-view
    {

        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;

        -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
        -moz-column-gap: 0px; /* Firefox */
        column-gap: 0px;
    }

}

@media only screen and (max-width: 760px)
{
    #logo
    {
        right: auto;
        left: 0.5em;
    }
    .pagesMenu div.menuItem
    {
        width: 33%;
    }
    #footerComponents div.footerComponentsElement
    {
        width: 100%;
    }
    #footerComponents .footerComponentsElement div.footerComponentInner
    {
        background: none;
    }
    div.csc-textpic .csc-textpic-imagewrap figure,
    div.csc-textpic figure.csc-textpic-imagewrap
    {
        display: block;
    }
    #footerComponents div.footerComponentInner
    {
        height: auto;
    }
    div.callbackWrapper
    {
        display: block;
        text-align: center;
    }
    .footerComponentInner .callbackWrapper div.callbackButton
    {
        margin-top: 20px;
    }
    fieldset.layout2
    {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 640px)
{
    iframe
    {
        max-width: 98%;
        margin-left: 1%;
    }
    body#page.tempHomepage
    {
        padding-top: 80px;
    }

    .twoCols #mapOuterWrap
    {
        margin-left: 0;
        height: auto;
    }
    .waconcookiemanagement
    {
        max-width: 95vw;
        left: auto;
        right: auto;
    }
    #CookieBox
    {
        position: relative;
        max-width: 90%;
        overflow: hidden;
        left: auto;
        min-height: unset;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 600px)
{
    .imageTextTextItem
    {
        display: block;
    }
    .imageTextGroup .imageTextTextContent
    {
        max-width: none;
        padding-left: 1em;
        padding-right: 1em;
    }
    .imageTextImageItem
    {
        max-height: 25vh;
        grid-row: 1;
        border-top: 1px var(--hblightGrey) solid;
    }
    .imageTextHalfGroup
    {
        max-height: unset;
    }

    .frame-layout-3 .ce-bodytext
    {
        column-count: 1;
    }
}

@media only screen and (max-width: 560px)
{
    #stoererRechts .stoererItem a.stoererLink
    {
        max-width: 3.3em;
    }
    /* iPhones have a problem with rotated text */
    .iOS #stoererRechts .stoererItem a.stoererLink
    {
        padding-right: 2.1em;
    }
    #stoererRechts .stoererInner
    {
        -webkit-transform: rotate(180deg) translateZ(0);
        transform: rotate(180deg) translateZ(0);
        writing-mode: vertical-lr;
    }
    section.contentItemLayout4
    {
        padding-top: 0px;
        background-size: 38px auto;
        background-position: 40px 40px;
    }
    section.contentItem.contentItemLayout4 div.sectionInnerWrapper
    {
        margin-left: 40px;
        margin-top: 0px;
    }
    #footer
    {
        display: block;
        padding-top: 0.5em;
        text-align: center;
    }
    #footer > div
    {
        padding-bottom: 0.5em;
        padding-top: 0.5em;
    }
    #footerComponents
    {
        align-items: center;
        gap: 2em;
    }
    #teaser div.teaserImageSlogan,
    #teaser div.videoInfoTextWrapper
    {
        top: 2em;
    }
    .teaserHeader
    {
        font-size: 1.1rem;
    }
    .pagesList2,
    .boxList
    {
        grid-template-columns: repeat(2, 1fr);
    }
    .frame-layout-3 .contentBodyText, .frame-layout-3 .ce-bodytext
    {
        columns: 1;
    }
}

@media only screen and (max-width: 480px)
{
    :root
    {
        --baseFontSize: 11px !important;
    }
    .parallax-container .fsndRespImageTitleWrapper.titleHasBG div.fsndRespImageItemTitle
    {
        margin-left: auto;
        margin-right: auto;
    }
    #teaser .teaserImageSlogan div.teaserImageSloganInner
    {
        max-width: 98%;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    #centreArea .csc-frame-rulerBefore ul,
    #centreArea .csc-frame-rulerBefore ol
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    .csc-firstHeader
    {
        padding-top: 25px;
    }
    .fsndElMgrImageList .listElement div.imageLinkInner
    {
        background-size: auto 65% !important;
    }
    .tx-powermail form.layout2 fieldset.layout2,
    .tx-powermail form.layout2 fieldset.layout1
    {
        display: block;
        width: 98%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        float: none;
    }
    form.layout1
    {
        grid-template-columns: 1fr;
    }
    form.layout1 input.powermail_input,
    form.layout1 input.powermail_date,
    form.layout1 textarea.powermail_textarea,
    form.layout1 select.powermail_select,
    fieldset.layout2 .powermail_fieldwrap.layout2 textarea.powermail_textarea
    {
        width: 100%;
    }
}
@media only screen and (max-width: 400px)
{
    #footerComponents div.footerComponentInner
    {
        flex-direction: column;
    }
    div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap
    {
        max-width: 100%;
        margin-right: 0px !important;
        float: none;
    }
    section.contentItemLayout4
    {
        background: #878787;
    }
    .pagesList2,
    .boxList
    {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 380px)
{
    .pagesMenu div.menuItem
    {
        width: 50%;
    }
    .fsndElMgrImageList .listElement div.imageLinkInner
    {
        min-height: 100px;
        margin-right: 10px;
        background-size: auto 75% !important;
    }
    .fsndElMgrImageList .listElement div.imageLinkInner
    {
        background-size: auto 50% !important;
    }
}

@media only screen and (max-width: 380px) and (orientation: portrait)
{
}

@media only screen and (max-width: 380px) and (orientation: landscape)
{
}

@media only screen and (max-width: 380px)
{
    .fsndElMgrImageList .listElement div.imageLinkInner
    {
        background-size: auto 65% !important;
    }
}

@media only screen and (max-width: 320px)
{
    #header
    {
    }
    #contentWrapper
    {
    }
    .fsndElMgrImageList .listElement div.imageLinkInner
    {
        min-height: 70px;
        margin-right: 5px;
        background-size: auto 55% !important;
    }
    .fsndElMgrImageList .listElement div.imageLinkInner
    {
        background-size: auto 50% !important;
    }
}

@media screen and (orientation: landscape)
{
    .teaserEl
    {
        height: calc(95vh - var(--headerHeight));
    }

    .teaserTextWrapper > *
    {
    }
}

@media only screen and (max-height: 550px)
{
    .teaserTextWrapper
    {
        top: unset !important;
        bottom: 3em;
        left: 0;
        right: unset;
        transform: scale(0.6);
    }
}
