.navbar-transparent {
    padding-top: 15px;
    background-color: #2b6832;
    border-bottom: 1px solid #2b6832;
}

.navbar .navbar-brand {
    margin: 0;
    padding: 0;
    opacity: 1;
}

.navbar-brand img {
    height: 60px;
    width: auto;
}



.navbar-burger .navbar-toggle .icon-bar {
    display: block;
    position: relative;
    width: 24px;
    height: 4px;
    border-radius: 1px;
}

.navbar-burger .toggled .bar1 {
    top: 10px;
    animation: topbar-x 500ms 0s;
    animation-fill-mode: forwards;
}

.container.modul-13 {
    margin-top: 15%;
}

.container.modul-13 .title {
    background-color: rgba(255, 255, 255, 0.5);
    background-color: rgba(43, 104, 50, 0.85);
    padding: 20px;
    border-radius: 10px;
}

.container.modul-13 .text-area-trans {
    opacity: 0;
}

.container.modul-13 .text-area p,
.container.modul-13 .text-area h2 {
    color: #FFF;
}

.container.modul-13 a.icon-email {
    color: #FFF;
}

.container.modul-13 .text-area h2 {
    font-size: 2.5em;
}

.section .text-area {
    padding: 3.375em 0;
    position: relative;
    z-index: 3;
    display: block;
    /*background-color: #fff;*/
    padding: 0;
}

/*.container.modul-13 .text-area p { text-align: justify;}*/


.js-svg2 {
    vertical-align: middle;
    margin-left: 40px;
    height: 300px;
    width: 300px;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}

.js-svg-small {
    vertical-align: middle;
    height: 100px;
    width: 100px;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}

.navbar-brand.flex-container {
    display: flex;
}

.alt-text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    /* Ändere den Abstand zwischen Bild und Text nach Bedarf */
    color: #fff;
    font-size: .75em;
    height: 50px;
}

.h2-modul-3 {
    text-align: left;
    text-transform: none;
}

.card.modul-4 h3,
.card.modul-4 p,
.card.modul-4 .icon {
    text-align: left;
}

.card.modul-4 p {
    min-height: 0;
}


.h3-footer {
    margin-bottom: 10px;
}

.project-content.has-background {
    background: #2b6832;
}


.icon-link-project-text::before {
    content: "\f08e";
    /* Font Awesome Unicode für 'external-link-alt' */
    font-family: FontAwesome;
    font-weight: 900;
    margin-right: 5px;
    /* Abstand zwischen Icon und Text */
}

.icon-link-project-text {
    color: #fff;
}

.icon-link-project-text:link,
.icon-link-project-text:hover,
.icon-link-project-text:visited {
    color: #fff;
    text-decoration: underline;
}

.icon-link::before {
    content: "\f08e";
    /* Font Awesome Unicode für 'external-link-alt' */
    font-family: FontAwesome;
    font-weight: 900;
    margin-right: 5px;
    /* Abstand zwischen Icon und Text */
}

.icon-link {
    color: #000;
}

.icon-link:hover {
    color: #000;
    text-decoration: underline;
}


.scroll-indicator {
    position: fixed;
    bottom: 60px;
    left: 50%; /* statt right */
    transform: translateX(-50%);
    font-size: 5em !important;
    color: rgb(24, 121, 70);
    z-index: 99999;
    cursor: pointer;
}


.icon-email::before {
    /*content: "\f0e0";*/
    /* Font Awesome Unicode für 'external-link-alt' */
    /*content: "\f1d8";*/
    content: "\f003";
    font-family: FontAwesome;
    font-weight: 900;
    margin-right: 5px;
    color: #FFF;
    /* Abstand zwischen Icon und Text */
}

#myModal .modal-body {
    color: #666;
    font-size: 1em;
    text-align: center;
}

.modal-lg {
    width: 50%;
}

.modal-dialog {
    position: absolute;
}

.modal-title {
    text-align: center;
}

.modal-footer {
    text-align: center;
}

.modal {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    overflow: hidden;
}

.modal-dialog {
    margin: 0;
    max-width: 100%;
    min-width: 80%;
}

.title.slice-173 .description p,
/* Datenschutz */
.title.slice-173 .text-gray,
.title.slice-173 ul li,

.title.slice-174 .description p,
/* Impressum */
.title.slice-174 .text-gray,
.title.slice-174 ul li {
    text-align: left;
}

.footer {
    border-top-width: rgb(43, 104, 50) !important;
}

