/*
 * CSS Definitionen für www.aktiv-und-fit.com
 * Copyright (c) 2025 BigMammut Webdesign
 *
 */

body {
	font-family:Verdana,Arial,Sans Serif;
}

.left {
  float:left;
}

.right {
  float:right;
}

.fpz {
  background-color: #b30337;
  padding: 10px 0px;
  font-size: 0.8em;
  color: #FFF;
}

.fpz a {
  color: #FFF;
  font-weight: bold;
}

.fpz span.right {
  float:right;
}

.navbar {
  --bs-navbar-toggler-border-color: transparent;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28145, 0, 44, 129' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-padding-y: 2px;
  --bs-navbar-toggler-padding-x: 10px;
  --bs-navbar-toggler-focus-width: 0rem;
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0;
  --bs-navbar-brand-padding-y: 0;
  --bs-navbar-brand-margin-end: 40px;
  --bs-tertiary-bg-rgb: 251, 212, 155;
}

.navbar-nav {
  --bs-nav-link-padding-y: 5px;
  --bs-nav-link-padding-x: 10px;
  --bs-navbar-nav-link-padding-x: 12px;
  --bs-nav-link-color: #91002C;
  --bs-nav-link-hover-color: #FFF;

}

.nav-link:hover {
  background-color: #91002C;
}

.navigation {
  background-color: #fff2e5;
  padding: 20px 0px;
  border-bottom: 5px solid #b30337;
  position: sticky;
  top: 0px;
  z-index: 1000;
}

div.rueckenfitlogo {
	height:35px;
	width: 332px;
	background: url(/images/ruecken-fit.png);
	background-image: url(/images/ruecken-fit.svg), none;
}

div.rueckenfitlogo h1 {
	display: none;
}

h2, h3 {
  color: #91002C;
}

h4 {
  font-size: 1.2em;
}

h5 {
  hyphens: auto;
}

.carousel {
  padding-bottom: 20px;
}

.carousel-inner {
  background-color: #FBD49B;
  max-height: 260px;
}

.slider-right {
  float:right;
  padding: 30px;
  color: #91002C;
}

.slider-left {
  height:260px;
}

.slider-01 { 
  background-image: url(/images/01_fpz-raum.jpg);
  background-position: right 0px top -20px;;
  background-size: 100%; 
  background-repeat: no-repeat;
}

.slider-02 { 
  background-image: url(/images/02_individuelle-betreuung.jpg);
  background-position: right 0px top -30px;;
  background-size: 100%; 
  background-repeat: no-repeat;
}

.slider-03 { 
  background-image: url(/images/03_gerätetraining.jpg);
  background-position: right 0px top -75px;;
  background-size: 100%; 
  background-repeat: no-repeat;
}

.slider-04 { 
  background-image: url(/images/04_erfahrene-therapeuten.jpg);
  background-position: right 0px top -50px;;
  background-size: 100%; 
  background-repeat: no-repeat;
}

.main p {
  font-size: 0.9em;
}

a {
  color: #91002C;
}

.main-block {
  background-color: #fff2e5;
  display:inline-block;
  width:100%;
}

.main-text {
  padding: 30px;
}

.float-right {
  float:right;
}

