@charset "UTF-8";
/*//////////////////////////////////////////////=============================
       BIBI & TINA  //////////   © 2026 seltsam., Tim Gloystein
=============================//////////////////////////////////////////////*/


/*//////////////////////////////////////////////=============================
     FONTS
=============================//////////////////////////////////////////////*/
/* barlow-regular - latin */
@font-face {
 font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
 font-family: 'Barlow';
 font-style: normal;
 font-weight: 400;
 src: url('../fonts/bibiundtina/barlow-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-700 - latin */
@font-face {
 font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
 font-family: 'Barlow';
 font-style: normal;
 font-weight: 700;
 src: url('../fonts/bibiundtina/barlow-v13-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kalam-700 - latin */
@font-face {
 font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
 font-family: 'Kalam';
 font-style: normal;
 font-weight: 700;
 src: url('../fonts/bibiundtina/kalam-v18-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*==========================/////////////////////==========================*/


/*//////////////////////////////////////////////=============================
     BASICS
=============================//////////////////////////////////////////////*/
:root {
 --white: #ffffff;
 --inkblack: #060606;
/* color: var(--orange);*/
}
body {
 font-family: "Barlow", Helvetica, Arial, sans-serif;
 color: #2f1c72;
 position: relative;
 background-image: url("/_uploads/images/aktionen/bibiundtina/background.png");
 background-color: #75cbea;
}
/*==========================/////////////////////==========================*/


/*//////////////////////////////////////////////=============================
     STYLING
=============================//////////////////////////////////////////////*/
h3 {
 font-family: 'Kalam', sans-serif !important;
 font-size: 3.2rem;
 text-transform: none;
 color: #2f1c72 !important;
}
p {
 font-size: 2.0rem;
 line-height: 2.4rem;
 margin-bottom: 1.6rem;
}
p.small {
 font-size: 1.3rem;
 line-height: 1.5rem;
 text-align: left;
}
p.msg {
 font-family: 'Barlow', sans-serif;
}
ol {
 padding-left: 3rem;
}
ol.small {
 font-size: 1.5rem;
 font-weight: 500;
}
ol.upper-roman {
 list-style-type: upper-roman;
} 
ol.lower-alpha {
 list-style-type: lower-alpha;
} 
table {
 color: #2f1c72 !important;
 border-color: #2f1c72 !important;
 width: auto !important;
 font-size: 1.2rem !important;
 font-family: "Barlow", Helvetica, Arial, sans-serif;
}
.table-hover>tbody>tr:hover>* {
 color: #ffffff;
}
.anker {
 margin-bottom: 0;
}
label {
 font-family: "Barlow", Helvetica, Arial, sans-serif;
}
.sabrina {
 padding: 2.5rem;
}
/*==========================/////////////////////==========================*/


/*//////////////////////////////////////////////=============================
     LAYOUT
=============================//////////////////////////////////////////////*/

.bibiundtina .page {
 position: relative;
}
.bibiundtinaLogo {
 position: absolute;
 top:0;
 right: 0px;
 max-width: 140px;
}
.bibiundtinaSocialMedia {
 position: absolute;
 right: 0px;
 top: -10px;
 height: auto !important;
 margin-top: 0 !important;
 max-width: 150px;
}
.martin {
 max-width: 1320px;
 height: 88px;
 text-align: center;
 position: relative;
}
.martin img {
 height: 120px;
 margin-top: -10px;
}

.bt-pizza-row {
 --bs-gutter-x: 0;
}
.bt-pizza-row > [class^="col"] {
 padding: 0;
}
.bt-pizza-link {
 display: block;
 line-height: 0;
}
.bt-pizza-link img {
 width: 100%;
 height: auto;
 display: block;
}
.bt-footer-transition {
 width: 100%;
 aspect-ratio: 1436 / 110;
 background-image: url("/_uploads/images/aktionen/bibiundtina/footer.png");
 background-size: 100% 100%;
 background-repeat: no-repeat;
 display: block;
}

.bt-footer-content {
 background-color: #d0004c; /* Platzhalter -- bitte per Pipette aus footer.png den echten Rotton übernehmen */
 color: #ffffff;
}

.bt-footer-content a {
 color: #ffffff;
 text-decoration: underline;
}
.bt-footer-credits {
 font-size: 1.1rem;
 line-height: 1.5rem;
}
.bt-badge-circle {
 max-width: 260px; /* Feintuning je nach echter Bildgröße */
}
/*==========================/////////////////////==========================*/


/*//////////////////////////////////////////////=============================
     BREAKPOINTS BOOTSTRAP v5.2
=============================//////////////////////////////////////////////*/
/*// Small devices (landscape phones, 576px and up) //*/
@media (min-width: 576px) {
 .container {
  max-width: none;
 }
}
/*// Medium devices (tablets, 768px and up) //*/
@media (min-width: 768px) {
 .bibiundtinaLogo {
  position: absolute;
  top: 20px;
  right: 0px;
  max-width: 180px;
 }
 .bibiundtinaSocialMedia {
  position: absolute;
  right: 16px;
  top: -3px;
  height: auto !important;
  margin-top: 0 !important;
  max-width: 200px;
 }
}
/*// Large devices (desktops, 992px and up) //*/
@media (min-width: 992px) {
 .bibiundtina .page {
  margin-top:20px;
 }
 p {
 font-size: 2.8rem;
 line-height: 3.2rem;
 margin-bottom: 1.6rem;
}
 p.small {
  font-size:1.5rem;
  line-height: 1.8rem;
 }
 ul {
  /*font-size: 1.4rem;
  line-height: 2.4rem;*/
 }
 table {
  font-size: 1.5rem !important;
 }
 .bt-lower-row {
  margin-top: -140px; /* Startwert -- live anpassen */
 }
}
/*// X-Large devices (large desktops, 1200px and up) //*/
@media (min-width: 1200px) {

  p {
  font-size: 2.5rem;
  line-height: 3.8rem;
  margin-bottom: 1.6rem;
 }
 ol {
  font-size: 2.5rem;
  line-height: 3.8rem;
  margin-bottom: 1.6rem;
 }
 .bibiundtinaLogo {
  position: absolute;
  top: 40px;
  right: 0px;
  max-width: 280px;
 }
 .bibiundtinaSocialMedia {
  position: absolute;
  right: 16px;
  top: -20px;
  height: auto !important;
  margin-top: 0 !important;
  max-width: 250px;
 }
}
/*// XX-Large devices (larger desktops, 1400px and up) //*/
@media (min-width: 1400px) {
 .bibiundtina .page {
  margin-top:20px;
  max-width: 1320px;
 }
 .bibiundtinaLogo {
  position: absolute;
  top: 40px;
  right: 0px;
  max-width: 280px;
 }
 .bibiundtinaSocialMedia {
  position: absolute;
  right: -46px;
  top: -123px;
  height: auto !important;
  margin-top: 0 !important;
  max-width: 250px;
 }
}
@media (min-width: 1780px) {
 .bibiundtinaLogo {
  position: absolute;
  top:40px;
  right: -60px;
  max-width: 280px;
 }
 .bibiundtinaSocialMedia {
  position: absolute;
  right: -66px;
  top: -123px;
  height: auto !important;
  margin-top: 0 !important;
  max-width: 250px;
 }
}
/*==========================/////////////////////==========================*/


/*//////////////////////////////////////////////=============================
     PRINT
=============================//////////////////////////////////////////////*/
@media print {
 * {
  background: transparent !important;
  color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
 }
 a, a:visited {
  text-decoration: underline !important;
  border: none !important;
 }
 a[href]:after {
  content: " ("attr(href) ")";
 }
 abbr[title]:after {
  content: " ("attr(title) ")";
 }
 .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
  content: "";
 }
 pre, blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
 }
 thead {
  display: table-header-group;
 }
 tr, img {
  page-break-inside: avoid;
 }
 img {
  max-width: 100% !important;
 }
 @page {
  margin: 0.5cm;
 }
 p, h2, h3 {
  orphans: 3;
  widows: 3;
 }
 h2, h3 {
  page-break-after: avoid;
 }
}