/* width anpassen auf kleine Bildschirme */
.carousel-wrapper {
    width: 50%;
    margin: 0 auto;
}

.title.modul-3 .text-gray {
    text-align: left;
}

.card.add-animation-stopped {
    padding: 2px;
}

.section.section-textpic-1.modul-3 {
    margin-top: 20px;
}

strong {
    color: rgb(88, 88, 88);
}

.video-h2 {
    text-align: center;
}

/* Stile für Bildschirme mit höchstens 320 Pixeln Breite */
@media (max-width: 320px) {
    .js-svg2 {
        height: 100px !important;
    }

    .alt-text {
        font-size: .8em;
    }

    .container.modul-13 .text-area h2 {
        font-size: 1.5em;
    }

    .card.modul-4 {
        margin-bottom: 50px;
    }

    .card.modul-4 p {
        text-align: justify;
    }

    project-content .description p {
        text-align: justify;
    }

    .description.modul-3 {
        text-align: justify;
    }

    .h2-modul-3 {
        text-align: center;
    }
}

/* Stile für Bildschirme zwischen 321 und 375 Pixeln Breite */
@media (min-width: 321px) and (max-width: 375px) {
    .js-svg2 {
        height: 100px !important;
    }

    .alt-text {
        font-size: .8em;
    }

    .container.modul-13 .text-area h2 {
        font-size: 1.75em;
    }

    .card.modul-4 {
        margin-bottom: 50px;
    }

    .card.modul-4 p {
        text-align: justify;
    }

    .project-content .description p {
        text-align: justify;
    }

    .description.modul-3 {
        text-align: justify;
    }

    .h2-modul-3 {
        text-align: center;
    }

    .title.modul-3 .text-gray {
        text-align: center;
    }
}

/* Stile für Bildschirme zwischen 376 und 414 Pixeln Breite */
@media (min-width: 376px) and (max-width: 414px) {
    .js-svg2 {
        height: 100px !important;
    }

    .alt-text {
        font-size: .85em;
    }

    .container.modul-13 .text-area h2 {
        font-size: 2em;
    }

    .card.modul-4 {
        margin-bottom: 50px;
    }

    .card.modul-4 p {
        text-align: justify;
    }

    .project-content .description p {
        text-align: left;
    }

    .description.modul-3 {
        text-align: justify;
    }

    .h2-modul-3 {
        text-align: center;
    }

    .title.modul-3 .text-gray {
        text-align: center;
    }
}


/* Stile für Bildschirme zwischen 415 und 767 Pixeln Breite */
@media (min-width: 415px) and (max-width: 767px) {
    .js-svg2 {
        height: 100px !important;
    }

    .alt-text {
        font-size: .9em;
    }

    .container.modul-13 .text-area h2 {
        font-size: 2.25em;
    }

    .card.modul-4 {
        margin-bottom: 50px;
    }

    .card.modul-4 p {
        text-align: justify;
    }

    .project-content .description p {
        text-align: left;
    }

    .description.modul-3 {
        text-align: justify;
    }

    .h2-modul-3 {
        text-align: center;
    }

    .title.modul-3 .text-gray {
        text-align: center;
    }

    .footer .h3-footer {
        font-size: 1.75em;
    }

    .footer a {
        font-size: 1.25em !important;
    }

}

/* Stile für Bildschirme zwischen 768 und 991 Pixeln Breite */
@media (min-width: 768px) and (max-width: 991px) {
    .js-svg2 {
        margin-left: 0px;
        height: 200px !important;
    }

    .container.modul-13 {
        margin-top: 30%;
    }

    .card.modul-4 {
        margin-bottom: 50px;
    }

    .card.modul-4 p {
        text-align: justify;
    }

    .description.modul-3 {
        text-align: left;
    }
}

.faq {
    opacity: 1 !important;
}

.content.faq {
    opacity: 1 !important;
}

p.faq {
    margin-top: 10px;
    font-size: .85em !important;
}

/*
.section-with-hover .project .over-area.over-area-sm.faq {
	padding-top: 20px;
}
*/
.section-with-hover .faq .project .over-area {
    padding: 5% 4%;
}

.project {
    border-radius: 0px;
}

.gdrivevideo {
    width: 1080px;
    height: 600px;
}

