﻿/************************************************************************************************************

    Da der von Mikroweich im Wiescherl-Studio angebotene CSS-Code unbrauchbar ist, da er zu unkontrollierbaren 
    Ergebnissen führt, müssen wir hier "den langen Weg" gehen und alle neue machen 

************************************************************************************************************/



/********* SEITEN-GRUNDLEMENTE ******************/

body {
    font-family: Arial;
    font-size: 100%;
    color: #000000;
    background-color: #afafaf;
    display: block;
}

body_mycss {
    font-family: Arial;
    color: #000000;
    font-size: 100%;
    background-color: #EEEEEE;
    display: block;

}

.sehr_kleine_Schrift {
    font-size: 66%;
}

.sehr_kleine_Schrift_rot {
    font-size: 66%;
    color: #FF0000;
}

.winzige_Schrift {
    font-size: 50%;
}

textarea {
    margin: 3px;
    padding: 3px;
    border: 1px;
    width:500px;
}

legend {
    margin: 0 auto;
    font-weight:bold;
    font-style: italic;
    font-size:110%;
    color: darkblue;
}

input {
    
    font-size: 100%;
    font-weight: 444;
    border-width: 1px;
    border-style: solid;
    border-color: #1E4161;
    text-align: left;
    float: left;
    position: relative;
    border-radius: 3px;
    display: table;
    background-color: #EEEEEE;
    color: #000000;
}
    input[type=date] {
 
        font-family: 'Arial Nova';
        font-size: 100%;
    
    }
select {
    font-size: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #1E4161;
    text-align: left;
    float: left;
    position: relative;
    border-radius: 3px;
    display: table;
    background-color: #EEEEEE;
    color: #000000;
}

/*** 2024 06 14 Einfügung zu Radio Buttons*/


input[type=radio] {
    transform: scale(1.5);
    accent-color :forestgreen;
}
 

/***** Kopfzeile ********/

