@charset "utf-8";

/* CSS Document */
/* Setting box model */
html {
    box-sizing: border-box;
    font-size: .8em;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

/* Remove padding and margin */
* {
    margin: 0;
    padding: 0;
}

body {
    background-color: var(--hg_body);
	
	font-family: scs_font, Verdana, Geneva, sans-serif;
	
	
    color: var(--vg_body);    
    margin: 0;
    padding: 0;
    word-wrap: break-word !important;
	
	
}
p { 
	line-height: 1.5;	// Zeilenhöhe innerhalb von p-Elementen
	margin-top: 0; 		// Abstand zwischen p-Elementen
	margin-bottom: 0; 
}
h1 {
    font-size: 2.0em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.3em;
}
.h3a {
	 font-size: 1.3em;
  
}
h4 {
    font-size: 1.0em;
}

h5 {
    font-size: 0.87em;
}

a {
    color: var(--hg_button);
    ;
    text-decoration: none;
}

a:link {
    color: var(--hg_button);
    ;
    text-decoration: none;
}

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

a:hover {
    text-decoration: none;
    color: var(--hg_hover_button);
}

a:active {
    text-decoration: none;
    color: var(--vg_body);
}

.container {
    padding: 1em;
    width: 99%;
    max-width: 100em;
    margin: auto;
	

}
.container_menue {
    padding: 1em;
    width: 99%;
    max-width: 900em;
    padding-top:100px;
	padding-bottom:100px;
	

}
.container #containerinnen {
    border: 2px solid var(--vg_rahmen);
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    box-shadow: 5px 5px 5px var(--vg_schatten);
    background-color: var(--hg_container);
    min-height: 400px;
	
}


.bildcontainer {
	
	background-color:#000;
	height:90px;
	border-top-right-radius :	15px;
	border-top-left-radius :	15px;
	
}
.bildcontainer img {
	float:left;
	max-width: 80%;
	height: auto;
	padding-right:1em;
	padding-left:1em;
	padding-top:1em;
	padding-bottom:1em;
}
.bildcontainer .standort {
	
	float:left;

	color:#FFF;
	font-size:2em;
	font-weight:bold;
	padding-top:2em;
	padding-left:1em;
	
	
}






.headline {
    background-color: var(--hg_bildcontainer);
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    color: var(--vg_bildcontainer);
}

.desktop {
    background-color: var(--hg_desktop);
}
.csshead,
.css_titel {
    background-color:var(--hg_harmonica);
    font-weight: bold;
    text-align: center;
	margin-top:10px;
	margin-bottom:10px;
}
.css_message {
    float: left;
	
}
.css_infotext{
	font-size:1.2em;
}
.css_lire {
    font-size: 2em;
    font-weight: bold;
    cursor: pointer;
}

.css_weiss {
    background-color: #FFF;
}

.cmslupe {
    vertical-align: middle;
}

.cmslupe2 {
    vertical-align: middle;
    margin-left: -20px;
}

.css_mitte {
    vertical-align: middle;
}

input.css_icons {
    padding-right: 25px;
}

img.cssicon {
    cursor: pointer;
    margin-left: -22px;
    vertical-align: middle;
}

img.cssicon_neben {
    cursor: pointer;
    margin-left: -40px;
    vertical-align: middle;
}

img.cssicon_32 {
    cursor: pointer;
    margin-left: -36px;
    margin-top: -3px;
    vertical-align: middle;
}

img.css_block {
    visibility: visible;
}

img.css_no_block {
    visibility: hidden;
}

.css_symbol {
    vertical-align: middle;
    margin-left: -17px;
    cursor: pointer;
}

.css_symbol2 {
    margin-top: 12px;
    cursor: pointer;
}

.css_icon {
    width: 16px;
    height: 16px;
}

.css_icon_bottom {
    width: 32px;
    height: 32px;
}

.css_menue_bottom {
    float: left;
    padding: 5px;
    /*   padding: right:10px;
    padding-left: 10px;*/
    cursor: pointer;
    text-align: center;
}

.css_menue_bottom_top {
    padding-left: 20px;
}

.css_menue_bottom_bottom {
    padding-right: 20px;
}

.cssfehler,
.cssinfo {
    background-color: var(--hg_fehler);
    color: var(--vg_menue);
    font-weight: bold;
    text-align: center;
	padding:10px;
}

.cssinfo {
    background-color: var(--hg_info);
    ;
    color: var(--vg_menue);
}

.leerspalte {
    display: block;
}

.ueberschrift {
    text-align: center;
    color: var(--hg_menue);
    font-size: 1.5em;
}

#cssvedialog,
#cssweitereeingabe {
    display: none;
    position: absolute;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
    border-left: solid 1px DimGrey;
    border-right: solid 4px DimGrey;
    border-top: solid 1px DimGrey;
    border-bottom: solid 4px DimGrey;
    color: var(--hg_menue);
    background-color: var(--hg_gruppe);
    padding: 0;
    z-index: 1003;
}
#feste_zeile
{
  /*  position: sticky;	*/
	top:0;
	background-color:var(--hg_container);
	border-bottom: 2px solid var(--hg_container);
	padding-top:10px;
	padding-bottom:10px;
	width: 100%;
    z-index: 10;
	
}
.spalte_0,
.spalte_2,
.spalte_2_5,
.spalte_2_5_icon,
.spalte_1,
.spalte_5,
.spalte_5_nores,
.spalte_rund,
.spalte_6,
.spalte_7_5,
.spalte_7_5_nores,
.spalte_7_5_wert,
.spalte_7_5_icon,
.spalte_10_icon,
.spalte_10_wert,
.spalte_8,
.spalte_9_icon,
.spalte_10,
.spalte_10_icon,
.spalte_12,
.spalte_12_5_wert,
.zelle_12_5_nores,
.spalte_12_5,
.spalte_12_5_icon,
.spalte_15,
.spalte_15_icon,
.spalte_17_5,
.spalte_22,
.spalte_23,
.spalte_25,
.spalte_25_wert,
.spalte_m_15,
.spalte_20,
.spalte_20_icon,
.spalte_27,
.spalte_28_5,
.spalte_30,
.spalte_35_icon,
.spalte_32_5,
.spalte_33,
.spalte_35,
.spalte_32px,
.spalte_37_5,
.spalte_38_5,
.spalte_40,
.spalte_42_5,
.spalte_45,
.spalte_50,
.spalte_50_wert,
.spalte_50_icon,
.spalte_55,
.spalte_57_5,
.spalte_60,
.spalte_61,
.spalte_62_5,
.spalte_65,
.spalte_70,
.spalte_70_5,
.spalte_72_5,
.spalte_75,
.spalte_m_85,
.spalte_75_icon,
.spalte_80,
.spalte_80_icon,
.spalte_82_5,
.spalte_85,
.spalte_87_5,
.spalte_90,
.spalte_100 {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}

