html,body{
    font-family: 'Inter', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Inter', sans-serif;
}
p{
    font-family: 'Inter', sans-serif;
}
a{
    text-decoration: none;
    font-family: 'Inter', sans-serif;
}

.bg-black{
    background-color: #2a2a2a !important;
}
.bg-blue{
    background-color: #054ADA !important;
}
.bg-light-blue {
    background-color: #f5f7fa;
}

.box1 {
    text-align: center;
    box-shadow: 0 2px 8px 0 rgb(110 130 208 / 18%);
    /* padding: 20px; */
    background-color: #fff;
    border: 3px solid #21a5dd;
}
.box1-title,
.box1-title a{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    color: #21252e;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 0px 10px;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box1-subtitle,
.box1-subtitle a{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    color: #21252e;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 0px 10px;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box1-para {
    color: grey!important;
    line-height: 28px;
    font-size: 15px;
}
.boximg img{
    max-height: 300px;
}
.price{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.price span.preis {
    background-color:lightgreen;
}
.price span.mrp{
    font-size: 18px;
    color: #ccc;
    text-decoration: line-through;
    margin: 0px 0px 0px 10px;
}

.btn-2{
    background-color:#FFF;
    color:purple;
    border:1px solid purple;
    padding:10px;
    border-radius: 4px;
    /*
    background-color: #054ADA;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 4px;
    */
}
.btn-2:hover {
    background-color: #FFB200;
    color: #000;
}
.btn-primary{
    background-color: #32B5F3 !important;
    border: none;
    padding: 10px;
    border-radius: 4px;
}
.btn-primary:hover{
    background-color: #2a2a2a !important;
}

.nav-link {
    padding: 16px 12px !important;
    font-weight: 400;
    font-size: 15px;
    color: #000 !important;
}

.card-header{
    background-color: #32B5F3 !important;
    color: #fff;
}


.top-nav-link{
    color: #fff;
    font-size: 15px;
}
label{
    font-size: 14px;
    color: rgba(0,0,0,.6);
}
.form-control{
    font-size: 14px !important;
    border-color: #c9b7b7;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
}
.form-control:focus {
    border-color: #32b5f3;
    outline: 0;
    box-shadow: none;
    border: 2px solid #32b5f3;
}

.form-select{
    font-size: 14px !important;
}
.form-select:focus {
    border-color: #000;
    outline: 0;
    box-shadow: none;
}

.section{
    padding-top: 54px;
    padding-bottom: 54px;
}
.underline{
    height: 2px;
    width: 80px;
    background-color: red;
    margin-top: 20px;
    margin-bottom: 20px;
}

.banner{
    background-image: url(../images/banner_new2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 150px; /* oder mehr */
    box-shadow: rgb(0 0 0 / 30%) 0px 0px 0px 500px inset;
    padding: 40px 0px; 

    display: flex;                 /* Flexbox aktivieren */
    align-items: center;           /* vertikal zentrieren */
    justify-content: center;       /* horizontal zentrieren */
    text-align: center;            /* optional: Text innerhalb auch mittig */
}


.banner-heading{
    font-size: 30px;
    color: #fff;
}

.car-card{
    border-radius: 16px;
    border: 1px solid lightgray;
    border-top: none;
    background-color: #fff;
}
.car-card-box{
    height: 160px;
    width: 100%;
    max-height: 160px;
    min-height: 160px;
}
.car-card img{
    background: linear-gradient(gray, white 25%);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.car-card-title {
    font-size: 16px;
    font-weight: 600;
    color: #1f1f1f;
    margin-bottom: 0px;
}
.car-card .card-body{
    padding: 14px;
    border-top: 1px solid #e5e5e5;
}
.fs-10{
    font-size: 10px;
}
.fs-11{
    font-size: 11px;
}
.fs-12{
    font-size: 12px;
}
.fs-13{
    font-size: 13px;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px !important;
}
.fs-18{
    font-size: 18px !important;
}
.bg-btn{
    background-color: #e09f2d !important;
}
.bg-gray{
    background: #f5f5f5 !important;
}
.title-sm{
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: .4px;
    color: #7a7777;
}
.title1{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: .16px;
    color: #1f1f1f;
    margin-bottom: 0px;
}
.img2{
    border-radius: 6px;
    width: 100%;
    height: 100%;
    
    max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.qtyBox{
    display: inline;
    /* align-items: center; */
}
.qtyBox .qty{
    width: 50px;
    text-align: center;
}
.qtyBox button{
    width: 28px;
    border: 1px solid gray;
    box-shadow: 0px 0px 5px 1px #f5f5f5;
}

.section{
    padding-top: 60px;
    padding-bottom: 60px;
}
.main-heading{
    font-size: 24px;
    font-weight: 800;
    color: #e09f2d;
}

.main-heading-big{
    font-size: 30px;
    font-weight: 800;
    color: red;
}

.bg-car1 {
    background-image: url(../images/car-bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}


.author-card {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    position: relative; /* wichtig, damit ::after sich daran orientiert */
}





.author-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

/* Bildkarten */
.author-card img {
    width: 100%;
    height: 240px; /* harmonische Höhe */
    object-fit: cover;
    border-bottom: 3px solid #eee;
    transition: transform 0.3s ease;
}
.author-card:hover img {
    transform: scale(1.05);
}

/* Textkarten */
.author-card-padding {
    padding: 16px;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    background: #e1e1e1;
}
.author-card-padding p {
    margin: 0;
}

.author-card-padding::before {
    content: "😂 ";
    font-size: 18px;
    color: #f39c12;
}

.author-card::after {
    content: "";
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff6a00, #ee0979);
}

/* jede gerade Karte etwas dunkler */
.col-md-3:nth-child(even) .author-card {
    background-color: #efefef; /* helles Grau */
}

/* 2. Karte */
.col-md-3:nth-child(2n) .author-card-padding::before {
    content: "🤣 ";
    color: #e67e22;
}

/* 3. Karte */
.col-md-3:nth-child(3n) .author-card-padding::before {
    content: "🤪 ";
    color: #d35400;
}

/* 4. Karte */
.col-md-3:nth-child(4n) .author-card-padding::before {
    content: "😜 ";
    color: #c0392b;
}




.rechts {
    text-align: right;
}


.footer-bg{
    background-color: #054ADA;
    padding-top: 36px;
    padding-bottom: 36px;
    color: #fff;
}
.footer-bg h4{
    font-size: 22px;
}
.footer-bg a{
    color: #fff;
}


.testi-card{
    background-color: #ebf8eb;
    padding: 20px 30px;
}
.testi-para{
    font-size: 18px;
    font-weight: normal;
    line-height: 1.43;
    letter-spacing: .24px;
    color: #424141;
    font-style: italic;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span{
    margin: 5px 0px !important;
}
.owl-theme .owl-dots .owl-dot{
    padding: 0px 4px;
}

.bg-web{
    background-color: #e09f2d;
}
.btn-web{
    background-color: #e09f2d;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 2px 2px 0 rgb(0 0 0 / 14%);
}
.btn-web:hover{
    background-color: #e7b051;
    color: #fff;
}
.carousel-img-box{
    height: 260px;
    width: 100%;
    max-height: 260px;
    min-height: 260px;
}
.carousel-img-box img{
    background: linear-gradient(gray, white 25%);
    width: 500px !important;
    height: 100%;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.owl-nav .owl-prev {
    position: absolute;
    top: 46%;
    left: 2%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 44px !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 52px;
    height: 52px;
    border-radius: 50px !important;
    border: 1px solid #ddd;
    line-height: 12px !important;
    background-color: #000 !important;
    color: #fff !important;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    outline: none !important;
}
.owl-nav .owl-prev:hover {
    color: #fff !important;
    background-color: #e09f2d !important;
}
.owl-nav .owl-next {
    position: absolute;
    top: 46%;
    right: 2%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #444444 !important;
    font-size: 44px !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 52px;
    height: 52px;
    line-height: 12px !important;
    border-radius: 50px !important;
    border: 1px solid #ddd;
    background-color: #000 !important;
    color: #fff !important;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    outline: none !important;
}
.owl-nav .owl-next:hover {
    color: #fff !important;
    background-color: #e09f2d !important;
}
.owl-nav i{
    font-size: 24px;
}

.certi-navbottom {
    z-index: 99;
    background-color: #1971ad;
}
.sticky2 {
    position: sticky!important;
    top: 136px;
}
.marqueeTag{
    border-bottom: 2px dashed #000;
    margin-top: -8px;
}
.marqueCarimg{
    width: 54px !important;
    margin-top: -3px;
}
@media (min-width: 768px) {
    .collapse.dont-collapse-sm {
      display: block;
      height: auto !important;
      visibility: visible;
    }
}

@media only screen and (max-width: 680px) {

    .nav-link{
        padding-top: 03px !important;
        padding-bottom: 03px !important;
    }
	.nav-item{
        padding: 4px 0px;
        border-bottom: 1px solid #ddd;
    }
	.navbar .dropdown-menu .dropdown-item{
        padding: 5px 11px !important;
        font-size: 13px !important;
    }
    .underline{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .boximg img{
        height: 252px;
        max-height: 252px;
    }
    .box1 .fs-14 {
        font-size: 12px;
    }
    .box1-title, .box1-title a{
        font-size: 14px;
    }
    .box1-subtitle, .box1-subtitle a{
        font-size: 10px;
    }
}

.sticker {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: auto;
    z-index: 2;
}

.neuerscheinung-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 130px; /* Anpassen je nach Bildgröße */
    height: auto;
    z-index: 10;
}

.book-image {
    height: 250px;          /* oder deine Wunschhöhe */
    object-fit: cover;      /* Bild wird zugeschnitten, aber ohne Verzerren */
    width: 100%;            /* volle Breite */
    display: block;         /* verhindert unerwartete Lücken */
}

.news-image {
    width: 400px;      /* feste Breite */
    height: 300px;     /* feste Höhe */
    object-fit: cover; /* Bild füllt Container, wird ggf. beschnitten */
    object-position: center; /* Bild zentriert */
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

#chatbox { border: 1px solid #ccc; padding: 10px; height: 520px; overflow-y: scroll; margin-bottom: 10px; }
#chatbox div { margin-bottom: 5px; }

.img-wrapper {
    width: 100%;
  height: 250px; /* Höhe des Bereichs – anpassbar */
  overflow: hidden;
  display: block;
  position: relative;
}

@font-face {
  font-family: 'OldLondon';
  src: url('../../fonts/OldLondon.ttf') format('truetype');
}

.oldlondon {
  font-family: 'OldLondon', serif;
  display: inline-block;
  transform: scale(1.2) translateY(5px); /* je nach Bedarf anpassen */
  transform-origin: bottom left;
  margin-right: 15px;
}

.bg-success-light {
    background-color: #d4edda !important;
}
.bg-success-light:focus {
    background-color: #d4edda !important;
}

.bg-danger-light {
    background-color: #f8d7da !important;
}
.bg-danger-light:focus {
    background-color: #f8d7da !important;
}

.audio-container audio {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto 10px auto; /* oben 0, unten 10px, links/rechts auto */
}


.carousel,
        .carousel-inner,
        .carousel-item {
            height: 500px; /* feste Höhe */
        }
        .carousel-item img {
            height: 100%;
            width: 100%;
            object-fit: cover; /* Bild füllt DIV aus, bleibt proportional */
        }
    
.text-magenta {
  font-size: 14pt;
  font-weight: bold;
  color: magenta;
}

.text-magenta a {
  font-size: 14pt;
  font-weight: bold;
  color: magenta;
  text-decoration: underline;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

.series-image {
    float: right;          /* Bild rechts */
    margin: 0 0 1rem 3rem; /* Abstand links und unten */
    max-width: 400px;
    height: auto;
    border-radius: 6px;

}

