.container-main{
    padding: 0 !important;
}

.two-columns-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.header{
    font-size:3rem;
}

.numbergrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 40px;
    justify-items: center;
}



.imagegrid {
    margin: auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

.image {
    aspect-ratio: 3 / 2;
}

.image img {
    object-fit: contain;
    transition: opacity 3s ease-in-out;
}

.image img.active {
    opacity: 1;
}

@media (max-width: 1200px) {
    .numbergrid {
        gap: 20px;
    }
}

@media (max-width: 991px) {


    .early-break{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }
    .imagegrid {
        margin-top: 40px;
    }
    .feature-boxes {
        grid-template-columns: repeat(2, 1fr) !important;
        width: 100%;
    }

}
@media (max-width: 768px) {
    .two-columns-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }
}
@media (max-width: 768px) or (992px <= width <= 1200px){

    .imagegrid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(5, 1fr); /
        height: auto;
    }

    .image {
        height: 25vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .imagegrid > div {
        background-color: #ffd41c;
        height: 100%;
    }

    .image img {
        width: 100%;
        height: auto;
        opacity: 0;
        transition: opacity 3s ease-in-out;
    }

    .image img.active {
        opacity: 1;
    }

    #image1 {
        order: 0;
    }

    #yellow1 {
        order: 2;
    }

    #yellow2 {
        order: 3;
    }

    #image2 {
        order: 4;
    }

    #image3 {
        order: 5;
    }

    #yellow3 {
        order: 6;
    }

    #yellow4 {
        order: 7;
    }

    #image4 {
        order: 8;
    }

    #image5 {
        order: 9;
    }

}

.background-image {
    background-image: url('/detailpages/landingpages/karriere/ueber/img/3.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 5vw;
    padding-bottom: 5vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.content {
    width: 70%;
    border-radius: 8px;
    text-align: center;
    color: #333;

}

.content h1 {
    font-size: 2rem;
    color: #000000;
}


.content p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 0.5rem 0;
}

.content .subheadline{
    font-size: 1.5rem;
}


.feature-boxes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px;
}

.feature-box {
    text-align: center;
    border: 1px solid black;
    border-radius: 10px;
    clip-path: polygon(0% 15%, 12% 0%, 102% 0, 102% 102%, 0 102%);
    padding: 20px;
}

.feature-box i {
    font-size: 4rem;
    margin-bottom: 15px;
    color: #333;
}



@media (max-width: 768px) {

    .content{
        width:100%;
    }

    .padding10{
        padding: 0 !important;
    }
}

.p-absolute {
    position: absolute !important;
}
.btn{
    white-space: normal;
}
.location-parent {
    width: 40%;
}
.aligncenter {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
}
.p-relative {
    position: relative !important;
}
.toolTip {
    z-index: 10;
    background-color: white;
    filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.3));
    padding: 0.25rem;
    padding-left: 0.5rem !important;
    margin-top: 1rem;
}
.mbottom0 {
    margin-bottom: 0rem !important;
}
.lineheight120 {
    line-height: 1.2rem !important;
}
.font80 {
    font-size: 0.8rem !important;
    line-height: 0.8rem;
}
.toolTip {
    z-index: 10;
    background-color: white;
    filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.3));
    padding: 0.25rem;
    padding-left: 0.5rem !important;
    margin-top: 1rem;
}
.hidden {
    display: none !important;
}


.btn_blue {
    background: #1C323A !important;
    color: #fff !important;
}

#berlin, #schoeneck, #daun, #duesseldorf, #stassfurt{
    cursor: pointer;
}
.toolTip:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 43.5%;
    z-index: -1;
    border: solid 15px transparent;
    border-right-color: #FFF;
    transform: rotate(90deg);
}

.btn_blue:hover{
    background: #006eb0 !important;
    color: #fff;
}
a:hover{
    color: #006eb0;
    cursor: pointer;
    text-decoration: underline;
}


.job-offer {
    background-color: #ffd11a;
    padding: 0.5rem 1.5rem;
    display: inline-block;
}


.job-offer:hover {
    background-color: #1c323a;
    color: white;
    border: none;
    text-decoration: none;
}




.clipped-image{
    height: auto;
    display:flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #1c323a 50%, #fff 50%);
}
.neti-next-cms-ueber-technisat{
    background-color: white;
}