html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: Verdana, sans-serif; 
    background-color: black;
}

.tablet {
    display: none;
}

.viewport {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.navbar {
    height: 12em;
    background-color: white;
    color: rgb(119, 119, 119);
    padding: 1em 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.navbar-btn {
    cursor: pointer;
    text-transform: uppercase;
    padding: 6px 8px;
    margin-top: -102px;
    background-color: #c1001e;
    font-weight: bold;
    letter-spacing: 1px;
    color: white;
    border-radius: 9px;
    border: transparent;
    width: 110px;
    height: 36px;
    font-size: 15px;
    margin-left: 22px;
    margin-right: 88px;
}

.navbar_vl {
    background: linear-gradient(to bottom, rgba(130, 130, 130, 0.9) 0%, transparent 100%);
    width: 2px; 
    height: 38px;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 10px;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 32px;
    margin-bottom: -36px;
    list-style: none;
    margin-top: 60px;
    font-size: 0.9rem;
    word-spacing: 0.3em;
    width: 701px;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #c1001e;
}

.nav-link {
    padding-top: 12px;
    text-transform: uppercase;
}

@media (max-width: 1500px) {
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 120px;
    margin-bottom: 0;
    list-style: none;
    margin-top: 60px;
}
}

@media (max-width: 1400px) {
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 100px;
    margin-bottom: 0;
    list-style: none;
    margin-top: 60px;
}
}

  .footer {
    margin-top: 32px;
    height: 20em;
    background-color: black;
    color: rgb(119, 119, 119);
    padding: 1em 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    border-bottom-left-radius: 42px;
    border-bottom-right-radius: 42px;
    box-shadow: 0 1em white;
    z-index: 1;
    position: relative;
}

.footer-btn {
    cursor: pointer;
    text-transform: uppercase;
    padding: 6px 8px;
    margin-top: 16px;
    background-color: #c1001e;
    font-weight: bold;
    letter-spacing: 1px;
    color: white;
    border-radius: 9px;
    border: transparent;
    width: 110px;
    height: 36px;
    font-size: 15px;
    margin-left: 114px;
}

.footer_vl {
    border-left: 1px solid rgba(185, 184, 184, 0.7);
    height: 55%;
    margin-left: 16px;
    margin-top: 26px;
}

.footer_nav {
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 2.25em;
}

.footer_nav > a {
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    color: #777777;
}

.footer_info {
    margin-top: 2.25em;
    margin-left: 60px;
}

#mep {
    text-decoration: none;
    color: #c3c3c3;
    font-weight: bold;
    cursor: pointer;
}

a[href^="mailto:"] { 
  color: red;
}

a[href^="/datenschutzerklaerung"]{
    color: red;
}

@media (max-width: 1000px) {
    .footer {
        margin-top: 32px;
        height: 20em;
        background-color: black;
        color: rgb(119, 119, 119);
        padding: 1em 0;
        margin-left: auto;
        margin-right: auto;
        width: 1140px;
        border-bottom-left-radius: 42px;
        border-bottom-right-radius: 42px;
        box-shadow: 0 1em white;
        z-index: 1;
        position: relative;
    }

    /*
    .footer {
        height: auto;
    }
    */
}

#header_distance > img {
    -webkit-box-shadow: 0px 6px 5px -1px rgba(59, 59, 59, 0.6); 
    box-shadow: 0px 6px 5px -1px rgba(59, 59, 59, 0.6);
}

.h_header_txt {
    color: black;
    font-size: 18px;
    font-weight: bold;
    padding-left: 52px;
    padding-right: 32px;
    white-space: pre-line;
}

.first-line {

}

.second-line {
    margin-left: 52px;
}

