@charset "utf-8";
/* Corbu Theme - based on old fullservice-business layout */

:root
{
    --primaryclr: #0E71B4;
    --secondaryclr: #707172;
    --kbblack: #333333;
    --kbgrey: #707172;
    --kblightGrey: #EFEDEE;
    --bs-primary: #0E71B4;
    --bs-secondary: #707172;
    --bs-dark: #333333;
    --bs-transparent: transparent;
    --bs-light: #EFEDEE;
    --bg-clr: #FFFFFF;
    --red: #0E71B4;
    --mainContentBG: #FFFFFF;
    --defaultColor: #707172;
    --mainMenuClr: #FFFFFF;

    --maxMobileMenuWidth: 440px;
    --contentWidth: 898px;
    --headerHeight: 200px;
    --logoWidth: 240px;
    --logoHeight: auto;
    --baseFontSize: 13px;
    --defaultFont: Arial, sans-serif;
    --headerFont: Arial, sans-serif;
    --mobileMenuTransitionTime: 0.5s;
    --stoererFontSize: 1rem;
    --stoererSMIconWidth: 2.5em;
    --maxTeaserHeight: 200px;
    --mobileMainMenuBG: transparent;
    --boxPadding: 1rem;
}

html
{
    background-color: #FFF;
}

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

body#page
{
    background-image: url("images/body_bg.png");
    background-repeat: repeat-x;
    background-color: #FFF;
    padding-top: 0;
}

h1, h2, h3, h4, p, ul, ol
{
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
}

h1
{
    font-size: 16px;
}

h2
{
    font-size: 14px;
    margin-top: 5px;
}

h3
{
    font-size: 13px;
    margin-top: 8px;
}

h1, h2, h3, a, a:visited
{
    color: var(--primaryclr);
}

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

a, a:visited
{
    text-decoration: none;
    font-weight: normal;
}

main a, main a:visited
{
    color: var(--primaryclr);
    font-weight: normal;
}

main a:hover
{
    color: #000000;
    border-bottom: none;
}

main a:has(img):hover,
main a:has(img):focus
{
    text-decoration: none !important;
    outline: none !important;
    border-bottom: none;
}

/* ===== LAYOUT ===== */

div#topWrapper,
div#footerContent
{
    text-align: left;
    width: var(--contentWidth);
    margin-left: auto;
    margin-right: auto;
}

div#topWrapper
{
    padding-top: 5px;
    padding-bottom: 5px;
}

div#wrapper
{
    width: var(--contentWidth);
    margin-left: auto;
    margin-right: auto;
    background-image: url("images/banner_bg.png");
    background-position: center top;
    background-repeat: no-repeat;
}

/* ===== TOP MENU ===== */

div#top-menu
{
    display: block;
    float: right;
    height: 25px;
    padding-top: 5px;
    font-size: 15px;
}

#top-menu ul li,
#top-menu #bottomMenu ul li
{
    float: left;
    list-style: none;
    padding-left: 5px;
}

#top-menu ul li.firstMenuItem,
#top-menu ul li.menuItem,
#top-menu #bottomMenu ul li.menuItem
{
    border-right: 1px #707172 solid;
    padding-right: 5px;
}

#top-menu #bottomMenu ul li.menuItem:last-child
{
    border-right: none;
}

#top-menu li.level1,
#top-menu #bottomMenu li.level1
{
    text-transform: none !important;
}

#top-menu a, #top-menu a:visited,
#top-menu #bottomMenu a, #top-menu #bottomMenu a:visited
{
    text-decoration: none;
    color: #707172;
    font-weight: normal;
    text-transform: none !important;
}

#top-menu a:hover,
#top-menu #bottomMenu a:hover
{
    color: #000000;
}

#top-menu #bottomMenu
{
    display: inline;
}

#top-menu #bottom-menu
{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
}

/* ===== HEADER ===== */

div#header
{
    height: 200px;
    overflow: hidden;
    background-image: url("images/bannerbild.png");
    background-position: center top;
    background-repeat: no-repeat;
    justify-content: flex-start !important;
    position: relative;
}

#headerWrapper
{
    background-color: transparent;
}

div#logo
{
    position: relative !important;
    margin-top: 20px;
    width: auto;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 2rem;
    left: 0 !important;
    right: auto !important;
    transform: none !important;
}

div#logo img
{
    box-shadow: unset !important;
    background-color: transparent;
    padding: 0;
    width: auto !important;
    height: auto;
}

#logo a,
#logo a:visited
{
    color: var(--primaryclr);
    text-decoration: none;
}

#logoTitle
{
    color: #707172;
    font-size: 2rem;
}

/* ===== 3-COLUMN CENTER ===== */

div#center-content
{
    margin-top: 20px;
    margin-bottom: 20px;
    width: var(--contentWidth);
}

div#left-content
{
    float: left;
    width: 190px;
    overflow: visible;
}

