.img-winneritem {
    width: 188px;
    z-index: -10;
}

.img-winnerhome {
    border: 3px solid var(--color-third);
    border-radius: 25rem;

    background-color: white;

}



.img-winnerhome.img-4 {
    left: 50px;
    top: 500px;
    color: white;
    background-color: var(--color-third);
    height: 250px !important;
    display: flex;
    font-weight: bold;


    /* Zentriert Kinder sowohl horizontal als auch vertikal */
    justify-content: center;
    align-items: center;
}

.yourcompany {
position: relative;

}

.submitpitch {
    cursor: pointer;
}

.company-text {
    position: absolute;
    top: 0;
    left: 12px;
    color: white;
    width: calc(100% - 24px);
    text-align: center;
    font-size: 2.5rem;
    line-height: normal;
}

.img-winnerhome.img-4 > div {
    height: initial !important;
    font-size: 2.5rem;
    text-align: center;
    line-height: normal;
}

.winner-item .card {
    border-bottom: 1px solid var(--color-third);
    border-right: 0;
    border-top: 0;
    border-left: 0;
    border-radius: 0;
    padding-left: 0;

}

.winner-cat {
    color: var(--color-third);
    font-weight: bold;
}

.winner-item h2 {
    font-size: 2.5rem;
    margin-bottom: 0;
}

.data-icon {
    border: 2px solid var(--color-main);
    border-radius: 3rem;
    padding:0.4rem;
}

.data-icon img {
    width: 2.5rem;
    height: auto;
}

.dataline {
    font-size: 1.2rem;
    font-weight: bold;
}

.btn-filter {
    color: #FFF;
    --bs-btn-bg: var(--color-third);
    --bs-btn-border-color: var(--color-third);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--color-third);
    --bs-btn-hover-border-color: var(--color-third);
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: var(--color-main);
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
    font-weight: bold;
}

.btn-filter.outline {
    color: var(--color-third);
    background-color: #fff;
    --bs-btn-border-color: var(--color-third);
    --bs-btn-hover-color: var(--color-third);
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: var(--color-third);
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--color-third);
    --bs-btn-active-border-color: var(--color-third);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none;
}

#page3 div {
    height: 100%;

}

#page3 {
    padding-top: 10rem;
}

.homeselection {
    position: relative;
}

.yourcompany img {
    border: 3px solid var(--color-third);
    border-radius: 25rem;
    max-width: 100%;
    height: auto;
}

.homeselection-mobile .col {
    text-align: center;

}

.homeselection-mobile .col div {
    display: flex;

    /* Zentriert Kinder sowohl horizontal als auch vertikal */
    justify-content: center;
    align-items: center;
}

.winnerlogo {
    width: 200px;
    min-width: 200px;
    height: 200px;
    border: 3px solid var(--color-third);
    border-radius: 25rem;

    background-color: transparent;
    display: flex;

    /* Zentriert Kinder sowohl horizontal als auch vertikal */
    justify-content: center;
    align-items: center;
    cursor:pointer;
}

.winnerlogo-outer {
    width: 220px;
    min-width: 220px;
    height: 220px;
    border: 6px solid white;
    border-radius: 25rem;
    margin:auto;
    background-color: transparent;
    display: flex;

    /* Zentriert Kinder sowohl horizontal als auch vertikal */
    justify-content: center;
    align-items: center;
}

.winnerlogo-outer.active {
    border-color: var(--color-third);
}

.detailtext {
    display: none;
}

.portfolio-rightcol {
    background-color: var(--color-grey);
}

.portfolio-rightcol h2 {
    font-size: 1.5rem;
    margin-bottom:1.5rem;
}

#portfolioModal .portfolio-rightcol { margin-top: 0 !important;}

#portfolio-modalBody { padding:0;}

.bi.info{
    right: 80px;
    position: absolute;
    top: 11px;
    font-size: 1.2rem;
    cursor: pointer;
}

.infotext {
    display: none;
}

.overviewtext {
    border-top: 1px solid var(--color-main);
    border-bottom: 1px solid var(--color-main);
}

.overviewtext p:last-child {
    margin-bottom:0;
}

.frame-space-after-extra-small {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .homeselection {
        background-image: none !important;
    }
}

@media (min-width: 1200px) {
    .img-1 {
        left: -50px;
        top: -20px;
    }


    .img-2 {
        right:100px;
        top:-100px;
    }

    .img-3 {
        right: -50px;
        top: 200px;
    }

    .img-winnerhome {
        position: absolute;
        width: 250px;
    }
}
