/*Tastenkombi für code folding: alt-1, shift-alt-1 */

* {
    /* for every class following*/
    margin: 0;
    padding: 0;

    font-family: 'Lato', sans-serif;
    speak: none;
    font-style: normal;
    /*    letter-spacing: -1px;*/
    font-variant: normal;
    text-transform: none;
    /*    line-height: 1;*/
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;

    /*        padding shows bullet points!*/
    /*    background-color: transparent;*/

    box-sizing: border-box;

}


/*in root: all variables used multiple times*/

:root {
    --width: 33.3333333%;
    --borderRadius: 15px;
}


body {
    height: 100%;
    font-family: 'Lato', sans-serif;
    /*
    background-color: gray;
*/
}

.disableSelection {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/* page layout for footer */
#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 2em;
    /* Footer height */
}

.box2 {

    padding-top: 7em;
}

.applumosBold {
    background-color: transparent;
    font-size: 7em;
    color: black;
    text-align: center;
    font-weight: 700;
}

.wordAnimation {

    background-color: transparent;
    font-size: 2.2em;
    font-weight: 400;
    color: black;
    text-align: center;
    margin-top: 1.2em;

}

.wordAnimation span {
    font-weight: 400;
}

.appIconImage {

    width: 14em;
    height: 14em;

    margin: auto;
    margin-top: 5em;
    margin-bottom: 5em;
    cursor: pointer;
}

.appIconImage img {

    border-radius: 3.5em;
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.14);

}

/*-------------- Cards ------------ */


.cardContainer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 8em;
    margin-bottom: 3em;

}

.cardWidth {
    width: 50em;

}

.card {
    /* Add shadows to create the "card" effect */
    margin-bottom: 4em;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
    border-radius: var(--borderRadius);
}


img {
    border-radius: var(--borderRadius);
}

.text {
    padding: 50px 50px;
}

.textContainer {
    padding: 0 50px 50px 50px;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;

}

.textContainer .blue {
    color: rgb(0, 122, 255);
    text-align: center;

}

.icon {
    margin-top: 1.2em;
    width: 2em;
    border-radius: 0;
}



.linkContainer {
    display: flex;
    justify-content: center;
    margin-top: 1em;
}

.linkButton {
    width: 13em;
    height: 2.2em;
    background-color: transparent;
    border: 0.12em solid rgb(0, 122, 255);
    border-radius: 0.3em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    text-decoration: none;
    color: rgb(0, 122, 255);
}

.rightButton {

    margin-left: 1em;
}

.buttonSpacing {

    background-color: red;
}


.linkButton:hover {
    background-color: rgb(0, 122, 255);
    color: white;
}

.textContainer p {

    margin-top: 20px;
    text-align: justify;
    font-weight: 300;
    font-size: 1.3em;
}


/*-------- Bottom Button ---------*/

.container {

    width: 100%;
    margin-top: 8em;
    height: auto;
    font-family: 'Lato', sans-serif;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-evenly;

}

.button {
    width: 30em;
    height: 5em;
    background-color: rgba(255, 149, 0, 1);
    border: none;
    border-radius: 1em;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
}

.button:hover {
    background-color: rgba(255, 149, 0, 0.7);

}

.button h2 {
    font-size: 2em;
    font-weight: 400;
    text-decoration: none;
}

.button:focus {
    outline: none;
}


/*-------- Footer ---------*/

.footer {
    background-color: transparent;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1.5em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    justify-content: space-evenly;

}

.copyRighted {
    background-color: transparent;
    padding: 0.000em 0.000em;
    width: 20%;
    height: 1.5em;
    text-align: left;
    margin-top: 0.000em;
    margin-bottom: 0.000em;
}

.copyRighted a {
    text-decoration: none;
    font-size: 0.750em;
    font-weight: 300;
    color: rgb(255, 255, 255, 0.5);
    padding: 0.100em 0.600em;
    text-align: center;
    margin-bottom: 0.000em;
    color: gray;
}