.spalte_2 {
    width: 2%;
}
.spalte_1 {
    width: 1%;
}
.zelle_5_nores,
.spalte_5_nores,
.spalte_5,
.zelle_5 {
    width: 5%;
}
.spalte_5_nores
{
	width: 4.5%;
}
.spalte_rund {
    width: 5%;
    border-right: 1px solid var(--vg_rahmen);
    border-top: 1px solid var(--vg_rahmen);
    border-bottom: 1px solid var(--vg_rahmen);
    border-radius: 12px;
}

.spalte_6 {
    width: 6.5%;
}

.zelle_7_5,
.spalte_7_5_wert,
.spalte_7_5_nores,
.zelle_7_5_nores,
.spalte_7_5
{
    width: 7.5%;
}
.spalte_7_5_icon {
    width: 7.5%;
}
.spalte_8_icon {
    width: 8%;
}
spalte_9_icon{
	width:10%;
}
.zelle_10,
.spalte_10_wert,
.spalte_10_icon,
.spalte_10 {
    width: 10%;
}

.spalte_10_icon {
    width: 10%;
}

.spalte_12 {
    width: 11%;
}

.zelle_12_5_nores,
.zelle_12_5,
.spalte_12_5,
.spalte_12_5_wert,
.spalte_12_5_icon {
    width: 12.5%;
}
.spalte_15_icon,
.spalte_15 {
    width: 15%;
}

.spalte_17_5 {
    width: 17.5%;
}

.spalte_20,
.spalte_20_icon {
    width: 20%;
}
.spalte_22 {
    width: 21%;
}
.spalte_23 {
    width: 23%;
}

.spalte_m_15 {
    width: 15%;
}

.spalte_m_85 {
    width: 85%;
}
.spalte_25_wert,
.spalte_25 {
    width: 25%;
}
.spalte_27_5 {
    width: 27.5%;
}
.spalte_28_5 {
    width: 29.5%;
}

.spalte_30 {
    width: 30%;
}

.spalte_30px
{
	width:30px;
}
.spalte_32_5{
	width: 32.5%;
}
.spalte_33 {
    width: 32.5%;
}
.zelle_35{
	width:37.5%;
}
.spalte_35_icon,
.spalte_35 {
    width: 35%;
}
.spalte_2_5 {
	
   width:2.5%;
   
}

.spalte_37_5 {
    width: 37.5%;
}

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

.spalte_42_5 {
    width: 42.5%;
}

.spalte_45 {
    width: 45%;
}
.spalte_50_icon,
.spalte_50_wert,
.spalte_50 {
    width: 50%;
}

.spalte_55 {
    width: 55%;
}

.spalte_57_5
{
	width: 57.5%
}
.spalte_60 {
    width: 60%;
}

.spalte_61 {
    width: 61%;
}
.spalte_62_5 {
    width: 62.5%;
}
.spalte_65 {
    width: 65%;
}

.spalte_70 {
    width: 70%;
}
.spalte_70_5{
	width: 70.5%;
}
.spalte_72_5 {
    width: 72.5%;
}

.spalte_75,
.spalte_75_icon {
    width: 75%;
}
.spalte_80_icon,
.spalte_80 {
    width: 80%
}

.spalte_82_5 {
    width: 82.5%
}

.spalte_85 {
    width: 85%
}

.spalte_87_5 {
    width: 87.5%
}

.spalte_90 {
    width: 90%
}

.spalte_100 {
    width: 100%;
}
.zelle_35,
.zelle_40,
.zelle_10,
.zelle_12_5,
.zelle_7_5,
.zelle_7_5_nores,
.zelle_5_nores,
.zelle_5 {
    float: left;
}

.exit {
    display: inline;
    float: right
}

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


}

.div_rowtabelle {
    margin-left: 10px;
    margin-right: 10px;
}

.th {
    border-right: 1px solid var(--vg_rahmen);
    border-top: 1px solid var(--vg_rahmen);
    border-bottom: 1px solid var(--vg_rahmen);
    background-color: var(--hg_gruppe);
    text-align: center;
    font-weight: bold;
}

.td_o {
    border-top: 1px solid var(--vg_rahmen);
}

.td_l {
    border-left: 1px solid var(--vg_rahmen);
}

.td {
    border-bottom: 1px solid var(--vg_rahmen);
    border-right: 1px solid var(--vg_rahmen);
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
}

.rowtitel {
    margin-left: -5px;
    margin-right: -5px;
}

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

/* formular input elements */
.css_textarea,
.cssinput,
.cssinput2,
.cssinput_button,
.css_input_icon,
.cssinputzahl {
    padding: 6px;
    background-color: var(--hg_textbox);

    box-sizing: border-box;
   border: 2px solid var(--vg_rahmen);
    border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.css_textarea:focus,
.cssinput:focus,
.cssinput2:focus,
.cssinputzahl:focus {
    
  /  border-left: 3px solid var(--hg_info);*/
    background: var(--hg_textbox_focus)
}

.cssinputzahl {
    text-align: right;
}

.cssreadonly {
    background-color: var(--hg_textbox_ro);
}

.cssreadonly:focus {
    background-color: var(--hg_textbox_ro_focus);
    color: var(--vg_textbox_ro_focus);
}
.zuklappen {
    margin-left: -5em;
    min-height: 27px;
    max-height: 28px;
    background-color: gray;
    color: white;
    font-weight: bold;
    padding-top: 4px;
    text-align: center;
}

.aufklappen {
    vertical-align: middle;
    margin-left: -20px;
    display: block;
    background-image:
        linear-gradient(45deg, transparent 50%, blue 50%), linear-gradient(135deg, blue 50%, transparent 50%), linear-gradient(to right, skyblue, skyblue);
    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;
}

select {
    appearance: none;
    border: none;
    cursor: pointer;
}

select {
    /* styling */
    border: thin solid var(--hg_select_classic_image);
    border-radius: 4px;
    display: inline-block;
    padding: 0.5em 3.5em 0.5em 1em;
    /*reset */
    margin: 0;
    box-sizing: border-box;
}

/* arrows */
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% - 10px) calc(1em + 2px), calc(100% - 5px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2em 33px;
    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% - 5px) 1em, calc(100% - 10px) 1em, 100% 0;
    background-size:
        5px 5px, 5px 5px, 2em 33px;
    background-repeat: no-repeat;
    border-color: var(--vg_body);
    outline: 0;
}

