body {
    background-color: #080b28 !important;
}

header {
    margin-bottom: 100px;
    background-color: #080b28 !important;
}

.headerfix {
    background-color: #080b28;
    background: rgba(8, 11, 40, 0.8);
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #DFFB65;
    z-index: 9999;
}

#home {
    scroll-margin: 80px;
}

#birnchengroup {
    scroll-margin: 80px;
}

#projects {
    scroll-margin: 80px;
}

#team {
    scroll-margin: 80px;
}

#partner {
    scroll-margin: 80px;
}

.navbut {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.nav-but-bars {
    background-color: transparent;
    border: 0px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

.nav-but-bars i {
    color: #DFFB65;
    font-size: 30px;
}

.nav-but-bars span {
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
}

.mobile-menu {
    background: rgba(223, 251, 101, 0.8);
    color: #080b28;
    display: none;
    cursor: pointer;
}

.mobile-menu-but {
    color: #080b28;
    font-size: 1.4rem;
    padding: 30px 0px;
    border-bottom: 1px solid #ADC838;
    text-decoration: none;
}

.mobile-menu-but:last-child {
    border-bottom: 0px;
}

.mobile-menu-but:hover {
    background-color: #080b28;
    color: #DFFB65;
}

.logo {
    width: 170px;
    padding: 5px;
    margin-left: 35px;
}

@media screen and (max-width: 1024px) {
    .logo {
        margin-left: 0px;
    }
}

.svg_underline {
    width: 300px;
    height: 150px;
    margin-top: -130px;
    fill: none;
    margin-bottom: 20px;
    stroke-width: 0px;
}

.show_svg_underline {
    stroke-width: 7px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 2338.5;
    stroke-dashoffset: 2338.5;
    animation: svg_underline 2s linear forwards;
}

@keyframes svg_underline {
    to {
        stroke-dashoffset: 0;
    }
}

.icon-box {
    padding-top: 35px;
    padding-bottom: 25px;
}

.icon-style-one {
    background-color: #080b28;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    padding: 12px 0px;
    margin-right: 8px;
    color: #DFFB65;
    font-size: 15px;
    transition: transform .2s;
}

.icon-style-one:hover {
    cursor: pointer;
    color: #fff;
    transform: scale(1.1);
}

@media screen and (max-width: 781px) {
    .icon-style-one {
        width: 25px;
        padding: 7px 0px;
        font-size: 12px;
    }
}

.icon-style-two {
    background-color: #DFFB65;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    padding: 12px 0px;
    margin-right: 8px;
    color: #080b28;
    font-size: 15px;
    transition: transform .2s;
}

.icon-style-two:hover {
    cursor: pointer;
    background-color: #fff;
    transform: scale(1.1);
}

@media screen and (max-width: 781px) {
    .icon-style-two {
        width: 25px;
        padding: 7px 0px;
        font-size: 12px;
    }
}

.first-line {
    padding: 35px;
}

@media screen and (max-width: 781px) {
    .first-line {
        padding: 0px;
    }
}

.info-box {
    background-color: #DFFB65;
    opacity: 0.9;
    text-align: center;
    padding: 25px;
    color: #080b28;
}

.info-box h1 {
    font-size: 2.4rem;
    font-weight: 600;
    padding: 25px;
    color: #080b28;
}

@media screen and (max-width: 781px) {
    .info-box h1 {
        font-size: 1.8rem;
    }
}

.inside-box {
    width: 60%;
    margin: 0 auto;
    padding-top: 40px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 1.8;
    color: #080b28;
}

@media screen and (max-width: 781px) {
    .inside-box {
        width: 100%;
        padding-top: 0px;
        font-size: 14px;
    }
}

.write_us_buttton {
    background-color: #080b28;
    color: #DFFB65;
    font-size: 16px;
    letter-spacing: 0;
    padding: 5px 20px 12px 20px;
    border: 0px;
    border-radius: 20px;
    margin-top: 60px;
    margin-bottom: 20px;
}

.write_us_icon {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
}

.second-line {
    padding: 20px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .second-line {
        padding: 10px;
    }
}

.second-line h1 {
    font-size: 4rem;
    font-weight: 600;
    color: #DFFB65;
}

.informations-box-second-line {
    background: rgba(0, 0, 0, 0.3);
    height: 400px;
    display: flex;
    justify-content: center;
    margin: 20px;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.informations-box-second-line:hover {
    background: #080b28;
}

.informations-box-second-line:hover img {
    opacity: 0.3;
}

.informations-box-second-line:hover .informations-box-second-line-overlay-title {
    display: block;
}

.informations-box-second-line:hover .informations-box-second-line-overlay-text {
    display: block;
}

.informations-box-second-line img {
    max-width: 90%;
    object-fit: cover;
    opacity: 0.7;
    vertical-align: center;
    transform: scale(1.2);
}

.informations-box-second-line-overlay-box {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.informations-box-second-line-overlay-title {
    display: none;
    color: #DFFB65;
    font-weight: 600;
    font-size: 21px;
    animation: slideInFromTop 1s;
}

@keyframes slideInFromTop {
    0% {
        transform: translate(0px, -20px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

.informations-box-second-line-overlay-text {
    display: none;
    color: #fff;
    font-size: 18px;
    animation: slideInFromDown 1s;
}

@keyframes slideInFromDown {
    0% {
        transform: translate(0px, 20px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

.third-box {
    background-color: #DFFB65;
    margin-top: -1px;
    padding: 20px 0px;
    text-align: center;
}

.third-box h1 {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 30px;
    color: #080b28;
}

.third-box-svg {
    transform: rotate(180deg);
}

.third-box-fill {
    fill: #DFFB65;
}

.projects-box {
    background-color: #080b28;
    border-radius: 25px;
    color: #DFFB65;
    padding: 10px 10px;
    font-size: 16px;
    margin-right: 10px;
    letter-spacing: -0.5px;
}

.projects-box hr {
    border-top: 1px solid #DFFB65;
    opacity: 1;
    width: 30%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0px !important;
}

.projects-box img {
    width: 100%;
    border-radius: 25px !important;
}

.projects-box-title {
    font-size: 20px;
    margin-top: 15px;
    font-weight: 600;
}

.projects-box span {
    font-weight: 600;
}

.fourth-box {
    text-align: center;
    color: #DFFB65;
}

.fourth-box h1 {
    font-size: 4rem;
    font-weight: 600;
    padding: 10px;
    color: #DFFB65;
}

.fourth-box-p {
    font-size: 1rem;
    letter-spacing: 0;
    font-weight: 500;
    padding: 15px;
    color: #DFFB65;
}

.fourth-box-img {
    width: 95%;
}

.sara-box {
    text-align: center;
    color: #DFFB65;
}

.sara-box h1 {
    font-size: 3rem;
    font-weight: 600;
    padding-bottom: 10px;
    color: #DFFB65;
}

.probar-title {
    text-align: left;
    padding: 20px 0px;
    font-size: 1.4rem;
}

.probar-box {
    background-color: #0D1345;
    text-align: left;
    color: #080b28;
    height: 40px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.probar {
    background-color: #DFFB65;
    text-align: left;
    color: #080b28;
    font-size: 0.9rem;
    padding: 10px 20px;
    font-weight: 600;
    width: 0%;
}

.circular-progress {
    position: relative;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    background: conic-gradient(#DFFB65 3.6deg, #0D1345 0deg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.circular-progress::before {
    content: "";
    position: absolute;
    height: 170px;
    width: 170px;
    border-radius: 50%;
    background-color: #080b28;
}

.progress-value {
    position: relative;
    color: #DFFB65;
}

.progress-value p {
    font-size: 17px;
    font-weight: 500px !important;
}

.progress-value h1 {
    font-size: 40px;
    font-weight: 600px !important;
}

.circular-progress2 {
    position: relative;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    background: conic-gradient(#DFFB65 3.6deg, #0D1345 0deg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.circular-progress2::before {
    content: "";
    position: absolute;
    height: 170px;
    width: 170px;
    border-radius: 50%;
    background-color: #080b28;
}

.progress-value2 {
    position: relative;
    color: #DFFB65;
}

.progress-value2 p {
    font-size: 17px;
    font-weight: 500px !important;
}

.progress-value2 h1 {
    font-size: 40px;
    font-weight: 600px !important;
}

.circular-progress3 {
    position: relative;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    background: conic-gradient(#DFFB65 3.6deg, #0D1345 0deg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.circular-progress3::before {
    content: "";
    position: absolute;
    height: 170px;
    width: 170px;
    border-radius: 50%;
    background-color: #080b28;
}

.progress-value3 {
    position: relative;
    color: #DFFB65;
}

.progress-value3 p {
    font-size: 17px;
    font-weight: 500px !important;
}

.progress-value3 h1 {
    font-size: 40px;
    font-weight: 600px !important;
}

.cont-team {
    padding-left: 70px;
    padding-right: 70px;
    margin-top: 50px;
    margin-bottom: 100px;
}

@media screen and (max-width: 781px) {
    .cont-team {
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.team-box {
    background-color: #DFFB65;
    border-radius: 25px;
    color: #080b28 !important;
    font-size: 16px;
    margin-right: 10px;
    letter-spacing: -0.5px;
    text-align: left;
    overflow: hidden;
    padding-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    .team-box {
        margin-right: 0px !important;
    }
}

.team-box img {
    width: 100%;
}

.team-box-text {
    color: #080b28 !important;
    padding-left: 15px;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 500;
}

.team-box-title {
    font-size: 20px !important;
    margin-top: 15px;
    font-weight: 600;
    padding-left: 15px;
}

.five-box {
    width: 100%;
    background-color: #DFFB65;
    margin-top: 20px;
    padding: 10px 0px;
    text-align: center;
}

.five-box h1 {
    font-size: 4rem;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #080b28;
}

.last-box {
    text-align: center;
    padding: 25px;
    color: #DFFB65;
}

.last-box h1 {
    font-size: 4rem;
    font-weight: 600;
    padding: 15px;
    color: #DFFB65;
}

.last-box p {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0;
    padding: 15px;
    color: #DFFB65;
}

.imprint-box {
    padding: 10px 0px;
    color: #DFFB65;
    font-size: 16px;
}

.imprint-box a {
    color: #DFFB65;
    font-size: 16px;
    text-decoration: none;
}

.imprint-box a:hover {
    color: #DFFB65;
    font-size: 16px;
    text-decoration: underline;
}

.copyright-box {
    padding-top: 10px;
    padding-bottom: 20px;
    color: #DFFB65;
    font-size: 16px;
}

.rotate-box {
    margin-top: 100px;
    width: 70%;
    text-align: center;
    color: #DFFB65;
}

.rotate-box img {
    width: 70%;
}

.rotate-box p {
    margin-top: 10px;
    font-size: 1rem;
}

.partner-slideshow {
    width: 100% !important;
}

.partner-slideshow img {
    padding: 30px;
}

@media screen and (max-width: 781px) {
    .partner-slideshow img {
        padding: 5px;
    }
}

.partner-slideshow-icon {
    font-size: 30px;
    padding: 25px;
    cursor: pointer;
}

@media screen and (max-width: 781px) {
    .partner-slideshow-icon {
        font-size: 15px;
        padding: 0px;
    }
}

.row_setting {
    display: flex;
    align-items: center;
    justify-content: center;
}

.imprint {
    padding: 10px;
    color: #fff;
}

.imprint h1 {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 20px;
}

.imprint h2 {
    font-size: 1rem;
    font-weight: 600;
    padding: 10px;
}

.imprint p {
    font-size: 1rem;
}

.animaimprint {
    width: 100%;
    height: 128px;
    margin-top: -20px;
}

@media screen and (max-width: 1024px) {
    .animaimprint {
        height: 80px;
    }
}

.animaimprint_img {
    background-image: url("../images/Manager.png");
    background-repeat: repeat-x;
    background-size: 130px;
    height: 100%;
    width: 100%;
    animation: one 10s linear infinite;
}

@keyframes one {
    0% {
        background-image: url("../images/Manager.png");
    }
    30% {
        background-image: url("../images/birnchen_coin_2.png");
    }
    60% {
        background-image: url("../images/Winkendes-Birnchen.png");
    }
    100% {
        background-image: url("../images/Birnchen_Caster.png");
    }
}

@media screen and (max-width: 1024px) {
    .animaimprint_img {
        background-size: 80px;
    }
}