html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, tt, var,
center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
}


.OverLayField {  background-image:url(/media/images/white.png); position:fixed; top:0px; left:0px; width:100%; z-index:99999; display:none;   }
.OverLayField .Message { text-align:left; background-color:#FFF; padding:20px; margin:200px; display:inline-block; font-size:80%; border-top:solid 5px #000;  }

.OverLayField DIV#ImageImage {   }

.DarkMode .OverLayField{
    background-image:url(/media/images/black.png);
}
:root {
    --yellow: #ffed00;
    --linienfarbe:#313131;
}
A { text-decoration: none;}

BODY { background-color: #FFFFFF; font-family: "din-2014", sans-serif;
    font-style: normal;
    font-weight: 400; font-size: 12pt;
    letter-spacing: 0.01em;

}

BODY.Bau DIV.MenuBar {
    background-color: #e41616;
}
BODY.Plan DIV.MenuBar {
    background-color: #095398;
}

DIV.Clear { clear: both;}

DIV.MenuBar {
    position: fixed;
    width: calc(20%);
    box-sizing: border-box;
    height: 100dvh;
    border-right: solid 1px #3A3A3A;

}
DIV.MenuBar .Switch {

}
DIV.MenuBar .Switch UL  {
    margin: 0x;
    padding: 0px;
    list-style-type: none;






    box-sizing: border-box;

}
DIV.MenuBar .Switch UL LI  {
    float: left;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;

    background-color: #FFFFFF;
    cursor: pointer;

}
DIV.MenuBar .Switch UL LI:Hover  {

}
DIV.MenuBar .Switch UL LI.Active  {

    background: transparent;
}
DIV.MenuBar .Switch UL LI IMG {

    width: auto;
    height: 40px;
}

DIV.MenuBar .MenuHolder {



}
DIV.MenuBar .Switch UL LI {

}
DIV.MenuBar .Switch UL LI:first-child  {

    border-right: solid 1px #a3a3a3;

}
DIV.MainContent {
    margin-left: 20%;
    box-sizing: border-box;
    width: calc(80%);
    box-sizing: border-box;
    padding: 40px;
}

DIV.MenuBar .Menu UL {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

DIV.MenuBar .Menu UL LI {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 120%;
}
DIV.MenuBar .Menu A {
    color: #FFFFFF;
}
DIV.Footer {
    border-top: solid 1px #0A246A;
    margin-top: 60px;
    padding-top: 60px;
}

DIV.Footer .Row {
    float: left;
    padding-right: 40px;
}

DIV.Footer .Row UL {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

DIV.Footer .Row UL LI {
    margin-bottom: 5px;
}
DIV.Footer .Row .Title {
    font-weight: bold;
    margin-bottom: 10px;
}