input,
select,
label,
.labbel,
textarea,
.cssnoinput {

    width: 100%;
    padding: 5px;
    min-height: 20px;
    font-size: 1em;
}
.ohne_label{
    padding-top: 5px;
    padding-bottom: 5px;
}

textarea
{
    font-size: 1.2em;
}

.labbel,
label {
    padding-bottom: 1px;
}

.caption {
    padding-top: 10px;
}

input,
select,
textarea {
    border: 1px solid Teal;
}

select {
    background-color: var(--hg_bildcontainer);
}

input:disabled,
select:disabled,
textarea:disabled {
    color: var(--vg_rahmen);
    border-color: var(--vg_rahmen);
}

/* Nummerpfeile entfernen Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
    text-align: right;
}

input[type="checkbox"],
input[type="radio"] {
    width: auto;
    height: auto;
    padding: 0;
    min-height: 32px;
}

.grid-1 input[type="checkbox"] {
    margin: 5px;
    display: inline-block;
}

.dropdown {
    position: relative;
}

.dropdown select {
    width: 100%;
}

.dropdown>* {
    box-sizing: border-box;
}
.dropdown input {
    position: absolute;
	margin-top:2px;
	margin-left:2px;
    width: calc(100% - 29px);
    height: 28px;
	border:none;
	
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.dropdown input:focus{
    position: absolute;
	margin-top:2px;
	margin-left:2px;
    width: calc(100% - 29px);
    height: 28px;
	border:none;
	border-radius: 0;
	
	
}

.nolabel {
    margin-left: 3px;
}

/* special format for label element */
.label {
    margin-bottom: 3px;
    padding: 0 3px;
}

.label-3 {
    margin-top: 10px;
    padding: 0 3px;
} 

.label label {
    display: block;
    color: #000;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
}

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

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

#css_dm_formular {
    position: absolute;
    z-index: 2000;
}

#kreuz_close {
    cursor: pointer;
    color: white;
    margin-right: 13px;
    float: right;
    margin-top: -27px;
    z-index: 2003;
}

.suche_kreuz {
    margin-left: -15px;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    cursor: pointer;
    background-color: #ccc;
    border-radius: 50%;
}

.css_dm_titel {
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
    background: var(--hg_menue);
    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;
    display: block;
    line-height: 2em;
    width: 100%;
    font-size: 1.2em;
    color: var(--vg_menue);
    padding: 2px;
   /* min-width: 300px;*/
    text-align: center;
}

.css_dm_titel {
    margin-top: -1px;
}

.css_top_10 {
    margin-top: 10px;
}

.css_top_2 {
    margin-top: 0;
}

.div_seite{
	
	border: 2px solid var(--vg_rahmen);
    
    box-shadow: 5px 5px 5px var(--vg_schatten);
   color: Black;


    min-height: 1500px;
	width:80%;
	margin:auto;
	margin-bottom:20px;
	padding-left:80px;
	padding-right:40px;
}
#txt_edit{
	min-height:1000px;
}
#text_editor{
	display: none;
    position: absolute;

    color: Black;
    width:100%;
	height:75px
    min-width: 20em;
    top: 50px;
    left: 300px;
    z-index: 999;

}
#dialog_maske2,
#dialog_maske,
#dialog_maske_cf,
#login_maske {
    display: none;
    position: absolute;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
    border-left: solid 1px DimGrey;
    border-right: solid 4px DimGrey;
    border-top: solid 1px DimGrey;
    border-bottom: solid 4px DimGrey;
    color: Black;
    background-color: white;
    min-width: 20em;
    top: 50px;
    left: 300px;
    z-index: 2003;
}

#dialog_maske_cf {
    z-index: 2006;
}
#dialog_maske2{
    z-index: 2005;
}





.dm_30 {
    width: 30%;
	max-width: 35em;
}

.dm_40 {
    width: 40%;
	max-width: 35em;
}

.dm_45 {
    width: 48%;
	 max-width: 40em;
	
}

.dm_50 {
    width: 50%;
	max-width: 50em;
}
.dm_55 {
    width: 55%;
	   max-width: 60em;
}
.dm_60 {
    width: 60%;
	max-width: 60em;
}
.dm_65 {
    width: 65%;
	   max-width: 70em;
}
.dm_70 {
    width: 70%;
	max-width: 70em;
}
.dm_75 {
    width: 75%;
	max-width: 70em;
}
.dm_80 {
    width: 80%;
max-width: 85em;
}
.dm_90 {
    width: 90%;
max-width: 85em;
}
.dm_95 {
    width: 95%;
    max-width: 95em;
}














#id_big_bild2,
#id_big_bild {
    display: none;
    position: absolute;
    background: var(--hg_formular);
    z-index: 2005;
}
#id_big_bild2 img,
#id_big_bild img {
    width: 100%;
    height: auto;
    padding: 10px;
}

#css_dm_abblenden2,
#css_lb_abblenden,
#css_lb_abblenden2,
#css_dm_abblenden,
#css_dm_abblenden_cf,
#css_login_abblenden,
#css_pd_abblenden,
#css_be_abblenden,
#mit_css_dm_abblenden,
#css_abblenden {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1001;
}
#css_lb_abblenden2{
	z-index: 1011;
}
#css_show
{
	display: none;
    position: fixed;
    left: 0;
    width: 100%;
    
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
      z-index: 1;
	top:100px;
}

