@charset "UTF-8";
@import "css/style.css";
@import "../css/fonts.css";
/*home-page*/
/*nav-bar*/
nav{
    margin: 0 auto;
    width: 100%;
    z-index: 1000;
    min-height: 65px;
    padding-top: 20px;
    height: auto;
    background-color: #fff;
    position: relative;
}
.nav-container{
    width: 92%;
    max-width: 1670px;
    background-color: #fff;
    margin: auto;
    position: relative;
    height: auto;
    min-height: 110px;
}
/*nav-button*/
.nav-button{
    height: 49px;
    max-height: 59px;
    outline: none;
    font-size: calc(12px + (16 - 12)*((100vw - 320px) / (1670 - 320)));
    line-height: calc(13px + (18 - 13)*((100vw - 320px) / (1670 - 320)));
    width: 252px;
    max-width: 298px;
    border-radius: 11px;
    text-align: center;
    font-family: 'Ubuntu Bold';
    border: 1.5px solid #326AEA;
    background-color: #fff;
    color: #326AEA;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/*logo-top*/
.logo{
    text-align: left;
    font-family: 'Nunito Sans Light';
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
    position: absolute;
    height: calc(49px + (68 - 49)*((100vw - 320px) / (1670 - 320)));
    width: calc(168px + (240 - 168)*((100vw - 320px) / (1670 - 320)));
    z-index: 10;
    color: #326AEA;
}
.logo-text span:nth-of-type(1){
    font-size: calc(20px + (29 - 20)*((100vw - 320px) / (1670 - 320)));
}
.logo-text span:nth-of-type(2){
    font-size: calc(10px + (16 - 10)*((100vw - 320px) / (1670 - 320)));
}
/*nav-list*/
.nav-list-top{
    position: absolute;
    white-space: nowrap;
    display: none;
    font-family: 'Ubuntu Light';
    top: 0;
    right: 0;
    width: calc(160px + (250 - 160)*((100vw - 900px) / (1670 - 900)));
    font-size: calc(11px + (14 - 11)*((100vw - 900px) / (1670 - 900)));
}
.nav-list-top ul{
    justify-content: space-between;
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
}
.nav-list-top ul li{
    color: #657289;
}
.language{
    padding-left: 1.8vw;
}
.nav-list-bottom{
    display: none;
    font-family: 'Nunito Sans Black';
    white-space: nowrap;
    position: absolute;
    left: 25vw;
    max-width: 425px;
    font-size: calc(18px + (22 - 18)*((100vw - 900px) / (1670 - 900)));
    line-height: calc(22px + (30 - 22)*((100vw - 900px) / (1670 - 900)));
    width: 40%;
    padding-top: 3vw;
}
.nav-list-bottom ul{
    justify-content: space-between;
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
}
.nav-list-bottom ul li{
    color: #2C385A;
}
/*mobile-list*/
.mobile-list{
    position: relative;
    width: 100%;
    font-family: 'Nunito Sans Black';
    display: none;
    padding-bottom: 39px;
    padding-top: 39px;
    font-size: 20px;
    background: #FFFFFF;
}
.mobile-list ul{
    width: 92%;
    z-index: 8;
    position: relative;
    margin: auto;
    line-height: 60px;
}
.mobile-list ul li{
    color: #2C385A;
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.arrow-right{
    border: solid #2C385A;
    border-width: 0 3px 3px 0;
    height: 1px;
    position: relative;
    top: 25px;
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
/*hamburger menu*/
#menuToggle{
    display: block;
    position: absolute;
    right: 0;
    height: 49px;
    padding-top: 12px;
    z-index: 1;
    font-family: 'Nunito Sans Black';
    -webkit-user-select: none;
    user-select: none;
}
#menuToggle a{
    text-decoration: none;
    color: #2C385A;
    transition: color 0.3s ease;
}
#menuToggle input{
    display: block;
    width: 55px;
    height: 49px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0; 
    z-index: 2; 
    -webkit-touch-callout: none;
}
#menuToggle #span1{
    display: block;
    width: 42px;
    left: 13px;
    height: 2px;
    margin-bottom: 10px;
    position: relative;
    background: #326AEA;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
}
#menuToggle #span{
    width: 55px;
    display: block;
    position: relative;
    height: 2px;
    margin-bottom: 10px;
    background: #326AEA;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
  
}
#menuToggle span:first-child{
    transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(3){
    transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span{
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    -webkit-transform: rotate(45deg) translate(-2px, -1px);
    -ms-transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}
#menuToggle input:checked ~ span:nth-last-child(3){
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
    -webkit-transform: rotate(0deg) scale(0.2, 0.2);
    -ms-transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2){
    transform: rotate(-45deg) translate(0, -1px);
    -webkit-transform: rotate(-45deg) translate(0, -1px);
    -ms-transform: rotate(-45deg) translate(0, -1px);
}
/*main*/
/*section-01*/
.section-01{
    width: 92%;
    height: auto;
    max-width: 1670px;
    position: relative;
    margin: auto;
    padding: 3vw 0 3vw 0;
}
/*box-01*/
.mdl-cell:first-of-type {
    background-color: #6B60F5;
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
    height: calc(164px + (311 - 164) * ((100vw - 320px) / (1670 - 320)));
}
.mdl-cell:nth-of-type(2) {
    border: 1px solid #EBEBEB;
    background-color: #f4f5f6;
    height: 575px;
}
.mdl-cell div span:nth-of-type(2) {
    color: #fff;
    font-size: calc(9px + (13 - 9) * ((100vw - 320px) / (1670 - 320)));
    font-family: 'Nunito Sans Black';
    line-height: calc(12px + (17 - 12) * ((100vw - 320px) / (1670 - 320)));
}
#svg1, #svg2, #svg3, #svg3m, #svg3a, #svg4, #svg5, #svg1xs, #svg2xs {
    display: inline-block;
    position: absolute;
}
/*flip-card*/
.flip-card{
    width: 100%;
    position: relative;
    height: 180px;
}
.flip-card-inner{
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}
.gradient-blue{
    width: 100%;
    height: calc(7px + (9 - 7) * ((100vw - 320px) / (1670 - 320)));
    background-image: linear-gradient( to right, #28E2D4, #326AEA);
}
.gradient-green{
    width: 100%;
    height: calc(7px + (9 - 7) * ((100vw - 320px) / (1670 - 320)));
    background-image: linear-gradient( to left, #28E2D4, #326AEA);
}
.flip-card:hover .flip-card-inner{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
  }
.flip-card-front, .flip-card-back{
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 0 0 0 1.5px #EBEBEB inset;
    background-color: #fff;
}
.flip-card-back{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}
.flip-card-text{
    width: 185px;
    padding-top: 2vw;
}
.flip-card-front{
    font-family: 'Nunito Sans Light';
    color: #2C385A;
    font-size: calc(19px + (37 - 19)*((100vw - 320px) / (1670 - 320)));
    line-height: calc(27px + (50 - 27)*((100vw - 320px) / (1670 - 320)));
}
.flip-card-content{
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
    height: 95%;
    width: 92%;
    margin: auto;
    justify-content: space-between;
}
.flip-card-text strong{
    font-family: 'Nunito Sans Black'
}
.module-svg{
    width: 30%;
    padding-right: 4vw;
    max-width: 224px;
    max-height: 200px;
}
/*info-01*/
.info-01{
    width: 100%;
    position: relative;
}
.info-01 h2{
    font-family: 'Nunito Sans Black';
    font-size: calc(19px + (37 - 19)*((100vw - 320px) / (1670 - 320)));
    line-height: calc(25px + (50 - 25)*((100vw - 320px) / (1670 - 320)));
    color: #2C385A;
    padding: 2vw 0 2vw 0;
}
.info-01 p{
    font-family: 'Nunito Sans Light';
    font-size: calc(12px + (25 - 12)*((100vw - 320px) / (1670 - 320)));
    line-height: calc(22px + (42 - 22)*((100vw - 320px) / (1670 - 320)));
    color: #2C385A;
}
#info-Button-01, #info-Button-02{
    font-family: 'Nunito Sans Light';
    font-size: calc(12px + (25 - 12)*((100vw - 320px) / (1670 - 320)));
    line-height: 38px;
    color: #326AEA;
    border: none;
    background: none;
    outline: none;
}
#info-Button-01:hover, #info-Button-02:hover{
    text-decoration: underline;
}
#moreHome-01, #moreHome-02{
    display: none;
}
/*section-02*/
.section-02{
    width: 100%;
    position: relative;
}
.container-02{
    color: #326AEA;
    background-color: #FCFCFC;
    width: 100%;
    margin: auto;
    padding: 2vw 0 2vw 0;
    position: relative;
    border-top: 1.5px solid #326AEA;
    border-bottom: 1.5px solid #326AEA;
}
/*header-section-02*/
.header-section-02{
    font-family: 'Ubuntu Light';
    font-size: calc(12px + (28 - 12)*((100vw - 320px) / (1670 - 320)));
    line-height: calc(13px + (32 - 13)*((100vw - 320px) / (1670 - 320)));
    color: #326AEA;
    position: relative;
    max-width: 1440px;
    text-align: center;
    padding-bottom: 20px;
}
.header-section-02 strong{
    font-family: 'Ubuntu Bold';
}
/*modules*/
.module-wrapper{
    width: 92%;
    max-width: 1440px;
    position: relative;
    margin: auto;
}
.more-modules{
    display: none;
    width: 92%;
    max-width: 1440px;
    position: relative;
    margin: auto;
    padding-top: 2vw;
}
.module{
    font-family: 'Nunito Sans Light';
    color: #2C385A;
    width: 100%;
    position: relative;
    height: auto;
}
.module img{
    width: 100%;
}
.module-Modul{
    font-family: 'Nunito Sans Light';
    font-size: calc(12px + (21 - 12)*((100vw - 320px) / (1670 - 320)));
    line-height: calc(22px + (38 - 22)*((100vw - 320px) / (1670 - 320)));
    position: absolute;
    top: 54vw;
}
.module-header{
    font-family: 'Nunito Sans Black';
    font-size: calc(13px + (22 - 13)*((100vw - 320px) / (1670 - 320)));
    line-height: calc(18px + (25 - 18)*((100vw - 320px) / (1670 - 320)));
    padding-bottom: 2vw;
}
.module-text{
    font-family: 'Nunito Sans Light';
    font-size: calc(12px + (21 - 12)*((100vw - 320px) / (1670 - 320)));
    line-height: calc(22px + (38 - 22)*((100vw - 320px) / (1670 - 320)));
    width: 90%;
    padding-bottom: 8vw;
}
#module-button{
    color: #326AEA;
    font-family: 'Nunito Sans Light';
    border: none;
    background: none;
    outline: none;
    font-size: calc(12px + (21 - 12)*((100vw - 320px) / (1670 - 320)));
    line-height: 38px;
    padding-top: 1vw;
}
#module-button:hover{
    text-decoration: underline;
}
.module-button{
    width: 100%;
    text-align: center;
    position: relative;
    background-color: #fff;
}
/*section-03*/
.section-03{
    width: 92%;
    max-width: 1670px;
    position: relative;
    margin: auto;
    padding: 2vw 0 2vw 0;
}
/*flip-card*/
.gradient-red{
    width: 100%;
    height: calc(7px + (9 - 7) * ((100vw - 320px) / (1670 - 320)));
    background-image: linear-gradient(to left bottom, #F770A5, #FF6659);
}
.gradient-pink{
    width: 100%;
    height: calc(7px + (9 - 7) * ((100vw - 320px) / (1670 - 320)));
    background-image: linear-gradient(to right top, #F770A5, #FF6659);
}
.module-svg-03{
    width: 45%;
    max-width: 224px;
    max-height: 200px;
}
/*box-02*/
.box-02{
    width: 100%;
    height: 36vw;
    max-height: 311px;
    position: relative;
    margin-top: 20px;
    max-height: 311px;
    background-image: linear-gradient(to left top, #F770A5, #FF6659);
}
.box-02-header{
    color: #fff;
    position: absolute;
    font-size: calc(19px + (56 - 19)*((100vw - 320px) / (1670 - 320)));
    right: 3vw;
    bottom: 3vw;
    font-family: 'Ubuntu Bold';
}
/*info-03*/
.info-03{
    width: 100%;
    position: relative;
    text-align: right;
    justify-content: right;
    color: #2C385A;
}
.info-03 h2{
    font-family: 'Nunito Sans Black';
    font-size: calc(22px + (37 - 22)*((100vw - 320px) / (1670 - 320)));
    line-height: calc(37px + (42 - 37)*((100vw - 320px) / (1670 - 320)));
    padding-top: 20px;
    padding-bottom: 20px;
}
.info-03 p{
    font-family: 'Nunito Sans Light';
    font-size: calc(12px + (22 - 12)*((100vw - 320px) / (1670 - 320)));
    line-height: calc(22px + (42 - 22)*((100vw - 320px) / (1670 - 320)));
}
/*footer*/
footer{
    height: auto;
    width: 100%;
    padding-top: 22px;
    background: #FFFFFF;
    position: relative;
}
/*contact*/
.contact{
    margin: auto;
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
    width: 100%;
    background: #326AEA;
    height: 283px;
    position: relative;
}
.container-contact{
    width: 92%;
    height: 100%;
    margin: auto;
    position: relative;
    max-width: 1670px;
}
/*footer-button*/
.footer-button{
    font-size: calc(12px + (16 - 12)*((100vw - 320px) / (1670 - 320)));
    line-height: calc(13px + (18 - 13)*((100vw - 320px) / (1670 - 320)));
    height: calc(49px + (59 - 49)*((100vw - 900px) / (1670 - 900)));
    width: calc(244px + (335 - 244)*((100vw - 900px) / (1670 - 900)));
    min-width: 244px;
    min-height: 49px;
    outline: none;
    border-radius: 11px;
    text-align: center;
    font-family: 'Ubuntu Bold';
    border: 1.5px solid #FFFFFF;
    background-color: #326AEA;
    color: #fff;
    position: relative;
}
/*logo-bottom*/
.logo-bottom{
    text-align: left;
    font-family: 'Nunito Sans Light';
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
    position: relative;
    height: calc(49px + (68 - 49)*((100vw - 320px) / (1670 - 320)));
    width: calc(168px + (240 - 168)*((100vw - 320px) / (1670 - 320)));
    padding-top: 51px;
    color: #fff;
}
/*contact-text*/
.contact-text{
    color: #fff;
    padding-top: 48px;
    font-size: 12px;
    padding-bottom: 20px;
}
.contact-text p span{
    font-weight: normal;
    color: #fff;
}
.contact-text p{
    font-family: 'Nunito Sans Light';
}
.contact-header{
    position: absolute;
    display: none;
    font-size: 23px;
    font-family: 'Ubuntu Bold';
    left: 420px;
    color: #fff;
    top: -10px;
}
/*return to top*/
#return{
    height: 44px;
    position: absolute;
    text-align: center;
    width: 44px;
    top: -22px;
    right: 0;
    border-radius:50px;
    min-width: 30px;
    min-height: 30px;
}
#return input{
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    cursor: pointer;
    opacity: 0; 
    z-index: 2; 
    -webkit-touch-callout: none;
}
/*copyright*/
.copyright{
    width: 100%;
    color: #326AEA;
    height: 62px;
    font-size: 10px;
    position: relative;
    background: #FFFFFF;
    font-family: 'Ubuntu Light';
}
.container-copyright{
    width: 92%;
    height: 100%;
    max-width: 1670px;
    margin: auto;
}
/*copyright-list*/
.container-copyright ul{
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
    position: absolute;
    bottom: 17px;
}
.container-copyright ul a, .container-copyright ul p{
    color: #326AEA;
}
.copyright-text{
    position: absolute;
    top: 17px;
}
/*media-queries*/
/*small devices*/
@media all and (min-width: 576px){
    /*nav-bar*/
    .nav-container{
        height: 50px;
        min-height: 65px;
        justify-content: space-between;
        display: -webkit-box; 
        display: -ms-flexbox; 
        display: -webkit-flex;
        display: flex;
    }
    /*nav-button*/
    .nav-button{
        position: relative;
        margin: 0;
    }
    /*hamburger-menu*/
    #menuToggle{
        position: relative;
    }
    /*logo-top*/
    .logo{
        left: 70px;
    }
    /*section-01, section-03*/
    .section-01, .section-03{
        display: -webkit-box; 
        display: -ms-flexbox; 
        display: -webkit-flex;
        display: flex;
        padding: 2vw 0 2vw 0;
        justify-content: space-between;
    }
    .container-01, .container-03{
        width: 66%;
    }
    /*box-02*/
    .box-02{
        margin: 0;
        height: 18vw;
    }
    /*flip-card*/
    .flip-card{
        height: inherit;
        max-height: 609px;
        width: 33%;
    }
    .flip-card-content{
        display: block;
        height: 100%;
        width: 92%;
        margin: auto;
    }
    .flip-card-front, .flip-card-back{
        box-shadow: 0 0 0 2px #EBEBEB inset;
    }
    .flip-card-front{
        font-size: calc(17px + (37 - 17)*((100vw - 576px) / (1670 - 576)));
        line-height: calc(27px + (50 - 27)*((100vw - 576px) / (1670 - 576)));
    }
    .flip-card-text{
        width: 100%;
    }
    .module-svg, .module-svg-03{
        padding: 0;
        position: relative;
        margin: auto;
        padding-top: 4vw;
        height: 55%;
        width: calc(100px + (250 - 100)*((100vw - 576px) / (1670 - 576)));
    }
    /*section-02*/
    .container-02{
        border-top: 2px solid #326AEA;
        border-bottom: 2px solid #326AEA;
    }
    /*header-section-02*/
    .header-section-02{
        text-align: left;
        width: 92%;
        margin: auto;
    }
    /*modules*/
    .module-wrapper{
        display: -webkit-box; 
        display: -ms-flexbox; 
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }
    .module{
        width: 32.6%;
    }
    .module-Modul{
        top: 17vw;
    }
    .module-text{
        padding-bottom: 1vw;
    }
    .more-modules{
        justify-content: space-between;
    }
    /*footer*/
    .copyright{
        font-size: 12px;
    }
    .container-copyright{
        justify-content: space-between;
        display: -webkit-box; 
        display: -ms-flexbox; 
        display: -webkit-flex;
        display: flex;
        position: relative;
    }
    .container-copyright ul{
        top: 50%;
        transform: translate(0,-50%);
        right: 0;
    }
    .copyright-text{
        top: 50%;
        transform: translate(0,-50%);
        left: 0;
    }
}
/*medium devices*/
@media all and (min-width: 900px){
    /*nav-bar*/
    nav{
        max-height: 97px;
        height: calc(70px + (97 - 70)*((100vw - 900px) / (1670 - 900)));
    }
    .nav-container{
        justify-content: unset;
        height: 100%;
    }
    /*hamburger-menu*/
    #menuToggle{
        display: none;
    }
    /*logo-top*/
    .logo{
        position: absolute;
        left: 0;
        height: calc(58px + (68 - 58)*((100vw - 900px) / (1670 - 900)));
        bottom: 0;
        max-height: 68px;
        max-width: 240px;
        width: calc(185px + (240 - 185)*((100vw - 900px) / (1670 - 900)));
    }
    .logo-text span:nth-of-type(1){
        font-size: calc(21px + (29 - 21)*((100vw - 900px) / (1670 - 900)));
    }
    .logo-text span:nth-of-type(2){
        font-size: calc(13px + (16 - 13)*((100vw - 900px) / (1670 - 900)));
    }
    /*nav-button*/
    .nav-button{
        border: 2px solid #326AEA;
        position: absolute;
        left: auto;
        right: 0;
        height: calc(49px + (59 - 49)*((100vw - 900px) / (1670 - 900)));
        width: calc(240px + (298 - 240)*((100vw - 900px) / (1670 - 900)));
    }
    /*nav-list*/
    .nav-list-top{
        display: block;
    }
    .nav-list-bottom{
        display: block;
    }
    /*section-01, section-03*/
    #moreHome-01, #moreHome-02{
        display: inline;
    }
    #info-button-01, #info-button-02{
        display: none;
    }
    /*footer*/
    .footer-button{
        border: 2px solid #FFFFFF;
        position: absolute;
        right: 60px;
        bottom: 0;
    }
    /*contact*/
    .contact{
        height: calc(180px + (300 - 180)*((100vw - 900px) / (1670 - 900)));
        max-height: 300px;
    }
    .container-contact{
        max-height: 97px;
        height: 6vw;
        position: relative;
        top: calc(100px + (160 - 100)*((100vw - 900px) / (1670 - 900)));
        margin-top: 0;
        margin-bottom: 0;
    }
    .contact-text p span{
        font-family: 'Nunito Sans Black';
    }
    /*logo-bottom*/
    .logo-bottom{
        position: absolute;
        left: 0;
        padding: 0;
        bottom: 0;
        max-height: 68px;
        max-width: 240px;
        width: calc(185px + (240 - 185)*((100vw - 900px) / (1670 - 900)));
        height: calc(58px + (68 - 58)*((100vw - 900px) / (1670 - 900)));
    }
    /*return to top*/
    #return{
        bottom: calc(5px + (10 - 5)*((100vw - 900px) / (1670 - 900)));
        top: auto;
    }
    /*contact-text*/
    .contact-text{
        padding: 0;
        bottom: 0.8vw;
        left: 25vw;
        font-size: calc(12px + (19 - 12)*((100vw - 900px) / (1670 - 900)));
        position: absolute;
    }
}
/*large devices*/
/*module-Modul - Zwischenlösung*/
@media all and (min-width: 1540px){
    .module-Modul{
        top: 270px;
    }
}
/*extra large devices*/
@media all and (min-width: 1670px){
    /*nav-bar*/
    /*nav-list*/
    .nav-list-bottom, .contact-text{
        left: 420px;
        padding-top: 50px;
    }
    .contact-text{
        bottom: 20px;
        font-size: 19px;
    }
    .nav-list-top{
        font-size: 14px;
        width: 250px;
    }
    .nav-list-bottom{
        font-size: 22px;
    }
    .logo-text span:nth-of-type(1){
        font-size: 29px;
    }
    .logo-text span:nth-of-type(2){
        font-size: 16px;
    }
    /*nav-button*/
    .nav-button{
        font-size: 16px;
    }
    /*section-01, section-03*/
    .container-01, .container-03{
        width: 70%;
    }
    .section-01, .section-03{
        padding: 35 0 35 0;
    }
    .info-01 h2, .info-03 h2{
        font-size: 37px;
        padding: 35 0 35 0;
        line-height: 50px;
    }
    .info-01 p, .info-03 p{
        font-size: 25px;
        line-height: 42px;
    }
    .module-svg, .module-svg-03{
        padding-top: 80px;
        width: 250px;
    }
    /*box-02*/
    .box-02-header{
        font-size: 56px;
        bottom: 50px;
        right: 50px;
    }
    /*flip-card*/
    .flip-card{
        width: 29%;
        height: 609px;
    }
    .flip-card-front, .flip-card-back{
        box-shadow: 0 0 0 3px #EBEBEB inset;
        font-size: 37px;
        line-height: 50px;
    }
    .flip-card-text{
        padding-top: 20px;
        font-size: 37px;
    }
    /*box-01*/
    .mdl-cell div:nth-of-type(1) {
        display: inline-block;
        position: absolute;
        bottom: 36px;
        left: 36px;
    }
    .mdl-cell div span:nth-of-type(1) {
        color: #fff;
        font-size: 49px;
        font-family: 'Ubuntu Bold';
        line-height: 46px;
    }
    span.left {
        padding-right: 300px;
    }
    .mdl-cell:first-of-type {
        background-color: #6B60F5;
        display: -webkit-box; 
        display: -ms-flexbox; 
        display: -webkit-flex;
        display: flex;
        height: 311px;
    }
    #svg1{
        bottom: 39px;
        right: 45px;
        width: 132px;
        z-index: 1;
    }
    #svg2{
        bottom: 0;
        right: 0;
        height: 155px;
        z-index: 0;
    }
    #svg3{
        top: 0;
        right: 80px;
        width: 1009px;
        z-index: 0;
    }
    #svg3a, #svg3m, #svg1xs, #svg2xs{
        display: none!important;
    }
    #svg4{
        top: 81px;
        right: 107px;
        width: 148px;
        z-index: 2;
    }
    #svg5{
        top: 28px;
        right: 85px;
        max-height: 102.9px;
        z-index: 3;
    }
    /*section-02*/
    .container-02{
        border-top: 2px solid #326AEA;
        border-bottom: 2px solid #326AEA;
        padding: 35 0 35 0;
    }
    /*header-section-02*/
    .header-section-02{
        font-size: 28px;
        line-height: 32px;
    }
    /*modules*/
    .module-Modul{
        top: 270px;
        font-size: 22px;
    }
    .module-header{
        font-size: 22px;
        padding-bottom: 20px;
    }
    .module-text{
        font-size: 21px;
        line-height: 38px;
        padding-bottom: 10px;
    }
    #module-button{
        font-size: 21px;
        padding-top: 15px;
    }
    /*footer*/
    .footer-button{
        width: 335px;
        height: 59px;
        font-size: 16px;
    }
    .contact-header{
        display: block;
    }
    .container-contact{
        top: 160px;
    }
    #return{
        bottom: 10px;
    }
    /*copyright*/
    .copyright{
        font-size: 15px;
    }
}
@media screen and (min-width: 840px) and (max-width:1669px){
    span.left {
    padding-right: calc(10px + (260 - 10) * ((100vw - 840px) / (1670 - 840)));
    }
    .mdl-cell:first-of-type {
    background-color: #6B60F5;
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
    height: calc(167px + (311 - 167) * ((100vw - 840px) / (1670 - 840)));
    }
    #svg1{
    bottom: calc(31px + (39 - 31) * ((100vw - 840px) / (1670 - 840)));
    right: calc(32px + (45 - 32) * ((100vw - 840px) / (1670 - 840)));
    width: calc(80px + (132 - 80) * ((100vw - 840px) / (1670 - 840)));
    z-index: 1;
    }
    #svg2{
    bottom: 0;
    right: 0;
    height: calc(88px + (155 - 88) * ((100vw - 840px) / (1670 - 840)));
    z-index: 0;
    }
    #svg3{
    top: 0;
    right: calc(43px + (119 - 43) * ((100vw - 840px) / (1670 - 840)));
    width: calc(200px + (1009 - 200) * ((100vw - 320px) / (1920 - 320)));
    z-index: 0;
    }
    #svg3m {
    top: 0;
    right: calc(37px + (82 - 37) * ((100vw - 840px) / (1670 - 840)));
    width: calc(176px + (900 - 176) * ((100vw - 320px) / (1920 - 320)));
    z-index: 0;
    }    
    #svg3a, #svg3, #svg1xs, #svg2xs{
    display: none!important;
    }
    #svg4{
    top: calc(41px + (81 - 41) * ((100vw - 840px) / (1670 - 840)));
    right: calc(64px + (107 - 64) * ((100vw - 840px) / (1670 - 840)));
    width: calc(79px + (148 - 79) * ((100vw - 840px) / (1670 - 840)));
    z-index: 2;
    }
    #svg5{
    top: calc(14px + (28 - 14) * ((100vw - 840px) / (1670 - 840)));
    right: calc(46px + (85 - 46) * ((100vw - 840px) / (1670 - 840)));
    height: calc(55px + (102 - 55) * ((100vw - 840px) / (1670 - 840)));
    z-index: 3;
    }
}
@media screen and (max-width: 479px){
    .mdl-cell div span:nth-of-type(2) {
    font-family: 'Nunito Sans Light';
    }
    span.left {
    padding-right: calc(10px + (35 - 10) * ((100vw - 320px) / (480 - 320)));
    }
    #svg1{
    bottom: 30px;
    right: 29px;
    width: calc(66px + (132 - 66) * ((100vw - 320px) / (1920 - 320)));
    z-index: 1;
    }
    #svg2{
    bottom: 0;
    right: 0;
    width: calc(70px + (150 - 70) * ((100vw - 320px) / (1920 - 320)));
    height: calc(77px + (155 - 77) * ((100vw - 320px) / (1920 - 320)));
    }
    #svg3m, #svg3, #svg4, #svg5 {
    display: none!important;
    }
    #svg3a {
    top: 0;
    right: 48px;
    width: calc(243px + (273 - 243) * ((100vw - 320px) / (480 - 320)));
    } 
    #svg1xs{
    top: 46px;
    right: 70px;
    width: 67px;
    }
    #svg2xs{
    top: -3px;
    right: 91px;
    width: 32px;
    }
}
@media screen and (min-width: 480px) and (max-width: 839px){
    .mdl-cell div span:nth-of-type(2) {
    font-family: 'Nunito Sans Black';
    }
    .mdl-cell:first-of-type {
    height: calc(164px + (167 - 164) * ((100vw - 320px) / (840 - 320)));
    }
    span.left {
        padding-right: calc(10px + (35 - 10) * ((100vw - 480px) / (1920 - 480)));
    }
    #svg1{
    bottom: 25px;
    right: 27px;
    width: calc(66px + (71 - 66) * ((100vw - 320px) / (840 - 320)));
    z-index: 1;
    }
    #svg2{
    bottom: 0;
    right: 0;
    height: calc(80px + (80 - 80) * ((100vw - 320px) / (840 - 320)));
    }
    #svg3m{
    top: 0;
    right: calc(42px + (39 - 42) * ((100vw - 320px) / (840 - 320)));
    width: calc(407px + (426 - 407) * ((100vw - 320px) / (840 - 320)));
    }
    #svg3, #svg3a, #svg1xs, #svg2xs{
    display: none!important;
    }
    #svg4{
    top: 41px;
    right: 64px;
    max-width: 79px;
    }
    #svg5{
    top: 14px;
    right: 46px;
    height: 55px;
    z-index: 2;
    }
}
@media screen and (max-width: 1669px) {
    .mdl-cell div span:nth-of-type(1) {
        color: #fff;
        font-size: calc(16px + (49 - 16) * ((100vw - 320px) / (1670 - 320)));
        font-family: 'Ubuntu Bold';
        line-height: calc(19px + (46 - 19) * ((100vw - 320px) / (1670 - 320)));
    }
    .mdl-cell div:nth-of-type(1) {
        display: inline-block;
        position: absolute;
        bottom: calc(9px + (36 - 9) * ((100vw - 320px) / (1920 - 320)));
        left: calc(15px + (36 - 15) * ((100vw - 320px) / (1920 - 320)));
    }
}
/*IE fix*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 576px){
    #menuToggle{
        left: 0;
        position: absolute;
    }
    .flip-card{
        height: 60vw;
    }
}