div#main-content
{
    float: left;
    width: 470px;
    margin-left: 20px;
    overflow: hidden;
    min-height: 540px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#mainContent
{
    min-height: unset;
    padding-block: 0;
    position: relative;
    background-color: transparent;
    border-top: none;
}

div#right-content
{
    float: right;
    width: 180px;
    overflow: hidden;
}

/* ===== LEFT MENU (1:1 from old fullservice-business.css) ===== */

div#main-menu ul
{
    margin-left: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    list-style: none;
    color: #FFF;
    font-size: 15px;
}

div#main-menu a,
div#main-menu a:visited
{
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

ul#leftMenu li
{
    margin-left: 0px;
    padding-left: 15px;
    padding-bottom: 0px;
    padding-top: 4px;
    background-color: #0E71B4;
    border-bottom: 1px #FFF solid;
    line-height: 19px;
}

ul.subLevel1
{
    margin-left: -15px !important;
    border-top: 1px #FFF solid;
    padding-bottom: 0px;
    margin-bottom: 0px !important;
}

ul.subLevel1 li
{
    background-color: #707172 !important;
}

#left-content ul.level3
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#left-content ul.level3 > li
{
    background-color: #8a8a8a;
    border-bottom: 1px #FFF solid;
    padding: 0;
}

#left-content ul.level3 a
{
    padding-left: 35px;
}

#left-content .sub-menu-toggle
{
    display: none;
}

#left-content .withSub
{
    display: contents;
}

#left-content .subSubMenuWrapper
{
    display: block;
}

#left-content [popover]
{
    position: relative;
    inset: unset;
    margin: 0;
    border: none;
    padding: 0;
}

#menuOuterWrapper
{
    flex-grow: unset;
    max-width: unset;
}

/* ===== BREADCRUMB ===== */

div#breadcrumb
{
    height: 20px;
    margin-bottom: 10px;
    font-size: 11px;
    color: var(--secondaryclr);
}

div#breadcrumb a,
div#breadcrumb a:visited
{
    color: var(--secondaryclr);
}

#breadCrumb
{
    display: inline;
    font-size: 11px;
}

nav[aria-label="Breadcrumb"] ol
{
    display: inline;
    padding: 0;
    margin: 0;
    list-style: none;
}

nav[aria-label="Breadcrumb"] li
{
    display: inline;
}

nav[aria-label="Breadcrumb"] li::after
{
    content: "\00BB";
    margin: 0 0.3rem;
}

nav[aria-label="Breadcrumb"] li:last-child::after
{
    content: "";
}

/* ===== RIGHT SIDEBAR ===== */

#right-content h2
{
    color: #FFF;
    background-color: #707172;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 3px;
    border-bottom: 1px #FFF solid;
}

#right-content h3
{
    margin-top: 15px;
}

#right-content h2,
#right-content h3,
#right-content p,
#right-content ul
{
    padding-left: 15px;
}

#right-content a,
#right-content a:visited
{
    color: #707172;
    font-weight: bolder;
}

div#contact
{
    background-image: url("images/right_box_bottom_shadow_bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #EFEDEE;
    padding-bottom: 30px;
}

/* ===== FOOTER ===== */

div#footer
{
    position: relative;
    margin-top: 10px;
    width: 100%;
    background-image: url("images/bottom_wrap_bg.png");
    background-repeat: repeat-x;
    height: auto;
    min-height: 40px;
    padding-top: 20px;
    padding-bottom: 10px;
}

#footerWrapper
{
    background-color: transparent;
    border-top: none;
}

div#footerContent
{
    text-align: left;
}

div#copyright
{
    text-align: center;
}

div#copyright a,
div#copyright a:visited
{
    color: #707172;
    font-weight: bolder;
}

#footerComponents
{
    flex-flow: row;
    flex-wrap: wrap;
}

/* ===== CLEAR ===== */

div.clear
{
    float: none;
    clear: both;
}

/* ===== CONTENT ELEMENTS ===== */

#main-content .content,
#main-content .frameInner,
#main-content .sectionInner,
#main-content .sectionInnerWrapper,
#main-content section
{
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0;
    margin-right: 0;
}

#right-content .content,
#right-content .frameInner,
#right-content .sectionInner,
#right-content .sectionInnerWrapper,
#right-content section
{
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0;
    margin-right: 0;
}

.content
{
    max-width: var(--contentWidth);
}

section
{
    padding-top: 0;
}

.image-embed-item
{
    border-radius: 0;
}

/* Ensure text is left-aligned */
#wrapper,
#center-content,
#main-content,
#right-content,
#topWrapper
{
    text-align: left;
}

/* ===== RESPONSIVE ===== */

@media only screen and (max-width: 920px)
{
    div#wrapper,
    div#center-content,
    div#topWrapper,
    div#footerContent
    {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    div#header
    {
        background-size: cover;
    }

    div#left-content
    {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

    div#main-content
    {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    div#right-content
    {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 600px)
{
    div#header
    {
        height: 120px;
    }

    div#logo
    {
        font-size: 1.4rem;
        margin-top: 10px;
    }

    div#top-menu
    {
        font-size: 12px;
    }
}
