/* 
 * Lindcom Gruppe - Corporate Design
 * Vordefiniert. Diese Stylesheet nicht ändern.
 *
 * (c) 2006, 2017, 2019 Lindcom Gruppe. Alle Rechte vorbehalten.
 *     Web: http://www.lindcom.de
 *     Mail: media@software.lindcom.de
 *
 * $Id: lcdg-style-screen-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;
  background: url(../images/index/bg_wetter.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
}

#wrapper {
  min-height: 100%;
  position: relative;
  background-color: #FFF;
}

#header {
  position: fixed;
  width: 100vw;
  height: 131px;
  box-shadow: 0px 4px 20px 2px #909090;
  z-index: 1;
  background-color: #EDEDED;
}
#header nav {
  z-index: 2;
  position: absolute;
  top: 102px;
  width: 100vw;
  overflow: hidden;
  height: 25px;
  padding: 2px 0px;
}
#header nav ul {
  list-style: none;
  position: relative;
  float: left;
  display: block;
  left: 50%;
  margin: auto;
  /* no padding */
}
#header nav ul li {
  position: relative;
  float: left;
  display: block;
  right: 50%;
}
#header nav ul a {
  /* no padding-top */
  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: 150px;
}

#index-felder ul {
  padding: 0px;
  overflow: hidden;
}

#index-felder li  { 
  float: left;
  display: inline;
  width: 100vw;
  /*width: 50%;*/
 }

#index-felder li div {
  background-color: rgba(237, 237, 237, 0.4); /* #EDEDED */
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 20px;
  /*height: 150px;*/
  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);
}
#index-felder li div a,
#index-felder li div span a,
#index-felder li div a:visited,
#index-felder li div span a:visited {
  text-decoration: none;
}
#index-felder li div {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
/*
#index-felder li:nth-child(odd) div {
  margin-left: 20px;
  margin-right: 10px;
  text-align: right;
}
  
#index-felder li:nth-child(even) div   {
  margin-left: 10px;
  margin-right: 20px;
}
*/
#index-felder li:first-child div {
  border-width: 0px;
  border-style: solid;
  border-radius: 25px 25px 0px 0px;
}

#index-felder li:last-child div {
  border-width: 0px;
  border-style: solid;
  border-radius: 0px 0px 25px 25px;
}

#index-felder li:nth-child(1) div:hover {
  background-position: left;
  background-repeat: no-repeat;
  box-shadow: 0px 4px 20px 2px #DFDF20;
}
#index-felder li:nth-child(2) div:hover {
  background-position: left;
  background-repeat: no-repeat;
  box-shadow: 0px 4px 20px 2px #FF1111;
}

#index-felder li:nth-child(3) div:hover {
  background-position: left;
  background-repeat: no-repeat;
  box-shadow: 0px 4px 20px 2px #BFBFBF;
}

#index-felder li:nth-child(4) div:hover {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-color: rgba(237, 237, 237, 0.4); /* #EDEDED */
  box-shadow: 0px 4px 20px 2px #15AB15;
}
#index-felder li div:hover {
  border-radius: 0px 0px 0px 0px;
}

#index-felder li:first-child div:hover {
  border-radius: 25px 25px 0px 0px;
}

#index-felder li:last-child div:hover {
  border-radius: 0px 0px 25px 25px;
}
