
html {
     background-color: rgba(219,205,0,1);
}
.primaryContainer6i {
    padding: 0px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
    position: relative;
   background-color: rgba(219,205,0,1);
}

#ContLay6iDiv {
    float: left;
    height: auto;
    margin: 0.2%;
    margin-bottom: 2%;
    clear: none;
  width: 30.94%;
    position: relative;
    min-width: 100px;
    padding: 1%;
    min-height: 115px;
    max-height: 115px;
    max-width: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
      overflow-y:hidden;
	overflow-x:hidden;
    box-shadow: 0px 0px 0px rgba(180,180,180,1);
    outline: 1px dotted rgba(255,255,255,1);
    
      background-color: rgba(219,205,0,1);
       -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#ContLay6iDiv:hover {
}

#ContLay6iDiv:hover {
  /* -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -o-transform:scale(1.05);
transform:scale(1.05);*/
    cursor: pointer;
   background-color: rgba(219,205,0,0.8);
}


#ContLay6iDatumDiv {
    float: left;
    height: auto;
    margin: auto;
    clear: none;
    width: 96%;
    min-width: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 2%;
}
#ContLay6iDatumP {
    float: left;
    font-size: 0.8em;
    width: 100%;
    height: auto;
    text-align: right;

    line-height: 1em;
    margin: auto;
    clear: none;
    min-height: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    min-width: 0px;
        color: rgba(0,0,0,0.7);
}




#ContLay6iContainerDiv {
    float: none;
    height: auto;
    margin: 0px auto;
    clear: none;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    min-width: 0px;
    overflow: hidden;
   
}

#ContLay6iSubuebDiv {
  
    float: left;
    height: auto;
    margin: 0px;
    clear: both;
    width: 96%;
    min-width: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    padding-left: 2%;
    padding-right: 2%;
    display: block;
              -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

}

#ContLay6iSubueberschriftP, #ContLay6iSubueberschriftP a {
    text-decoration: none;
    float: left;
    font-size: 1.0em;
    width: 100%;
    height: auto;
    text-align: left;
     font-family: ubuntu, sans-serif;
font-style: normal;
font-weight: bold;
    margin: auto;
    clear: both;
    min-height: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    min-width: 0px;
   color: rgba(0,0,0,1);
              -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}


@media only screen and (max-width: 779px) {
#ContLay6iDiv {
  width: 47.6%;
    
}

}

@media only screen and (max-width: 650px) {
#ContLay6iDiv {
 width: 97%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    float: none;
    margin-bottom: 2%;
}

}