.card {
    border-radius: 54px;
    border: transparent;
    margin-top: 24px;
    margin-bottom: 24px;
    height: 398px;
    width: 306px;
    font-size: 17px;
    background-image: url("/images/teaser-background.png/public");
    background-position: 50% 22.5%;
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 0px 6px 5px -1px rgba(70, 70, 70, 0.6); 
    box-shadow: 0px 6px 5px -1px rgba(70, 70, 70, 0.6);
}

.card-title {
    font-size: 20px;
    color: white;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 16px;
    padding-right: 30px;
    text-align: left;
    width: 238px;
    margin-left: -10px;
}

.card-text {
    padding-top: 18px;
    padding: 12px;
    flex: 1;
}

.additional-text {
    color: white;
    font-size: 12pt;
    font-weight: 600;
    text-align: right;
    margin-top: -70px;
    padding: 10px;
}

.additional-text > a {
    text-decoration: none;
    color: white;
}

.additional-text:nth-last-child() {
    padding-top: -24px;
}

.card.third .additional-text {
    margin-top: 23px;
}

.card.third {
    margin-right: 72px;
}

.card.scnd {
    margin-left: 38px;
    margin-right: 38px;
}

.card.first {
    margin-left: 72px;
}

.card.scnd .additional-text {
    padding-top: 88px;
}

ul {
    margin-bottom: 5rem;
    margin-top: -1.75rem;
}

.row {
    justify-content: center;
}


#squotation {
    opacity: 100%;
    transform: rotate(180deg);
    width: 60px;
}

#squotation_z {
    opacity: 100%;
    transform: rotate(180deg);
    width: 60px;
}

#aquotation {
    opacity: 100%;
    margin-left: 372px;
    margin-top: -60px;
    width: 60px;
}

#aquotation_z {
    opacity: 100%;
    margin-left: 372px;
    margin-top: -60px;
    width: 60px;
}

#z_txt {
    margin-top: -36px;
    padding-left: 80px;
    line-height: 32px;
}

#fs_txt {
    line-height: 32px;
    margin-top: 32px;
    margin-bottom: 48px;
    margin-left: 29px;
}

#txt {
    line-height: 32px;
    margin-top: 32px;
    margin-bottom: 48px;
    white-space: pre-line;
    word-spacing: 0.3em;
}

#h-oel {
    position: relative;
    bottom: -148px;
    margin-top: -100px;
    width: 1140px;
    margin-left: 30px;
    margin-right: 30px;
}

#s-oel {
    position: relative;
    bottom: -170px;
    margin-top: -340px;
    width: 1140px;
    margin-left: 30px;
    margin-right: 30px;
    z-index: 1;
}

#t-oel {
    z-index: 0;
    position: relative;
    bottom: -278px;
    margin-top: -1020px;
    width: 1140px;
    margin-left: 30px;
    margin-right: 30px;
}

#i-oel {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    z-index: 1;
    width: 1140px;
    position: relative;
    bottom: -380px;
    margin-top: -950px;
    margin-left: 30px;
    margin-right: 30px;
}

main {
    max-width: 1200px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    z-index: 10;
    box-shadow: 0 1em white;
}

/*#oel {
    z-index: -1;
    position: absolute;
    top: 620px;
    width: 100%;
}

.oel_distance {
    margin-bottom: 770px;
}*/


.t_txt {
    text-transform: uppercase;
    font-size: 31px;
    letter-spacing: 1px;
    margin-left: 126px;
    margin-top: 57px;
    margin-bottom: 65px;
}

.i_header {
    z-index: 1;
}

.i_header > p:first-child {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
}

.i_header > p:nth-child(2) {
    font-size: 13px;
    margin-top: -14px;
    margin-bottom: -16px;
}

.text-overlay {
    position: absolute;
    top: 40%; /* Positioniert den Text in der vertikalen Mitte des Containers */
    left: 30%; /* Positioniert den Text in der horizontalen Mitte des Containers */
    transform: translate(-50%, -50%); /* Zentriert den Text korrekt */
    color: white; /* Textfarbe */
    font-size: 24px; /* Schriftgröße */
    font-weight: bold; /* Schriftgewicht */
    white-space: pre-line;
}