img {
  max-width:100%;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

.bg-form {
  background-color: #fff2e5;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #91002C;
  --bs-btn-border-color: #91002C;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b30337;
  --bs-btn-hover-border-color: #b30337;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #91002C;
  --bs-btn-active-border-color: #91002C;
}

em.mask {
	display: none;
}

.form-check-input:checked {
  background-color: #b30337;
  border-color: #b30337;
}

.d-grid {
  padding-top:20px;
}

.bm-gf {
  padding-bottom: 20px;
}

.form-control, .form-select, .form-check-label {
  font-size: 0.8em;
}

.form-label {
  margin-bottom: .2rem;
  font-size: 0.8em;
}

.row>* {
  padding-left: 0px;
  padding-right: 0px;
}

.bm-contact {
  padding-right: 25px;
}

.bm-homepage,
.bm-username,
.bm-firma {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  visibility: hidden !important;
}


.custom-box {
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background-color: #fff2e5;
    hyphens: auto;
}

.custom-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.custom-box .content {
    padding: 15px;
}

.cb1, .cb3 {
  padding-right:10px;
}

.cb2, .cb4 {
  padding-left: 10px;
}

.bm-kosten {
  padding:10px;
  background-color: #b30337;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
}

ul.list li::marker {
  color: #980033;
}

ul.list li {
  font-size: 0.9em;
}

.bm_header { 
  background-color: #b30337;
  padding: 5px 10px;
  font-size: 1em;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 10px;
}

.bm-konzept {
  padding-right: 20px;
}

.footer {
  background-color: #b30337;
  padding-top:20px;
  color: #FFF;
  font-size: 0.8em;
  margin-top:20px;
}

.footer a, .footer a:visited {
  color: #FFF;
  text-decoration:none;
}

.footer a:hover {
  text-decoration:underline;  
}

.footer h3 {
  font-size: 1.3em;
  font-weight:bold;
  padding-bottom:8px;
  color: #FFF;
}

.bm-desktop {
  display:flex;
}

.bm-mobile {
  display:none;
}

@media (max-width: 1200px) {
  .slider-03 { 
    background-position: right 0px top -55px;;
  }
  .slider-04 { 
    background-position: right 0px top -20px;;
  }
}

@media (max-width: 1000px) {
  .slider-left {
    height:210px;
  }
  .slider-right {
    padding: 20px;
  }
  .slider-02 { 
    background-position: right 0px top -15px;;
  }
  .slider-03 { 
    background-position: right 0px top -20px;;
  }
  .main-text {
    padding: 15px;
  }
  .d-grid {
    padding-top:0px;
  }
  .custom-box img {
      height: 160px;
  }
  h5 {
    font-size: 1.15em;
  }
  .carousel-text {
    font-size: 0.9em;
  }
  .bm-desktop {
    display:none;
  }
  .bm-mobile {
    display:flex;
  }
  .cb1, .cb3 {
    padding-right:0px;
  }
  .cb2, .cb4 {
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .bm-konzept {
    padding-right: 0px;
  }
  .slider-right {
    float:none;
  }
  .carousel-text p {
    display: none;
  }
  .carousel-inner {
    max-height: 350px;
  }
  .slider-03 { 
    background-position: right 0px top -70px;;
  }
  .slider-04 { 
    background-position: right 0px top -60px;;
  }
  .float-right {
    float:none;
  }
  .col-6 {
    width:100%;
  }
  .main-text {
    padding: 20px;
  }
  .bm-contact {
    padding-right: 0px;
    padding-top: 10px;
  }
  .custom-box img {
      height: 350px;
  }
  h5 {
    font-size: 1.25em;
  }  
}

@media (max-width: 589px) {
  .bm-slider {
    padding: 0px;
  }
  .bm-gf {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 465px) {
  div.rueckenfitlogo {
    height: 32px;
    width: 290px;
  }
}

@media (max-width: 440px) {
  .slider-03 { 
    background-position: right 0px top -10px;;
  }
  .slider-04 { 
    background-position: right 0px top 0px;;
  }
  .custom-box img {
      height: 280px;
  }
  
}

@media (max-width: 425px) {
  div.rueckenfitlogo {
    height: 28px;
    width: 250px;
  }
  .navbar-toggler-icon {
    width: 1em;
    height: 1em;
  }
}

@media (max-width: 375px) {
  .slider-left {
    height:175px;
  }  
  h5 {
    font-size: 1em;
  }
  div.rueckenfitlogo {
    height: 25px;
    width: 230px;
  }
  .navbar-toggler-icon {
    width: 0.9em;
    height: 0.9em;
  }
  .custom-box img {
      height: 220px;
  }
}

@media (max-width: 350px) {
  div.rueckenfitlogo {
    height: 20px;
    width: 175px;
  }
  .navbar-toggler-icon {
    width: 0.8em;
    height: 0.8em;
  }
  .right {
    display:none;
  }
}