*{

    box-sizing: border-box;

}
html,body{

    overflow-x: hidden;

}

body {
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4;
}

header,
footer {
    background-color: #65b32e;
    color: #000000;
}

a{

    text-decoration: none;
    color: inherit;

}

header, main, footer {
    width: 100%;
    display: block;
}

.app-logo,
.hoch5-logo{
    width: auto;
    height: 25px;
    display: block;
}




.swiper-container {
    width: 100%;
}

.slider-block .container{

    overflow: hidden;
    position: relative;
    max-width: none;

}

.swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.store-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}

.store-links img {
    height: 50px;
    width: auto;
}

.app-description {
    text-align: center;
    margin: 20px 0;
}

.app-description h2 {
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.app-description p {
    color: #555;
}


.app-description ul{

    padding: 20px;

}

.app-description ul li{

    margin-bottom: 10px;

}

.logo-banner {
    width: 100%;
    padding: 40px 0;
    
}

.logo-banner .container{

    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;

}

.logo-banner .container span{

    font-size: 12px;
    line-height: 1.3em;

}

.hoch5-logo-container{

    /* transform: translateY(-8px); */

}

.text-block {
    width: 100%;
    background-color: #f0f0f0;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    color: #000000;
}

.text-block .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    }

.text-block .text-block-content {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.text-block .screenshot {
    flex: 0 0 100%;
    
}

.text-block .screenshot img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.text-block .text-and-links {
    flex: 0 0 100%;
}

.text-block .app-description {
    margin-bottom: 20px;
    text-align: left;
}

.text-block .store-links {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}

.text-block2{

    width: 100%;
    background-color: #e0e0e0;
    padding: 40px 0;
    color: #000000;

}

.text-block2 .container{

    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 1000px;

}

.text-block2 .container .hoch5-logo{

    margin: 40px auto;

}

.slider-block {
    width: 100%;
    background-color: #ffffff;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
}

.container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}


.swiper-button-prev,
.swiper-button-next{

    display: none;
    color: #000000;

}


footer ul{

    list-style-type: none;
    padding: 0;
    display: flex;
    flex-flow: column;
    gap: 20px;

}

.button {
    display: table;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: #3858a5;
    border: none;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.button:hover {
    background-color: #2c4480;
}

@media (min-width: 1024px) {

    .swiper-button-prev,
    .swiper-button-next{
    
        display: block;
    
    }

    .text-block .screenshot {
        flex: 0 0 40%;
        padding-right: 80px;
    }

    .text-block .text-and-links {
        flex: 0 0 60%;
    }

    footer ul{

        flex-flow: row wrap;
        gap: 40px;  

    }

    .app-logo,
    .hoch5-logo{
        height: 35px;
        
    }

    

}

@media (min-width: 1600px) {

    .swiper-button-prev,
    .swiper-button-next{
    
        display: none;
    
    }

}
