
/* Style CSS */
/* Scroll */
.scroll {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 50px;
    right: 20px;
    background-color: var(--footer);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    cursor: pointer;
}

.scroll-arrow {
    padding: .5rem;
    width: 20px;
}

#home {
    scroll-margin-top: 250px;
}

#scroll-1 {
    scroll-margin-top: 100px;
}

#scroll-2 {
    scroll-margin-top: 100px;
}

#scroll-3 {
    scroll-margin-top: 100px;
}

#scroll-4 {
    scroll-margin-top: 100px;
}

#scroll-5 {
    scroll-margin-top: 100%;
}


/* Section 1 */
.s1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8rem;
    width: 100%;
    height: 40vh;
}

.s1-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 70%;
}

.s1-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;

    flex-direction: column;
}

.s1-bubbles {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    margin-right: 2rem;
}

.bubble {
    width: 30px;
    background-color: var(--pri-color);
    height: 30px;
    border-radius: 25px;
}

.s1-t1 {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: .5rem;
}

.motto {
    margin-top: .5rem;
    font-size: 1.5rem;
    font-weight: 600;
    font-style: italic;
    width: 52%;
}

.btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 2rem;
    gap: 1rem;
}

.pri-btn, .sec-btn {
    display: flex;
    justify-content: center;
    align-items: center;

    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    padding: .7rem 1.5rem;
    border-radius: 50px;
    border: var(--pri-color) solid 1px;
    font-size: 1.2rem;
    font-weight: 300;
    cursor: pointer;
    transition: .3s;
}

.pri-btn {
    background-color: var(--pri-color);
    color: #fff;
}

.sec-btn {
    color: var(--pri-color);
    align-self: center;
}

.pri-btn:hover {
    scale: 1.1;
}

.sec-btn:hover {
    scale: 1.1;
}

.s1-img {
    width: 350px;
}

.pfp-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: .5rem;
}

.s1-logo {
    width: 300px;
}

.partner {
    text-align: center;
    font-size: 1.2rem;
    color: var(--pri-color);
}

/* Section 2 */
.s2 {

}

.s2-img {
    margin-top: 5rem;
    width: 100%;
}

.s2-container {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 200px;
    margin-top: -1rem;
    background-color: var(--pri-color);
    gap: 8vw;
}

.stats {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.number {
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
}

.info {
    font-size: 1.5rem;
    font-weight: 200;
    color: #fff;
}

.div {
    width: 100%;
    margin-bottom: -.5rem;
}

/* Section 3 */
.s3 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.s3-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5vw;
}

.s3-picture {
    width: 500px;
}

.s3-text-container {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;

    text-align: left;
    width: 500px;
}

.s3-text {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.s3-text-container li {
    font-size: 1.2rem;
    margin-bottom: .5rem;
    font-weight: 300;
}

/* Section 4 */
.s4 {

}

.s4-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.s4-hd {
    margin-top: 3rem;
    font-size: 2rem;
    font-weight: 600;
    color: var(--pri-color);
    
}

.card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 2rem;
    margin-top: 1rem;
    margin-bottom: 5rem;
    flex-wrap: wrap;
}

.card {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 250px;
    border: 1px var(--pri-color) solid;
    height: fit-content;
    padding: 2rem;
}

.card-hd {
    font-size: 1.5rem;
    color: var(--pri-color);
    font-weight: 600;
    text-align: center;
}

.card-picture {
    width: 200px;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.card-btn:hover {
    background-color: var(--pri-color);
    color: #fff;
}

 

@media screen and (max-width: 1000px) {
    .s1-img {
        width: 200px;
    }
    
    .s1-logo {
        width: 200px;
    }    
    
    .info {
        text-align: center;
    }

    .s3-container {
        flex-direction: column;
        gap: .5rem;
    }

    .s3-picture {
        width: 400px;
    }

    .picture {
        width: 300px;
    }
}

@media screen and (max-width: 800px) {
    h1 {
        text-align: center;
        font-size: 2.5rem;
    }

    /* Section 1 */
    .s1-img {
        display: none;
    }

    .s1-bubbles

    .s1 {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    .s1-container {
        flex-direction: column;
        gap: 4rem;
    }

    .s1-content {
        align-items: center;
    }

    .motto {
        text-align: center;
        width: 80%;
    }

    .partner {
        text-align: center;
        margin-right: 0;
    }

    /* Section 2 */
    .s2-container {
        flex-wrap: wrap;
        height: fit-content;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    /* Section 3 */
    .s3-container {
        flex-direction: column;
    }

    .s2-img {
        margin-top: 25rem;
    }

}

@media screen and (max-width: 500px) {
    .s1-container {
        margin-top: 15rem;
    }

    .s2-img {
        margin-top: 25rem;
    }
    
    .s3 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .s3-container {
        width: 90%;
    }

    .s3-text-container {
        width: 90%;
    }

    .s3-picture {
        width: 250px;
    }

    .picture {
        width: 200px;
    }

    .card {
        width: 200px;
    }

    .s1-bubbles {
        display: none;
    }
    
    .k1-container {
        width: 260px;
    }

    .k1-info-container {
        padding: .5rem;
    }

    .k1-info-container a{
        font-size: 1rem;
    }

}

/* KONTAKT */
.k1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 5rem;
}

.k1-container {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.k1-info-container {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
    padding: 2rem;
    width: 300px;
    height: fit-content;
    background-color: rgb(245, 245, 245);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border: var(--pri-color) solid 1px;
    border-radius: 50px;
}

.k1-i {
    margin-top: .5rem;
    font-size: 1.2rem;
}

.k1-info-container a{
    color: black;
    text-decoration: underline;
    font-weight: 300;
}


@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 800px) {

}

@media screen and (max-width: 500px) {

}

/* SLUZBY */
.sl1 {
    margin-top: -5rem;
    display: flex;
    justify-content: center;
}

.sl1-container {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.sl1-hd {
    font-size: 2rem;
    color: var(--pri-color);
    font-weight: 500;
    text-align: center;
    margin-top: 8rem;
    text-transform: uppercase;
}

.sl1-motto {
    margin-top: .2rem;
    font-size: 1.8rem;
    font-weight: 500;
    font-style: italic;
    text-align: center;
}

.sl1-text-container {
    margin-top: 2rem;
}

.sl1-text {
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: 300;
}

.sl1-text li {
    font-weight: 500;
}

.sl1-text-hd {
    margin-top: 1rem;
    font-size: 1.5rem;
}

li {
    margin-left: 2rem;
    margin-top: .2rem;
}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 800px) {
    .sl1-container {
        width: 90%;
    }

    li {
        margin-left: 1rem;
    }
}

@media screen and (max-width: 500px) {
    .sl1-hd {
        font-size: 1.5rem;
    }
}