#css_dm_abblenden_cf {
    z-index: 2004;
	    background-color: rgba(0, 0, 0, 0.2);
}
#css_lb_abblenden{
    z-index: 2004;
	background-color: rgba(0, 0, 0, 0.9);
}
#css_dm_abblenden2 {
    z-index: 2001;
}

#css_pd_abblenden {
    display: block;
    opacity: 0;
    filter: alpha(opacity=40);
}

#css_dm_formular {
    position: absolute;
    z-index: 2000;
}

.cssloginformular {
    display: block;
    border: 2px solid var(--vg_rahmen);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    box-shadow: 5px 5px 5px var(--vg_shadow);
    margin: 0 auto;
    margin-bottom: 15px;
    width: 33%;
    background-color: var(--hg_tabelle);
    ;
}

.cssformular,
.cssformular_suche {
    margin: 0 auto;
    display: block;
    width: 99%;
    border: 2px solid var(--vg_rahmen);
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.cssformular_suche {
    width: 80%;
}

.cssformularinnen {
    padding: 5px;
    margin-top: 10px;
    width: 100%;
}

.cssformulartitel,
.cssformulartitel_dm {
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
    display: block;
    line-height: 2em;
    font-size: 1.2em;
    color: var(--vg_menue);
    background: var(--hg_button);
    background: linear-gradient(to top, var(--hg_button) 25%, var(--hg_button_verlauf) 75%);
    background-repeat: no-repeat;
    text-align: center;
	font-weight:bold;
}

.cssformulartitel_dm {
    margin-top: -1px;
    width: 100%;
}

.cssrow {
    text-align: center;
    display: block;
    width: 100%;
    padding: 6px;
}

 
 
 .cssantrieb,
 .cssarmatur ,
 .cssgewicht ,
 .csskopf,
 .csssonst
{

	background-color:var(--hg_container);
	
}


.cssrowleft {
    text-align: left;
    display: block;
    width: 100%;
    padding: 6px;
}

.cssrowright {
    text-align: right;
    display: block;
    width: 100%;
    padding: 6px;
}

span.deleteicon {
    position: relative;
}

span.deleteicon span {
    position: absolute;
    display: block;
    top: 3px;
    right: 2px;
    width: 16px;
    height: 16px;
    background: url('loeschkreuz.png');
    cursor: pointer;
}

span.deleteicon input {
    padding-right: 16px;
    box-sizing: border-box;
}

.upload-button {
    position: relative;
    height: 30px;
    margin: 0 !important;
}

.upload-button input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    opacity: 0;
    cursor: pointer;
}

.yes_responsive {
    display: none;
}

.no_responsive {
    display: block;
}

input[type="file"]::file-selector-button {
    border: 2px solid var(--vg_rahmen);
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1.1em;
    padding-right: 1.1em;
    border-top-left-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
    webkit-border-radius: 0;
    -webkit-appearance: none;
    background: var(--hg_button);
    background: linear-gradient(to top, var(--hg_button) 25%, var(--hg_button_verlauf) 75%);
    background-repeat: no-repeat;
    color: var(--vg_button);
    transition: 1s;
    line-height: 1em;
}

input[type="file"]::-webkit-file-upload-button:hover {
    background-color: var(--hg_button);
    border: 2px solid #00cec9;
}

input[type="file"]::file-selector-button:hover {
    background: var(--hg_button);
    background: linear-gradient(to top, var(--hg_button_verlauf) 25%, var(--hg_button) 75%);
    background-repeat: no-repeat;
    border: solid 1px var(--hg_hover_button);
}


#backto,
#downto,
#saveto,
#neuto,
#changeto {
    cursor: pointer;
    font-size: 1.5em;
    font-weight: bold;
    position: fixed;
    bottom: 10px;
    right: 0;
    /*  padding: 10px;*/
    opacity: 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    background-color: var(--hg_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;
    color: var(--vg_menue);
    z-index: 3000;
}

#downto {
    right: 0;
}

.frmbutton,
.frmbutton_befund,
.css_button_l,
.css_button_r {
    width: 100%;
    
    padding: 0.5em;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-decoration: none;
    color: var(--vg_button);
    border: solid 1px var(--vg_body);
    border-right: 0;
    color: var(--vg_menue);
    background: var(--hg_button);
    background: linear-gradient(to top, var(--hg_button) 25%, var(--hg_button_verlauf) 75%);
    background-repeat: no-repeat;
    border-top-right-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-top-left-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
	line-height: 2em;
}

.frmbutton:hover,
.frmbutton_befund:hover,
.css_button_l:hover,
.css_button_r:hover {
    color: var(--vg_menue);
    background: var(--hg_button);
    background: linear-gradient(to top, var(--hg_button_verlauf) 25%, var(--hg_button) 75%);
    background-repeat: no-repeat;
    border: solid 1px var(--hg_hover_button);
	
}

.frmbutton_befund {
    margin-top: 5px;

    line-height: 2em;
}

.css_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;
    height: 35px;
    color: var(--vg_button);
    cursor: pointer;
}

.css_exit {
    float: right;
    margin-right: 5px;
}

.css_button_uni {
    background-color: var(--hg_button_verlauf);
    color: var(--vg_button);
    cursor: pointer;
    height: 35px;
}

.css_button:hover {
    background: var(--hg_button_verlauf);
    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);
    cursor: pointer;
}

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

.css_button_l {
    height: 35px;
    float: left;
    width: 40%;
}

.css_button_r {
    height: 35px;
    float: right;
    width: 40%;
}

.cssclear {
    clear: both;
}

.css_thead {
    border-top: 1px solid var(--vg_rahmen);
    font-weight: bold;
    text-align: center;
    background-color: var(--hg_harmonica);
    cursor: pointer;
}

.css_links,
.css_links_res {
    text-align: left;
}

.css_rechts,
.css_rechts_res {
    text-align: right;
}

.css_bold {
    font-weight: bold;
}
.css_center_res 
{
	text-align:left;
}
.css_center
{
    text-align: center;
}

