﻿
#section {
    width: 100%;
    height: 100px;
}

.error_display {
    color: red;

}

.cursor_pointer {
    cursor: pointer;
}

.carousel-image-size-large {
    width: 100%;
    height: 100%;
}

.carousel-image-size-position-top {
    object-fit: cover;
    object-position: top;
}

.carousel-image-size-position-bottom {
    object-fit: cover;
    object-position: bottom;
}

.carousel-image-size-position-center {
    object-fit: cover;
    object-position: center;
}

.text-responsive {
    font-size: calc(100% + 1vw + 1vh);
}

.main_content {
    margin-top: 2px;
    justify-content: center;
    align-items: center;
    padding-bottom: 25px;
}

.homepage-headline {
    font-family: adelle, serif;
    width: 100%;
    height: 300px;
    font-size: 50px;
}

    .homepage-headline p {
        color: #355c8d;
        font-size: 50px;
        padding-top: 60px;
        padding-right: 10%;
        padding-left: 10%;
        text-align: center;
        text-justify: inter-word;
    }

.homepage-subsidiaries {
    margin-bottom: 12px;
}

/*    .homepage-subsidiaries div {
        height: 100%;
        padding-left: 5px;
    }*/

.homepage-subsidiaries-style {
    margin-top: 22px;
    text-align: center;
}

    .homepage-subsidiaries-style a:hover {
        opacity: .5;
        /*        width: 98%;
        height: 98%;*/
    }

        .homepage-subsidiaries-style a:hover img {
            position: relative;
        }

.homepage-subsidiaries-imgsize-lg {
    width: 99%;
    height: 99%;
}

.homepage-subsidiaries-imgsize-md {
    width: 50%;
    height: 50%;
}

.about-headline {
    font-family: adelle, serif;
    width: 100%;
    height: 220px;
    font-size: 50px;
}

    .about-headline p {
        color: #355c8d;
        font-size: 50px;
        padding-top: 60px;
        padding-right: 5%;
        padding-left: 5%;
        text-align: center;
        text-justify: inter-word;
    }

.about-subsidiaries {

}

    .about-subsidiaries div {
        width: 340px;
        height: 177px;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
        margin: 0 auto;
    }

.about-subsidiaries-style {
    margin-top: 22px;
    text-align: center;
/*    width: 100%;
    height: 100%;*/
}

.about-pillars-style {
    margin-top: 22px;
    text-align: center;
    /*    width: 100%;
    height: 100%;*/
}

.about-subsidiaries-imgsize-lg {
    width: 100%;
    height: 100%;
}

.about-subsidiaries-imgsize-md {
    width: 50%;
    height: 50%;
}

.about-pillars {
    display: flex;
    flex-direction: row;
    width: 60%;
    height: 388px;
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
}

    .about-pillars div {
        width: 340px;
        height: 388px;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
        margin: 0 auto;
    }

.about-pillars-style {
    margin-top: 22px;
    text-align: left;
    width: 100%;
    height: 100%;
}

.about-pillars-imgsize {
    width: 80%;
    height: 80%;
}

.myinfo_email_boarders_red {
    border: 2px solid red;
}

/* If the screen size is 1200px wide or more, set the font-size to 80px */
@media (min-width: 1200px) {
    .responsive-font-blue {
        font-size: 50px;
        color: #355c8d;
    }

    .responsive-font-black {
        font-size: 40px;
        color: black;
    }

    .about-values {
        width: 60%;
        height: fit-content;
        text-align: center;
        margin: 0 auto;
    }

        .about-values p {
            color: black;
            font-size: 25px;
            padding-top: 60px;
            padding-right: 10%;
            padding-left: 10%;
            text-align: justify;
            text-justify: inter-word;
        }

}
/* If the screen size is smaller than 1200px, set the font-size to 80px */
@media (max-width: 1199.98px) {
    .responsive-font-blue {
        font-size: 30px;
    }

    .responsive-font-black {
        font-size: 30px;
        color: black;
    }

    .responsive-font-values {
        font-size: 30px;
        color: black;
    }


}

