/* 30px -> 40px */
/* 60px -> 80px */
/* 90px -> 120px */
/* 120px -> 160px */
/* 20px -> 130px */
/* 10px -> 50px */
/* 24px -> 80px */
/* 40px -> 50px */
.ce_text {
  padding-block: 5em;
  background: #ffffff;
  container-type: inline-size;
}
.ce_text .inside {
  width: 65%;
  max-width: 820px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .ce_text .inside {
    width: 100%;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.ce_text.twocolumn .inside {
  width: 85%;
  max-width: 1440px;
  margin-inline: auto;
  display: flex;
  gap: 4em;
}
@media (max-width: 767px) {
  .ce_text.twocolumn .inside {
    width: 100%;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.ce_text.twocolumn .headline {
  flex-basis: 33.3%;
}
.ce_text.twocolumn .text {
  flex-basis: 66.6%;
}
@container (width < 900px) {
  .ce_text.twocolumn .inside {
    flex-direction: column;
    gap: 0;
  }
}
.ce_text.slim .inside {
  max-width: 820px;
}
.ce_text .text {
  text-align: left;
}
.ce_text a.btn {
  padding: 1em 1em;
  line-height: 0.8;
  border: 1px solid transparent;
  border-radius: 4em;
  font-size: 0.85em;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.4em;
  transition: all 0.3s ease;
  text-decoration: none;
  align-items: center;
  cursor: pointer;
  width: max-content;
  padding: 1.2em 2em;
  gap: 1em;
  margin-top: 1.5em;
}
.ce_text a.btn svg path {
  transition: all 0.3s ease;
}
.ce_text.white a.btn {
  background-color: #001524;
  border-color: #001524;
  color: #ffffff;
}
.ce_text.white a.btn svg path {
  fill: #ffffff;
}
.ce_text.white a.btn:hover {
  background-color: #F9A27D;
  border-color: #F9A27D;
  color: #001524;
}
.ce_text.white a.btn:hover svg path {
  fill: #001524;
}
.ce_text a {
  color: #001524;
  text-decoration: none;
  border-bottom: 1px solid #001524;
  transition: all 0.3s ease;
}
.ce_text a:hover {
  color: #F9A27D;
  border-color: #F9A27D;
}
.ce_text ul, .ce_text ol {
  padding-left: 1.1em;
  margin-bottom: 1.2em;
}
.ce_text ul li, .ce_text ol li {
  margin-bottom: 0.3em;
}
.ce_text ul:last-child, .ce_text ol:last-child {
  margin-bottom: 0;
}
.ce_text ul {
  list-style: disc;
}
.ce_text ul.has-emoticons {
  list-style: none;
  padding-left: 0;
}
.ce_text ul.has-emoticons li {
  text-indent: -1.6em;
  margin-left: 1.6em;
}
.ce_text ol {
  list-style: decimal;
}
.ce_text ul.has-long-children li, .ce_text ol.has-long-children li {
  margin-bottom: 1em;
}
.ce_text.list-big ul {
  list-style: square;
}
.ce_text.list-big ul li {
  margin-bottom: 1em;
}
.ce_text.list-big ul li strong {
  display: inline-block;
}
.ce_text.list-big ol {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.ce_text.list-big ol li {
  margin-left: 2.5em;
  position: relative;
  margin-bottom: 1.25em;
  counter-increment: section;
}
.ce_text.list-big ol li:before {
  content: "0" counter(section);
  position: absolute;
  left: -2.5em;
  line-height: 1;
  top: 4px;
  font-weight: bold;
  border-right: 0.15em solid #F9A27D;
  border-bottom: 0.15em solid #F9A27D;
  display: block;
  padding-right: 0.25em;
  padding-bottom: 0.2em;
  width: 1.75em;
  text-align: right;
}
.ce_text.bg-grey {
  background: #F2F6F8;
  margin-block: 0;
  padding-block: 5em;
}
.ce_text.bg-darkblue {
  background: #001524;
  margin-block: 0;
  padding-block: 5em;
}
.ce_text.bg-darkblue h2, .ce_text.bg-darkblue h3 {
  color: #ffffff;
}
.ce_text.bg-darkblue p {
  color: #ffffff;
}
.ce_text.bg-darkblue a.btn {
  background-color: #ffffff;
  border-color: #001524;
  color: #001524;
}
.ce_text.bg-darkblue a.btn:hover {
  background-color: #F9A27D;
  border-color: #F9A27D;
  color: #001524;
}
.ce_text.bg-pattern1, .ce_text.bg-pattern2, .ce_text.bg-pattern3 {
  background-color: #001524;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-block: 0;
  padding-block: 5em;
}
.ce_text.bg-pattern1 h2, .ce_text.bg-pattern1 h3, .ce_text.bg-pattern2 h2, .ce_text.bg-pattern2 h3, .ce_text.bg-pattern3 h2, .ce_text.bg-pattern3 h3 {
  color: #ffffff;
}
.ce_text.bg-pattern1 p, .ce_text.bg-pattern2 p, .ce_text.bg-pattern3 p {
  color: #ffffff;
}
.ce_text.bg-pattern1 a.btn, .ce_text.bg-pattern2 a.btn, .ce_text.bg-pattern3 a.btn {
  background-color: #ffffff;
  border-color: #001524;
  color: #001524;
}
.ce_text.bg-pattern1 a.btn:hover, .ce_text.bg-pattern2 a.btn:hover, .ce_text.bg-pattern3 a.btn:hover {
  background-color: #F9A27D;
  border-color: #F9A27D;
  color: #001524;
}
.ce_text.bg-white + .ce_text.bg-white {
  padding-top: 0;
  padding-bottom: 3.3333333333em;
}
.ce_breaker.wavy-break-1 + .ce_text.bg-pattern2 {
  padding-top: 10em;
}
@media (max-width: 1400px) {
  .ce_breaker.wavy-break-1 + .ce_text.bg-pattern2 {
    padding-top: 7.5em;
  }
}
.tl_content .ce_text .inside {
  background: none;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%2Fwww%2Fvhosts%2Fvhug-technologies.de%2Fhttpdocs%2Fvendor%2Fvonheldenundgestalten%2Fvhugtech-bundle%2Fpublic%2Fcss%2Felements%2Fce_text.scss%22%2C%22var%2Fwww%2Fvhosts%2Fvhug-technologies.de%2Fhttpdocs%2Fvendor%2Fvonheldenundgestalten%2Fvhugtech-bundle%2Fpublic%2Fcss%2Felements%2F..%2Fincludes%2F.%2F_mixins.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACTJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADcI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAACF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC8GA%3BAAAA%3BAAAA%3BADtGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BGJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAnFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAvCJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAsBR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzDR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACuJJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADnJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACqIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FHJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%22%7D */