html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 10px;
    font-family: Calibri;
    color: #5a5a5a;
}

:root {
    --primary: #383838;
}


/*   Aksanti CRM Button  ----------------debut--------------------   */
.aksanti-crm {
    position: fixed;
    right: -0.2rem;
    top: 5rem;
    border-radius: 100%;
    background: #bbb9b9;
    padding: 0.2rem;
    border: none;
    cursor: pointer;
    opacity: 100%;
    transition: opacity 0.5s;
    width: 32px;
    height: 32px;
}

    .aksanti-crm:hover {
        opacity: 60%;
    }

.crmButton {
    top: 1px;
    left: 277px;
    position: absolute;
    z-index: 9999;
    width: 153px;
    height: 153px;
    display: block;
}

.aksanti-chef {
    position: fixed;
    right: -4px;
    top: 80px;
    border-radius: 100%;
    background: #bbb9b9;
    padding: 0.2rem;
    border: none;
    cursor: pointer;
    opacity: 100%;
    transition: opacity 0.5s;
    width: 32px;
    height: 32px;
}
.offcanvas-backdrop {
    pointer-events: none !important;
}

/*   back-to-top  ----------------debut--------------------   */
.back-to-top {
    position: fixed;
    right: 2rem;
    bottom: 1rem;
    border-radius: 100%;
    background: darkorange;
    padding: 0.2rem;
    border: none;
    cursor: pointer;
    opacity: 100%;
    transition: opacity 0.5s;
    width: 32px;
    height: 32px;
}

    .back-to-top:hover {
        opacity: 60%;
    }

.hidden {
    opacity: 0%;
}

.back-to-top-icon {
    width: 1rem;
    height: 1rem;
    color: white;
    font-weight: bolder
}

.mybalkenprogress-bar {
    height: 0.5rem;
    background: darkorange;
    position: fixed;
    top: 0;
    left: 0;
}
/*   back-to-top  ------------fin------------------------   */

.navbar-brand .moto {
    color: #383838;
    font-size: 13px;
    font-weight: bolder;
}

.navbarextra {
    color: white;
    font-weight: bolder;
}

.topbardecor {
    background-color: darkorange;
    height: 5px;
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #bbb9b9;
    --bs-btn-border-color: #bbb9b9;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #777;
    --bs-btn-hover-border-color: #853e64;
    --bs-btn-focus-shadow-rgb: 139, 73, 109;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #925475;
    --bs-btn-active-border-color: #853e64;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #bbb9b9;
    --bs-btn-disabled-border-color: #bbb9b9;
}


.header-top {
    background: #383838;
    font-size: small;
    color: white;
}

.navbar .navbar-nav .nav-link {
    color: black;
    font-size: large;
    transition: all .3s;
    position: relative;
    text-transform: uppercase;
    /*padding-right: 1.5em;*/
}

@media (min-width: 992px) {
    .navbar .navbar-nav .nav-item:not(:last-child) .nav-link {
        border-right: 1px solid beige;
    }
}


.navbar .navbar-nav .nav-link:hover {
    background-color: beige;
    /*    font-weight: bold;
*/ color: darkorange;
}

.navbar .navbar-nav .nav-link::after {
    /*position: absolute;*/
    content: '';
    /*background-color: orange;*/
    width: 0%;
    /*        height: 4px;
        transition: all .5s;*/
}

.selected {
    background-color: beige;
    font-weight: bold;
    color: darkred;
    border-bottom: solid;
    border-width: 4px;
    border-bottom-color: darkorange;
}

.custom-tooltip {
    --bs-tooltip-bg: var(--bs-primary);
}

.breadcrumb {
    padding: 0px 0px;
    margin-bottom: 2px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin-top: 6px;
    font-size: 11px;
    color: #383838;
}

    .breadcrumb > li {
        display: inline-block;
    }

    .breadcrumb li.active, .breadcrumb li a:hover {
        color: #e67e22;
        text-decoration: none;
    }


.rounded {
    border-radius: 10% !important;
}

.bd-calloutx {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .35rem;
    border-radius: .25rem;
    border: 1px solid #e9ecef;
}

.bd-callout-infox {
    border-left-color: var(--bs-danger);
}



