:root{
	--Hauptfarbe: #EBC600;
	--HauptfarbeHell: #FFDF2F;
	--HauptfarbeHover: #BC9E00;	
	--GreenButton: #7EB100;
}

*{
	transition: 0.4s ease-in-out !important;
}

#container{
	width:100%;
	padding:auto;
	margin-top:2px;
	padding-top:50px;
}
#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;
}

footer {
	font-size:13px;
    position: fixed;
    bottom: 0px;
    text-align: right;
    width: 100vw;
    color: black;
    background: linear-gradient(344deg, rgba(204, 178, 4, 1) 0%, rgba(255, 255, 255, 0.0984768907563025) 100%);
    height: 40px;
    padding-top: 6px;
    padding-right: 40px;
}

footer a{
	color: black !important;
}

#infobox{
	position: absolute;
	z-index: 99;
	right: 50px;
	width: 350px;
	padding:31px;
	box-shadow:0px 11px 26px -8px rgba(0, 0, 0, 0.8);	
}

#addstand{
    cursor: pointer;
    color: black;
    border: 1px solid #aaa;
    padding: 11px;
    margin: 11px auto;
    width: 440px;
    color: black;
    transition: .3s ease-in-out;
}

#addstand a{
	color:black;
}

#addstand:hover{
	border:1px solid rgba(235,198,0,0.8);
	box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.44) !important;
}

#footer{
	display: block;
	padding-top:44px;
	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;
}

.disabled{
	color: #aaa !important;
}
.disabledheader{
	color: #aaa !important;
	background-color: #E7E0B7 !important;
}

i.fa{
	font-size: 35px; 
	color:var(--Hauptfarbe);
	text-shadow: 0 0 1px 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:100%;
	max-width: 100px;
	display:block;
	/*float:left;*/
	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;*/
	margin-bottom:16px;
	text-align:left !important;
	transition: .3s ease-in-out;
}

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

.card-body{
	padding:10px;	
}

.card:hover{
	-webkit-box-shadow: 0px 0px 16px 0px rgba(235,198,0,0.8);
	-moz-box-shadow: 0px 0px 16px 0px rgba(235,198,0,0.8);
	box-shadow: 0px 0px 16px 0px rgba(235,198,0,0.8);
	cursor: pointer;
}
.aktiv{
	/*-webkit-box-shadow: 0px 0px 16px 0px rgba(235,198,0,0.8);
	-moz-box-shadow: 0px 0px 16px 0px rgba(235,198,0,0.8);
	box-shadow: 0px 0px 16px 0px rgba(235,198,0,0.8);*/
	box-shadow: 0px 0px 16px 0px rgba(88, 88, 88, 0.4);
    border: 2px solid rgba(235, 198, 0, 0.8);
	cursor: pointer;
	background:#FDF9E5;
	
}

.farbliste{
	list-style:none;
}

.innercard{
	display:inline-block;
	text-align:left !important;
	width:95%;
	border-bottom:1px solid #eee;
	vertical-align:middle;
	padding-top:8px;
}
.kleineschrift{
	font-size:12px;
	padding: 6px !important;
	margin: 0px;
}
.sehrkleineschrift{
	font-size:9px;
	padding: 6px !important;
	margin: 0px;
}
.highlight:hover, .alert:hover, .highlight aktiv{
	-webkit-box-shadow: inset 0px 0px 16px 0px rgba(235,198,0,0.8);
	-moz-box-shadow: inset 0px 0px 16px 0px rgba(235,198,0,0.8);
	box-shadow: inset 0px 0px 16px 0px rgba(235,198,0,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:black;
	width:25%;
	min-width:200px;
	height:44px; 
	text-align:left ; 
	padding-left:10px;
	z-index:100;
	cursor: pointer;
}

#navleft i, #navleft span, .edit, .eintragtext{
	vertical-align:middle;
	color: black;
	text-shadow: none;
}

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


#navcenter ul li:hover {
    background: var(--HauptfarbeHover);
}
#navcenter ul li {
    float: left;
    width: 33%;
    padding: 8px;
}
#navcenter ul li .fa {
	font-size:20px;
}

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