.card-img, .card-img-bottom, .card-img-top {
    /* width: 100%; */
    height: 100%;
}

.card-img, .card-img-bottom, .card-img-top {
     width: 138%;
}


.team_div {
    height: 324px;
    width: 324px; 
    overflow: hidden; 
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
}

.ziemes_img {
    position: relative;
    height: 324px;
    width: 324px;
}

.img_div > p {
    margin-left: 28px;
    margin-top: 8px;
}

.mobile {
    display: none;
}

.border-0 > img {
    border-radius: 50px;
}


.team_offset {
    margin-top: 16px;
    width: 256px;
    margin-left: auto;
    margin-right: auto;
}

.big_text {
    text-transform: uppercase!important;
    font-weight: bold;
    font-size: 25px!important;
    margin-top: 55px;
    margin-bottom: 25px;
}

.text_content {
    font-size: 16.5px!important;
}

h_team {
    font-size: 17px;
    max-width: 260px;
}

div.bild {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

div.bild img {
    margin-bottom: -100px;
}

.header {
    overflow: hidden;
    margin-bottom: 32px;
    border-radius: 42px;
}

.header img {
    width: 100%;
    object-fit: cover;
    display: block;
}

#header_distance {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 32px;
    margin-left: 30px;
    margin-right: 30px;
}


.mb-4 {
    margin-bottom: 6.125rem!important;
}

.desktop {
    margin-top: 32px;
}


@media only screen and (max-width: 480px) {
    .desktop {
        display: none;
        margin-top: unset;
    }

    .mobile {
        display: block;
    }

    #h-oel {
        position: relative;
        bottom: -60px;
        margin-top: -48px;
        width: 1140px;
        margin-left: 0px;
        margin-right: 0px;
    }

    #s-oel {
        z-index: 0;
        position: relative;
        bottom: -75px;
        margin-top: -125px;
        margin-left: 0px;
        margin-right: 0px;
    }

    #t-oel {
        z-index: 0;
        position: relative;
        bottom: -300px;
        margin-top: -750px;
        width: 1140px;
        margin-left: 0px;
        margin-right: 0px;
    }

    #i-oel {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        z-index: 1;
        width: 1140px;
        position: relative;
        bottom: -455px;
        margin-top: -950px;
        margin-left: 0px;
        margin-right: 0px;
    }



}


