.container {
    padding-top: 3em;
}

.onePageNavigationSpacer {
    padding-bottom: 6em;
}

.navbar .btn-kontakt {
    height: 28px;
    display: inline-block; /* Sicherstellen, dass der Button nicht durch andere Styles beeinflusst wird */
    background-color: #F05A28;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 50px; /* Runde Ecken */
    padding: 5px 20px; /* Padding für Größe */
    margin-left: 10px; /* Abstand zu den anderen Links */
    margin-top: 5px;
    line-height: normal; /* Line-Height normalisieren */
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.navbar .btn-kontakt:hover {
    background-color: #d15020; /* Dunklerer Farbton beim Hover */
    text-decoration: none;
}

.reference-image {
    min-height: 8rem;
}

.modal-header, .modal-footer {
    border: none;
}

.custom-navbar-toggler {
    border: none;
}

.navbar-padding {
    padding: 3.5rem!important;
}

.fm-orange {
    color: #ff6600;
}

.company {
    display: none;
}

.text-gray {
    color: #5a5a5a;
}

h1,h2, h3, h4, h5 {
    color: #5a5a5a;
}

/* YouTube im HelpCenter */
.youtube {
    position: relative;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.youtube-description {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 30px; /* Optionaler Abstand zwischen den Reihen */
    max-width: 639px;
}

.youtube img {
    width: 100%;
    height: auto;
    border-radius: 15px; /* Abrundung der Ecken */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* Schatten-Effekt */
    transition: 0.3s; /* Animation für den Hover-Effekt */
}

.youtube img:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.3); /* Stärkerer Schatten beim Hover */
}

.youtube-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px; /* Größe des Icons */
    color: #FF0000; /* YouTube Rot */
    pointer-events: none;
}

/* ANLEITUNG */
.smartphone {
    width: 300px;
    height: 580px;
    background-color: #000;
    border-radius: 36px;
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    margin-top: 2em;
    margin-bottom: 2em;
}

.inner-screen {
    position: absolute;
    top: 40px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background-color: black;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
    display: block;
    margin:0 auto;
}

.inner-screen img {
    width: 100%;
    height: 100%;
    padding: 0;
}


/* Standard-Stil für Computer */
.img-thumbnail {
    width: 20em;
    border: none;
}

/* Stil für mobile Geräte */
@media (max-width: 768px) { /* Ändern Sie die Größe nach Bedarf */
    .img-thumbnail {
        width: 80%;
    }
}

/* NAVBAR BUTTON SIZE */
.navbar_button {
    font-size: 1.5em;
    cursor: pointer;
}


/* NAVBAR NUR ZU 80% ÖFFNEN */
#leftOffcanvas, #rightOffcanvas {
    max-width: 80%; /* oder die Breite, die Sie wünschen */
    z-index: 10000; /* oder ein anderer Wert größer als 9999 */
}

@media (min-width: 768px) {
    .custom-flex-right {
        display: flex;
        justify-content: flex-end;
    }
}

.footer-link {
    color: #FFFFFF8C;
    text-decoration: none;
}

.footer-text {
    color: #FFFFFF8C;
    text-decoration: none;
}

.footer-link:hover {
    color: #ffffff;
    text-decoration: none;
}

.fa-shake-once {
    animation-iteration-count: 2 !important;
}

/* TEXTAREA AUTOMATISCH WACHSEN LASSEN */
textarea {
    overflow-y: hidden;
    resize: none;
    min-height: 12em !important;
    white-space: pre-wrap;
}

.icon-img-lg {
    font-size: 6em;
    /* color: #6C757D; */
}

.footer {
    position: absolute;
    bottom: 0;
    height: 75px;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-top: 4.5rem;
    padding-bottom: 15rem;
    color: #5a5a5a;
    min-height: 100vh;
    position: relative;
    margin: 0;
    box-sizing: border-box;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

@media (max-width: 768px) {
    .carousel-item {
        height: 30rem;
    }

    .carousel-item-references {
        height: 41rem;
    }
}
@media (min-width: 769px) {
    /* Declare heights because of positioning of img element */
    .carousel-item {
        height: 30rem;
    }
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

@media (max-width: 768px) { /* Ändern Sie die Größe nach Bedarf */
    .featurette-divider {
        margin: 1rem 0;
    }
}
/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading, .featurette-heading-top {
    letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* 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;
    }

    .navpoint {
        font-size: 50px;
    }

    .featurette-heading, .featurette-heading-top {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }

    .featurette-heading-top {
        margin-top: 1.5rem;
    }
}

.reference_container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}