@charset "utf-8";
/* Wlinking ls2 Theme - based on old wlinking.de fileadmin layout */

:root
{
    --primaryclr: #990000;
    --secondaryclr: #3E3E3E;
    --headingBlue: #091467;
    --separatorBG: #888888;
    --centreBG: #CCCCCC;
    --footerBG: #CCCCCC;
    --menuBorderClr: #CC2222;
    --menuHoverBG: #E3E3E3;
    --bg-clr: #FFFFFF;
    --defaultColor: #3E3E3E;

    --contentWidth: 1140px;
    --leftWidth: 200px;
    --centreWidth: 712px;
    --rightWidth: 220px;
    --baseFontSize: 12px;
    --defaultFont: Verdana, Helvetica, sans-serif;
    --headerFont: Verdana, Helvetica, sans-serif;
    --maxMobileMenuWidth: 440px;
    --mobileMenuTransitionTime: 0.5s;
    --mobileMainMenuBG: transparent;
    --boxPadding: 1rem;
    --stoererFontSize: 1rem;
    --stoererSMIconWidth: 2.5em;
}

html
{
    background-color: #FFF;
}

body
{
    margin: 0;
    padding: 2px;
    font-family: var(--defaultFont);
    font-size: var(--baseFontSize);
    overflow: auto;
    z-index: 1;
}

body#page
{
    text-align: center;
    color: var(--secondaryclr);
}

h1
{
    color: var(--primaryclr);
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 34px;
    letter-spacing: 1px;
}