@media (max-width: 991px) {

    .section .full-image, .parallax {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .section .full-image>img, .parallax {
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
}

/* Stile für Bildschirme zwischen 992 und 1199 Pixeln Breite */
@media (min-width: 320px) and (max-widtproject
        width: 300px;
        height: 166px;
    }
}

/* Stile für Bildschirme zwischen 992 und 1199 Pixeln Breite */
@media (min-width: 768px) and (max-width: 991px) {

    /* titel und description bleibt über alle Bildschirmgrößen eingeblendet */
    .gdrivevideo {
        width: 720px;
        height: 400px;
    }
}

/* Stile für Bildschirme zwischen 992 und 1199 Pixeln Breite */
@media (min-width: 992px) and (max-width: 1199px) {
    .js-svg2 {
        /*margin-left: -50px; */
        height: 200px !important;
    }

    .container.modul-13 {
        margin-top: 25%;
    }

    .description.modul-3 {
        text-align: left;
    }

    .h2-modul-3 {
        margin-top: 0;
    }

    .gdrivevideo {
        width: 950px;
        height: 520px;
    }
}

/* Stile für Bildschirme zwischen 1200 und 1919 Pixeln Breite */
@media (min-width: 1200px) and (max-width: 1919px) {
    .js-svg2 {
        height: 300px !important;
    }

    .container.modul-13 {
        margin-top: 20%;
    }

    .description.modul-3 {
        text-align: left;
    }

    .h2-modul-3 {
        margin-top: 0;
    }

    .gdrivevideo {
        width: 1080px;
        height: 600px;
    }

}

/* Stile für Bildschirme mit mindestens 1920 Pixeln Breite */
@media (min-width: 1920px) {
    .js-svg2 {
        height: 300px !important;
    }

    .description.modul-3 {
        text-align: left;
    }

    .h2-modul-3 {
        margin-top: 0;
    }
}

@media (min-aspect-ratio: 1.0) {
    .container.modul-13 .title {
        /*margin-top: -130px;*/
        margin-top: 0;
    }

}

.v-space {
    border: 1px dotted #000;
}


.separator-container {
    height: 1px !important;
    visibility: hidden;
}

.section-header .separator,
.separator.line-separator {
    visibility: hidden !important;
}


blockquote {
    position: relative;
    padding: 20px 20px 20px 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 1.2em;
    line-height: 1.6;
    font-family: 'Georgia', serif;
    background: #2b6832 !important;
    border-left: 0px solid #2b6832;
    color: #fff !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    /* Zentriert den Inhalt */
    border-radius: 10px;
    /* Abgerundete Ecken */
}

blockquote p {
    color: #fff !important;
}

/*
blockquote:before {
    content: "\201C"; 
    font-size: 4em;
    color: #4F9300;
    position: absolute;
    top: 20px;
    left: 10px;
    line-height: 0.8;
}

blockquote:after {
    content: "\201D";
    font-size: 4em;
    color: #4F9300;
    position: absolute;
    bottom: -10px;
    right: 10px;
    line-height: 0.8;
}
*/

blockquote code {
    background: #2B6832;
    display: block;
    text-align: center;
    font-size: 0.8em;
    color: #fff;
    margin-top: 10px;
}

a.scroll-arrow {
    font-size: 35px;
    color: #2B6832 !important;
    width: 50px;
    line-height: 52px;
    border-radius: 50%;
    height: 50px;
    border: 1px solid #2B6832 !important;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 1029;
    transform: translateX(-50%);
    opacity: .9;
}

a.scroll-arrow:hover {
    color: #2B6832;
}

.btn-black {
    background-color: #2B6832 !important;
    border-color: #2B6832 !important;
    color: #fff !important;
    opacity: 1;
    line-height: 1em;
    position: relative;
    padding: 16px 44px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-top: 30px;
}

.section-header h1 {
    letter-spacing: 0.1em;
    font-weight: 300;
    font-size: 4em;
    text-transform: uppercase;
    text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.3), -2px 4px 2px rgba(0, 0, 0, 0.1);
}

/* Stile für die Karte */
.card.add-animation-stopped {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

/* Stile für das responsive Video-Container */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 Seitenverhältnis */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 360px) {
    .section-header .content h1 {
        margin: 0;
        font-size: 2em;
        letter-spacing: 0.07em;
        line-height: 1.7;
    }
}

@media (min-width: 361px) AND (max-width: 767px) {
    .section-header .content h1 {
        margin: 0;
        font-size: 2.5em;
        letter-spacing: 0.07em;
        line-height: 1.7;
    }
}