#sidebar{
	-webkit-box-shadow: inset 8px 0px 5px 0px rgba(0,0,0,0.22);
	-moz-box-shadow: inset 8px 0px 5px 0px rgba(0,0,0,0.22);
	box-shadow: inset 8px 0px 5px 0px rgba(0,0,0,0.22);
	padding-left:15px;
	max-width:350px;
	min-width:300px;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	z-index:999
}

#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:rgba(255,255,255,0.8);/*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%;
  opacity: 0;
  transition: .4s ease-in-out;
  &.show {
    opacity: 1;
    display: block;
  }
}

.show{
  display: block;
  width:100%;
  transition: .4s ease-in-out;
}

@starting-style { /* <-- and this line */
  .hide.show {
    opacity: 0;
  }
}

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


#news{
	/*font-size:12px;*/
}

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

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

.progress{
	margin:10px;
}

#StandBild{
	width:70%;
	height:100%;
	float:left;
}

#overlay{
	background-color:transparent;
	z-index:90;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}

.aktivezeile{
	background-color:#8DEA57;
}

.plusaktiv{
	background-color: var(--HauptfarbeHell);
}
.plusdue{
	background-color: #e88d8d;
}

/********************** SideNav/Kacheln *******************/

@media (min-width: 1200px) {
	#kacheln{
		display:inline;
	}
	.kachelnstand{display:inline-block;float:left;width:40%;}
	.kachelnstanddetail{display:inline-block;float:left;width:58%;}
	.kachelnstockdetail{display:inline-block;float:left;width:48%;}
	.sidenav, .openbutton{display:none;}
	.standheader{display:block;}
}

@media (max-width: 1200px) {
	#container{
		padding-left: 4px;
		padding-right: 4px;
	}
	
	#kacheln, .kachelnstand, .standheader, .kachelnstand{
		display:none;
	}
	.kachelnstanddetail{
		display:block;
	}
	.openbutton{
		display:block;
	}
	.sidenav {
	  height: 100%;
	  width: 0;
	  position: fixed;
	  z-index: 48;
	  top: 0;
	  left: 0;
	  background-color: #111;
	  overflow-x: hidden;
	  transition: 0.5s;
	  padding-top: 60px;
	}

	.sidenav a {
	  padding: 8px 8px 8px 32px;
	  text-decoration: none;
	  font-size: 25px;
	  color: #818181;
	  display: block;
	  transition: 0.3s;
	}

	.sidenav a:hover {
	  color: #f1f1f1;
	}

	.sidenav .closebtn {
	}

	@media screen and (max-height: 450px) {
	  .sidenav {padding-top: 15px;}
	  .sidenav a {font-size: 18px;}
	}
}
/********************** Wetter ********************/
	.prevBox{
		width:30%;
		height:100%;
		background: #B09500;
		background-color: rgba(176, 149, 0, 0.7);
		color:white;
		font-weight:bold;
		font-size:16px;
		box-sizing: border-box;
		text-align:center;
		float:right;	
		padding-top:5px;
	}
	
	#detailwetter{
		height:100%;
	}
	.box {
		float: left;
		width: 16.6%;
		text-align:center;
		height:100%;
		border-left:1px solid white;
		padding: 4px;
		background: #B09500;
		background-color: rgba(176, 149, 0, 0.7);
		color:white;
		font-weight:bold;
		box-sizing: border-box;
		font-size:11px;
	}
	.box:last-child {
		width:17%;
	}
	.box:first-child {
		border-left:none;
	}



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

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

	.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;
		display:block;
		background-color: var(--Hauptfarbe);
		z-index:999;
		text-align: left;
		width: 100%;
		color:black;
		padding-left: 8px;
		overflow-y: auto;
		max-height: 90%;
		position: fixed;
	}
	.menu i, .menu a{
		color: black;
		text-shadow: none;
		vertical-align:middle;
	}
	.menu span a,.menu span{
		display:block;
		width:100%;
		border-bottom: 1px solid #eee;
		cursor:pointer;
	}
	.menu span:hover{
		background-color: var(--HauptfarbeHover);
		cursor: pointer;
	}
	.noshow{
		display:none;
	}
	.nooverflow{
		overflow:hidden;
	}
/**********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: auto;
		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;
	}
/************************************************/
		
