/* ==============================================================
   RESPONSIVE.CSS – Alle Media-Queries (Tablet & Mobile)
   ============================================================== */

/* ==============================
   Tablet: bis 992px (Bootstrap MD-Breakpoint)
   ============================== */
@media only screen and (max-width: 992px) {

  /* Überschrift im Header (h2) etwas kleiner */
  .header_heading h2 {
    font-size: 20px !important;
  }

  /* .header_heading rückt tiefer ins Bild */
  .header_heading {
    margin-top: 250px !important;
    margin-bottom: 40px;
  }

  /* Zeilen-Optimierung in .section12 */
  .section12 p span {
    line-height: inherit;
  }

  /* h3/h4 auf Tablets etwas kleiner */
  .landing_page h3 {
    font-size: 20px !important;
  }
  .landing_page h4 {
    font-size: 19px !important;
  }

  /* Rabatt-Button-Styles für .section16 */
  .section16 .discount_wrapper {
    padding: 40px 30px;
    font-size: 20px;
  }
  .section16 .coupon_wrapper .coupon {
    font-size: 20px;
    font-weight: 600;
  }
  .section16 .coupon_wrapper .coupon strong {
    font-size: 20px;
    font-weight: 600;
  }
  .section16 .btn_1 {
    font-size: 18px;
  }

  /* Abstände und Layout in .section14 und .section15 */
  .section14 {
    margin: 25px auto;
  }
  .section15 .listing {
    font-size: 15px;
  }
  .section9 .col-md-4 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    flex: fit-content;
  }
  .dose3 {
    display: none;
  }
  .col-md-1 {
    -ms-flex: max-content;
    flex: max-content;
    max-width: 100%;
  }
  .section14 .col-md-4,
  .section14 .col-md-2,
  .section14 .col-md-6 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    flex: fit-content;
  }
  .vertical_align {
    margin-top: 50px;
    text-align: center;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .section14 {
    background-size: contain;
  }
  .section14 .section13_body {
    padding: 12px 12px 40px 12px !important;
  }
  .section14 .section13_body p {
    margin-bottom: 12px;
  }
  .section14 .coupon {
    padding: 15px 15px;
    text-align: center;
  }
  .section14 .btn_1 {
    padding: 10px 12px;
    text-align: center;
  }
  .section13 .col-md-4 {
    width: 50%;
    max-width: 50%;
    margin-bottom: 40px;
    flex: fit-content;
  }
  .section13_body {
    padding: 12px;
    text-align: center;
  }
  .discount_1 {
    margin: 12px 0px 10px 0px;
  }
  .dose_price {
    margin-top: 0px;
  }
  .dose_price small {
    margin: 12px auto;
    display: block;
  }
  .section13 .coupon {
    padding: 15px 15px;
    text-align: center;
  }
  .section13 .btn_1 {
    padding: 10px 12px;
    text-align: center;
  }
  .unsere {
    font-size: 30px;
  }
  .aktion {
    font-size: 30px;
    margin: 11px 0px 10px 0px;
  }
	
	  .card.card-inner.card_inner_wrapper {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

/* ==============================
   Mobile: bis 768px (Bootstrap SM-Breakpoint)
   ============================== */
@media only screen and (max-width: 768px) {

  /* .row darf kein Padding mehr haben */
  .row {
    padding: 0px;
  }

  /* .section3: Reihen vertikal anordnen */
  .section3_col_reverse .row:nth-of-type(2) {
    flex-direction: column-reverse;
  }

  /* Header-Bild: Höhe anpassen, etwas mehr Abstand unten */
  .header_image {
    background-image: url(../images/header_image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-bottom: 40px;
    /* Eine neue Basis-Höhe (350px), falls benötigt */
    height: 350px !important;
  }
  /* Header-Box (h1/h2): Mobil dichter, zentriert */
  .header_heading {
    padding: 20px;
    width: 100%;
    margin-top: 0px;
  }
  .header_heading h1 {
    font-size: 30px;
    text-align: center;
    line-height: normal;
  }
  .header_heading h2 {
    font-size: 20px;
    text-align: center;
    line-height: normal;
  }

  /* ==============================
     Hier nun die Anpassungen für Header + Orange-Box + h3/h4
     (ersetzt ältere mobile-Regeln)
     ============================== */
  /* a) Header-Container: feste Höhe, damit Bild + Box sichtbar bleiben */
  .header_image {
    height: 270px !important;    /* ausreichend Platz für Orange-Box */
    position: relative !important;
  }
  /* b) Logo mobil: kleiner und näher an Ecke */
  .header_image .header_logo {
    top: 10px !important;
    left: 10px !important;
    width: 80px !important;
  }
  /* c) Überschrift-Box absolut unten anheften */
  .header_image .header_heading {
    position: relative !important;
    margin: 70px auto 0 auto !important;   /* 70px Abstand von oben, horizontal zentriert */
    width: 100% !important;                  /* Gleiche Breite wie zuvor */
    padding: 16px 12px !important;
    max-width: none !important;
    border-radius: 0 20px 20px 0px !important;
    background-color: rgba(196, 80, 28, 0.5) !important; /* 50% transparentes Orange */
    z-index: 3 !important;
  }

  /* Schrift in der Box sicher auf Weiß setzen */
  .header_image .header_heading h1,
  .header_image .header_heading h2 {
    color: #fff !important;
    text-align: center;
  }

  /* e) h3-Überschriften mobil klar größer setzen */
  body.landing_page h3 {
    font-size: 20px !important;
    line-height: 1.3 !important;
    margin-bottom: 10px !important;
  }

  /* f) h4 mobil etwas größer (falls verwendet) */
  body.landing_page h4 {
    font-size: 18px !important;
    line-height: 1.3 !important;
    margin-bottom: 8px !important;
  }
}

/* ==============================
   Mobile: bis 576px (Bootstrap XS-Breakpoint)
   ============================== */
@media only screen and (max-width: 576px) {
  /* Standard-h3|h4-Anpassung */
  .landing_page h3 {
    font-size: 20px !important;
  }
  .landing_page h4 {
    font-size: 19px !important;
  }
  .section4_heading p {
    font-size: 14px;
    line-height: 20px;
  }
  .hundehalter {
    font-size: 20px;
  }
  .section6_heading li {
    font-size: 15px;
    line-height: 28px;
  }
  .section6_heading h6 {
    font-size: 40px;
  }
  .section6_heading h6 strong {
    font-size: 40px;
  }
  .section7_heading {
    margin: 0px 0;
  }
  .section14 .section13_body {
    padding: 40px 9px 18px 195px;
    background-size: 220px;
  }
  .call_to_action {
    font-size: 20px;
    line-height: normal;
  }
  .call_to_action a {
    font-size: 20px;
  }
  .vertical_align {
    margin-top: 0px;
    text-align: center;
    width: 100%;
  }
}

/* ==============================
   Mobile: bis 480px
   ============================== */
@media only screen and (max-width: 480px) {
  .header_image {
    height: 280px !important;
  }
  .section6 .section13_body {
    padding: 30px 9px 30px 200px;
    background-size: 220px;
  }
  .discount_1 {
    font-size: 16px;
  }
  .dose_price {
    font-size: 35px;
  }
  .header_heading {
    padding: 10px;
  }
  .header_heading h1 {
    font-size: 15px;
  }
  .header_heading h2 {
    font-size: 15px !important;
  }
  .section14 .section13_body {
    padding: 12px;
    background-size: 140px;
  }
  .section14 {
    background-size: cover;
    background-position: bottom;
  }
  .section14 .btn_1 {
    font-size: 20px;
  }
  .coupon, .section14 .coupon, .section13 .coupon, .section14 .coupon strong {
    font-size: 20px;
    font-weight: 600;
  }
  .btn_1 {
    font-size: 20px;
    width: 100%;
  }
  .section9 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .section10 .dark_green {
    margin-top: 0px !important;
  }
  .section6 {
    padding-top: 20px !important;
  }
  .section6_heading h6 {
    font-size: 30px;
  }
  .section6_heading h6 strong {
    font-size: 30px;
  }
  .section4_bg_image {
    padding: 20px;
  }
  .section16 .coupon_wrapper {
    width: 100%;
  }
  .section16 .coupon_wrapper .coupon {
    width: 100%;
  }
  .section16 .btn_1 {
    width: 100%;
  }
}

/* ==============================
   Mobile: bis 400px
   ============================== */
@media only screen and (max-width: 400px) {
  .section13_body p {
    font-size: 15px;
    line-height: normal;
  }
  .section6 .section13_body {
    padding: 30px 9px 30px 170px;
    background-size: 160px;
  }
  .section14 .section13_body p {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .section14 img {
    width: 85%;
  }
  .section14 .section13_body {
    padding: 20px 9px 18px 113px;
    background-size: 140px;
  }
  .call_to_action {
    font-size: 13px;
    line-height: normal;
  }
  .call_to_action a {
    font-size: 13px;
    margin: 12px auto;
    display: block;
  }
  .call_to_action strong {
    font-size: 13px;
    margin: 12px auto;
    display: block;
  }
  .coupon, .section14 .coupon, .section13 .coupon, .coupon strong {
    font-size: 14px;
  }
  .btn_1 {
    font-size: 14px;
  }
  .section9 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .section10 .dark_green {
    margin-top: 0px !important;
  }
  .section6 {
    padding-top: 20px !important;
  }
  .section6_heading h6 {
    font-size: 30px;
  }
  .section6_heading h6 strong {
    font-size: 30px;
  }
  .section4_bg_image {
    padding: 20px;
  }
  .section16 .coupon_wrapper {
    width: 100%;
  }
  .section16 .coupon_wrapper .coupon {
    width: 100%;
  }
  .section16 .btn_1 {
    width: 100%;
  }
}

/* ==============================
   Mobile: bis 360px
   ============================== */
@media only screen and (max-width: 360px) {
  .landing_page h3 {
    font-size: 15px !important;
  }
  .section14 .col-md-4 {
    margin-bottom: 0px;
  }
  .section17_bg_image {
    padding: 30px;
  }
  .section17 .section4_heading {
    padding: 1px 15px 15px 15px;
  }
  .section17 p {
    font-size: 13px;
    padding: 0px;
    line-height: normal;
  }
  .section14 .section13_body p {
    margin-bottom: 0px;
    font-size: 13px;
  }
  .section14 .section13_body {
    padding: 20px 9px 18px 107px;
    background-size: 120px;
  }
  .dose_price {
    font-size: 27px;
  }
  .dose_price small {
    margin: 5px auto;
    display: block;
  }
  .call_to_action {
    font-size: 13px;
  }
  .call_to_action a {
    font-size: 13px;
    margin: 12px auto;
    display: block;
  }
  .section14 .section13_body p {
    margin-bottom: 0px;
  }
  .section14 .coupon, .coupon, .coupon strong {
    font-size: 14px;
  }
  .btn_1 {
    font-size: 14px;
    width: 100%;
  }
  .section9 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .section10 .dark_green {
    margin-top: 0px !important;
  }
  .section6 {
    padding-top: 20px !important;
  }
  .section6_heading h6 {
    font-size: 30px;
  }
  .section6_heading h6 strong {
    font-size: 30px;
  }
  .section4_bg_image {
    padding: 20px;
  }
  .section16 .coupon_wrapper {
    width: 100%;
  }
  .section16 .coupon_wrapper .coupon {
    width: 100%;
  }
  .section16 .btn_1 {
    width: 100%;
  }
}


@media only screen and (max-width: 768px) {
  .header_heading {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(196, 80, 28, 0.5); /* 50% transparentes Orange */
    padding: 20px;
    border-radius: 0 20px 0 0;
    width: 90%;
    max-width: 100%;
    text-align: center;
    z-index: 2;
  }

  .header_heading h1,
  .header_heading h2 {
    color: #fff;
	text-transform: uppercase;
  }
}

	/* ==============================
   Mobile (≤768px): Disclaimer links/rechts padding
   ============================== */
@media only screen and (max-width: 768px) {
  /* Disclaimer-Bereich (.section18) soll 15px Abstand zum Rand haben */
  .section18 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box;
  }
}
