.mission .container {
    margin-top: 60px;
}

.mission p {
    color: #EEEEEE;
    font-weight: 400;
    text-align: justify;
    hyphens: auto;
    word-break: break-word;
    overflow-wrap: break-word;
}

.mission h2 {
    color: #C62E2E;
    -webkit-text-stroke: 1px #fff;
   text-shadow:
        rgba(255, 255, 255, 1) 0px 5px 10px,
        rgba(255, 255, 255, 0.5) 0px 5px 15px;
    opacity: 1;
}

.list-styled {
    color: #EEEEEE;
    text-align: justify;
    hyphens: auto;
    line-height: 1.4;
    word-break: break-word;
    overflow-wrap: break-word;
}

.mission-list p {
    color: #EEEEEE;
}

.mission-list .list-styled .mb-3 {
    margin-top: 30px;
}

.list-styled {
    width: 100%;
    padding: 0;
    margin: 0;
}

.list-styled li {
    padding-left: 10px;
    /* Kis belső margót ad, hogy olvashatóbb legyen */
}

.mission-end {
    padding-top: 30px;
}

.mission-end p {
    text-align: center;
}

@media screen and (max-width: 990px) {
    .mission h2 {
        font-size: 2.1em;
    }
}

@media screen and (max-width: 480px) {

    .mission .container {
        margin-top: 50px;
    }

    .mission h2 {
        font-size: 1.5em;
        -webkit-text-stroke: 0.3px #fff;
        text-align: center;
        margin-bottom: 25px;
        text-shadow:
            rgba(255, 255, 255, 1) 0px 2px 3px,
            rgba(255, 255, 255, 0.5) 0px 2px 5px;
        opacity: 1;
    }

    .mission-list .container {
        margin-top: -7em;
    }

}

/* Képek */

.csr-carousel .carousel-inner{
    border: 1px solid #eee;
    border-radius: 20px;
    box-shadow: 0 0 25px 10px #C62E2E !important;
}

.cb-line .csr-hr {
    margin-top: 10vh;
    margin-bottom: 50px !important;
}

@media screen and (max-width: 480px) {
    .csr-carousel .container {
        margin-bottom: -5em;
    }

    .cb-line .csr-hr {
        margin-top: 1vh;
        margin-bottom: 10px !important;
    }

}

/* Etikai kódex */

.ethical h2 {
    color: #C62E2E;
    -webkit-text-stroke: 1px #fff;
   text-shadow:
        rgba(255, 255, 255, 1) 0px 5px 10px,
        rgba(255, 255, 255, 0.5) 0px 5px 15px;
    opacity: 1;
    padding-top: 45px;
}

.ethical p {
    color: #EEEEEE;
    font-weight: 400;
    text-align: justify;
    hyphens: auto;
    word-break: break-word;
    overflow-wrap: break-word;
}

.ethical strong {
    color: #FF4545;
    font-size: 1.2em;
    font-weight: 500;
}

.ethical b {
    color: #FF4545;
}

.ethical .shadow {
    box-shadow: 0 0 25px 10px #C62E2E !important;
    background-color: transparent;
    border-radius: 10px;
}

.ethical .button {
    background: linear-gradient(145deg, #6f6f6f, #434343);
    border: 2px solid #555;
    border-radius: 12px;
    box-shadow:
        4px 4px 8px rgba(0, 0, 0, 0.2),
        -4px -4px 8px rgba(255, 255, 255, 0.5);
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 24px;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.ethical .button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background: radial-gradient(circle,
            rgba(255, 255, 255, 0.2) 10%,
            transparent 30%);
    transition: transform 0.4s ease;
    transform: translate(-50%, -50%) scale(0);
    z-index: 0;
}

.ethical .button:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

.ethical .button:hover {
    background: linear-gradient(145deg, #434343, #6f6f6f);
    border: 2px solid #888;
    box-shadow:
        8px 8px 6px rgba(0, 0, 0, 0.3),
        -8px -8px 6px rgba(255, 255, 255, 0.6);
    transform: rotate(3deg);
}

.ethical .button span {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 480px) {
    .ethical .container {
        margin-top: -5em;
    }

    .ethical .container h2 {
        margin-top: 2em;
        text-shadow:
            rgba(255, 255, 255, 1) 0px 2px 3px,
            rgba(255, 255, 255, 0.5) 0px 2px 5px;
        opacity: 1;
    }

    .ethical-line {
        margin-bottom: -8vh;
        margin-top: -4vh;
    }
}

/* Adatvédelem */

.datapro {
    min-height: 90vh;
    margin-top: 3em;
}

.datapro strong {
    font-size: 22px;
}