body {
    /*display:none;*/
}

.logo {
    height: 9em; /* Passt die Höhe an. Ändern Sie diesen Wert nach Bedarf. */
    width: auto; /* Behält das Seitenverhältnis bei. */
}

.masthead {

    /*background: none;*/
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 75%, #000 100%), url("../assets/img/bg-masthead.jpg");*/
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 80%, #000 100%), url("../assets/team-zastrow/th-3.jpeg");*/
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, .8) 100%), url("../assets/team-zastrow/th-1.jpeg");*/
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, .8) 100%), url("../assets/team-zastrow/th-footer-2.jpg");*/

    position: relative;
    /*position: fixed;*/
    /*z-index:0;*/
    /*display:none;*/
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 15rem 0;
    /*background-position: bottom center;*/
    background-position-x: unset;
    background-position-y: unset;
    /*background-position: center center;*/
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    /*background-size: cover;*/


    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 75%, #000 100%), url("../assets/team-zastrow/th-2-q.jpg");*/

    /*background: url("../assets/team-zastrow/th-2-q.jpg");*/
    /*background-size: 100%;*/

    /*background-position: 50% 70%;*/
}

.kandidat{
    font-family: "Varela Round", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: 0.8rem;
    /*background: linear-gradient(rgba(255, 238, 0, 0.9), rgba(0, 0, 0, 0.1));*/
    /*background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));*/
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight:800;
    /*text-shadow: 2px 2px 4px rgba(0,0,0,0.5); !* Schlagschatten hinzugefügt *!*/
    text-shadow: 1px 1px 1px rgba(255,238,0,1); /* Schlagschatten hinzugefügt */
}

.masthead h2, .masthead .h2 {
    max-width: 200rem;
    font-size: 1.6rem;
    /*text-shadow: 1px 1px 1px rgba(255,238,0,0.9); !* Schlagschatten hinzugefügt *!*/
    color:#fff !important;
    font-weight:800;
}

nav{
    background-color:rgba(0, 0, 0, 0.7) !important;
}

.content{
    position:relative;
    z-index:100;
}

.zastrow-gelb{
    background-color: rgb(255, 238, 0);
}

.zastrow-gelb-color{
    color: rgb(255, 238, 0);
}

#cta{
    color:rgb(255, 238, 0) !important;
}

.cover-section {
    position: relative;
    /*background-image: url('../assets/team-zastrow/th-footer-2.jpg');*/
    /*background-image: url("../assets/team-zastrow/th-1.jpeg");*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*height: 100vh; !* Passen Sie die Höhe nach Bedarf an *!*/
}

.cover-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.cover-section .container {
    position: relative;
    z-index: 10;
    color: #ffffff; /* Textfarbe */
}

.social a{
    /*color: rgb(255, 238, 0) !important;*/
    color: rgb(255, 255, 255) !important;
    font-size:30px;
    padding-right:30px;
}


.progress {
    background-color: #f5f5f5;
    background-color: #ccc;
    background-color: rgba(255,255,255,0.8);
    height:80px;
}

.progress-bar {
    line-height: 20px; /* Höhe der Progress Bar anpassen */
    color:#000;
    background-color:  rgb(255, 238, 0); /* Bootstrap-Warnfarbe, oder eine andere Farbe Ihrer Wahl */
    font-size:20px;
}

.currentColor{
    color:#fff;
    background-color:#fff;
}

footer{
    padding-top:30px !important;
    padding-bottom:30px !important;
}

#mainNav .nav-link {
    transition: none;
    padding: 2rem 1.5rem;
    color: rgba(255, 255, 255, 1.5);
}

#mainNav.navbar-shrink .nav-link.active {
    color: rgba(255, 255, 255, 1.5);
    outline: none;
    border-bottom: 0.25rem solid #64a19d;
    border-bottom: 0.25rem solid #fff;
}

#mainNav.navbar-shrink .nav-link {
    color: #fff;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
}


.fotograf{
    font-size:12px;
}