.css_border {
    border: 1px solid var(--vg_rahmen_dunkel);
}
.css_border_o {
    border-top: 1px solid var(--vg_rahmen_dunkel);
}

.css_border_o_u_r {
    border-top: 1px solid var(--vg_rahmen_dunkel);
    border-bottom: 1px solid var(--vg_rahmen_dunkel);
    border-right: 1px solid var(--vg_rahmen_dunkel);
}
.css_border_u_r {
    
    border-bottom: 1px solid var(--vg_rahmen_dunkel);
    border-right: 1px solid var(--vg_rahmen_dunkel);
}
.css_border_u {
    border-bottom: 1px solid var(--vg_rahmen_dunkel);
}


.css_border_u_fine {
    border-bottom: 1px solid var(--vg_rahmen_fine);
}
.css_margin_top_15{
	margin-top:15px;
}
.css_margin_bottom_15{
	margin-bottom:15px;
}
.css_border_l_no_res,
.css_border_l {
    border-left: 1px solid var(--vg_rahmen_dunkel);
}
.css_border_r_no_res,
.css_border_r_res,
.css_border_r {
    border-right: 1px solid var(--vg_rahmen_dunkel);
}

.fusszeile {
    padding-top: 1em;
    padding-bottom: 0.5em;
    text-align: center;
    background: var(--hg_button);
    background: linear-gradient(to top, var(--hg_button) 25%, var(--hg_button_verlauf) 75%);
    background-repeat: no-repeat;
    color: var(--vg_button);
    font-size: 0.8em;
    -webkit-box-shadow: 5px 5px 5px #758B99;
    box-shadow: 5px 5px 5px #758B99;
	margin-bottom:40px;
}
.flex-tabelle_innen,
.flex-container,
.flex-tabelle {
    display: flex;
}
.flex-row {
  
    /*	border-top:none;*/
    flex-wrap: wrap;
}

.flex-tabelle_innen,
.flex-tabelle {
  /*  border: 1px solid var(--vg_rahmen);*/
    /*	border-top:none;*/
    flex-wrap: wrap;
}

.flex-message_img {
    float: left;
    width: auto;
    flex-wrap: wrap;
}

.flex-message_text {
    float: left;
    width: auto;
    flex-wrap: wrap;
}

.flex-item,
.flex-item2 {
    margin-left: 10px;
}

.flex-top {
    display: flex;
    background-color: white;
    align-items: right;
    justify-content: right;
}
.flex-top_suche {
    display: flex;
    background-color: white;
    height:50px;
}
.flex-bottom,
.flex-bottom_foot {
    display: flex;
    background-color: white;
    align-items: center;
    justify-content: center;
}

.flex-spalte_res {
    display: none;
    width: 20%;
    float: left;
}

. {
    width: 25%;
    border-right: 1px solid var(--vg_rahmen);
    padding: 3px;
}

.flex-spalte_0 {
    padding: 5px;
}
.flex-spalte_2{
    width: 2%;
    padding: 5px;
}
.flex-spalte_2_5{
    width: 2.5%;
    padding: 5px;
}
.flex-spalte_5 {
    width: 5%;
    padding: 5px;
}

.flex-spalte_7_5 {
    width: 7.5%;
    padding: 5px;
}

.flex-spalte_10 {
    width: 10%;
    padding: 5px;
}
.flex-spalte_12 {
    width: 12%;
    padding: 5px;
}

.flex-spalte_12_5 {
    width: 12.5%;
    padding: 5px;
}
.flex-spalte_15 {
    width: 15%;
    padding: 5px;
}
.flex-spalte_17_5 {
    width: 17.5%;
    padding: 5px;
}
.weiete_165 {
    min-width: 165px;
}

.flex-spalte_20 {
    width: 20%;
    /*border-right: 1px solid var(--vg_rahmen);*/
    padding: 5px;
}
.flex-spalte_23 {
    width: 22.5%;
    /*border-right: 1px solid var(--vg_rahmen);*/
    padding: 5px;
}
.flex-spalte_25 {
    width: 25%;
    /*border-right: 1px solid var(--vg_rahmen);*/
    padding: 5px;
}

.flex-spalte_30 {
    width: 30%;
    /*  border-right: 1px solid var(--vg_rahmen);*/
    padding: 5px;
}

.flex-spalte_35 {
    width: 35%;
    /*  border-right: 1px solid var(--vg_rahmen);*/
    padding: 5px;
}

.flex-spalte_33 {
    width: 32%;
    /*  border-right: 1px solid var(--vg_rahmen);*/
    padding: 5px;
}

.flex-spalte_40 {
    width: 40%;
    /*border-right: 1px solid var(--vg_rahmen);*/
    padding: 5px;
}

.flex-spalte_45 {
    width: 45%;
    /*border-right: 1px solid var(--vg_rahmen);*/
    padding: 5px;
}

.flex-spalte_50 {
    width: 50%;
    /*border-right: 1px solid var(--vg_rahmen);*/
    padding: 5px;
}

.flex-spalte_55 {
    width: 55%;
    /*border-right: 1px solid var(--vg_rahmen);*/
    padding: 5px;
}
.flex-spalte_58 {
    width: 58%;
    /*border-right: 1px solid var(--vg_rahmen);*/
    padding: 5px;
}
.flex-spalte_60 {
    width: 60%;
    /*border-right: 1px solid var(--vg_rahmen);*/
    padding: 5px;
}
.flex-spalte_65 {
    width: 65%;
    /*border-right: 1px solid var(--vg_rahmen);*/
    padding: 5px;
}
.flex-spalte_75 {
    width: 73%;
    /*border-right: 1px solid var(--vg_rahmen);*/
    padding: 5px;
}

.flex-spalte_70 {
    width: 70%;
    /*border-right: 1px solid var(--vg_rahmen);*/
    padding: 5px;
}

.flex-spalte_r_80 {
    float: right;
}

.flex-spalte_80,
.flex-spalte_r_80 {
    width: 80%;
    /*border-right: 1px solid var(--vg_rahmen);*/
    padding: 5px;
}

.flex-spalte_85 {
    width: 85%;
    /*border-right: 1px solid var(--vg_rahmen);*/
    padding: 5px;
}

