
/*******Index OrgaPage*/


.header#fixedHeader {
  position:fixed;
  top:55px;
  left:0;
  right:0;
  z-index: 10;
  display:none;
}

.orgaLogo{
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*margin-top: 5px;*/
  /*margin-bottom: 5px;*/
}

.orgaHeader{
  height: 40vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center; 
  /*background-overlay: linear-gradient(blue,white, red, orange) !important;*/

}
.orgaHeader p {
  color: white;
  font-weight: 400;
  font-size: 1.4rem;
  text-shadow: 1px 2px 5px rgba(0,0,0,.51);
}

.ownerImage {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 700px) {
  .ownerImage {
    width: 100%;
  }
}

.fixed-top-2 {
    margin-top: var(--mainNavbarHeight);
    height: var(--mainNavbarHeight);

}

.navSmall {
  padding-top: 0px;
  padding-bottom: 0px;
  max-height: 30px;
  /*font-size: 0.8rem;*/
  height: 100%;
}

.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* The height of the item will now be 56% of the width. */
}

/* Adjust the iframe so it's rendered in the outer-width and outer-height of it's parent */
.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /*padding-bottom: 1rem;*/
}

.orgaContainer p{
  font-size: 0.8rem;
}

.orgaContainer li{
  font-size: 0.8rem;
}
.orgaContainer a{
  font-size: 0.8rem;
}

.orgaPanel {
  padding: 1.2rem;
  /*font-size: 0.8rem;*/
  box-shadow: 1px 2px 2px 0px rgba(22,47,66,0.2);
  background-color: white;
  margin-bottom: 1.2rem;
}


.orgaList {
  padding: 0;
  overflow: hidden;
}

.facebooksign {
  margin-top: 10px;
}
.facebookimg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%
}


.list-group-flush li:first-child { border-top: none; }
.list-group-flush li:last-child { border-bottom: none; }

.carouselOrga {
  margin-top: 5px;
  margin-bottom: 5px;
}

.cardImg{
  /*position: absolute;*/
  left: 0;
  display: block;
  margin: auto;
  /*transform: translateY(-50%);*/
  width: auto;
  height: 280px;
  overflow: hidden;
  /*max-height: 225px;*/
}


/*********Projekte*********/
.projectHeader{
  color: white;
  text-shadow: 1px 2px 5px rgba(0,0,0,.51);
  font-family: var(--mainFont);
  font-weight: 700;
  font-size: 2.8rem;
}

.projectHeader2{
  color: var(--mainColor);
  /*text-shadow: 1px 2px 5px rgba(0,0,0,.51);*/
  /*font-family: var(--mainFont);*/
  font-weight: 700;
  font-size: 1.2rem;
}