/* 
 * Lindcom Gruppe - Corporate Design
 * Vordefiniert. Diese Stylesheet nicht ändern.
 *
 * (c) 2017, 2019 Lindcom Gruppe. Alle Rechte vorbehalten.
 *     Web: http://www.lindcom.de
 *     Mail: media@software.lindcom.de
 *
 * $Id: lcdg-style-mobile-index.css 22 2019-05-19 11:17:59Z michael $
 *
 ******************************************************************************
 *
 * Verwendete Farben:
 * #EDEDED - Helles Grau.
 * #909090 - Dunkles Grau.
 *
 */

body,
html {
  font-family: "Buenard";
  font-size: 18px;
  line-height: 24px;
	margin: 0;
	padding: 0;
  /* no background-image */
  /* no background-position */
  /* no background-repeat */
  /* no height */
}

#wrapper {
	min-height: 100%;
	position: relative;
  background-color: #FFF;
}

#header {
  position: fixed;
  width: 100vw;
  height: 190px;
  box-shadow: 0px 4px 20px 2px gray;
  z-index: 1;
  background-color: #EDEDED;
}
#header nav {
  z-index: 2;
  position: absolute;
  top: 80px;
  width: 100vw;
  overflow: hidden;
  /* no height */
  /* no padding */
}
#header nav ul {
  list-style: none;
  position: relative;
  /* no float left -> left align of text */
  display: list-item;
  left: 50%;
  margin: auto;
  padding: 5px;
}
#header nav ul li {
  position: relative;
  /* no float left -> left align of text */
  display: list-item;
  right: 50%;
}
#header nav ul a {
  padding-top: 4px;
  padding-right: 12px;
  padding-left: 12px;
  font-family: "Russo";
  font-size: 18px;
  text-decoration: none;
}

#header #header_logo {
  position: fixed;
  top: 20px;
  right: 10px;
  z-index: 3;
}

#footer {
  position: absolute; 
  height: 25px;
  width: 100%;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  border-top: 1px solid #909090;
  background-color:#EDEDED;
  color: #909090;
	bottom: 0;
}  

#index-felder {
    position: absolute;
    top: 25%;
    width: 100vw;
}

#index-felder ul {
  padding: 0px;
  overflow: hidden;
}

#index-felder li  { 
  float: left;
  /* no display inline; */
  /* no width */
 }

#index-felder li div {
  /* no background-color */
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 20px;
  /* no height */
  vertical-align: text-top;
}

#index-felder li div span {
  font-size: 18px;
  /* Textfarbe; hier schwarz */
  color: #000;
  /* Texthintergrundfarbe; hier ein Grauton */
  background-color: rgb(237,237,237);
  background-color: rgba(237,237,237,0.8);
  box-shadow: 10px 0 0 rgba(237,237,237,0.8), -10px 0 0 rgba(237,237,237,0.8);
}
