.heading {
  display: flex;
  justify-content: center;
  width: 100%;
  font-family: "CaneletterScriptThin";
  font-size: 4rem;
}
.inhalt {
  width: 1100px;
}
.infos {
  text-align: left;
  font-weight: 100;
}
.infos p {
  font-size: 1.1rem;
  padding: 0;
  color: black;
  padding: 10px 0;
}
.infos h4 {
  font-size: 1.3rem;
  padding: 15px 0;
}
.infos span {
  font-size: 1.5rem;
}
.datencontent {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  justify-content: space-around;
}
.text {
  text-align: left;
  margin-bottom: 30px;
}
.text p {
  display: block;
  font-size: 16px;
  line-height: 21.6px;
  padding: 0;
}
.text ul {
  display: block;
  padding-left: 50px;
  list-style: square;
}
.text a {
  color: darkblue;
}
.text h4 {
  font-size: 18px;
  font-weight: 600;
}
/*diy section*/
.tutorialtitle {
  font-family: "CaneletterScriptThin", serif;
  font-size: 3rem;
}
iframe {
  margin: 20px 0px;
}
.diy {
  margin-bottom: 20px;
}
/*perlen*/
.daten {
  width: 1000px;
}
.shoplink {
  font-family: "CaneletterScriptThin";
  font-size: 3rem;
}
.shoplink span {
  color: #3c0068;
}

/* mobile phone - less than 590px */
@media only screen and (max-width: 590px) {
  .inhalt {
    margin-left: 10px;
    margin-right: 10px;
  }
  .datencontent {
    margin-left: 10px;
    margin-right: 10px;
  }
  .daten {
    margin-left: 10px;
    margin-right: 10px;
  }
  .video {
    display: flex;
  }
  iframe {
    width: 300px;
    height: 168px;
  }
}
