.counter {
    position: relative;
    background: #016a7f;
    overflow: hidden;
	margin-top: -60px;
	margin-bottom: 60px;
		color: #fff;
}
.knowhow {
    position: relative;
    background-color: #dbd9d8;
    overflow: hidden;
	margin-top: -30px;
	margin-bottom: 60px;
	padding-top: 60px;
}
.counter-content, .knowhow-content {
    position: relative;
    z-index: 2;
    padding: 40px 0 40px 0;
	background: none;
}
.graph__wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 315px;
    height: 107px;
    opacity: 0.8;
    transform: scale(1.5);
    transform-origin: center;
    pointer-events: none;
}
.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

.counter.animate .path,
.knowhow.animate .path {
    animation: dash 3s linear forwards;
    animation-delay: 1s;
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

.dashed {
    stroke-dasharray: 5, 12;
}

/* Counter Zahlen */
.sectionClass {
  padding: 50px 0px 30px 0px;
  position: relative;
  display: block;
  background: none;
}
.sectionClass p {
margin-top: 0px;
line-height: 1.3em;
}
.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
  background-color: none;
}
.projectFactsWrap{
  display: flex;
  margin-top: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  background: none;
}
#projectFacts .fullWidth{
  padding: 0;
}
.projectFactsWrap .item{
  width: 25.00%;
  height: 100%;
  padding: 0;
  margin: 0 auto 0 auto;
  text-align: left;
}
.projectFactsWrap .item .number {
color : #fff;
font-family: PantonExtraBold;
}
.projectFactsWrap .item i {
color : #ffe400;
}

.item .number  {font-size: 80px}

@media (min-width:200px) and (max-width:1200px){
.item .number {
font-size: 60px;
}
@media (max-width: 850px){
  .projectFactsWrap .item {
  width: 48.0%;
  padding: 0;
  margin: 0 auto 0 auto;
  }
}

@media (max-width: 490px){
  .projectFactsWrap .item {
  width: 96.0%;
  padding: 0;
  margin: 0 auto 0 auto;
  }
}
@media screen and (max-width: 100px) {
    .authorWindow{
         width: 210px;
    }

    .authorWindowWrapper{
             bottom: -170px;
  margin-bottom: 20px;
    }
}
}