header {
    background-image: url('../pics/farbverlauf.jpg');
    padding: 0px;
    border: none;
    height: 97px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

footer {
 
    
}

.page-container {
    position: relative;
    min-height: 100vh;
}

.Content_Container {
    margin-right: auto;
    margin-left: auto;
    width: 602px;
    text-align:justify;
}

.Seiten_Container {
    /* remember to set a width */
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 100%;
    text-align:center;
}

/******** Einzelne Elemente******/

/* Admin-Bereich Behübschung*/

.Admin_Auswahlbox {
    width: 400px;
    max-width: 400px;
    border: solid;
    border-width: 4px;
    border-color: #EEEEEE;
    border-radius: 32px;
    text-align: center;
    float: left;
    position: relative;
    padding: 20px;
    display: table;
}


.Farbverlauf_Hintergrund {
    background-image: url('../pics/farbverlauf.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.Hintergrund_Dieselklage {
    background-color: #97C11F;
}


.MainArea {
     
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 378px;
    top: 96px;
    width: 500px;
}

.Container_Menue {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px;
    
}
.center {
    width: 100%;
    height: 100%;
    text-align: center;
}

.Container_Hauptmenue {
    width: 377px;
    position: relative;
    align-items: center;
    background-color: #CCCCCC;
    background-image: url('../pics/bg_menu.png');
}



.Hauptmenue_button {
    width: 333px;
    height: 50px;
    font-size: 133%;
    font-weight: 777;
    border-width: 3px;
    border-style: solid;
    border-color: #1E4161;
    text-align: center;
    float: left;
    position: relative;
    border-radius: 16px;
    display: table;
    background-color: #EEEEEE;
    color: #1E4161;
}

    .Hauptmenue_button:hover {
        width: 333px;
        height: 50px;
        font-size: 133%;
        font-weight: 777;
        border-width: 3px;
        border-style: solid;
        border-color: #FFFFFF;
        border-radius: 16px;
        text-align: center;
        float: left;
        position: relative;
        display: table;
        background-color: #1E4161;
        color: #FFFFFF;
    }




/*+ 2024 02 11 - diverse Arbeiten +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.Box300 {
    width: 300px;
    max-width: 300px;
    border: solid;
    border-width: 4px;
    border-color: #FFFFFF;
    border-radius: 32px;
    text-align: center;
    float: left;
 
    padding: 20px;
    display: table;
    background-color: #DDDDDD;
 
}

.Box377 {
    width: 377px;
    max-width: 377px;
    border: solid;
    border-width: 4px;
    border-color: #FFFFFF;
    border-radius: 32px;
    text-align: center;
    float: left;
 
    padding: 20px;
    display: table;
    background-color: #DDDDDD;
}

.Box400 {
    width: 400px;
    max-width: 400px;
    border: solid;
    border-width: 4px;
    border-color: #FFFFFF;
    border-radius: 32px;
    text-align: center;
    float: left;
 
    padding: 20px;
    display: table;
    background-color: #DDDDDD;
}


.button {
    background-color: #1E4161;
    border: 4px solid #EEEEEE;
    color: white;
    padding: 16px 30px;
    text-align: center;
    text-decoration: none;
    font-size: 100%;
    margin: 6px 6px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 32px;
}
    .button:hover {
        background-color: #EEEEEE;
        border-color: #1E4161;
        color: black;
    }

.buttondis {
    background-color: #FF4161;
    border: 4px solid #EEEEEE;
    color: white;
    padding: 16px 30px;
    text-align: center;
    text-decoration: none;
    font-size: 100%;
    margin: 6px 6px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 32px;
}

    .buttondis:hover {
        background-color: #EEEEEE;
        border-color: #1E4161;
        color: black;
    }

.button_klein {
    background-color: rgba(222,222,222,0.25);
    border: none;
    color: white;
    padding: 3px;
    padding-bottom:22px;
    padding-top:22px;
    text-align: center;
    text-decoration: none;
    font-size: 133%;
    margin: 3px;
    transition-duration: 0.4s;
    cursor: pointer;
}

    .button_klein:hover {
        background-color: #EEEEEE;
        border-color: #1E4161;
        color: black;
        border-radius: 4px;
    }


.button1 {
    background-color: #53e651;
    border: 3px;
    border-color: #1756eb;
    color: white;
    padding: 16px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 100%;
    margin: 6px 6px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 12px;
}

    .button1:hover {
        background-color: #CCCCCC;
        color: black;
    }

/**** Formular-Entwurf*/
.Tabelle_Formularentwurf{
    padding:10px;
}

.EntwurfsTabelleZelle
{
    padding: 10px;
    vertical-align: middle;
    
}

.Entwurfsformular_JS_Box
{
    min-width:500px;
    min-height:500px;
    margin:5px;
    padding:5px;
}
/****** TABELLEN *************/
th {
    font-family: Arial;
    color: #101010;
    font-size: 100%;
    background-color: #CCCCCC;
    font-weight: bold;
}

td {
    font-family: Arial;
    color: #101010;
    font-size: 100%;
    background-color: #DDDDDD;
    font-weight: normal;
    width: 100px;
    padding: 10px;
    
}

Kleine_Textbox {
    font-family: Arial;
    color: #101010;
    font-size: 100%;
    background-color: #DDDDDD;
    font-weight: normal;
    width: 300px;
    height:30px;
}
/*********  ARTEN VON TEXT *************************/
.Text_Zentriert {
    text-align: center;
}
.Text_Normal {
    font-family: Arial;
    color: #000000;
    font-size: 100%;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 21px;
    padding-right: 21px;
}

.Text_Grau_Hinterlegt {
    font-family: Arial;
    color: #000000;
    background-color: #CCCCCC;
    font-size: 100%;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 21px;
    padding-right: 21px;
}

.Text_DGrau_Hinterlegt {
    font-family: Arial;
    color: #000000;
    background-color: #afafaf;
    font-size: 100%;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 21px;
    padding-right: 21px;
}

.Divbox_flex {
    display: flex;
}

.Divbox_300px_Weite {
    width: 300px;
    float: left;
    min-height: 50px;
    position: relative;
 
}

.Divbox_Blocksatz {
    text-align:justify; 
}

.Divbox_600px_Weite {
    width: 600px;
    float: left;
    min-height: 250px;
    position: relative;
}

.Divbox_600px_Weite_flach {
    width: 600px;
    float: left;
    min-height: 50px;
    position: relative;
}
.Divbox_650px_Weite {
    width: 650px;
    position: relative;
    border: 3px solid #1E4161;
    border-radius: 12px;
    background-color: #EEEEEE;
    min-height: 4860px;
}

.Divbox_650px_Weite_flexheight {
    width: 650px;
    position: relative;
    border: 3px solid #1E4161;
    border-radius: 12px;
    background-color: #EEEEEE;
}

.Hor_Center_Div {
    margin: auto;
    
}


/* ************** DK **********************/
.aDivbox_600px_Weite {
    width: 600px;
    min-height: 250px;
    position: relative;
}

.aDivbox_600px_Weite_flach {
    width: 600px;
    min-height: 50px;
 
}

.aDivbox_650px_Weite {
    width: 650px;
    position: relative;    
    background-color: #EEEEEE;
    
}

.aDivbox_650px_Weite_flex {
    width: 650px;
    position: relative;
    border: 3px solid #1E4161;
    border-radius: 12px;
    background-color: #EEEEEE;
    height: auto;
}


.aDivbox_1300px_Weite {
    max-width: 1300px;
    width: 1300px;
    position: relative;
    background-color: #EEEEEE;
}

.aDivbox_1200px_Weite_flach {
    max-width: 1200px;
    width: 1200px;
    min-height: 50px;
    position: relative;
}

.aDivbox_1200px_Weite {
    max-width: 1200px;
    width: 1200px;
    min-height: 300px;
    position: relative;
}

.Umrandung {
    border: 3px solid #1E4161;
    border-radius: 12px;
}


/* ****************************************        Professional und Externis-Bereich - Design         **************************************/



.prex_Container_div{
    width: 100%;
    height: 100%;
    background-color: rgba(222,222,222,0.25);
    color: black;
    font-family: "Arial Nova";
    font-size: 100%;
    font-weight: 200;
    padding:0px;
    margin:0px;
}

.prex_fixed_Header_div {
    position: sticky;
    z-index: 1000;
    top: 0px;
}

.prex_sehr_grosse_Schrift{
    font-size:200%;
}
.prex_grosse_Schrift {
    font-size: 150%;
}
.prex_groessere_Schrift {
    font-size: 130%;
}
.prex_normale_Schrift {
    font-size: 100%;
}
.prex_kleinere_Schrift {
    font-size: 95%;
}
.prex_kleine_Schrift {
    font-size: 85%;
}
.prex_sehr_kleine_Schrift {
    font-size: 75%;
}
.prex_fette_Schrift{
    font-weight:400;
}
.prex_sehr_fette_Schrift {
    font-weight: 600;
}
.prex_kursive_Schrift{
    font-style:italic;
}

.prex_progressbar{
    width: 100%;
    height:23px;
}

.prex_div_flexed {
    display: flex;
}

.prex_strech_div_content {
    align-items: stretch;
}

.prex_border_ridge {
    border: 3px ridge;
}

.prex_border_inset {
    border: 3px inset;
}

.prex_margin_aussen_3px{
    margin: 3px;
}
.prex_margin_aussen_5px {
    margin: 5px;
}
.prex_margin_aussen_10px {
    margin: 10px;
}

.prex_padding_innen_3px {
    padding: 3px;
}

.prex_padding_innen_5px {
    padding: 5px;
}

.prex_padding_innen_10px {
    padding: 10px;
}

.prex_Hintergrund_grau1{
    background-color:#CCCCCC;
}

.prex_Hintergrund_grau2 {
    background-color: #DDDDDD;
}

.prex_Hintergrund_grau3 {
    background-color: #EEEEEE;
}

.prex_Text_center_horizontal{
    text-align:center;
}

.prex_kleiner_Button {
    border: 1px;
    border-radius: 3px;
    font-size: 80%;
}
    .prex_kleiner_Button:hover {
        background-color: #1E4161;
    }

.prex_Ausgabefeld
{
    border:none;

    font-family:'Arial';
    font-size: 100%;
    width: 120px;
    font-weight: 500;
    text-align:left;
}

/* *** 2024 05 07 USER-CSS-DEFINITIONEN *******************************************************************************************/


.usr_Main_Area
{
    margin-top:1%;
    margin-bottom: 1%;
    margin-left:5%;
    margin-right:5%;
    padding:1%;
    border: 3px solid white;
    border-radius:15px;
    background-color: #CCCCCC;
}

.usr_Title {
    font-family: Arial;
    font-size: 200%;
    color: #1E4161;
    font-weight:777;
    text-align:center;
}

.usr_Leadin {
    font-family: Arial;
    font-size: 120%;
    color: #1E4161;
    font-weight: 477;

    text-align: justify;
}

.usr_text_Blocksatz {
    text-align: justify;
}

.usr_Text {
    font-family: Arial;
    font-size: 100%;
    color: black;
    font-weight: 333;
    text-align: justify;
}

.usr_Text_fett {
    font-family: Arial;
    font-size: 100%;
    color: black;
    font-weight: 600;
    text-align: justify;
}

.usr_Text_klein {
    font-family: Arial;
    font-size: 90%;
    color: black;
    font-weight: 333;
    text-align: justify;
}

.usr_Text_sehr_klein {
    font-family: Arial;
    font-size: 75%;
    color: black;
    font-weight: 333;
    text-align: justify;
}

.usr_Text_groesser {
    font-family: Arial;
    font-size: 110%;
    color: black;
    font-weight: 333;
    text-align: justify;
}

.usr_Text_gross {
    font-family: Arial;
    font-size: 125%;
    color: black;
    font-weight: 333;
    text-align: justify;
}


.usr_Text_sehr_gross {
    font-family: Arial;
    font-size: 150%;
    color: black;
    font-weight: 333;
    text-align: justify;
}
.usr_section_header {
    font-family: Arial;
    font-size: 105%;
    color: white;
    font-weight: 666;
    text-align: left;
    background-color: #1E4161;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.usr_kleiner_Button {
    border: 2px solid;
    border-radius: 10px;
    font-size: 90%;
    background-color: #1E4161;
    color: white;
}

    .usr_kleiner_Button:hover {
        background-color: white;
        color: #1E4161;
    }

usr_hintergrund_invertiert {
    background-color: #1E4161;
    color: white;
}

.usr_grosser_Button {
    border: 4px solid;
    border-radius: 20px;
    font-size: 110%;
    background-color: #1E4161;
    color: white;
}

    .usr_grosser_Button:hover {
        background-color: white;
        color: #1E4161;
    }

    .usr_grosser_Button:disabled {
        background-color: lightcoral;
        color: white;
    }


.usr_zwischentitel {
    color: white;
    width: 100%;
    font-size: 110%;
    font-weight: 600;
    background-color: #1E4161;
    padding-left:10px;
}

.usr_zwischentitel_dk {
    color: white;
    width: 100%;
    font-size: 110%;
    font-weight: 600;
    background-color: #97C11F;
    padding-left: 10px;
}


/* 2024 06 22 (Sa) File-Upload*/

.DateiUploadDropzone {
    display: flex;
    width: 100%;
    border: 3px dotted #EEEEEE;
    align-items: center;
    margin-bottom: 2px;
    background-image: url('/pics/Upload_BG.png');
    background-repeat: repeat;
}
 