@charset "UTF-8";
.logo-image{
  --logo-size:4.8125rem;
  bottom:0;
  display:flex;
  height:var(--logo-size);
  justify-content:center;
  left:0;
  position:absolute;
  right:0;
  z-index:1;
}
@media (min-width:960px){
  .logo-image{
    --logo-size:5.4375rem;
    bottom:1.875rem;
    left:1.875rem;
    right:auto;
  }
}
.logo-image__container{
  position:relative;
}
.logo-image__wrapper{
  backdrop-filter:blur(1.375rem);
  background:radial-gradient(151.92% 127.02% at 15.32% 21.04%, rgba(165, 239, 255, .2) 0, rgba(110, 191, 244, .04) 77.08%, rgba(70, 144, 212, 0) 100%) border-box;
  border-radius:50%;
  height:var(--logo-size);
  overflow:hidden;
  position:relative;
  width:var(--logo-size);
}
@media (min-width:960px){
  .logo-image__wrapper{
    backdrop-filter:blur(1.5625rem);
  }
}
.logo-image__img{
  border:.375rem solid transparent;
}
@media (min-width:960px){
  .logo-image__img{
    border-width:.4375rem;
  }
}

.market-organisation__hdln{
  margin-bottom:2rem;
}
@media (min-width:960px){
  .market-organisation__hdln{
    margin-bottom:3.5rem;
  }
}
.market-organisation__tile{
  margin-bottom:2rem;
}
@media (min-width:960px){
  .market-organisation__tile{
    margin-bottom:3.5rem;
  }
}
.market-organisation__image{
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
}
@media (min-width:960px){
  .market-organisation .logo-image{
    bottom:1.875rem;
    left:1.875rem;
    right:auto;
  }
}
.market-organisation .logo-image__wrapper{
  top:50%;
}
@media (min-width:960px){
  .market-organisation .logo-image__wrapper{
    top:auto;
  }
}
.market-organisation__tile{
  background-color:hsl(var(--white));
  border-radius:.9375rem;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
@media (min-width:960px){
  .market-organisation__tile{
    flex-direction:row;
  }
}
.market-organisation__tile-image{
  align-items:center;
  display:flex;
  height:100%;
  isolation:isolate;
  justify-content:center;
  max-height:100%;
  overflow:hidden;
  position:relative;
}
.market-organisation__tile-image,.market-organisation__tile-image-wrapper{
  aspect-ratio:16/9;
  width:100%;
}
@media (min-width:960px){
  .market-organisation__tile-image-wrapper{
    width:50%;
  }
}
.market-organisation__tile-image-wrapper:after{
  background:linear-gradient(43deg, hsl(var(--green-foerderpenny)) 15.17%, rgba(19, 105, 65, 0) 60.39%), transparent 0 -58.46px/100% 129.98% no-repeat;
  content:"";
  inset:0;
  position:absolute;
}
.market-organisation__tile-image.contain-height img{
  height:100%;
  max-width:none;
  -o-object-fit:contain;
     object-fit:contain;
  width:auto;
}
.market-organisation__tile-image.contain-width img{
  height:auto;
  -o-object-fit:contain;
     object-fit:contain;
  width:100%;
}
.market-organisation__tile-image.cover img{
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  width:100%;
}
.market-organisation__tile-image.contain img{
  height:100%;
  width:100%;
}
.market-organisation__tile-image [alt="Förderpenny Logo"],.market-organisation__tile-image.contain img{
  -o-object-fit:contain;
     object-fit:contain;
}
.market-organisation__tile-text{
  padding:2.5rem 1.25rem 1.25rem;
}
@media (min-width:960px){
  .market-organisation__tile-text{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:1.25rem 2.5rem;
    width:50%;
  }
}
.market-organisation__tile-hdln{
  font:600 1rem/1.375 "Open Sans", "OS-Fallback-Arial", "OS-Fallback-Roboto", system-ui, "Segoe UI", Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-bottom:1.5rem;
  margin-top:0;
  text-transform:none;
}
@media (min-width:960px){
  .market-organisation__tile-hdln{
    font-size:1.25rem;
    line-height:decimal-round(1.4, 1);
    margin-bottom:1.5rem;
  }
}
.market-organisation__tile-subline{
  color:hsl(var(--grey-midnight)/.75);
  margin-bottom:1.5rem;
  margin-top:0;
}
@media (min-width:960px){
  .market-organisation__tile-subline{
    margin-bottom:1.5rem;
  }
}
.market-organisation__tile-desc{
  color:hsl(var(--grey-midnight)/.75);
  margin:0;
}
/*# sourceMappingURL=market-organisation-0f887236be.css.map */