/***************** WAITER ***********************/


.waitinner {
  width: 56px;
  height: 56px;
  border: 2px solid rgba(110, 92, 0, 0.5);
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s ease-in-out infinite;
  top: 100px;
  left:0px;
  margin: -28px auto 0; 
}
.waitinner::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #BC9E00;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -5px; 
}

@keyframes loader-rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }


/************************** nur PC ansicht ****************/
@media (min-width: 500px) {
	.halb{
		width: 49% !important;
		/*float: left !important;*/
		padding-left:4px !important;
	}

	.halblinks{
		width: 48% !important;
		float: left !important;
		padding-left:4px !important;
		margin-left:18px;
	}
	.halbrechts{
		width: 46% !important;
		float: left !important;
		padding-left:4px !important;
	}

	.halb label{
		width:100%;
	}         
	.farbliste{
		margin-left:25%;
		list-style:none;
	}
}
/**********************************************************/

/********************** SMARTPHONE **************************/

@media (max-width: 1200px) {
	#navcenter{
		width:80%;
		left:10%;
		z-index:999;
	}
	#navleft{
		width:10%;
	}
	#navleft span{
		display:none;
	}
	#navright{
		min-width:300px;
	}
}


@media (max-width: 720px) {
	#navcenter ul{
		display:none;
	}
	#navcenter{
		width:10px;
		left:50%
	}
	#navleft span{
		display:inline;
	}
	#navleft,#navright{
		width:50%;		
	}
}

@media (max-width: 500px) {
	#karte{
		display:none;
	}
	.col-sm{
		text-align:left;
	}
	#navright{
		z-index:99;
		width:80%;
	}
	#addstand{
		max-width: 344px;
	}
	#navcenter ul{
		display:none;
	}
}



/********************* LightBox ***************************/
@media (max-width: 1200px) {
	.modal.modal-fullscreen .modal-dialog {
	  width: 100vw;
	  margin: 0;
	  padding: 0;
	  max-width: none; 
	}

	.modal.modal-fullscreen .modal-content ,.modal-content .modal-xl{
		min-height: 100vh;
		border-radius: 0;
		border: none; 
	}

	.modal.modal-fullscreen .modal-body {
	  overflow-y: auto; 
	}
	.modal-footer{
	/*	1position:absolute;
		1bottom:22px;*/
		width:100%;
	}
	select, textarea, input {	/* wegen zoom in auf IOS */
		
	}
	.note-editable{
		font-size: 22px;
	}
	.note-btn{
		height:48px !important;
		width:48px !important;
	}
	.btn{
		height:48px !important;
		
	}
}

/********************* WIZARD *******************/

ul {
  padding: 0;
  margin: 0;
  list-style: none; }


img {
  max-width: 100%;
  vertical-align: middle; }



.wizard {
  min-height: 509px; }

.steps .current-info, .steps .number {
  display: none; }

.steps ul {
  display: flex;
  justify-content: center;
  margin-bottom: 30px; }

.steps li a {
  display: block; }
.steps li .step-arrow {
  display: block;
  margin-top: 3px;
  margin-left: 45px; }
.steps li:nth-child(2) .step-arrow,
.steps li:nth-child(3) .step-arrow,
.steps li:nth-child(4) .step-arrow,
.steps li:nth-child(5) .step-arrow,
.steps li:nth-child(6) .step-arrow,
.steps li:nth-child(7) .step-arrow,
.steps li:nth-child(8) .step-arrow,
 .steps li:last-child .step-arrow {
  margin-left: 45px; }


.info {
  margin-bottom: 50px; }

.info-item {
  margin-bottom: 29px; }
  .info-item span {
    color: #ccc; }
    .info-item span.unit {
      margin-right: 15px; }
    .info-item span.lnr {
      margin-right: 4px; }
    .info-item span.lnr-calendar-full {
      margin-right: 7px; }

.content h4{
	display:none;
}

.actions ul {
  display: flex;
  justify-content: space-between; }

.btn-primary:active{
	background-color:green;
}

/********************************************* Bubbles ************************************************/
/*.bubbleyellow{*/
.card-body[data-bubble]:before,
#addstand[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;
}
