
:root{
	--Hauptfarbe:  #635819;
	--HauptfarbeHell: #BFB479;
	--HauptfarbeHover: #BC9E00;	
	--GreenButton: #7EB100;
}

#container{
	width:100%;
	padding:auto;
	margin-top:2px;
}
#upper, #top, #lower, #footer{
	max-width:888px;
	border-bottom: 1px solid black;
	padding:4px;
	margin:4px;
	z-index:-1;
}
#lower{
	color:black;
	border:1px solid #aaa;
} 
#lower a{
	color:black;
}

#addstand{
	max-width:888px;
	cursor:pointer;
	color:black;
	border:1px solid #aaa;
	padding:4px;
	margin:4px;
	color:black;
}
#addstand a{
	color:black;
}

#footer{
	font-size:11px;
	color:#aaa;
	border:0px;
}
#top{
	position:sticky;
	top:2px;
	background-color:white;
	padding: 4px;
	margin-top:4px;
}
h3{
	line-height:44px;
}
h4,h5{
	border-bottom:1px solid #eee;
}
.sehrklein{
	font-size:10px;
	color:#888;
}
.icon{
	display: inline;
	margin-right: 40px;
	height: 40px;
	max-width: 35px;
}
.alert{
	max-width:444px;
}
.material-icons{
	font-size: 44px; 
	color: var(--Hauptfarbe);
	text-shadow: 0 0 2px black;
}
.material-icons-margin{
	font-size: 44px; 
	color: var(--Hauptfarbe);
	text-shadow: 0 0 2px black;
	margin-bottom:4px;
}

.fa{
	font-size: 35px; 
	color:var(--Hauptfarbe);
	text-shadow: 0 0 2px black;
	padding:4px;
	font-weight: lighter;
	width:48px;
}
a{
	color: var(--Hauptfarbe);
}
.btn-primary, li .btn-primary{
	background-color: var(--Hauptfarbe);
	border-color: #eee;
}
.btn-primary:hover{
	background-color: var(--GreenButton);
	border-color: #eee;
}

input{
	margin: 2px;			
}
hr{
	width: 80%;
}
label{
	width:30%;
	max-width: 100px;
	display:block;
	text-align:left;	
	font-size:11px;
	margin-bottom:3px;
}
.form-control{
	width: 100%;
	display:block;
	border: none;
	margin-top:0px;
	padding-top:4px;
	padding-bottom:0px;
	margin-bottom:11px;
	border-bottom:1px solid #aaa;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.eng{
	width: 48%;
	display:inline-block;
	border: none;
	border-bottom:1px solid #aaa;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.small{
	width:55%;
}
.card{
	max-width:888px;
	margin-bottom:4px;
	text-align:left !important;
}

.card-header{
	background-color:var(--HauptfarbeHell);
}

.card-body{
	padding:10px;	
}		   

.card:hover{
	-webkit-box-shadow: 0px 0px 16px 0px rgba(233, 224, 178,0.8);
	-moz-box-shadow: 0px 0px 16px 0px rgba(233, 224, 178,0.8);
	box-shadow: 0px 0px 16px 0px rgba(233, 224, 178,0.8);
	cursor: pointer;
}
.innercard{
	display:inline-block;
	text-align:left !important;
	width:95%;
	border-bottom:1px solid #eee;
	vertical-align:middle;
}
.kleineschrift{
	font-size:12px;
	padding: 6px !important;
	margin: 0px;
}
.highlight:hover, .alert:hover{
	-webkit-box-shadow: inset 0px 0px 16px 0px rgba(233, 224, 178,0.8);
	-moz-box-shadow: inset 0px 0px 16px 0px rgba(233, 224, 178,0.8);
	box-shadow: inset 0px 0px 16px 0px rgba(233, 224, 178,0.8);
	cursor: pointer;
}

#back{
	height:100%;
	background:#ddd;
	display:table;
	width:16px;
	position:fixed;
	top:0;
	left:0;
	z-index:1;
}
.cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	width:16px;
}
.cell .fa{
	width:16px;
}
.form-line{
	display:inline-block;
	width:100%;
	padding-top:10px;
	margin-top:0px;
}

#detaildiv{
	width:100%;
	text-align:center;
	padding-left:0px;
	padding-top:0px;
	padding-right:40px;
}

#navleft{	
	position:fixed; 
	display:block; 
	vertical-align:middle;
	float:right; 
	top:0px; 
	left:0px; 
	background-color:var(--Hauptfarbe);
	color:white;
	width:40%; 
	height:44px; 
	text-align:left ; 
	padding-left:10px;
	z-index:100;
	cursor: pointer;
}

#navleft i, #navleft span, .edit{
	vertical-align:middle;
	color:white;
	text-shadow: none;
}
.eintragtext{
	vertical-align:middle;
	color:black;
	text-shadow: none;
}
#navcenter{
	position:fixed; 
	display:block; 
	vertical-align:middle;
	float:right; 
	top:0px; 
	left:40%; 
	background-color:var(--Hauptfarbe);
	color:white;
	width:15%; 
	height:44px; 
	text-align:center ; 
	padding-left:10px;
	z-index:100;
	cursor: pointer;
}

