@charset "utf-8";
.cssnichtres{
	display:block;
}

.infobox{
display:block;
width:100%;
background-color:#eee;
padding:10px;
text-align:center;
font-weight:bold;
border: 1px solid silver;
}


.row {
    clear: both;
    width: auto;
    min-height: 20px;
    float: none;
}

.row:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.zelle_0,
.zelle_2,
.zelle_5,
.zelle_7,
.zelle_8,
.zelle_9,
.zelle_10,
.zelle_12,
.zelle_13,
.zelle_15,
.zelle_15_a,
.zelle_15_b,
.zelle_16,
.zelle_50_px,
.zelle_20,
.zelle_21,
.zelle_24,
.zelle_25,
.zelle_26,
.zelle_30,
.zelle_32_px,
.zelle_35,
.zelle_35_a,
.zelle_36,
.zelle_40,
.zelle_40_nores,
.zelle_45,
.zelle_50,
.zelle_55,
.zelle_56,
.zelle_58,
.zelle_60,
.zelle_60_nores,
.zelle_65,
.zelle_70,
.zelle_75,
.zelle_80,
.zelle_85,
.zelle_86,
.zelle_87,
.zelle_90,
.zelle_95,
.zelle_100,
.zelle_100_px {
    float: left;
    padding-bottom: 3px;
    font-size: 100%;
}

.spalte {
    float: left:
}

.zelle_0 {
    padding-left: 5px;
    padding-right: 10px;
}

.zelle_2 {
    width: 3%;
}

.zelle_5 {
    width: 5%;
}

.zelle_7 {
    width: 6.5%;
}

.zelle_8 {
    width: 8%;
}

.zelle_9 {
    width: 9%;
}

.zelle_10 {
    width: 10%;
}

.zelle_12 {
    width: 12%;
}

.zelle_13 {
    width: 13.5%;
}

.zelle_15 {
    width: 15%;
}

.zelle_15_a {
    width: 16.5%;
}

.zelle_15_b {
    width: 17.5%;
}

.zelle_16 {
    width: 16%;
}

.zelle_20 {
    width: 19%;
}

.zelle_21 {
    width: 21.5%;
}

.zelle_24 {
    width: 23%;
}

.zelle_25 {
    width: 25%;
}

.zelle_26 {
    width: 26%;
}

.zelle_30 {
    width: 30%;
}

.zelle_32_px {
    width: 40px;
}

.zelle_35 {
    width: 35%;
}

.zelle_35_a {
    width: 33.5%;
}

.zelle_36 {
    width: 38%;
}

.zelle_40_nores,
.zelle_40 {
    width: 40%;
}

.zelle_45 {
    width: 45%;
}

.zelle_50 {
    width: 50%;
}

.zelle_55 {
    width: 55.5%;
}

.zelle_56 {
    width: 56.9%;
}

.zelle_58 {
    width: 56.3%;
}

.zelle_60_nores,
.zelle_60 {
    width: 60%;
}

.zelle_65 {
    width: 65%;
}

.zelle_70 {
    width: 69.5%;
}

.zelle_75 {
    width: 75%;
}

.zelle_80 {
    width: 80%;
}

.zelle_85 {
    width: 85%;
}

.zelle_86 {
    width: 86%;
}

.zelle_87 {
    width: 87%;
}

.zelle_90 {
    width: 90%;
}

.zelle_95 {
    width: 95%;
}

.zelle_100 {
    width: 100%;
}

.zelle_50_px {
    width: 50px;
}

.zelle_100_px {
    width: 100px;
}

/* special format for label element */
.label,
.label_nores {
    margin-bottom: 10px;
    padding: 0 5px;
}

.label,
.label_nores {
    display: block;
    color: var(--vg_textbox);
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
}

.label label.weiss {
    color: var(--vg_button);
}

.label.wrap label {
    white-space: normal;
}




.flex-top {
    display: flex;
    background-color: white;
    align-items: right;
    justify-content: right;
}
.site_button,
.back_button {
    border: 2px solid var(--vg_rahmen_fine);
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    min-width: 32px;
    min-height: 32px;
    max-height: 40px;
    padding: 8px;
   font-weight:normal;
    margin-left: 6px;
    cursor: pointer;
}

