@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

:root {
    --btn-color: #1275f6; /* Default color if none provided */
}

html body {
    font-family: 'Open Sans', sans-serif;
    background: #1e4379;
    color: #454545;
    overflow-x: hidden;
}

#container {
    margin: auto;
    /*
    padding-bottom: 60px;
    */
}

img, input[type=image] {
    max-width: 100%;
}


#atlas-logo {
    width: 250px;
    padding-top: 25px;
}

.head .overlay_image {
    text-align: center;
}


.head .image_cover_2_content {
    font-size: 40px;
    color: white;
    padding-top: 25px;
    padding-bottom: 27px;
}

.bottom_content {
    width: 31%;
    margin-left: 150px;
}

.main {
    margin: auto;
    text-align: center;
}

.main .headline {
    font-size: 35px;
    font-weight: 600;
    color: #43318b;
    width: 50%;
    margin: 0 auto;
}

.main .outside {
    padding-top: 35px;
}

.main .offer.box {

}

.main .mainwerds {
    padding: 0 0 35px 0;
    font-size: 18px;
    line-height: 1.3;
    max-width: 700px;
    margin: auto;
}

.main .credit {
    max-width: 700px;
    margin: auto;
    padding: 5px 5px 35px 5px;
}

.main .next {
    max-width: 420px;
    margin: auto;
    text-align: center;
    padding: 0 0 20px 0;
}

.main .bold {
    font-weight: 700;
    /*padding-top:20px;*/
}

.boxes {
    max-width: 100%;
    /*margin:auto;*/
    padding-top: 20px;
    margin-left: 10%;
    margin-right: 14%;
}

.boxes2 {
    max-width: 100%;
    /*margin:auto;*/
    padding-top: 20px;
    margin-left: 10%;
    margin-right: 14%;
}

.box {
    background: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.45);
    margin-bottom: 20px;
    float: left;
    width: 135%;
    border-radius: 10px;
}

.box.offer {
    background: transparent;
    border-bottom: 0;
}

.number {
    color: #3E89BF;
    width: 2%;
    float: left;
    font-weight: 700;
}

.box .left {
    float: left;
    width: 20%;
}

.box .line {
    border-bottom: 2px #D2D2D2 solid;
    max-width: 80px;
    margin-bottom: 9px;
    padding-top: 3px;
}

.box .middle {
    float: left;
    width: 53%;
}

.box .right {
    float: right;
    width: 25%;
    text-align: center;
}

.box .icon img {
    float: left;
    border-radius: 10px 0 0 10px;
}

.box .title {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0 10px;
}

.box .werds {
    /*font-size: 15px;*/
    line-height: 1.6;
    margin-top: 10px;
}

.text-size {
    font-size: 14px;
}

.box .logo {
    padding: 15px 0;
}

.lgo {
    width: 200px;
}

.box .note {
    font-size: 11px;
    width: 75%;
    margin: auto;
}

.ad {
    text-align: right;
    padding: 30px 1px 0 0;
}

.headline2 {
    font-size: 35px;
    padding-bottom: 35px;
    font-weight: 600;
    color: #81a96a;
    text-align: center;
    visibility: collapse;
}

.text-img-content {
    color: white;
    margin: auto;
    font-size: 18px;
}

.base_btn {
    background-color: var(--btn-color);
    border: none;
    color: white;
    height: 54px;
    width: 220px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
}

.dark_blue_btn {
    background-color: #2a56c6;
    border: none;
    color: white;
    height: 54px;
    width: 220px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
}

.light_green_btn {
    background-color: #68e294;
    border: none;
    color: white;
    height: 54px;
    width: 220px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
}

#KOF {
    width: 200px;
}

