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

.teaser-image{
    width:100%;
}

.one-fifth{
    width: 20%;
}
.two-fifths{
    width: 40%;
}

@media (max-width: 1024px) {
    .teaser-image{
        width:100%;
        content: url('/detailpages/landingpages/karriere/ausbildung/img/teaser.mobil.webp');
    }
}
.one-half{
    width:50%;
}

@media screen and (max-width: 769px) {
    .one-half{
        width:100%;
        padding: 0 20px;
    }
}
.table-container {
    font-size: 1rem;
    width: calc(100% - 2rem);
    border-spacing: 0.75rem;
    border-collapse: unset;
}

.table-container td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid black;

}
.table-container .border-bottom-none {
    border-bottom: 0;
}


.table-container th {
    background-color: #DBDFE0;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.table-container td {
    text-align: center;
}

.table-container td:first-child {
    text-align: left;
}

.table-container .checkmark {
    font-size: 18px;
    color: #333;
}
.table-header{
    font-size: 1rem;
    font-weight:bold;
}
@media screen and (max-width: 769px) {
    .table-container {
        width: 100%;
        th {
            transform: scale(-1);
            writing-mode: vertical-rl;
        }
    }
}
@media screen and (max-width: 1200px) {
    .two-columns-grid{
        grid-template-rows: 1fr !important;
        grid-template-columns: 1fr !important;
    }
}
.two-columns-grid{
    display:grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
}
.gender-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    gap: 20px;
}

.yellow-button {
    text-align: center;
    background-color: #ffd41c;
    font-size: large;
}
.yellow-button:hover {
    background-color: #1C323A;
    color:white;
}

.button-container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-standard{
    text-decoration: none !important;
    border: none;
    display: inline-block;
    padding: 0.5rem 1.5rem;
    cursor: pointer;
    text-align: center;
}


.info_container {
    width:100%;
    height: 100%;
    padding: 40px;
    color: white;
}
.blue_container{
    background-color: #006eb0;
}


.info_container h1 {
    font-weight: bold;
    color: white;
    text-align:center;
    margin-bottom: 20px;
}


.info_container .apply-button {
    background: #FFF !important;
    color: #000000 !important;
}

.info_container .apply-button:hover {
    background: #ffd11a !important;
    color: #000000;
}
.black_container{
    background-color: #1c323a;
}
.praktika{
    width:100%;

}
.grid-left{
    font-size:18px;

}

@media (max-width: 1200px) {
    .grid-left{
        font-size:18px;
    }
}


.blue-text{
    color:#006eb0;
}
.bold-text{
    font-weight:bold;
}



.neti-next-cms-ausbildung-studium{
    background-color: white;
}.neti-next-cms-contact{
     background-color: #ffd41c;
     h3{
         text-align:center;
     }
     .contact-row{
         display: flex;
         width: 100%;
         justify-content: space-between;
         .contact-info {
             flex-direction: column;
             align-items: center;
             height: 100%;
             line-height: 1.6;
             font-size: 18px;
             text-align: left;
             .location {
                 font-weight: bold;
             }

             .address {
                 margin-top: 15px;
             }

             .envelope-before {
                 margin-left: 1.5rem;
                 position: relative;
             }

             .envelope-before::before {
                 font: var(--fa-font-solid);
                 content: '\f0e0';
                 text-rendering: auto;
                 position: absolute;
                 left: -1.5rem;
                 top: 0.3rem;
             }

             .email {
                 margin-top: 10px;
                 font-size: 18px;
                 display: flex;
                 align-items: center;

                 .icon {
                     font-weight: bold;
                     margin-right: 5px;
                 }

                 .mright05 {
                     margin-right: 0.4rem !important;
                 }

                 .fa-at:before {
                     content: "\40";
                 }
             }
         }
     }
     @media (max-width: 768px) {
         .contact-row{
             display: block;
         }
     }
 }



.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}

.grid-image2 {

    grid-column: span 1;
    grid-row: span 2;
    background-image: url("/detailpages/landingpages/karriere/ausbildung/img/2.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.grid-image2-mobile{
    display: none;
}



@media (max-width: 1500px) {

    .bluebox{
        height: 27rem !important;
    }
}
@media (max-width: 1000px) {
    .grid-container {
        padding: 0;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }


    .grid-image2 {
        display: none;
    }

    .grid-image2-mobile{
        width: 100%;
        padding-bottom: 1rem;
        display: block;
    }
    .studium{
        padding: 5% 5%;
    }
    .bluebox{
        height: 24rem !important;
    }
}
@media (max-width: 500px) {
    .grid-container {
        padding: 0;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(6, 1fr);
    }
    .bluebox{
        height: 17rem !important;
    }
}
.bluebox{
    height: 17rem;
    background-color: #006eb0;
    display: flex;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.bluebox .content {
    hyphens: auto;
    position: absolute;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width:100%;
}

.bluebox .default {
    opacity: 1;
}

.bluebox .hover-text {
    opacity: 0;
}

.bluebox:hover .default {
    opacity: 0;
}

.bluebox:hover .hover-text {
    opacity: 1;
}

.bluebox.toggled .default {
    opacity: 0;
}

.bluebox.toggled .hover-text {
    opacity: 1;
}

.special-icon {
    font-size: 50px;
    margin-bottom: 10px;
}

.hover-text {
    font-size: 18px;
    padding: 1rem;

}
.standard-text{
    font-size:1.2rem;
    font-weight: bold;
}
.white{
    color:white;
}




.grid-image {

    grid-column: span 1;
    grid-row: span 2;
    background-image: url("/detailpages/landingpages/karriere/ausbildung/img/1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.grid-image-mobile{
    display: none;
}



@media (max-width: 1500px) {

    .yellowbox{
        height: 27rem !important;
    }
}
@media (max-width: 1000px) {



    .grid-image {
        display: none;
    }

    .grid-image-mobile{
        width: 100%;
        padding-bottom: 1rem;
        display: block;
    }
    .ausbildung{
        padding: 5% 5%;
    }
    .yellowbox{
        height: 24rem !important;
    }
}
@media (max-width: 500px) {
    .yellowbox{
        height: 17rem !important;
    }
}
.yellowbox{
    height: 17rem;
    background-color: #ffd41c;
    display: flex;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.yellowbox .content {
    hyphens: auto;
    position: absolute;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width:100%;
}

.yellowbox .default {
    opacity: 1;
}

.yellowbox .hover-text {
    opacity: 0;
}

.yellowbox:hover .default {
    opacity: 0;
}

.yellowbox:hover .hover-text {
    opacity: 1;
}

.yellowbox.toggled .default {
    opacity: 0;
}

.yellowbox.toggled .hover-text {
    opacity: 1;
}



