/* CSS Document */
.start-logo {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 40px 0px 40px;
}
.content-wrapper {
    margin-top: 470px;
    padding-top: 0px;
}
.service-nav {
position: relative;
    text-align: right;
}
.header {
background-color: #FFF;
height: 100px;
position: fixed;
}
.content-inner {
  margin: 0 ;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 24%  0 24%;
}
h1 {
  font-size: 24px;
  font-weight: 300;
  color: #666666;
  text-transform: uppercase;
  border-bottom: 1px solid #069402;
  margin: 0;
  max-width: 100%;
  padding: 20px 24%  20px 24%;
}

.body-leistungen {
  background-position-y: 68px!important;
}


.leistung {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.block {
  display: flex;
  /*flex-wrap: wrap;*/
  align-items: center;
  gap: 2rem;
  padding:80px;
}

.block.reverse {
  flex-direction: row-reverse;
}

.text {
  flex: 1 1 50%;
}

.text h2 {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
}

.text p {
  line-height: 1.6;
}

.bild {
  flex: 1 1 50%;
}

.bild img {
  width: 100%;
  /*height: auto;*/
  border-radius: 0.5rem;
  /*box-shadow: 0 0 8px rgba(0,0,0,0.1);*/
}

/* Responsive Anpassung */
@media (max-width: 768px) {
  .block,
  .block.reverse {
    flex-direction: column;
	  padding: 0px;
	  border-bottom: 2px solid #CCC;
  }
.body-leistungen {
  background-position-y: 98px !important;
}
	
.content-wrapper {
  margin-top: 222px;
}
}