.footer {
    background-color: #282728;
    color: white;
    padding: 25px 0;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

.footer p {
    font-size: 14px;
    text-align: center;
}

.footer-content-wrapper {
    padding: 25px;
}

@media screen and (min-width: 1700px) {
    .box .middle {
        float: left;
        width: 53%;
        margin-left: -4%;
    }

    .hider {
        cursor: pointer;
        float: right;
        padding-right: 15px;
    }

    .hider2 {
        cursor: pointer;
        float: right;
        padding-right: 15px;
    }
}

@media screen and (min-width: 936px) {
    .boxes {
        margin-right: 10% !important;
        margin-left: 10% !important;
    }

    .boxes2 {
        margin-right: 10% !important;
        margin-left: 10% !important;
    }

    .box {
        width: 100% !important;
    }

}

@media screen and (min-width: 901px) and (max-width: 935px) {
    .box {
        width: 100%;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1900px) {
    .bottom_content {
        width: 35%;
        margin-left: 85px;
    }

    .head .image_cover_2_content {
        font-size: 32px;
    }
}

@media screen and (min-width: 901px) and (max-width: 1200px) {
    .bottom_content {
        margin-top: 35px;
        padding-bottom: 10px;
        width: 44%;
        margin-left: 34px;
    }

    .head .image_cover_2_content {
        font-size: 27px;
    }

    /*.head .image_cover_2 {
        height: 320px;
        width: 100%;
        background: url(/img/429205/HRO_Family-mobile.jpg) no-repeat;
        background-size: 99% 100%;
    }*/
}

@media screen and (min-width: 656px) and (max-width: 1100px) {

    .box {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .boxes {
        margin-left: 8%;
    }

    .main .headline {
        width: unset !important;
    }

    .bottom_content {
        margin-top: 6%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: unset;
        width: 46%;
        margin-left: unset;
        text-align: center;
    }

    .head .image_cover_2_content {
        font-size: 24px;
    }

    .btn-content a img {
        width: 81%;
    }

    /*.head .image_cover_2 {
        height: 320px;
        width: 100%;
        background: url(/img/429205/HRO_Family-mobile.jpg) no-repeat;
        background-size: 99% 100%;
    }*/
    /*.box .werds-container {
        display: flex;
        justify-content: center;
    }*/
    .box .werds {
        text-align: left;
        padding-left: 25px;
    }

    .box .left {
        display: none;
    }

    .box .middle {
        width: unset;
    }

    .box .title {
        text-align: center;
    }

    .box .right {
        width: unset;
        text-align: center;
    }

    .box .line {
        max-width: unset;
    }

    .text-size {
        text-align: center;
    }

    .form {
        padding-bottom: 10px;
    }

    .box .note {
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 656px) and (max-width: 1700px) {
    .boxes {
        width: 82%;
    }

    .boxes2 {
        width: 82%;
    }

    /*.box {
        padding-right: 15px;
    }*/
    .box .middle {
        padding-left: 9px;
    }
}

@media screen and (max-width: 655px) {
    .box .left {
        display: none;
    }

    .box .middle {
        /*width:65%;
        padding-left: 25px;
        box-sizing: border-box;*/
        text-align: center;
        width: unset;
    }

    .box .right {
        width: unset;
    }

    .main .werds {
        font-size: 14px;
    }

    .box {
        width: 90%;
        padding-right: 15px;
        display: flex;
        flex-direction: column;
        padding-bottom: 14px;

    }

    .number {
        width: 3%;
    }

    .card {
        background-color: #81a96a;
        height: auto;
        width: 350px;
        border-radius: 15px;
        margin-top: 15px;
        margin-left: 0 !important;
    }

    .headline {
        display: none;
    }

    .headline2 {
        display: none;
    }

    .boxes {
        margin: 0 35px;
        width: 93%;
        text-align: center;
    }

    .boxes2 {
        margin: 0 35px;
        width: 93%;
        text-align: center;
    }

    .box .line {
        border-bottom: 2px #D2D2D2 solid;
        max-width: unset !important;
        margin-bottom: 9px;
        padding-top: 3px;
    }

    .bottom_content {
        margin-top: 15%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: unset;
        width: unset;
        margin-left: unset;
        text-align: center;
    }

    .head .image_cover_2_content {
        font-size: 18px;
    }

    .btn-content a img {
        width: 81%;
    }

    /*.head .image_cover_2 {
        height: 320px;
        width: 100%;
        background: url(/img/429205/HRO_Family-mobile.jpg) no-repeat;
        background-size: 99% 100%;
    }*/
    /*.box .werds-container{
        display: flex;
        justify-content: center;
    }
    .box .werds {
        text-align: left;
    }
    .box .werds-container {
        display: flex;
        justify-content: center;
    }*/
    .box .werds {
        text-align: left;
        padding-left: 25px;
    }
}

@media screen and (max-width: 500px) {
    .box .left {
        display: none;
    }

    .box .middle {
        width: 100%;
        padding-left: 5px;
        box-sizing: border-box;
        float: initial;
    }

    .box .right {
        width: 100%;
        float: initial;
    }

    .bottom_content {
        margin-top: 15%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: unset;
        width: unset;
        margin-left: unset;
        text-align: center;
    }

    .head .image_cover_2_content {
        font-size: 18px;
    }

    .btn-content a img {
        width: 81%;
    }

    /*.head .image_cover_2 {
        height: 320px;
        width: 100%;
        background: url(/img/429205/HRO_Family-mobile.jpg) no-repeat;
        background-size: 99% 100%;
    }
    .box .werds-container {
        display: flex;
        justify-content: center;
    }*/
    .box .werds {
        text-align: left;
    }

}

@media screen and (max-width: 410px) {
    .box {
        width: 87%;
    }

    .number {
        width: 4%;
    }
}