.bd-callout {
    padding: 1.25rem;
    margin-bottom: 1.25rem;
    background-color: var(--bd-callout-bg);
    border-left: 0.35rem solid var(--bd-callout-border);
    border-radius: .25rem;
}

.bd-callout-info {
    --bd-callout-bg: rgba(var(--bs-warning-rgb), .1);
    --bd-callout-border: rgba(var(--bs-warning-rgb));
}

.bd-callout-black {
    --bd-callout-bg: rgba(var(--bs-black-rgb), .05);
    --bd-callout-border: rgba(var(--bs-black-rgb));
}

.bd-callout-primary {
    --bd-callout-bg: rgba(var(--bs-primary-rgb), .05);
    --bd-callout-border: rgba(var(--bs-primary-rgb));
}

.bd-callout-dark {
    --bd-callout-bg: rgba(var(--bs-dark-rgb), .1);
    --bd-callout-border: rgba(var(--bs-dark-rgb));
}

.bd-callout-secondary {
    --bd-callout-bg: rgba(var(--bs-secondary-rgb), .05);
    --bd-callout-border: rgba(var(--bs-secondary-rgb));
}

.bd-callout-info2 {
    --bd-callout-bg: rgba(var(--bs-info-rgb), .05);
    --bd-callout-border: rgba(var(--bs-info-rgb));
}

.bd-callout-danger {
    --bd-callout-bg: rgba(var(--bs-danger-rgb), .05);
    --bd-callout-border: rgba(var(--bs-danger-rgb));
}

.bd-callout-warning {
    --bd-callout-bg: rgba(var(--bs-warning-rgb), .05);
    --bd-callout-border: rgba(var(--bs-warning-rgb));
}

.or-seperator {
    /*margin: 50px 0 15px;*/
    text-align: center;
    border-top: 1px solid #e0e0e0;
}

    .or-seperator b {
        padding: 0 10px;
        width: 40px;
        height: 40px;
        font-size: 16px;
        text-align: center;
        line-height: 40px;
        background: #fff;
        display: inline-block;
        border: 1px solid #e0e0e0;
        border-radius: 50%;
        position: relative;
        top: -22px;
        z-index: 1;
    }

.osgsimg {
    top: 1px;
    left: 277px;
    position: absolute;
    z-index: 9999;
    width: 153px;
    height: 153px;
    display: block;
}

.img-max {
    max-width: 500px
}


@media (max-width: 768px) {
    .osgsimg {
        top: 1px;
        left: 240px;
        position: absolute;
        z-index: 9999;
        width: 95px;
        height: 95px;
    }
}


@media (max-width: 991px) {
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 3rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

img.d-block {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Declare heights because of positioning of img element */
/*.carousel-item {
    height: 22rem;
}*/
.carousel-item {
    width: 100%;
    height: 450px; /* example */
}

    .carousel-item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        /*height: 32rem;*/
        width: 100%
    }

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 12px solid var(--primary);
    border-radius: 3rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}



/* CARD CONTENT
-------------------------------------------------- */
.card {
    border-bottom: solid;
    border-top-width: 5px;
    border-top-color: #e67e22;
    border-radius: 10px;
}

.cardshop {
    border-bottom: solid;
    border-top-width: 5px;
    border-top-color: #e67e22;
    border-radius: 10px;
}

.cardspende {
    /*border-bottom: solid;*/
    border-top-width: 1px;
    border-top-color: lightgrey;
    /*border-radius: 10px;*/
}

.cards-wrapper {
    display: flex;
}

/*.card-wrapper img {
    max-width: 100%;
    max-height: 100%;
    height: 250px;
}*/

.card-img-top {
    object-fit: contain; /* Skaliert das Bild, um den verfügbaren Platz zu füllen, ohne Verzerrung */
    width: 100%; /* Passt die Breite an die Card an */
    height: 200px; /* Feste Höhe, kann je nach Design angepasst werden */
    border-radius: 0.5rem; /* Optional: Runde Ecken der Bilder */
}
/* Footer */
/* ---------------------*/
.footer-v1 .footer {
    padding: 40px 0;
    background: #272727;
}

    .footer-v1 .footer p {
        color: #eee;
    }

/*Link List*/
.footer-v1 .link-list li {
    border-top: solid 1px #353535;
}

.footer-v1 address,
.footer-v1 .link-list a,
.footer-v1 .link-list i {
    color: #eee;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    display: inline-flex;
}

