@font-face {
    font-family: "GT America";
    font-display: swap; /* display fallback font until loaded */
    src: url("/static/fonts/GT America/GT America/GT-America-Standard-Medium.otf"),
    url("/static/fonts/GT America/GT America/GT-America-Standard-Medium.ttf"),
    url("/static/fonts/GT America/GT America/GT-America-Standard-Medium.woff"),
    url("/static/fonts/GT America/GT America/GT-America-Standard-Medium.woff2");
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Serif JP', serif;
}



.grecaptcha-badge {
    visibility: hidden;
}

p, li {
    font-size: 1.5em;
    font-weight: 300;
}

li{
    font-size: 1.5em;
}

h4{
    font-family: "GT America", sans-serif;
    font-size: 2.25em;
}

h5{
    font-family: "GT America", sans-serif;
    font-size: 1.75em;
}

.font-size-28 {
    font-size: 28px;
    font-family: "GT America", sans-serif;
}

.title-font {
    font-family: "GT America", sans-serif;
}

header {
    margin-top: calc(1.5rem * -1);
    margin-right: calc(1.5rem / -2);
    margin-left: calc(1.5rem / -2);
}

.background{
    height: 100vh;
}

.background2{
    height: 100vh;
    background-image: url("/static/img/background-img-header.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.header-img{
    width: 100%;
    position:absolute;
    background: transparent;
}

.logo-header{
    justify-content: center;
    display: flex;
    margin-left: 450%;
    margin-top: 30%;
    width: 60%;
}

.header-img2{
    position:absolute;
    background-size: contain;
    height: 100%;
    max-height: 100%;
    display: block;
}

.logo-header2{
    justify-content: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    width: 10%;
}

.lagotto-app{
    padding: 50px;
}

hr{
    border: 2px solid white;
}

.background-img-lagotto{
    background-color: #DCC7FE;
}

.img-lagotto {
    width: 100%;
    align-self: flex-end;
}

.unicum{
    background-color: #033535;
    color: white;
    padding: 50px;
}

.background-img-unicum{
    background-color: #6CD898;
}

.img-unicum{
    width: 100%;
}

.functionality{
    background-color: #FF2C1A;
    color: white;
    padding: 60px 50px 50px;
}

.svgContainer{
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    display: block;
}


.why-lagotto{
    padding: 50px;
    background-color: #F2F2F0;
}

#symbol,
#symbol svg {
    width: 100px;
    height: 100px;
}


.title-why-lagotto{
    margin-bottom: 70px;
}

.first-logo{
    margin-bottom: 40px;
}

.second-logo{
    margin-bottom: 40px;
}

.third-logo{
    margin-bottom: 40px;
}

.img-sign-background {
    background-color: #E3F6FF;
    align-items: flex-end;
    display: flex;
}

.background-img-kriensApp {
    background-color: #31D391;
}

.img-kriensApp{
    width: 100%;
}

.kriensApp{
    background-color: #DCC7FE;
    padding: 50px;
}

.k-logo{
    justify-content: center;
    display: flex;
    margin-left: auto;
    margin-top: 75%;
    transition: transform .2s;
}

.k-logo:hover{
    transform: scale(1.5);
}

.ourOffers{
    background-color: #FF2C1A;
    color: white;
    padding: 50px 50px 50px;
}

.contact{
    background-color: #DCC7FE;
    padding: 50px;
}

.showContainer{
    background-color: #DCC7FE;
}

.form-control{
    background-color: #D3B7FD;
    margin-top: 10px;
    margin-bottom: 10px;
}

#button{
    width: 100%;
    border-radius: 100px;
    margin: 10px -10px 0 auto;
}

#button:hover{
    background-color: #31D391;
}

.footer{
    background-color: #6000D3;
    color: white;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.footer p {
    font-size: 18px;
}


a:link {
    color: white;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

@media (max-width: 576px) {
    .why-lagotto img{
        width: 10%;
        margin: 0 auto;
        display: block;
    }
    .why-lagotto p{
        text-align: center;
    }

    .svgContainer{
        width: 40%;
    }
}


@media (min-width: 576px) {
    header {
        margin-top: 0;
    }

    #button {
        margin: 10px 0 0 10px;
        width: 100%;
    }

    .why-lagotto img{
        width: 10%;
        margin: 0 auto;
        display: block;
    }
    .why-lagotto p{
        text-align: center;
    }

    .svgContainer{
        width: 30%;
        height: 90px;
    }
}

@media (min-width: 768px) {
    header {
        height: calc(100vw / (1920 / 1080));
    }

    .header-img {
        width: 100%;
        height: calc(100vw / (1920 / 1080));
        background: transparent;
    }

    #button {
        width: 50%;
        margin: 10px -0px 0 auto;
    }

    .why-lagotto img{
        width: 50%;
        margin: 0 auto;
        display: block;
    }

    .why-lagotto p{
        text-align: left;
    }

    .svgContainer{
        width: 30%;
        height: 170px;
    }
}

@media (min-width: 992px) {
    header {
        height: calc(100vw / (1920 / 1080));
    }

    .header-img {
        width: 100%;
        height: calc(100vw / (1920 / 1080));
        background: transparent;
    }

    .why-lagotto img{
        width: 50%;
    }

    .why-lagotto p{
        text-align: left;
    }
}

@media (min-width: 1200px) {
    header {
        height: calc(100vw / (1920 / 1080));
    }

    .header-img {
        width: 100%;
        height: calc(100vw / (1920 / 1080));
    }
}

@media (min-width: 1400px) {
    header {
        height: calc(100vw / (1920 / 1080));
    }

    .header-img {
        width: 100%;
        height: calc(100vw / (1920 / 1080));
    }
}

@media only screen and (max-width: 992px) {
    p, li {
        font-size: 16px;
    }

    h4 {
        font-size: 24px;
    }

    h5{
        font-size: 1.25em;
    }

    .font-size-28 {
        font-size: 19px;
    }

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


.agb:visited{
    color: white;
}