.back_button {
    background: var(--hg_button);
    background: -webkit-gradient(linear, left top, left bottom, from(var(--hg_button)), to(var(--hg_button_verlauf)));
    background: -moz-linear-gradient(top, var(--hg_button), var(--hg_button_verlauf));
    background: linear-gradient(to top, var(--hg_button), var(--hg_button_verlauf));
    background-repeat: no-repeat;
    color: var(--vg_button);
   
}

.site_foot {
    margin-right: 6px;
    margin-left: 6px;
}
select,
input
 {
    
    padding: 5px;
    min-height: 20px;
}

select.classic {
    background-image:
        linear-gradient(45deg, transparent 50%, var(--vg_select_classic_image) 50%), linear-gradient(135deg, var(--vg_select_classic_image) 50%, transparent 50%), linear-gradient(to right, var(--hg_select_classic_image), var(--hg_select_classic_image));
    background-position:
        calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size:
        5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    padding-right: 30px;
}

select.classic:focus {
    background-image:
        linear-gradient(45deg, var(--vg_select_classic_focus) 50%, transparent 50%), linear-gradient(135deg, transparent 50%, var(--vg_select_classic_focus) 50%), linear-gradient(to right, var(--hg_select_classic_focus), var(--hg_select_classic_focus));
    background-position:
        calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
    background-size:
        5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    border-color: var(--vg_body);
    outline: 0;
}

select.kategorie {
    background-color: white;
    background-image:
        linear-gradient(45deg, transparent 50%, var(--vg_select_classic_image) 50%), linear-gradient(135deg, var(--vg_select_classic_image) 50%, transparent 50%), linear-gradient(to right, white, white);
    background-position:
        calc(100% - 10px) calc(1em + 2px), calc(100% - 5px) calc(1em + 2px), 100% 0;
    background-size:
        5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    padding-right: 50px;
}

select.kategorie:focus {
    background-image:
        linear-gradient(45deg, var(--vg_select_classic_focus) 50%, transparent 50%), linear-gradient(135deg, transparent 50%, var(--vg_select_classic_focus) 50%), linear-gradient(to right, var(--hg_select_classic_focus), var(--hg_select_classic_focus));
    background-position:
        calc(100% - 5px) 1em, calc(100% - 10px) 1em, 100% 0;
    background-size:
        5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    border-color: var(--vg_body);
    outline: 0;
}

.cssinput,
.cssinput_combo,
.css_suche {
    padding: 4px;
    background-color: var(--hg_textbox);
    border-left: 3px solid var(--hg_textbox_marker);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid var(--vg_rahmen);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    min-height: 25px;
}

.cssinput_f {
    margin-bottom: 10px;
    padding: 0 5px;
}

.cssinput_combo {
    background-color: var(--hg_select_classic);
    color: var(--vg_select_classic);
}

.cssinput_combo:focus,
.cssinput:focus,
.css_suche:focus {
    border: 1px solid var(--hg_textbox_marker);
    border-left: 3px solid var(--hg_textbox_marker);
    background: var(--hg_textbox_focus);
}

#show_budget {
	display: inline-block;
	
	padding:10px;
	background-color:white;
	border: 5px solid var(--vg_rahmen);
	width:100%;
	max-width:30em;
}

.row {
    clear: both;
    width: auto;
    min-height: 20px;
    float: none;
}

.row:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.css_button {
    background: var(--hg_button);
    background: linear-gradient(to top, var(--hg_button), var(--hg_button_verlauf));
    background-repeat: no-repeat;
    height: 40px;
    color: var(--vg_button);
    cursor: pointer;
}

.css_button {
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100%;
}

.css_button:hover {
    background: linear-gradient(to top, var(--hg_hover_button), var(--hg_button));
}

#div_suche {
    display: none;
    margin-top: -32px;
    margin-bottom: 10px;
    background-color: white;
	padding:5px;
	
}
.css_objektsuche,
.css_suche {
       margin-top: 3px;
  height: 45px;
  font-size:1.2em;
  
	
    width: 100%;

  
  background: url(img/lupe16.png) no-repeat 5px center var(--hg_textbox);
	
    padding-left: 25px;
}