.flex-spalte_90 {
    width: 90%;
    /*border-right: 1px solid var(--vg_rahmen);*/
    padding: 5px;
}

.flex-spalte_100 {
    width: 100%;
    /*border-right: 1px solid var(--vg_rahmen);*/
    padding: 5px;
}

.flex-spalte_gesamt {
    width: 100%;
    /*border-right: 1px solid var(--vg_rahmen);*/
}

.flex-spalte_3 {
    flex: 1;
    padding: 5px;
}

.block_res {}

.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-size: 1.2em;
    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);
    font-size: .8em;
}

.site_foot {
    margin-right: 6px;
    margin-left: 6px;
}

.symbol_liste img {
    width: auto;
    height: 34px;
    text-align: center;
}

.artikel_liste img {
    width: auto;
    height: 34px;
    text-align: center;
}

.bild_artikel_liste {
    /*background-color:#F2F2F2;*/
    padding: 3px;
    width: 100%;
    text-align: center;
}

#css_projekt_liste {
    padding: 20px;
}
.check_red{
    background-color: red;
	color:white;
}
.check_blue {
    background-color: skyblue;
}

.check_yellow {
    background-color: yellow;
}

.css_tabelle_hintergrund {
    background-color: var(--hg_container);
    color: var(--vg_container);
}

.css_tabelle_hintergrund_markiert {
    background-color: var(--hg_button);
    color: var(--vg_button);
}

div.wrapper {
    padding: 5px;
    display: block;
    overflow: auto;
	
	
}
.css_ivz
{
font-size:14px;	
}
table.scroll {
    width: 100%;
    background-color: var(--hg_container);
    font-size: .8em;
}
table.scroll.css_ivz {
    
    font-size: 1em;
}
table.scroll thead {
    width: 100%;
    background: var(--hg_th);
}

table.scroll thead tr:after {
    content: '';
    overflow-y: scroll;
    visibility: hidden;
}

table.scroll thead th {
    flex: 1 auto;
    display: block;
    color: var(--vg_th);
}

table.scroll tbody {
    display: block;
    width: 100%;
    overflow-y: auto;
    height: auto;
    max-height: 200px;
}

table.scroll thead tr,
table.scroll tbody tr {
    display: flex;
}

table.scroll tbody tr td {
    flex: 1 auto;
    word-wrap: break;
}

table.scroll thead tr th,
table.scroll tbody tr td {
    width: 25%;
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid var(--vg_rahmen);
    border-left: 1px solid var(--vg_rahmen);
    border-right: 1px solid var(--vg_rahmen);
}
.csspointer,
.css_pointer {
    cursor: pointer;
}

.css_pointer:hover {
    background-color: var(--hg_hover_menue);
}

.harmonica_titel {
    width: 100%;
    background-color: var(--hg_harmonica);
    color: var(--vg_container);
    font-weight: bold;
    text-align: center;
}

.harmonica_titel {
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.har_ini,
.har_ini_block {
    display: none;
    font-size: 1em;
    margin-top: 10px;
}

.har_ini_block {
    display: block;
}

.har_auf_zu {
    font-size: 1.5em;
    font-weight: bold;
    color: var(--hg_button);
}
.inspektion_img_pdf img {
    width: auto;
    height: 400px;
}
.inspektion_img img {
	
    width: auto;
    height: 500px;
}
.fotoliste_img img {
	
    width: auto;
    height: 100px;
}
.inspektion {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

.inspektion_seite_3 {
    width: 100%;
}

.inspektion_wdicke {
    width: 100%;
}

.inspektions_untertitel_wdicke {
    font-size: 14px;
    width: 5%;
}

.inspektions_untertitel_wdicke_mp {
    font-size: 14px;
    width: 15%;
}

.inspektions_untertitel_wdicke_dicke {
    font-size: 14px;
    ;
    width: 15%;
}

.inspektions_bemerkung_pdf {
    border-bottom: 2px solid var(--vg_rahmen);
    width: 45%;
}

.inspektions_titel {
    font-size: 16px;
    font-weight: bold;
    background-color: #eeeeee;
}

.inspektion_kasten {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 5%;
}

.inspektion_kasten_titel {
    text-align: center;
    font-size: .8em;
}

.inspektions_untertitel {
    font-size: 1.2em;
}

.inspektion_spalte_re {
    background-color: #eeeeee;
    font-weight: bold;
}

.inspektion_spalte_r {
    background-color: #eeeeee;
}

.cssnoborder {
    border: 2px solid #eeeeee;
}

.inspektions_tabelle_seite_3,
.inspektions_tabelle_seite_1,
.inspektions_tabelle {
    margin-left: auto;
    margin-right: auto;
    border: 0 solid var(--vg_rahmen);
    width: 100%;
	color:black;

}

.inspektions_tabelle_seite_3 td,
.inspektions_tabelle_seite_1 td {
    padding: 5px;
}

.inspektions_info {
    text-align: center;
}
button[type='submit']
{
}

#frm_tabelle input[type='radio'] {
    transform: scale(2);
}
.prot_icon,
.prot_img {
    float: left;
}
.exp_img {
    float: right;
}
.exp_foto_size
{
text-align:center;
margin-top:5px;
}

.prot_img_c,
.exp_foto_size,
.prot_icon,
.prot_img,
.exp_img
{
   
    padding: 2px;
    width: 32px;
    height: 32px;
    margin-right: 5px;
    border: 2px solid var(--vg_rahmen);
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
    background-color:var(--hg_container);
    cursor: pointer;
}
.prot_img_c:hover,
.exp_foto_size:hover,

.prot_img:hover,
.exp_img:hover{
    border: 2px solid var(--vg_rahmen);
    border-radius: 2px;
}

.prot_icon:active{
border: 0px;
transform: translateY(7px);
    transition: all.1s;
}
.prot_icon:hover
{
transform: scale(1.05);
  transition: all.1s;
}

.prot_img_c img,
.prot_icon img,
.prot_img img,
.exp_img img{
    width: 24px;
    height: 24px;
}

.prot_img_left {
	
    margin-left: -40px;
}
.cssinput_button
{
padding-right:32px;
}

.prot_img_left_8
{
	margin-left: 14px;
}
.nur_auftrag
{
	visibility:visible;
	
}

.nur_auftrag_ro {
    background-color: var(--hg_textbox_ro);
}

.nur_auftrag_ro:focus {
    background-color: var(--hg_textbox_ro_focus);
    color: var(--vg_textbox_ro_focus);
}



.div_seite ol
{
margin-left:50px;	
font-size:20px;
}
.exp_fuss
{
	width:100%
	bottom:20px;
	text-align:right;
	
	
}


table.exp_anlagenbeschreibung
{
	color:#000;
	 border-collapse: collapse;
 border: 1px solid var(--vg_rahmen);	
width:100%;
margin-top:75px;
}


table.exp_anlagenbeschreibung td
{

    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
}
.exp_anlagenbeschreibung2 td
{

    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
}
table.exp_anlagenbeschreibung td.exp_ab_sp1
{
border-right: 1px solid var(--vg_rahmen);	
width:25px;
vertical-align: top;
}
table.exp_anlagenbeschreibung2 td.exp_ab_sp1
{
width:25px;
vertical-align: top;
}
table.exp_anlagenbeschreibung td.exp_ab_sp2
{
 border-bottom: 1px solid var(--vg_rahmen);
  border-right: 1px solid var(--vg_rahmen);	
min-width:150px;
vertical-align: top;
}
table.exp_anlagenbeschreibung  td.exp_ab_sp3
{
	 border-bottom: 1px solid var(--vg_rahmen);
    border-right: 1px solid var(--vg_rahmen);
width:100%;
vertical-align: top;
}
table.exp_anlagenbeschreibung2  td.exp_ab_sp3
{

width:100%;
vertical-align: top;
}


.exp_center
{
	text-align:center;

}
.css_vz_titel
{
	padding-top:25px;
	padding-bottom:25px;
}
.css_abblenden,
{
	display:none;
}
table.css_instandhaltung
{
	color:#000;
	 border-collapse: collapse;
 border: 1px solid var(--vg_rahmen_dunkel);	
width:100%;

font-size:12px;
font-weight:none;
}
table.css_instandhaltung th
{
	text-align:center;
	background-color:var(--hg_th);
	border: 1px solid var(--vg_rahmen_dunkel);	
}
table.css_instandhaltung td
{
	
	border: 1px solid var(--vg_rahmen_dunkel);	
}
#wanddicke
{
	
}
#wanddicke th, #wanddicke td {
  padding: 10px;
  
}
.css_exp_td
{
	border: 1px solid silver;
}
.css_header{
font-size:1em;
}


