/*Seitenelemente*/
.headwrap{
	background-image: url(https://www.tralios.de/wp-content/uploads/2018/07/Infobox_bg.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  color: white !important;
}

@media only screen and (min-width: 800px) {
  .headwrap {
    padding-left: 4em;
    padding-right: 4em;
    padding-top: 4em;
    padding-bottom: 4em;
  }
}

.headtext {
  text-align: center;
}

.headtext h1 {
color: white;
}

.headtext p {
  font-size: 1.5em;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 1.5;
  text-align: center;
  margin: 0;
  color: white;

}

/*Abschnitt*/
.bodysectionfirst{
	  padding-left: 2em;
    padding-right: 2em;
    margin-top:4em;
    margin-bottom: 1em;
}

.bodysection{
	  padding-left: 2em;
    padding-right: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.bodysectionlast{
	  padding-left: 2em;
    padding-right: 2em;
    margin-top: 1em;
    margin-bottom: 2em;
}

.cta{
	  padding-left: 2em;
    padding-right: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
  background-color: #7db1da;
}

.postcarousel{
	padding-left: 2em;
  padding-right: 2em;
  padding-top: 2em;
  padding-bottom: 4em;
  background-color: #e5e5e5;
}