
#fakten-green-mcc .text-content-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;

}

#fakten-green-mcc ul.fakten {
    left: 0%;
    margin: 0;
}

#fakten-green-mcc ul.fakten li {
    color: #444;
    padding: 10px;
    width: 100%;
}


/* --------------------------------------------------------------
=Mobile Portrait
-------------------------------------------------------------- */


@media (max-width: 1200px) {
.flex-le_re .text-content-inner {
    position: relative;
    top: 0;
    padding: 0 5% 0;
}

#projekt-details .flex-content-img-full {
	height: 100%;
	padding-top: 30px;
}

#projekt-details iframe {
	margin-top: 20px;
    width: 100%;
}

#buero .flex-content-column .text-content-inner-left {
    -ms-flex-order: 1;
    order: 1;
    padding: 0 2.5rem;
    flex: 1 1 100%;
}

#buero .flex-content-column .text-content-inner-right {
    -ms-flex-order: 1;
    order: 2;
    padding: 0 2.5rem;
    flex: 1 1 100%;
}

}


/* --------------------------------------------------------------
=Mobile landscape
-------------------------------------------------------------- */

@media (max-width: 667px) and (orientation: landscape) {


}


/* --------------------------------------------------------------
=Tablet Portrait
-------------------------------------------------------------- */


@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {




}


/* --------------------------------------------------------------
=Tablet Landscape
-------------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 1280px) and (orientation: landscape) {


}