.css_suche:focus,.css_objektsuche:focus

{
   background: url(img/lupe16.png) no-repeat 5px center;
}


.cssnavoben {
    display: none;
}

#csskopf {
    background-color: var(--hg_container);
}

#csskopf #logoklein {
    width: auto;
    height: 32px;
}

/* CSS Document */
#kopf_klein {
    display: none;
}

.small-logo img {
    float: left;
    display: block;
    height: 29px;
    width: auto;
}

.top_symbole {
    float: right;
    cursor: pointer;
    padding-right: 5px;
}

.top_symbole img {
    width: 32px;
    height: auto;
}

#wk_anzahl,
#wk_k_anzahl {}

.css_res_menue,
.css_k_menue {
    margin-top: -30px;
    font-size: 10px;
    margin-left: 7px;
    font-weight: bold;
    color: var(--vg_container);
}

.css_res_menue {
    display: none;
}

.css_k_menue {
    color: var(--vg_menue);
}

nav .menu_left {
    display: block;
    float: left;
    height: 20px;
    width: 200px;
}

.toggle {
    cursor: pointer;
}

.toggle,
.nav_wg,
[id^=drop] {
    display: none;
}

/* Giving a background-color to the nav container. */
nav {
    background-color: var(--hg_menue);
    background: -webkit-gradient(linear, left top, left bottom, from(var(--hg_menue_verlauf)), to(var(--hg_menue)));
    background: -moz-linear-gradient(top, var(--hg_menue_verlauf), var(--hg_menue));
    background: linear-gradient(to top, var(--hg_menue_verlauf), var(--hg_menue));
    background-repeat: no-repeat;
}

nav {
    box-sizing: border-box;
    float: left;
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
}

nav .top_symbole {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */
nav:after {
    content: "";
    display: table;
    clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

/* Positioning the navigation items inline */
nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
    background-color: var(--hg_menue);
    background: -webkit-gradient(linear, left top, left bottom, from(var(--hg_menue_verlauf)), to(var(--hg_menue)));
    background: -moz-linear-gradient(top, var(--hg_menue_verlauf), var(--hg_menue));
    background: linear-gradient(to top, var(--hg_menue_verlauf), var(--hg_menue));
    background-repeat: no-repeat;
}

/* Styling the links */
nav a {
    display: block;
    padding: 14px 20px;
    color: var(--vg_menue);
    text-decoration: none;
}

nav ul li ul li a {
   /* border-bottom: 1px solid var(--vg_menue_rahmen);*/
    padding: 8px 20px;
    background: var(--hg_menue);
}

nav ul li ul li:hover {
    background: var(--hg_hover_menue);
    /*	background: -webkit-gradient(linear, left top, left bottom, from(var(--hg_menue)), to(var(--hg_menue_verlauf)));
    background: -moz-linear-gradient(top, var(--hg_menue), var(--hg_menue_verlauf));
    background: linear-gradient(to top, var(--hg_menue), var(--hg_menue_verlauf));*/
    background-repeat: no-repeat;
}

/* Background color change on Hover */
nav a:hover {
    background: var(--hg_hover_menue);
    /*background: -webkit-gradient(linear, left top, left bottom, from(var(--hg_menue)), to(var(--hg_menue_verlauf)));
    background: -moz-linear-gradient(top, var(--hg_menue), var(--hg_menue_verlauf));
    background: linear-gradient(to top, var(--hg_menue), var(--hg_menue_verlauf));*/
    background-repeat: no-repeat;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
    display: none;
    position: absolute;
    /* has to be the same number as the "line-height" of "nav a" */
    top: 45px;
}

/* Display Dropdowns on Hover */
nav ul li:hover>ul {
    display: inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
    z-index: 2000;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
    position: relative;
    top: -60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left: 170px;
}

/* Change ' +' in order to change the Dropdown symbol */
li>a:after {
    content: ' \25BE';
}

li>a:only-child:after {
    content: '';
}

/* Media Queries
--------------------------------------------- */