/* CSS BEFUND */


.akkordeon_titel {
	display:block;
	margin-top:.5em;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom :	2px solid #7E94A2;
}
.csslabel {
	background-color:White;
}
.csslabel:focus {
	background-color:white;
	border-left: 1px solid DarkSlateGrey;
}
.csscheckbox
{
	padding-left:10px;
	height:20px;
	width:20px;
}
#frmerfassung input[type="checkbox"] {
  display: none;
}

#frmerfassung input[type="checkbox"] + label {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  line-height: 1.3;
}

#frmerfassung input[type="checkbox"] + label:before {
  width: 30px;
  height: 20px;
  border-radius: 20px;
  border: 2px solid #ddd;
  background-color: #EEE;
  content: "";
  margin-right: 10px;
  transition: background-color 0.5s linear;
}

#frmerfassung input[type="checkbox"] + label:after {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #fff;
  content: "";
  transition: margin 0.1s linear;
  box-shadow: 0px 0px 5px #aaa;
  position: absolute;
  left: 2px;
  top: 2px;
}

#frmerfassung input[type="checkbox"]:checked + label:before {
  background-color: #2b8718;
}

#frmerfassung input[type="checkbox"]:checked + label:after {
  margin: 0 0 0 20px;
}




#frmbefund input[type="checkbox"] {
display: none;
}

#frmbefund input[type="checkbox"] + label {
position: relative;
display: inline-flex;
cursor: pointer;
line-height: 1.3;
}

#frmbefund input[type="checkbox"] + label:before {
width: 30px;
height: 20px;
border-radius: 20px;
border: 2px solid #ddd;
background-color: #EEE;
content: "";
margin-right: 10px;
transition: background-color 0.5s linear;
}

#frmbefund input[type="checkbox"] + label:after {
width: 20px;
height: 20px;
border-radius: 20px;
background-color: #fff;
content: "";
transition: margin 0.1s linear;
box-shadow: 0px 0px 5px #aaa;
position: absolute;
left: 2px;
top: 2px;
}

#frmbefund input[type="checkbox"]:checked + label:before {
background-color: #2b8718;
}

#frmbefund input[type="checkbox"]:checked + label:after {
margin: 0 0 0 20px;
}
.css_green
{
	background:green;
}
.css_red
{
	background:red;
}


/*endabnahme funktionspruefung

.csscheckbox
{
padding-left:10px;
height:20px;
width:20px;
}

#frmerfassung input[type="checkbox"] {
display: none;
}

#frmerfassung input[type="checkbox"] + label {
position: relative;
display: inline-flex;
cursor: pointer;
line-height: 1.3;
}

#frmerfassung input[type="checkbox"] + label:before {
width: 30px;
height: 20px;
border-radius: 20px;
border: 2px solid #ddd;
background-color: #EEE;
content: "";
margin-right: 10px;
transition: background-color 0.5s linear;
}

#frmerfassung input[type="checkbox"] + label:after {
width: 20px;
height: 20px;
border-radius: 20px;
background-color: #fff;
content: "";
transition: margin 0.1s linear;
box-shadow: 0px 0px 5px #aaa;
position: absolute;
left: 2px;
top: 2px;
}

#frmerfassung input[type="checkbox"]:checked + label:before {
background-color: #2b8718;
}

#frmendabnahme input[type="checkbox"]:checked + label:after {
margin: 0 0 0 20px;
}

span.deleteicon {
position: relative;
}
span.deleteicon span {
position: absolute;
display: block;
top: 3px;
right: 2px;
width: 16px;
height: 16px;
background: url('loeschkreuz.png') ;

cursor: pointer;
}
span.deleteicon input {
padding-right: 16px;
box-sizing: border-box;
}



.upload-button {
position: relative;
height: 30px;
margin: 0px !important;
}

.upload-button input
{
position: absolute;
top:0;
left: 0;
right: 0;
bottom: 0;
height: 30px;
opacity: 0;
cursor:pointer;

}



*/