.footer-v1 address {
    line-height: 23px;
}

/*Dotted Map*/
.footer-v1 .footer .map-img {
    background: url(../img/map-img.png) 5px 60px no-repeat;
}

/*Blog Posts (with images)*/
.footer-v1 .footer .posts .dl-horizontal a {
    color: #dadada;
}

.footer-v1 .footer .dl-horizontal a:hover {
    color: #5fb611 !important;
}

/*Copyright*/
.footer-v1 .copyright {
    background: #222;
    border-top: none;
    padding: 10px 0 5px;
}

    .footer-v1 .copyright p {
        color: #eee;
        margin-top: 14px;
    }

    .footer-v1 .copyright a {
        margin: 0 2px;
    }

.footer-v1 .footer-socials {
    margin-top: 12px;
    text-align: right;
}

    .footer-v1 .footer-socials li a {
        color: #777;
        font-size: 16px;
    }


@media (max-width: 991px) {
    .footer-v1 .copyright, .footer-v1 .footer-socials {
        text-align: left;
    }
}

. /* ===========================*/
/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    background: #e67e22;
    color: #FFFFFF;
}

    .btn.btn-primary:hover {
        color: var(--bs-primary);
        background: beige;
        font-weight: bold;
    }

.btn-outline-spende {
    --bs-btn-color: black;
    --bs-btn-border-color: #efb73e;
    --bs-btn-hover-color: black;
    --bs-btn-hover-bg: beige;
    --bs-btn-hover-border-color: #efb73e;
    --bs-btn-focus-shadow-rgb: 239, 183, 62;
    --bs-btn-active-color: black;
    --bs-btn-active-bg: beige;
    --bs-btn-active-border-color: #efb73e;
    /*--bs-btn-active-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.125);*/
    --bs-btn-disabled-color: #efb73e;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #efb73e;
    --bs-gradient: none;
}


.anzahlbestellung {
    position: absolute;
    top: 15px;
    left: 25px;
}

.selectedsprache {
    /*border-width:4px;*/
    border-color: darkorange;
    background-color: darkorange;
    color: darkred;
}

.btnSprache {
    --bs-btn-padding-x: 0.1rem;
    --bs-btn-padding-y: 0.0rem;
    --bs-btn-line-height: 1.1;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    /*--bs-btn-border-radius: 0.375rem;*/
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    /*color: var(--bs-btn-color);*/
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    /*border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);*/
    /*border-radius: var(--bs-btn-border-radius);*/
    background-color: var(--bs-btn-bg);
    /*transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bolder;
}

/* Scroll - Button*/
#topcontrol {
    color: #fff;
    z-index: 99;
    width: 30px;
    height: 30px;
    font-size: 20px;
    background: darkorange;
    position: relative;
    right: 14px !important;
    bottom: 11px !important;
    border-radius: 3px !important;
}

/* Log Forms ----------------------*/



#logreg-forms {
    width: 412px;
    margin: 10vh auto;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

    #logreg-forms form {
        width: 100%;
        max-width: 410px;
        padding: 15px;
        margin: auto;
    }

    #logreg-forms .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
    }

        #logreg-forms .form-control:focus {
            z-index: 2;
        }

    #logreg-forms .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    #logreg-forms .form-signin input[type="password"] {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    #logreg-forms .social-login {
        width: 390px;
        margin: 0 auto;
        margin-bottom: 14px;
    }

    #logreg-forms .social-btn {
        font-weight: 100;
        color: white;
        width: 190px;
        font-size: 0.9rem;
    }

    #logreg-forms a {
        display: block;
        padding-top: 10px;
        color: lightseagreen;
    }

#logreg-form .lines {
    width: 200px;
    border: 1px solid red;
}


#logreg-forms button[type="submit"] {
    margin-top: 10px;
}

.facebook-btn {
    background-color: #3C589C;
    color: white;
}

.google-btn {
    background-color: #dd4b39;
    color: white;
}

#logreg-forms .form-reset, #logreg-forms .form-signup {
    display: none;
}

    #logreg-forms .form-signup .social-btn {
        width: 210px;
    }

    #logreg-forms .form-signup input {
        margin-bottom: 2px;
    }

.form-signup .social-login {
    width: 210px !important;
    margin: 0 auto;
}

