﻿/**/
/*Home/Index.cshtml*/
/**/
#divStartseite
{
  width:100%;
  margin:0 auto;
}

#divStartseite img
{
  width: 30%;
  height: auto;
  margin: 10% 5%;
  padding: 0px;
  transition: all .4s ease-in-out;
  image-rendering: optimizeQuality;
}

#divStartseite img:hover {
  transform: scale(1.2);
  image-rendering: optimizeQuality;
}

#postUebersicht {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  z-index: 200;
}

  #postUebersicht div {
    display: flex;
    width: 50%;
    height: auto;
    z-index: 200;
    flex-wrap: wrap;
  }

    #postUebersicht div a {
      margin-bottom: 1%;
    }

.zahlGrossUndRot {
  color: red;
  font-weight: bold;
  font-size: x-large;
}

.sehrKleinerText {
  color: rgb(0,68,148);
  font-size: xx-small;
  font-weight:bold;
}

.plusZeichen {
  color: rgb(0,68,148);
  font-weight: normal;
}

#eingereichteMeldungenId:hover .sehrKleinerText,
#eingereichteMeldungenId:hover .plusZeichen {
  color: white;
}

.testEcke{
  position: relative;
}

.gedreht45 {
  transform: rotate(-30deg);
  position: absolute;
  left: 10px;
  top: 15px;
  font-size: 20px;
  text-shadow: 0px 0px 5px yellow;
}

.orange {
  color: #ff6f25;
}

.falscheGemeinschaft {
  margin: 20px;
  font-size: 20px;
  color: red;
  text-align: center;
  display: flex;
  justify-content: center;
}

#uebersichtAVfilter
{
  margin: 20px 5px;
  display: flex;
  width: 100%;
  align-items: center;
}

#uebersichtAVfilter > *
{
  width: 20%;
}

@media only screen and (max-width:770px)
{
  #postUebersicht {
    flex-direction: column;
  }

    #postUebersicht div {
      width: 100%;
      margin: 20px auto;
    }
}


.kachel-bereich
{
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 30px;
}