/*style endabnahme */
.csscheckbox
{
padding-left:10px;
height:20px;
width:20px;
}
#frmendabnahme .caption
 {
	 padding-top:10px;
 
 }
 
#frmendabnahme input[type="checkbox"] {
display: none;
}

#frmendabnahme input[type="checkbox"] + label {
position: relative;
display: inline-flex;
cursor: pointer;
line-height: 1.3;
}

#frmendabnahme input[type="checkbox"] + label:before {
width: 30px;
height: 20px;
border-radius: 20px;
border: 2px solid #ddd;
background-color: #EEE;
content: "";
margin-right: 10px;
transition: background-color 0.5s linear;
}

#frmendabnahme input[type="checkbox"] + label:after {
width: 20px;
height: 20px;
border-radius: 20px;
background-color: #fff;
content: "";
transition: margin 0.1s linear;
box-shadow: 0px 0px 5px #aaa;
position: absolute;
left: 2px;
top: 2px;
}

#frmendabnahme input[type="checkbox"]:checked + label:before {
background-color: #2b8718;
}

#frmendabnahme input[type="checkbox"]:checked + label:after {
margin: 0 0 0 20px;
}

span.deleteicon {
position: relative;
}
span.deleteicon span {
position: absolute;
display: block;
top: 3px;
right: 2px;
width: 16px;
height: 16px;
background: url('loeschkreuz.png') ;

cursor: pointer;
}
span.deleteicon input {
padding-right: 16px;
box-sizing: border-box;
}
.dropdown {
position: relative;

}

.dropdown select {
width: 100%;
}

.dropdown > * {
box-sizing: border-box;

}



.upload-button {
position: relative;
height: 30px;
margin: 0px !important;
}

.upload-button input
{
position: absolute;
top:0;
left: 0;
right: 0;
bottom: 0;
height: 30px;
opacity: 0;
cursor:pointer;

}
.css_button_bz,
.css_button_preisanfrage,
.css_button_drucken,
.css_button_zurueck,
.css_button_wk,
.css_button_trash,
.css_button_aktuell,
.css_button_bestellung_fertig,
.css_button_notiz_edit,
.css_button_notiz_show,
.css_button_wk_loesch,
.css_button_save,
.css_button_einkauf,
.css_button_send,
.css_button_bestellung,
.css_button_neutral,

.css_button_pdf {
	
    cursor: pointer;
    padding-top: 2px;
    padding-bottom: 2px;
	background-color: var(--hg_menue);
      
    background-repeat: no-repeat;
    background-position: 10px 3px;
    background-size: 28px auto;
    height: 40px;
    padding-left: 20px;
    color: var(--vg_menue);
	
		
}
.css_button_bz:hover,
.css_button_preisanfrage:hover,
.css_button_drucken:hover,
.css_button_zurueck:hover,
.css_button_wk:hover,
.css_button_trash:hover,
.css_button_aktuell:hover,
.css_button_bestellung_fertig:hover,
.css_button_notiz_edit:hover,
.css_button_notiz_show:hover,
.css_button_wk_loesch:hover,
.css_button_save:hover,
.css_button_einkauf:hover,
.css_button_send:hover,
.css_button_bestellung:hover,
.css_button_neutral_hover,

.css_blutton_pdf:hover {
    background-color: var(--hg_hover_menue);
}
.css_button_save {
    background-image: url(../../img/symbole/speichern_w.png);
}


.css_button_trash {
    background-image: url(../../img/symbole/trash_w.png);
}

.css_button_aktuell {
    background-image: url(../../img/symbole/aktualisieren_w.png);
}


.css_button_notiz_edit {
    background-image: url(../../img/symbole/notizen_erstellen_w.png);
}

.css_button_notiz_show {
    background-image: url(../../img/symbole/notiz_show_w.png);
}



.css_button_drucken {
    background-image: url(../../img/symbole/drucken_w.png);
}

.css_button_zurueck {
    background-image: url(../../img/symbole/zurueck_w.png);
}






.css_button_pdf {
    cursor: pointer;
    background-image: url(../../img/symbole/pdficon_small.jpg);
    border: none;
    background-color: var(--hg_container);
    color: var(--vg_container);
    text-align: left;
    padding-left: 40px;
}
.titel_standort{
color:white;
font-size:1.6em;
font-weight:bold;
margin-top:15px;
margin-bottom:10px;

}
input[type=button], input[type=submit], input[type=reset]
{
	margin-bottom:10px;
}
#full_image ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#full_image li {
  display: block;
  margin: 0;
  padding: 0;
}
#full_image li a {
  display: block;
}
#full_image ul li img {
  margin: 0 auto;
  max-width: 100%;
}

#full_image .full_close {
  background-color: white;
  top: 10px;
  cursor: pointer;
  height: 64px;
   opacity: .4;
  position: absolute;
  width: 64px;
  z-index: 999;
  right: 20px;
  color:white;
}
#full_image .full_close {
  background-color: white;
  top: 10px;
  cursor: pointer;
  height: 64px;
   opacity: .4;
  position: absolute;
  width: 64px;
  z-index: 999;
  right: 20px;
  color:white;
}
#full_image .next_big {
   background-color: white;
  top: 50%;
  cursor: pointer;
  height: 64px;
   opacity: .4;
  position: absolute;
  width: 64px;
  z-index: 999;
  right: 10px;
  color:white;
}

#full_image .prev_big {
   background-color: white;
   
    
  top: 50%;
  cursor: pointer;
  height: 64px;
  opacity: .4;
  position: absolute;
  width: 64px;
  z-index: 999;
  left: 10px;
  color: white;
}
.next_big img,
.prev_big img
{
	width:64px;
	height:auto;
}
#full_image .full_close:hover,
#full_image .prev_big:hover,
#full_image .next_big:hover{
 
   opacity: 1;
   
}