@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) {
    h_team {
        font-size: 20px;
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 38px;
        margin-bottom: 0;
        list-style: none;
        margin-top: 94px;
        width: 707px;
    }

    .navbar-btn {
        cursor: pointer;
        text-transform: uppercase;
        padding: 6px 8px;
        margin-top: -102px;
        background-color: #c1001e;
        font-weight: bold;
        letter-spacing: 1px;
        color: white;
        border-radius: 9px;
        border: transparent;
        width: 110px;
        height: 36px;
        font-size: 15px;
        margin-left: -70px;
        margin-right: 88px;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto;
        margin-left: -16px;
        width: 800px;
    }

    #footer-img {
        width: 217px!important;
        margin-left: -8px!important;
    }

    .footer_info {
        margin-top: 2.25em;
        margin-left: -9px;
    }

    .footer_nav {
        margin-left: 24px;
        margin-right: 24px;
        font-size: 15px;
        margin-top: 2.25em;
    }

    #h-oel {
        position: relative;
        bottom: -148px;
        margin-top: -100px;
        width: 1140px;
        margin-left: 0px;
        margin-right: 0px;
    }

    #t-oel {
        z-index: 0;
        position: relative;
        bottom: -278px;
        margin-top: -1020px;
        width: 1140px;
        margin-left: 30px;
        margin-right: 30px;
    }

    #s-oel {
        position: relative;
        bottom: -170px;
        margin-top: -340px;
        width: 1140px;
        margin-left: 0px;
        margin-right: 0px;
    }

    #t-oel {
        z-index: 0;
        position: relative;
        bottom: -298px;
        margin-top: -1020px;
        width: 1140px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .last_team_mem {
        margin-bottom: 80px;
    }

    .ziemes_box {
            margin-right: 0px;
            margin-left: 128px;
    }

    .ziemes_box_text {
        width: 96%!important;
    }


    .card.third {
        margin-right: 62px;
    }
    
    .card.scnd {
        margin-left: 7px;
        margin-right: 16px;
    }
    
    .card.first {
        margin-left: 12px;
    }

    .card {
        border-radius: 54px;
        border: transparent;
        margin-top: 24px;
        margin-bottom: 24px;
        height: 362px;
        width: 270px;
        font-size: 17px;
        background-image: url("/images/teaser-background.png/public");
        background-position: 50% 22.5%;
        display: flex;
        flex-direction: column;
        -webkit-box-shadow: 0px 6px 5px -1px rgba(0,0,0,0.5);
        box-shadow: 0px 6px 5px -1px rgba(0,0,0,0.5);
    }

    .card-title {
        font-size: 18.5px;
        color: white;
        margin-bottom: 0px;
        text-transform: uppercase;
        font-weight: 700;
        padding: 16px;
        padding-right: 30px;
        text-align: left;
        width: 238px;
        margin-left: -10px;
    }

    .card-text {
        padding-top: 18px;
        padding: 12px;
        flex: 1;
        font-size: 16px;
    }

    .card.scnd .additional-text {
        padding-top: 64px;
    }

    .footer {
        /* Adjust styles for smaller screens */
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        height: auto;
        height: 21.75em;
        box-shadow: none;
    }

    .col-9 > img {
        margin-left: 82.5px!important;
    }

    .footer-btn {
        cursor: pointer;
        text-transform: uppercase;
        padding: 6px 8px;
        margin-top: 16px;
        background-color: #c1001e;
        font-weight: bold;
        letter-spacing: 1px;
        color: white;
        border-radius: 9px;
        border: transparent;
        width: 110px;
        height: 36px;
        font-size: 15px;
        margin-left: 90px;
    }

    .last_team_mem {
        margin-left: 292px; 
    }

    .last_team_mem_txt {
        margin-top: 16px;
        width: 256px;
        margin-left: 35px;
        margin-right: auto;
    }

    .desktop {
        display: block;
    }

    .tablet {
        display: none;
        margin-top: 48px;
    }

    .other {
        display: none;
    }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) {

    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 90px;
        margin-bottom: 0;
        list-style: none;
        margin-top: 94px;
        width: 707px;
    }

    .navbar-btn {
        cursor: pointer;
        text-transform: uppercase;
        padding: 6px 8px;
        margin-top: -10px;
        background-color: #c1001e;
        font-weight: bold;
        letter-spacing: 1px;
        color: white;
        border-radius: 9px;
        border: transparent;
        width: 110px;
        height: 36px;
        font-size: 15px;
        margin-left: 670px;
        margin-right: 88px;
    }

    .navbar-toggler {
        margin-top: 54px;
        margin-right: 200px;
    }

    .navbar-brand {
        margin-left: 50px;
    }

    .navbar_vl {
        display: none!important;
    }

    .footer {
        /* Adjust styles for smaller screens */
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        height: auto;
        height: 30em;
        box-shadow: none;
    }

    .footer_vl {
        display: block;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        border-style: inset;
        border-color: rgba(185, 184, 184, 0.7);
        border-width: 1px; /* Hier wurde die border-width hinzugefügt */
        width: 300px;
        text-align: start;
    }
    

    .footer_nav {
        margin-left: 20px;
        margin-right: 0;
        text-align: left;
    }

    #footer-img {
        width: 217px!important;
        margin-left: -150px!important;
    }

    .footer-btn {
        cursor: pointer;
        text-transform: uppercase;
        padding: 6px 8px;
        margin-top: 16px;
        margin-bottom: 10px;
        background-color: #c1001e;
        font-weight: bold;
        letter-spacing: 1px;
        color: white;
        border-radius: 9px;
        border: transparent;
        width: 110px;
        height: 36px;
        font-size: 15px;
        margin-left: 380px;
    }

    .footer_info {
        margin-top: 2.25em;
        margin-left: -148px;
    }

    .footer_nav {
        margin-left: -30px;
        margin-right: 0;
        margin-top: -12px;
        text-align: left;
    }

    .footer_nav:nth-of-type(3) {
        margin-left: -190px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .footer_nav:nth-of-type(5) {
        margin-left: -145px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #mid {
        display: flex!important;
        flex-direction: column!important;
        align-items: center!important;
        margin-left: -60px;
    }

    #h-oel {
        position: relative;
        bottom: -148px;
        margin-top: -100px;
        width: 1140px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .card.first {
        margin-left: 12px;   
    }

    .card.scnd {
        margin-left: 142px;
        margin-right: 38px;
    }

    .card.third {
        margin-top: 460px;
        margin-left: -100px;
        margin-bottom: -60px;
    }

    .h_header_txt {
        font-size: 28px;
        margin-top: -4px;
        margin-bottom: -20px;
        margin-left: 160px;
    }

    .second-line {
        margin-left: 82px;
    }


    #t-oel {
        z-index: 0;
        position: relative;
        bottom: -300px;
        margin-top: -1020px;
        width: 1140px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .last_team_mem {
        margin-right: -340px;
        z-index: 1;
    }


    .mobile {
        display: none;
    }

    .tablet {
        display: block;
        margin-top: 48px;
    }

    .other {
        display: none;
    }

    #z_txt {
        margin-top: -36px;
        padding-left: 0px;
        margin-left: -130px;
        line-height: 32px;
        width: 510px;
    }

    #z_txt_t {
        margin-top: -36px;
        padding-left: 0px;
        margin-left: -130px;
        line-height: 32px;
        width: 510px;
        padding-right: 180px;
    }

    .col-md-9.ziemes_box_text {
        margin-left: 220px;
        margin-top: 88px;
    }

    .home_z_bild {
        width: 290px!important;
        margin-bottom: 32px;
        margin-left: 200px;
    }

    .h_z_txt {
        margin-left: -20px;
        margin-bottom: 32px;
    }

    #squotation {
        margin-left: -200px;
    }

    #squotation_z {
        opacity: 100%;
        transform: rotate(180deg);
        width: 60px;
        margin-top: -120px!important;
        margin-left: -170px;
    }

    #aquotation_z {
        opacity: 100%;
        margin-left: 380px!important;
        margin-top: -60px;
        width: 60px;
    }

    .border-0.ziemes_box {
        margin-left: 70px;
    }

    #i-oel {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        z-index: 1;
        width: 1140px;
        position: relative;
        bottom: -385px;
        margin-top: -950px;
        margin-left: 0px;
        margin-right: 0px;
    }

}