.aboutus {
    background-color: transparent;
    padding: 0.000em 0.000em;
    width: 60%;
    height: 1.5em;
    text-align: center;
    margin-top: 0.000em;
    margin-bottom: 0.000em;

}

.aboutus p {
    font-size: 1.000em;
    color: rgba(255, 149, 0, 1);
    padding: 0.100em 0.500em;
    display: inline;
    margin-bottom: 0.000em;

}

.aboutus a {
    text-decoration: none;
    font-size: 0.750em;
    font-weight: 400;
    color: black;
    padding: 0.100em 0.600em;
    text-align: center;
    margin-bottom: 0.000em;

}

.spaceBox {
    width: 20%;
}


/* make keyframes that tell the start state and the end state of our object */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes slideInFromBottom {
    0% {
        transform: translateY(2%);
    }

    100% {
        transform: translateY(0);
    }
}

@-moz-keyframes slideInFromBottom {
    0% {
        transform: translateY(2%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slideInFromBottom {
    0% {
        transform: translateY(2%);
    }

    100% {
        transform: translateY(0);
    }
}

.slide-Up {
    opacity: 0;
    /*
    -webkit-animation: 1s ease-out 0s 1 slideInFromBottom;
    -moz-animation: 1s ease-out 0s 1 slideInFromBottom;
    animation: 1s ease-out 0s 1 slideInFromBottom;
*/
    /* make things invisible upon start */
    -webkit-animation: 1s ease-out 0s 1 slideInFromBottom, fadeIn ease-in 1;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: 1s ease-out 0s 1 slideInFromBottom, fadeIn ease-in 1;
    animation: 1s ease-out 0s 1 slideInFromBottom, fadeIn ease-in 1;

    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;

    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;

}

.fade {
    opacity: 0;

    -webkit-animation: fadeIn ease-in 1s;
    -moz-animation: fadeIn ease-in 1s;
    animation: fadeIn ease-in 1s;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;


    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;


}

@-webkit-keyframes blink-caret {
    50% {
        border-color: transparent;
    }
}

.blink-class {

    -webkit-animation: blink-caret .5s step-end infinite alternate;

    /*
     -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
*/
}




@media only screen and (min-width: 869px) {
    body {
        width: 100%;
        float: none;
        background-color: white;
        /*#1a1a1a*/
    }
}


@media only screen and (min-width: 600px) and (max-width: 868px) {

    .logo img {

        margin-left: 0.5em;
        margin-top: 0.5em;

    }

    body {
        background-color: white;
        float: none;
        width: 100%;
    }

    .box2 {
        padding-top: 10em;
    }

    .applumosBold {
        font-size: 6em;

    }

    .wordAnimation {
        font-size: 1.4em;
    }

    .appIconImage {

        width: 10em;
        height: 10em;
        margin-top: 5em;
        margin-bottom: 0em;
    }

    .appIconImage img {
        border-radius: 2.5em;

    }

    .cardContainer {
        margin-top: 6em;
        margin-bottom: 0em;
    }


    .cardWidth {
        width: 30em;
    }

    .card {
        margin-bottom: 2em;
        border-radius: 10px;
    }

    img {
        border-radius: 10px;
    }

    .linkContainer {

        margin-top: 0.5em;

    }


    .linkButton {
        width: 10em;
        height: 2em;
        font-size: 1.2em;
    }

    .textContainer {
        padding: 0 20px 20px 20px;
    }

    .textContainer p {
        margin-top: 5px;
        font-size: 0.900em;

    }

    .icon {
        margin-top: 0.5em;
        width: 1em;
    }



    .container {

        margin-top: 0em;

    }

    .button {
        margin-top: 2em;
        margin-bottom: 3em;
        width: 25em;
        height: 4em;
        border-radius: 0.7em;
    }

    .button h2 {
        font-size: 1.8em;

    }


    .footer {
        width: 100%;
        display: block;
        justify-content: center;
/*
        height: auto;
*/
        height: 3em;
        
    }

    .copyRighted {
        width: 100%;
        text-align: center;
        font-size: 0.900em;
    }

    .aboutus {
        width: 100%;
        font-size: 0.900em;
    }

}

@media only screen and (min-width: 401px) and (max-width: 599px) {

    .logo img {

        margin-left: 0.5em;
        margin-top: 0.5em;

    }

    body {
        background-color: white;
        float: none;
        width: 100%;
    }

    .box2 {

        padding-top: 5em;
    }

    .applumosBold {
        font-size: 4em;

    }

    .wordAnimation {

        font-size: 1.4em;

    }

    .appIconImage {

        width: 10em;
        height: 10em;
        margin-top: 5em;
        margin-bottom: 0em;
    }

    .appIconImage img {
        border-radius: 2.5em;
    }

    .cardContainer {
        margin-top: 6em;
        margin-bottom: 0em;
    }


    .cardWidth {
        width: 95vw;
    }

    .card {
        margin-bottom: 2em;
        border-radius: 10px;
    }

    img {
        border-radius: 10px;
    }

    .linkContainer {

        margin-top: 0.5em;

    }


    .linkButton {
        width: 40vw;
        height: 2em;
        font-size: 1.2em;
    }

    .textContainer {
        padding: 0 20px 20px 20px;
    }

    .textContainer p {
        margin-top: 5px;
        font-size: 0.900em;

    }

    .icon {
        margin-top: 0.5em;
        width: 1em;
    }



    .container {

        margin-top: 0em;

    }

    .button {
        margin-top: 2em;
        margin-bottom: 3em;
        width: 25em;
        height: 4em;
        border-radius: 0.7em;
    }

    .button h2 {
        font-size: 1.8em;

    }


    .footer {
        width: 100%;
        display: block;
        justify-content: center;
/*
        height: auto;
*/
        height: 3em;

    }

    .copyRighted {
        width: 100%;
        text-align: center;
        font-size: 0.900em;
    }

    .aboutus {
        width: 100%;
        font-size: 0.900em;
    }
}

@media only screen and (max-width: 400px) {

    .logo img {

        margin-left: 0.5em;
        margin-top: 0.5em;

    }

    body {
        float: none;
        background-color: white;
        width: 100%;

    }

    .box2 {

        padding-top: 5em;
    }

    .applumosBold {
        font-size: 4em;

    }

    .wordAnimation {

        font-size: 1.4em;

    }

    .appIconImage {

        width: 10em;
        height: 10em;
        margin-top: 5em;
        margin-bottom: 0em;
    }

    .appIconImage img {
        border-radius: 2.5em;
    }

    .cardContainer {
        margin-top: 6em;
        margin-bottom: 0em;
    }


    .cardWidth {
        width: 95vw;
    }

    .card {
        margin-bottom: 2em;
        border-radius: 10px;
    }

    img {
        border-radius: 10px;
    }

    .linkContainer {
        margin-top: 0.5em;
    }


    .linkButton {
        width: 38vw;
        height: 2em;
        font-size: 1.2em;
    }

    .textContainer {
        padding: 0 20px 20px 20px;
    }

    .textContainer p {
        margin-top: 5px;
        font-size: 0.900em;

    }

    .icon {
        margin-top: 0.5em;
        width: 1em;
    }


    .container {

        margin-top: 0em;

    }

    .button {
        margin-top: 2em;
        margin-bottom: 3em;
        width: 25em;
        height: 4em;
        border-radius: 0.7em;
    }

    .button h2 {
        font-size: 1.8em;

    }

    .footer {
        width: 100%;
        display: block;
        justify-content: center;
        height: 3em;

    }

    .copyRighted {
        width: 100%;
        text-align: center;
        font-size: 0.800em;
    }

    .aboutus {
        width: 100%;
        font-size: 0.600em;
    }

}