h2
{
    color: var(--headingBlue);
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

h3
{
    color: var(--headingBlue);
    margin-top: 6px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

h4
{
    font-size: 11px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #404040;
    margin-top: 0;
    margin-bottom: 0;
}

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

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

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

div#wrapper,
div#header,
div#separator1,
div#centreArea,
div#footer
{
    width: var(--contentWidth);
}

div#wrapper
{
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    background-color: #FFF;
    position: relative;
    border: #E3E3E3 inset;
    z-index: 2;
    overflow: hidden;
}

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

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

div#logo,
div#address,
div#leftContent,
div#centreContent,
div#bottomLeft,
div#copyright
{
    display: block;
    position: relative;
    float: left;
}

div#rightContent,
div#bottomRight
{
    display: block;
    position: relative;
    float: right;
}

div#logo
{
    width: 300px;
    overflow: hidden;
    margin-left: 5px;
}

div#logo .ce-bodytext
{
    font-weight: 600;
    text-align: center;
    font-size: 1rem;
}

div#logo img
{
    max-width: 100%;
    height: auto;
}

div#address
{
    width: 610px;
}

#address p
{
    margin-bottom: 0;
    font-family: Arial;
    font-size: 14px;
    color: #202020;
}

/* ===== SEPARATOR BAR ===== */

div#separator1
{
    background-color: var(--separatorBG);
    height: 20px;
    padding-bottom: 5px;
}

div#topMenu
{
    position: relative;
    font-family: Verdana;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    text-align: right;
    padding-top: 4px;
    width: 500px;
    float: right;
    margin-right: 230px;
}

#topMenu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#topMenu ul li
{
    float: left;
    padding-left: 5px;
}

#topMenu ul li.firstMenuItem,
#topMenu ul li.menuItem
{
    border-right: 1px #FFF solid;
    padding-right: 5px;
}

#topMenu ul li.lastMenuItem
{
    border-right: none;
    padding-right: 5px;
}

#topMenu a, #topMenu a:visited
{
    text-decoration: none;
    color: #FFFFFF;
}

#topMenu a:hover
{
    text-decoration: underline;
    color: #D3E2F9;
}

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

div#centreArea
{
    background-color: var(--centreBG);
    border: 2px #FFF solid;
}

div#leftContent,
div#bottomLeft
{
    width: var(--leftWidth);
    min-height: 10px;
}

div#centreContent
{
    width: var(--centreWidth);
    background: #FFF;
    height: auto;
    min-height: 700px;
    overflow: hidden;
}

div#rightContent,
div#bottomRight
{
    width: var(--rightWidth);
    overflow: hidden;
}

div#copyright
{
    width: 610px;
    text-align: center;
}

div#inhalt
{
    margin-left: 20px;
    width: 677px;
    vertical-align: top;
}

#inhalt p
{
    line-height: 140%;
    margin-top: 5px;
    margin-bottom: 5px;
}

#inhalt table
{
    text-align: left;
    vertical-align: middle;
}

#inhalt li, #inhalt ul
{
    list-style-position: outside;
    list-style-type: disc;
    font-style: normal;
    font-family: Verdana;
    font-size: 12px;
    margin-bottom: 10px;
}

#inhalt a, #inhalt a:visited, #inhalt a:active
{
    text-decoration: none;
}

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

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

/* ===== LEFT MENU ===== */

div#leftMenu
{
    margin-left: 5px;
    margin-top: 10px;
    width: 180px;
    overflow: hidden;
}

#leftMenu ul
{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

#leftMenu ul li.level1
{
    margin-left: 5px;
    border-bottom: 1px var(--menuBorderClr) solid;
    margin-bottom: 2px;
}

#leftMenu a,
#leftMenu a:visited,
span.activeItem
{
    display: block;
    width: 100%;
    padding-inline: 10px;
    padding-block: 0.6rem;
    color: #202020;
}

span.activeItem
{
    font-weight: bold;
}

#leftMenu a:hover
{
    color: #000;
    background-color: var(--menuHoverBG);
}

#leftMenu ul.level2
{
    font-size: 11px;
    margin-left: 10px;
}

#leftMenu ul li.level2
{
    border-top: 1px #FFF solid;
    margin-left: 0;
    margin-bottom: 2px;
}

#leftMenu ul li.level2:last-child
{
    border-bottom: none;
}

#leftMenu .level2 a,
#leftMenu .level2 a:visited,
#leftMenu .level2 span.activeItem
{
    padding-left: 10px;
}

#leftMenu .level2 span.activeItem
{
    background: none;
}

#leftMenu ul.level3
{
    font-size: 11px;
    margin-left: 10px;
}

#leftMenu ul li.level3
{
    border-top: 1px #FFF solid;
    margin-left: 0;
    margin-bottom: 2px;
}

#leftMenu ul li.level3:last-child
{
    border-bottom: none;
}

#leftMenu .level3 a,
#leftMenu .level3 a:visited,
#leftMenu .level3 span.activeItem
{
    padding-left: 10px;
}

#leftMenu .level3 span.activeItem
{
    background: none;
}

/* ===== LEFT CONTENT ===== */

div#left-content
{
    width: 195px;
    overflow: hidden;
}

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

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

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

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
{
    font-family: Verdana;
    font-size: 10px;
    text-align: justify;
    margin-bottom: -10px;
    margin-left: 8px;
}

.right-content h1
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: bolder;
    color: var(--primaryclr);
    margin-bottom: -20px;
    text-align: center;
    text-decoration: underline;
}

.right-content h4
{
    text-align: left;
    font-size: 12px;
    margin-bottom: -15px;
    font-weight: bold;
}

/* ===== CONTACT BOX ===== */

.contact
{
    position: relative;
    font-size: 10px;
    text-align: center;
    border: 3px groove #666666;
    margin: 5px;
    background-color: #DDDDDD;
}

.contact h2
{
    font-weight: bold;
    font-size: 16px;
    margin-top: 2px;
    padding-bottom: 5px;
    margin-bottom: 0;
    height: auto;
    color: var(--primaryclr);
}

.contact h4
{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: -20px;
    margin-top: 0;
}

.contact p
{
    text-align: left;
    margin-left: 10px;
    margin-bottom: 10px;
}

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

div#footer
{
    background-color: var(--footerBG);
    min-height: 20px;
    height: auto;
}

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

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

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

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

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

#rightContent .content,
#rightContent .frameInner,
#rightContent .sectionInner,
#rightContent .sectionInnerWrapper,
#rightContent 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;
}

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

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

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

@media only screen and (max-width: 1160px)
{
    div#wrapper,
    div#header,
    div#separator1,
    div#centreArea,
    div#footer
    {
        width: 100%;
        box-sizing: border-box;
    }

    div#centreContent
    {
        width: auto;
        float: none;
        margin-left: var(--leftWidth);
        margin-right: var(--rightWidth);
    }
}

@media only screen and (max-width: 920px)
{
    div#leftContent
    {
        float: none;
        width: 100%;
    }

    div#centreContent
    {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    div#rightContent
    {
        float: none;
        width: 100%;
    }

    div#inhalt
    {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
    }

    div#topMenu
    {
        width: auto;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 600px)
{
    div#logo
    {
        width: 100%;
    }

    div#address
    {
        width: 100%;
    }

    div#separator1
    {
        height: auto;
        padding: 5px;
    }

    div#topMenu
    {
        float: none;
        width: 100%;
        text-align: center;
        margin-right: 0;
    }

    div#leftMenu
    {
        width: 100%;
    }
}