#navright{
	position:fixed; 
	display:block; 
	float:right; 
	top:0px; 
	right:0px; 
	background-color:var(--Hauptfarbe);
	color:white;
	width:45%;
	height:44px; 
	text-align:right; 
	padding-right:20px;
	z-index:100;
}


#karte{
	display:block;
	position:absolute;
	border:1px solid black;
	height:100%;
	margin-left:80%;
	width:20%;
	min-width:80px;
}

#wait{
	position:fixed;
	top:0;
	left:0;
	background-color:var(--HauptfarbeHell);
	opacity:80%;
	width:100%;
	height:100%;
}

.eintragtext{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-left:80px;
}

.eintragglyph{
	margin-left:20px;
}

.eintrag{
	vertical-align:middle;
	height:50px;
}

.hide {
  display: none;
  width:100%;
}

.show{
  display: block;
  width:100%;
}


.stockbkg{	
	background-repeat:no-repeat;
	background-size:auto 80px ;
	background-position: 10px 50%, left;
}


.kleinerheader{
	border-bottom:1px solid #aaa;
	display:inline-block;
	font-weight:bold;
	width:100%;
}

.btn-light{
	background-color:#eee;
}



/********************** Burger ********************/
	.burger {
		display: inline-block;
		cursor: pointer;
	 	height:44px;
		color:white;			   
	}

	.bar1, .bar2, .bar3 {
		width: 35px;
		height: 5px;
		background-color: white;
		margin: 6px 0;
		transition: 0.4s;
		color:white;
	}

	.change .bar1 {
		-webkit-transform: rotate(-45deg) translate(-9px, 6px);
		transform: rotate(-45deg) translate(-9px, 6px);
	}

	.change .bar2 {
		opacity: 0;
	}

	.change .bar3 {
		-webkit-transform: rotate(45deg) translate(-8px, -8px);
		transform: rotate(45deg) translate(-8px, -8px);
	}
	.menu{
		border:none;
		color:white;
		display:block;
		background-color: var(--Hauptfarbe);
		z-index:100;
		text-align: left;
		width: 100%;
		padding-left: 8px;
	}
	.menu i, .menu a{
		color:white;
		text-shadow: none;
		vertical-align:middle;
	}
	.menu span a,.menu span{
		color:white;
		display:block;
		width:100%;
		border-bottom: 1px solid #eee;
					  
	}
	.noshow{
		display:none;
	}
	
				  
  
/**********Auswahl Dialog********/
	.form-list{
		font-size:14px;
		padding-top:6px;
		padding-left:8px;
	}

	.auswahl {
		z-index:10000;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		opacity: 0;
		visibility: hidden;
		transform: scale(1.1);
		transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
	}
	.auswahl-content {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-color: white;
		width: 350px;
		border-radius: 0.5rem;
		z-index:10000;
		max-height:80%;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.show-auswahl {
		opacity: 1;
		visibility: visible;
		z-index:10000 !important;
		transform: scale(1.0);				
		transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
	}
/***************************/
	

/************************************************/

@media (max-width: 500px) {
	#karte{
		display:none;
	}
		
}

/********************************************* Bubbles ************************************************/
/*.bubbleyellow{*/
.card-body[data-bubble]:before{
	content:attr(data-bubble);
    position:absolute;
    right: 0.5em;
 
    width: 1.5em;
    height: 1.5em;
 
    line-height:1.5em;
    text-align:center;
 
    font-family:'Helvetica Neue', Helvetica, sans-serif;
    font-weight:bold;
    color:#000;
    text-shadow:0px 1px 0px rgba(0,0,0,.15);
 
    -webkit-box-shadow:
        inset 0px 1px 0px rgba(255,255,255,35),
        0px 1px 1px rgba(0,0,0,.2);
    -moz-box-shadow:
        inset 0px 1px 0px rgba(255,255,255,.35),
        0px 1px 1px rgba(0,0,0,.2);
    box-shadow:
        inset 0px 1px 0px rgba(255,255,255,.35),
        0px 1px 1px rgba(0,0,0,.2);
 
    -webkit-border-radius:4em;
    -moz-border-radius:4em;
    border-radius:4em;
 
    -webkit-transition: .3s top ease-in, .3s opacity ease-in;
    -moz-transition: .3s top ease-in, .3s opacity ease-in;
    -o-transition: .3s top ease-in, .3s opacity ease-in;
    -ms-transition: .3s top ease-in, .3s opacity ease-in;
    transition: .3s top ease-in, .3s opacity ease-in;
	z-index:1;
	
	background-image: -webkit-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 72));
    background-image: -moz-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 72));
    background-image: -o-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 72));
    background-image: -ms-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 72));
    background-image: linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 72));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#feda71', EndColorStr='#feba48');
 
    border:1px solid #dea94f;
}