.pflichtfeld:after {
    content: "*";
    font-weight: bold;
    color: red;
}

/* --------------------------------*/
/* stripe */
/* Variables */
* {
    box-sizing: border-box;
}

/*body {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  display: flex;
  justify-content: center;
  align-content: center;
  height: 100vh;
  width: 100vw;
}*/

formx {
    width: 30vw;
    min-width: 500px;
    align-self: center;
    box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1), 0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
    border-radius: 7px;
    padding: 40px;
}

#payment-message {
    color: rgb(105, 115, 134);
    font-size: 16px;
    line-height: 20px;
    padding-top: 12px;
    text-align: center;
}

#payment-element {
    margin-bottom: 24px;
}

/* Buttons and links */
XXXbutton {
    background: #5469d4;
    font-family: Arial, sans-serif;
    color: #ffffff;
    border-radius: 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
}

button:hover {
    filter: contrast(115%);
}

button:disabled {
    opacity: 0.5;
    cursor: default;
}

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
    border-radius: 50%;
}

.spinner {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

    .spinner:before,
    .spinner:after {
        position: absolute;
        content: "";
    }

    .spinner:before {
        width: 10.4px;
        height: 20.4px;
        background: #5469d4;
        border-radius: 20.4px 0 0 20.4px;
        top: -0.2px;
        left: -0.2px;
        -webkit-transform-origin: 10.4px 10.2px;
        transform-origin: 10.4px 10.2px;
        -webkit-animation: loading 2s infinite ease 1.5s;
        animation: loading 2s infinite ease 1.5s;
    }

    .spinner:after {
        width: 10.4px;
        height: 10.2px;
        background: #5469d4;
        border-radius: 0 10.2px 10.2px 0;
        top: -0.1px;
        left: 10.2px;
        -webkit-transform-origin: 0px 10.2px;
        transform-origin: 0px 10.2px;
        -webkit-animation: loading 2s infinite ease;
        animation: loading 2s infinite ease;
    }

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*@media only screen and (max-width: 600px) {
    form {
        width: 80vw;
        min-width: initial;
    }
}
*/
/* Spende Style */
/* ------------- */
.spendebetragpreis {
    background: #5469d4;
    font-family: Arial, sans-serif;
    color: #ffffff;
    border-radius: 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100px;
}

#donate_label {
    color: black;
}

.payment {
    padding: 10px 20px;
}

.terms {
    padding: 10px 0;
    background: #bfbfbf;
    text-align: center;
}

#inputAmt {
    /*border: 1px solid red;*/
    border-radius: 5px;
    height: 35px;
    width: 70%;
    font-size: 16px !important;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
}

._topFlexDiv {
    width: 100px;
    margin: 5px;
    text-align: center;
    font-size: 16px;
}

.amt-btn {
    height: 45px;
    font-size: 16px !important;
    font-weight: bold;
}

#btn {
    height: 45px;
    width: 50%;
    align-items: center;
    font-size: 16px !important;
}

._bottomFlexDiv1 {
    width: 100%;
    /*justify-content: flex-end !important;*/
    margin-top: 15px
}

._bottomFlexDiv2 {
    width: 50%;
    margin-top: 10px
}

#_print_buttton {
    height: 50px;
    width: 15%;
    color: white !important;
    background-color: #bfbfbf;
    align-items: center;
    font-size: 18px;
    padding-top: 10px;
}

@@media only screen and (max-width: 995px) {
    #btn {
        height: 60px !important;
    }
}

@@media only screen and (max-width: 676px) {
    ._topFlexDiv {
        width: 40%;
    }

    ._bottomFlexDiv1 {
        width: 100%;
        margin-top: 15px
    }

    ._bottomFlexDiv2 {
        width: 100%;
        margin-top: 10px
    }

    #_print_buttton {
        width: 40%;
    }

    #btn {
        height: 60px !important;
    }
}

@@media only screen and (max-width: 480px) {
    ._topFlexDiv {
        width: 40%;
    }

    ._bottomFlexDiv1 {
        width: 100%;
        margin-top: 10px;
        justify-content: center !important;
    }

    ._bottomFlexDiv2 {
        width: 100%;
        margin-top: 10px;
        justify-content: center !important;
    }

    #_print_buttton {
        width: 40%;
    }

    #btn {
        height: 60px !important;
    }
}
