.navbar-brand img {
    height: 80px;
    margin-top: -10px;
}

@media screen and (max-width: 390px) {
    .navbar-brand img {
        height: 80px;
        margin-top: -30px;
    }

    .img-rounded {
        width: 100px !important;
        height: 100px !important;
        border-radius: 50%;
    }

    p.intro {margin-top:50px !important;}
}

.section .title h2 {
    margin-top: -2px !important;
}

.section.section-textpic-1 p a {
    text-align: center !important;
    color: #777 !important;
    text-decoration: underline;
}

.section.section-textpic-1 h3 {
    margin-top: 0px;
    line-height: 1.25em;
}

.section.section-textpic-1 .description h2 {
    margin-top: 0px;
}

#contents-overview {
    width: 100%;
}

#onpage-linklist p a {
    color: #777 !important;
    text-decoration: underline !important;
}
#onpage-linklist p a {
    text-align: center !important;
}


.footer-color-black {
    padding-top: 20px;
    background-color: rgba(24, 121, 70, 0.97);
    color: #fff;
    text-decoration: none;
}

.footer nav>ul a:not(.btn) {
    color: #fff;
    display: block;
    margin-bottom: 3px;
}

/*
.footer .copyright {
    color: rgb(255, 255, 255);
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    padding: 10px 15px;
    margin: 15px 3px;
}
*/

/* mehrspaltiger Footer */
.footer .footer-color-#2b6832 a {
    color: #fff;
}

.iframe-container {
    position: relative;
    width: 100%;
    /*padding-bottom: 56.25%;*/
    /* 16:9 Verhältnis */
    height: 100vh;
    overflow: hidden;
}

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

.footer .copyright {
    color: #fff;
    padding: 0;
    padding-top: 5px;
    margin: 0 0 15px 0;
    text-align: center;
    font-size: 14px;
}

.footer:not(.footer-big) nav>ul a {
    padding: 0 0;
    margin: 5px 0px 5px 0;
}

a.scroll-arrow {
    font-size: 75px;
    color: #fff;
    width: 100px;
    line-height: 52px;
    border-radius: 50%;
    height: 100px;
    border: 2px solid rgba(24, 121, 70, 0.97);
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 1029;
    transform: translateX(-50%);
    opacity: .9;
    background-color: rgba(24, 121, 70, 0.97);
}

.fa-angle-down {
    margin-top: 10px;
}

.navbar-default .navbar-nav>li>a:not(.btn):hover {
    color: rgba(24, 121, 70, 0.97);
}

.navbar-burger .navbar-toggle .icon-bar {
    display: block;
    position: relative;
    width: 30px;
    height: 4px;
    border-radius: 1px;
    color: rgba(24, 121, 70, 0.97);
}

.modal-footer, .modal-title, .modal-body {
    text-align: center;
}

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

.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;
    text-decoration: none;
}

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

.container.personal h2 {
    text-align: left;
    text-transform: none;
}

.description {
    text-align: left;
}

.img-rounded {
    width: 300px;
    /* oder eine andere feste Größe */
    height: 300px;
    object-fit: cover;
    /* wichtig für saubere Darstellung */
    border-radius: 50%;
    /* macht es rund */
}

/* Leerzeilen als <p></p> ohne Inhalt mit Zeilenhöhe definieren */
p:empty {
    height: 1em;
}

.btn-green {
    background-color: rgba(24, 121, 70, 0.97);
    border-color: rgba(24, 121, 70, 0.97);
    color: #fff !important;
    opacity: 1;
    line-height: 1em;
    position: relative;
    padding: 16px 44px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.btn-green i {
    position: absolute;
    top: 14px;
    right: 0.25em;
    opacity: 0;
    transition: all 150ms ease-out;
}

.btn-green:hover {
    background-color: #343434;
    border-color: #343434;
    color: #fff;
    padding: 16px 54px 16px 34px;
}

.btn-green:hover i {
    right: 26px;
    opacity: 1;
}

.btn-green:focus {
    background-color: #343434;
    border-color: #343434;
    color: #fff;
    padding: 16px 54px 16px 34px;
}

.btn-green:focus i {
    right: 26px;
    opacity: 1;
}

a[href^="mailto:"] {
    display: inline !important;
}

@media (max-width: 991px) {

    .container.personal {
        text-align: center;
    }

    .container.personal h2 {
        text-align: center;
        padding-top: 25px;
    }

    .container.personal .description {
        text-align: center;
    }

    .container.personal .label-email {
        visibility: hidden;
    }

    .personal-email {
        display: block;
        /* oder inline-block */
        margin: 0 auto;
        text-align: center;
        /* nur für den Text innerhalb */
        width: fit-content;
        /* optional */

    }

    .img-rounded {
        width: 200px !important;
        height: 200px !important;
        border-radius: 50%;
    }

    .section.section-textpic-1 {
        text-align: left;
        font-size: .9em;
    }

    .section.section-textpic-1 p a {
        display: block;
        text-align: center !important;
    }

    /*.section.section-textpic-1 .description h2 {text-align: center;}*/
    .section.section-textpic-1 .description a {
        text-align: left !important;
    }

    /*
    #onpage-linklist {
        text-align: center;
    }
    */
}