@media (min-width: 1200px) {
    .col-xl-4 {
        flex: 0 0 auto;
        width: 30.333333%;
    }
}

@media only screen and (max-width: 768px) {
    .footer {
        /* Adjust styles for smaller screens */
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        height: auto;
        height: 45em;
        box-shadow: none;
    }

    .footer_vl {
        display: block;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        border-style: inset;
        border-color: rgba(185, 184, 184, 0.7);
        border-width: 1px; /* Hier wurde die border-width hinzugefügt */
        width: 300px;
        text-align: start;
    }
    

    .footer_nav {
        margin-left: 20px;
        margin-right: 0;
        text-align: left;
    }

    #mid {
        display: flex!important;
        flex-direction: column!important;
        align-items: flex-start!important;
    }
    
    .footer_info {
        margin-left: 36px;
    }

    .col-9 > img {
        width: 217px!important;
        margin-left: -122px!important;
    }

    .footer_nav:nth-of-type(3) {
        margin-left: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .footer_nav:nth-of-type(5) {
        margin-left: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn {
        cursor: pointer;
        text-transform: uppercase;
        padding: 6px 8px;
        margin-top: -20px;
        margin-bottom: -30px;
        background-color: #c1001e;
        font-weight: bold;
        letter-spacing: 1px;
        color: white;
        border-radius: 9px;
        border: transparent;
        width: 110px;
        height: 36px;
        font-size: 15px;
        margin-left: 252px;
        margin-right: 88px;
        z-index: 25;
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 36px;
        margin-bottom: 0;
        list-style: none;
        margin-top: 60px;
    }

    #squotation {
        opacity: 100%;
        transform: rotate(180deg);
        width: 60px;
        padding-top: 32px;
        margin-top: -32px;
    }

    #aquotation {
        opacity: 100%;
        margin-top: -60px;
        width: 60px;
        padding-top: 54px;
        margin-left: 288px;
        margin-bottom: 16px;
    }

    #squotation_z {
        opacity: 100%;
        transform: rotate(180deg);
        width: 60px;
        padding-top: 48px;
        margin-left: 16px;
        margin-top: 36px!important;
    }

    #aquotation_z {
        opacity: 100%;
        margin-top: -128px;
        width: 60px;
        padding-top: 0px;
        margin-left: 280px!important;
        margin-bottom: 16px;
    }

    #z_txt {
        margin-top: -36px;
        padding-left: 32px;
        padding-right: 38px;
        line-height: 32px;
    }

    .navbar-toggler {
        margin-top: 55px;
        margin-right: 26px;
    }

    a.navbar-brand > img {
        width: 217px!important;
        margin-left: 36px!important;
        margin-top: 53px!important;
    }

    
    #mobile_i {
        margin-bottom: 45px;
        padding-left: 32px;
        padding-right: 32px;
    }

    #fs_txt {
        line-height: 32px;
        margin-top: 32px;
        margin-bottom: 48px;
        margin-left: 32px;
        padding-right: 32px;
    }

    .ziemes_box {
        margin-left: 0px!important;
        margin-bottom: 0px!important;
    }

    .ziemes_box_text {
        margin-bottom: 75px!important;
    }

    .card.third {
        margin-right: auto;
        margin-left: auto;
    }
    
    .card.scnd {
        margin-right: auto;
        margin-left: auto;
    }
    
    .card.first {
        margin-right: auto;
        margin-left: auto;
    }

    .card {
        height: auto;
        margin-bottom: 16px;
    }

    .footer-btn {
        cursor: pointer;
        text-transform: uppercase;
        padding: 6px 8px;
        background-color: #c1001e;
        font-weight: bold;
        letter-spacing: 1px;
        color: white;
        border-radius: 9px;
        border: transparent;
        width: 110px;
        height: 36px;
        font-size: 15px;
        margin-left: 248px;
        margin-top: 16px;
        margin-bottom: 10px;
    }

    .mobile_container {
        padding-left: 32px;
        padding-right: 32px;
    }

    .last_team_mem {
        margin-left: -20px; 
    }

    p#z_txt_t {
        margin-left: 60px;
        margin-top: -20px;
        margin-right: 60px;
    }

    #header_distance > img {
        -webkit-box-shadow: 0px 6px 5px -1px rgba(59, 59, 59, 0.6); 
        box-shadow: 0px 6px 5px -1px rgba(59, 59, 59, 0.6);
        border-radius: 42px;
        object-fit: cover;
        aspect-ratio: 1 / 1!important;
    }

    .navbar-brand {
        margin-left: -5px;
    }

}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    background-color: white;
}