
body {
    font-family: "Metrophobic", sans-serif;
    font-weight: 500;
    font-style: normal;
    /*font-family: 'Heading Now Trial', sans-serif;*/
    font-size: 1.3em;
    position: relative;
    min-height: 100vh;
    background: linear-gradient(
            to right,
            #404875 0%,
            #404875 43.15%,
            #a3acd7 43.15%,
            #a3acd7 100%
    );
    word-wrap: break-word;
    color: #fff;
}

.metrophobic-regular {
    font-family: "Metrophobic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1 {
    font-size: xxx-large;
}

.welcome-main {
    font-size: 6em;
}


h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.2em;
}


label {
    font-size: 1em;
    line-height: 1.2em;
    color: #fff;
}

label .has-error {
    color: #ff0202
}


input[type="text"] {
    border-bottom: 1px solid #fff !important;
    margin-bottom: 10px !important;
    height: 2.5em !important;
}

input[type="text"] .input-error {
    border-bottom: 1px solid red !important;
}

input[type="text"]:focus {
    box-shadow: 0 2px 0 0 #fff !important;
}

.input-error {
    border-bottom: 1px solid red !important;
}

.error-msg {
    color: red;
    font-style: italic;
    font-size: 0.8em;
}

textarea {
    background-color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 10px;
    height: 100px;
    color: gray;
}

.form-group {
    margin-top: 0.5em;
}

.rounded-box {
    border-radius: 50px;
    background-color: #d9d2c5;
    border: none;
    color: #404875;
    padding: 10px 20px;
    text-align: center;
    font-size: 1em;
    line-height: 1em;
    min-height: 4em;
    display:flex;
    align-items: center;
    justify-content: center;
}

.rounded-box-red {
    background-color: #f28c82;
}

.rounded-box-blue {
    background-color: #a3acd7;
}

.rounded-box-bright {
    background-color: #fbf8ef;
}

.rounded-box-green {
    background-color: #a3c4a8;
}


.salomon {
    color:  #f28c82;
}

.new-btn {
    border-radius: 50px;
    background-color: #b2b2b2;
    border: none;
    color: #fff;
    padding: 20px 40px;
    text-align: center;
    cursor: pointer;
}


.new-btn-salomon {
    background: #f28c82;
    color: #404875;
}

.new-btn-dark-blue {
    background: #404875;
    color: #fff;
}
.new-btn-dark-blue a {
    color: #fff;
}

.btn-welcome {
    font-size: 1.1em;
    height: 3em;
    line-height: 1em;
    text-align: center;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {

}

.logo {
    display: inline-block;
    width: 250px;
}

.menu-item {
    font-size: 0.8em;
}

.snap-container {
    scroll-snap-type: y mandatory;
    height: 100vh;
    width: 100vw;
    overflow-y: scroll;
}

.fullscreen-box {
    min-height: 100vh;
    width: 100vw;
    scroll-snap-align: start;
    padding-top: 200px;
}

.fullscreen-box .col {
    padding: 4em 2em;
}

.fullscreen-box ul {
    padding-left: 1em;
}

.segment1 {
  background: linear-gradient(to left, #404875 0%, #404875 50%, #a3acd7 50%, #a3acd7 100% );
}

.segment2 {
    background: #404875;
}

.segment3 {
    background: linear-gradient(to right, #404875 0%, #404875 50%, #a3acd7 50%, #a3acd7 100% );
}

.segment1 li {
    list-style-type: disc !important;
}

.segment1 li::marker {
    font-size: 2em;
}

.segment1 li span {
    font-size: 1.1em;
}

.content {
    padding-right: 3em;
    margin-top: 4em
}

.content-column {
    padding-top: 8em !important;
    margin: auto !important;
}

/*.welcome-content {
    padding-right: 10% !important;
}*/

.underline-image {
    max-width: 600px;
}

.asset-top-left {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 500px;
    width: 30vw
}

.asset-top-left-welcome {
    position: absolute;
    top: 150px;
    left: 15%;
    width: 35vw;
    margin-bottom: 60px;

}

.modules-container {
    max-width: 1200px;
    margin: auto;"
}

.modules-container .col {
    padding: 0.5em 1em;
}

.footer-flex {
    margin-top: auto;
    margin-bottom: 0;
    width: 100%;
    height: auto;
    padding: 0;
}


.asset-bottom-left-flex {
    width: 32vw;
    margin-bottom: 0;
    padding: 0;
 }


.asset-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25vw;
}

.vertical-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.welcome-page-content {
   /** min-height: 1200px*/
}

.header-box {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    opacity: 1;
    z-index: 99;
    width: 100%;
    padding: 20px;
    box-shadow: 0 5px 15px 0 #000 !important;
}

.header-logo {
    height: 120px;
}

.home-icon {
    color: #404875;
    padding-right: 2em;
    vertical-align: top;
}

.spacer-box-bottom {
    width: 100%;
    height: 300px;
}

.col-w-text {
    padding-left: 10% !important;
    padding-right: 10% !important;
}


    /* s - mobile devices */
@media only screen and (max-width: 600px) {
    .asset-top-left {
        width: 50vw;
    }

    .asset-bottom-left, .asset-bottom-left-flex {
        width: 55vw;
    }

    .modules-container .rounded-box {
        margin: 0.5em 0;
    }


    .vertical-center {
        display: block;
        justify-content: normal;
        align-items: center;
    }


    .footer-flex {
        height: 53vw;
    }

    .content-register {
        min-height: 1300px;
    }

    .content-welcome {
       /* min-height: 1000px;*/
    }

    .spacer-box-bottom {
        width: 100%;
        height: 300px;
    }


    .new-btn {
        padding: 15px 20px;
    }

    .underline-image {
        max-width: 360px;
    }

    .welcome-page-content {
      /*  min-height: 1300px*/
    }

    h1 {
        font-size: xx-large;
    }

    .header-logo {
        height: 80px;
    }

    .header-box {
      /*  height: 80px;*/
    }

    .home-icon  {
        padding-right: 1em;
    }

}


    /* m  - tablets */
    @media only screen and (min-width: 601px) and (max-width: 992px) {
        .content-register {
            min-height: 1300px;
        }

        .underline-image {
            max-width: 400px;
        }

        .spacer-box-bottom {
            width: 100%;
            height: 300px;
        }

        .asset-bottom-left {
            width: 50vw;
        }



    }

    /* smaller large screens on which top box content doen't fit */
    @media only screen and (max-width: 1380px) {
        .asset-bottom-left {
            width: 40vw;
        }

        .col-w-text {
            padding-left: 6% !important;
            padding-right: 6% !important;
        }

    }



    /* s & m  - smart phones and tablets */
    @media only screen and (max-width: 992px) {
        body {
            background: #a3acd7;
        }

        .segment1 {
            background: #404875;

        }

        .segment3 {
            background: #a3acd7;
        }

        .fullscreen-box .col {
            padding: 2em 1em;
        }

        .modules-container .col {
            padding: 0.5em 0.5em;
        }


        .welcome-main {
            font-size: 5em;
        }

        .register-btn {
            font-size: 1.2em;
        }

        .content-imprint {
            min-height: 1300px;
        }



    }

    /* l - large screens */
    @media only screen and (min-width: 993px) {

    }

    /* l - large screens only */
    @media only screen and (min-width: 993px) and (max-width: 1199px) {
    }


    /* xl - large screens */
    @media only screen and (min-width: 1200px) {

    }

    /* xl - large screens only */
    @media only screen and (min-width: 1200px) and (max-width: 1599px) {


    }



    /* xxl - large screens */
    @media only screen and (min-width: 1600px) {

    }

