/*
Theme Name: Werbeauf
Theme URI: https://www.werbeauf.com
Template: Divi
Author: Ronald
Author URI: https://www.werbeauf.com
*/

#kostenlink, #costslink {
  font-weight: bold;
  text-decoration: underline;
}



.blog_content .standard-html-markup {
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 auto;
  /*padding: 1rem;*/
  color:#495E77!important;
}

/* Headings */
.blog_content .standard-html-markup h1,
.blog_content .standard-html-markup h2,
.blog_content .standard-html-markup h3,
.blog_content .standard-html-markup h4 {
  font-weight: 600;
  line-height: 1.3;
  margin-top: 2em;
  margin-bottom: 0.8em;
  color:#495E77!important;
}

.blog_content .standard-html-markup h1 {
  font-size: 2.2rem;
  border-bottom: 2px solid #eee;
  padding-bottom: 0.3em;
}

.blog_content .standard-html-markup h2 {
  font-size: 1.8rem;
  border-left: 4px solid #ccc;
  padding-left: 0.5em;
}

.blog_content .standard-html-markup h3 {
  font-size: 1.4rem;
}

.blog_content .standard-html-markup h4 {
  font-size: 1.2rem;
}

/* Paragraphs */
.blog_content .standard-html-markup p {
  margin: 1em 0;
}

/* Lists */
.blog_content .standard-html-markup ul,
.blog_content .standard-html-markup ol {
  margin: 1em 0 1em 2em;
  padding: 0;
}

.blog_content .standard-html-markup li {
  margin-bottom: 0.5em;
}

/* Strong */
.blog_content .standard-html-markup strong {
  font-weight: 700;
}


/* VIDEOS BEI LEISTUNGEN */

/* Container auf volle Breite */
.video-leistungen,
.video-leistungen .et_pb_video_box,
.video-leistungen .BorlabsCookie,
.video-leistungen ._brlbs-content-blocker,
.video-leistungen ._brlbs-embed,
.video-leistungen ._brlbs-embed._brlbs-video-youtube {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  height: auto !important;
}

/* Thumbnail wirklich 100% */
.video-leistungen img._brlbs-thumbnail {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* Optional: 16:9-Seitenverhältnis */
.video-leistungen ._brlbs-embed._brlbs-video-youtube {
  aspect-ratio: 16/9;
}


/* Video-Wrapper auf volle Breite + zentrieren */
.video-leistungen .et_pb_video_box {
  position: relative;
  width: 100% !important;
  max-width: 900px;      /* optional: maximale Breite */
  margin: 0 auto;        /* zentriert den Block */
  aspect-ratio: 16/9;    /* sorgt für 16:9-Format */
  overflow: hidden;
}

/* Iframe responsiv machen */
.video-leistungen iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  display: block;
  margin: 0 auto;
}