/* Maps */ 

#map-canvas {
		height: 100%;
		min-height: 100%;
		position: absolute;
		top: 0%;
		right: 95%;
		left: 5%;
		bottom: 0;
		width: 100%;
	  opacity: 1;
	}

body {
  font-size: 1.3em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #303030;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  margin: 0;
}

a {
	background-color: rgb(255, 255, 255);
}

 /* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
   /* width: 0; USE THIS FOR DYNAMIC MENU */ /* 0 width - change this with JavaScript */
	width: 250; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #ffffff; /* white*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 30px; /* Place content 60px from the top */
  transition: 0.3s; /* 0.3 second transition effect to slide in the sidenav */
  box-shadow: 0px 0px 5px 0px rgba(102, 102, 102, 0.63);
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 24px;
  text-decoration: none;
  font-size: 15px;
  color: #000000;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color --> Lisa 190103 ausgeschaltet*/
/*.sidenav a:hover {
  color: #f1f1f1;
}*/

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 32px;
  margin-left: 50px;
  padding: 0px;
  color: #9e9e9e;
}

.sidenav .slfpadded {
  padding-top: 0px;
	padding-bottom: 0px;
	font-size: 18px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 0px;
  background-color: #ffffff;
  padding-bottom: 500px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 320px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
	
	/* mp@ 200923 */ 
	position: absolute;
  top: 0;
  right: 10px;
  font-size: 32px;
  margin-left: 50px;
  padding: 0px;
  color: #9e9e9e;
	
} 


/* Code Lisa für KH sidebar*/
#logo {
	width: 140px;
	border-radius: 100%;
	margin-left: 50px;
	margin-bottom: 35px;
	box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.63);
}

.menubtn {
  width: 35px;
  height: 5px;
  background-color: black;
  margin: 6px 0;
  margin-left: 15px;
  
}


.logounterseite {
	width: 80px;
	border-radius: 100%;
	margin-left: 50px;
	margin-bottom: 5px;
	margin-top: 20px;
	box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.63);
}

.logo {
	border-bottom: 1px solid;
	border-bottom-color: rgba(102, 102, 102, 0.3);
}

span {
	background-color: none;
	padding-left: 10px;
	}

#smallmenuunten {
  position: absolute;
  left: 0;
  padding-left: 0px;
  padding-bottom: 65px; /* Das funktioniert nicht, wenn man responsive sein will. Lösung muss noch gesucht werden*/
  bottom: 0;
  font-size: 0.9rem;
  width: 270px;
  line-height: 0.3rem;
  text-align: left;
  color: #ffffff;
}

#smallmenu a {
	padding-left: 0px; 
}

#dienstleistung {
	color: #273371;
	margin-left: 0px;
	border-top: 1px dashed;
	border-top-color: #7a8585;
	border-bottom: 1px dashed;
}

#imgdienstleistung {
	padding-right: 10px;
	vertical-align: middle;
}
		
#elektro {
	color: #7a8585;
	margin-left: 0px;
	border-bottom: 1px dashed;
}

#imgelektro {
	padding-right: 10px;
	vertical-align: middle;
}

#essen {
	color: #1e8035;
	margin-left: 0px;
	border-bottom: 1px dashed;
}

#imgessen {
	padding-right: 10px;
	vertical-align: middle;
}

#kinder {
	color: #7f2c87;
	margin-left: 0px;
	border-bottom: 1px dashed;
}

#imgkinder {
	padding-right: 10px;
	vertical-align: middle;
}

#kultur {
	color: #7f1710;
	margin-left: 0px;
	border-bottom: 1px dashed;
}

#imgkultur {
	padding-right: 10px;
	vertical-align: middle;
}

#lebensmittel {
	color: #8cbf45;
	margin-left: 0px;
	border-bottom: 1px dashed;
}

#imglebensmittel {
	padding-right: 10px;
	vertical-align: middle;
}

#mode {
	color: #316cb4;
	margin-left: 0px;
	border-bottom: 1px dashed;
}

#imgmode {
	padding-right: 10px;
	vertical-align: middle;
}

#schreibwaren {
	color: #25b1af;
	margin-left: 0px;
	border-bottom: 1px dashed;
}

#imgschreibwaren {
	padding-right: 10px;
	vertical-align: middle;
}

#sport {
	color: #df1a19;
	margin-left: 0px;
	border-bottom: 1px dashed;
}

#imgsport {
	padding-right: 10px;
	vertical-align: middle;
}

#wohnen {
	color: #e3167e;
	margin-left: 0px;
	border-bottom: 1px dashed;
}

#imgwohnen {
	padding-right: 10px;
	vertical-align: middle;
}

#ueberuns {
	font-size: 0.75em;
	margin-left: 600px; 
	margin-right: 600px;
	line-height: 1.1rem;
}

ul {
	line-height: 1.8rem;
}

#datenschutz {
	font-size: 0.75em;
	margin-left: 600px; 
	margin-right: 600px;
	line-height: 1.1rem;
}


#impressum {
	font-size: 0.75em;
	margin-left: 600px; 
	margin-right: 600px;
	line-height: 1.1rem;
}


#unterstuetzen {
	font-size: 0.75em;
	margin-left: 600px; 
	margin-right: 600px;
	line-height: 1.1rem;
}