p {
  font-size:16px;
}

ul {
  font-size: 16px;
}

.green-highlight {
  color:#00c3b5;
}

.accordion-item-hd {
  font-size: 16px;
}

.accordion-item-hd1 {
  font-size: 16px;
}

.custom-container.projekte-container {
  margin-top: 30px;
  margin-left: 50px;
  margin-right: auto;
  display: flex;
  justify-content: start;
  flex-wrap: wrap; 
}

.flex-cell {
  flex: 0 0 20%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 1px;
  box-sizing: border-box;
}

.flex-cell:before {
  content: '';
  display: table;
  padding-top: 100%;
}

.projekte-quadrat {
  display: block;
  position: relative;
  overflow: hidden;
  flex-grow: 1;
  min-width: 350px;

}

.quardat-overlay4 {
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .73), hsla(0, 0%, 100%, .73));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .73), hsla(0, 0%, 100%, .73));
}

.translation-experts {
  font-size: 41px;
  padding-top: 100px;
  margin-left: 50px;
}

.startcol1text {
  padding-top: 60px;
  margin: 20px;
  font-size: 16px;
  font-weight: 400;
  color: white;
}

.startcol2text {
  padding-top: 100px;
  font-size: 50px;
  line-height: 1.2;
  color: white;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.startcol3text {
  padding-top: 60px;
  margin: 20px;
  font-size: 16px;
  font-weight: 400;
  color: black;
  min-width: 200px;
}

    .tabs li {
        list-style: none;
        float: left;
        width: 20%;
    }

    .tabs a {
        display: block;
        text-align: center;
        text-decoration: none;
        position: relative;
        text-transform: uppercase;
        color: #fff;
        height: 70px;
        line-height: 90px;
        background: linear-gradient(-165deg, transparent 29%, #50b9b9 30%);
    }

    .tabs a:hover,
    .tabs a.active {
        background: linear-gradient(-165deg, transparent 29%, #4babab 30%);
        color: #e3ffff;
    }

    .tabs a:before {
        content: '';
        position: absolute;
        z-index: 11;
        left: 0%;
        top: -0%;
        height: 0px;
        line-height: 0px;
        width: 0;
        border-bottom: 0px solid rgba(0, 0, 0, 0.1);
        border-right: 0px solid transparent;
    }

    .tabs a.active:before {
        content: '';
        position: absolute;
        z-index: 11;
        left: 0%;
        top: 0%;
        height: 0px;
        line-height: 0px;
        width: 0;
        border-bottom: 0px solid rgba(0, 0, 0, 0.2);
        border-right: 0px solid transparent;
    }

    .tabgroup {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    }

    .tabgroup div {
        padding: 30px;
        background: #6ccfcf;
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
    }

    .clearfix:after {
        content: "";
        display: table;
        clear: both;
    }

.bg-kasten {
  padding: 3em;
}

@media (max-width: 1600px) {
  .logo {
    display: none !important;
  }
}

h3.subheadline {
  font-size:41px;line-height:1.4em;
}

@media only screen and (max-width: 600px)  {
  .gross {
    font-size: 48px;
  }

  .custom-container.projekte-container {
  margin-top: 30px;
  margin-left: 0px;
  margin-right: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; 
}

h3.subheadline {
  font-size:26px;line-height:1.4em;
}

}
