@font-face {
    font-family: TTNormsBlackItalic;
    src: url("../fonts/TTNorms-BlackItalic.woff") format("woff"), url("../fonts/TTNorms-BlackItalic.ttf")  format("truetype");
}
@font-face {
    font-family: TTNormsLight;
    src: url("../fonts/TTNorms-Light.woff") format("woff"), url("../fonts/TTNorms-Light.ttf")  format("truetype");
}

::-webkit-input-placeholder { /* Edge */
    color: rgba(255, 255, 255, 0.4);
    font-size: 70%;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.4);
    font-size: 70%;
  }
  
  ::placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 70%;
  }

html, body {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-image: url('../art/bg.jpg');
    background-size: auto 100%;
}

.pers{
    }

.carousel-container{
    margin: 0;
    align-content: center;
    display: block;
    width:100%;
}
.phb{
    height: 10%;
    padding-top: 4%;
    display: block;
    margin: 0 auto;
}  

.midcontainer{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


@media screen and (max-device-width: 480px){
    body{
      -webkit-text-size-adjust: none;
    }
    .inputVal{
        -webkit-text-size-adjust: none;
    }
  }

.inputVal{
    font-family: TTNormsBlackItalic;
    font-size: 550%;
    text-align: center;
    width: 4em;
    height: 1em;
    margin: 0 auto;
    padding-right: 1.3em;
    padding-top: 0px;
    padding-bottom: 4px;
    display: block;
    background-color: transparent;
    color: white;
    border-style: solid;
    border-color: white;
    border-width: 0px 0px 3px 0px;
    background-image: url(../art/cm.png);
    background-position: right 0.2em;
    background-repeat: no-repeat;
    background-size: auto 70%;
}

.outputVal{
    font-family: TTNormsBlackItalic;
    font-size: 300%;
    /* text-align: center; */
    width: 12em;
    height: 3em;
    margin: 1em auto;
    display: block;
    border-radius: 2em;
    border-style: none;
    background-color: rgb(255,255,255, 0.4);
    color: #ff8560;
    text-align: center;
    vertical-align: middle;
    padding-top: 0.6em;
    line-height: 0.9;
    resize: none;
}

@media (min-aspect-ratio: 768/1300) and (max-aspect-ratio: 1/1) {/*  0,59 - 1 */
    .outputTxt{
        font-family: TTNormsLight;
        font-size: 150%;
        color: white;
        text-align: center;
        width: 80%;
        height: 1em;
        margin: 0 auto;
        padding-top: 1em;
        padding-bottom: 1em;
        display: block;
        border-style: none;
        background-color: transparent;
    }

    .container{
        margin: 0;
        align-content: center;
        display: block;
        margin-bottom: 0%;
        margin-top: 25%;        
        width:60%;
    }
    .logo{
        width: 60%;
        position: absolute;
        top: 0;
    }

}
@media (min-aspect-ratio: 1/1) and (max-aspect-ratio: 3/2) {/* 1 - 1,5 */
    .outputTxt{
        font-family: TTNormsLight;
        font-size: 150%;
        color: white;
        text-align: center;
        width: 80%;
        height: 1em;
        margin: 0 auto;
        padding-top: 1em;
        padding-bottom: 1em;
        display: block;
        border-style: none;
        background-color: transparent;
    }

    .logo{
        width: 40%;
        position: absolute;
        top: 0;
    }
    .container{
        margin: 0;
        align-content: center;
        display: block;
        margin-bottom: 0%;
        margin-top: 25%;        
        width:60%;
    }
}
@media (min-aspect-ratio: 3/2) {
    .outputTxt{
        font-family: TTNormsLight;
        font-size: 150%;
        color: white;
        text-align: center;
        width: 80%;
        height: 1em;
        margin: 0 auto;
        padding-top: 1em;
        padding-bottom: 1em;
        display: block;
        border-style: none;
        background-color: transparent;
    }

    .logo{
        width: 25%;
        position: absolute;
        top: 0;
    }
    .container{
        margin: 0;
        align-content: center;
        display: block;
        margin-bottom: 0%;
        margin-top: 15%;        
        width:40%;
    }
}
@media (max-aspect-ratio: 768/1300) {
    .outputTxt{
        font-family: TTNormsLight;
        font-size: 250%;
        color: white;
        text-align: center;
        width: 80%;
        height: 2em;
        margin: 0 auto;
        padding-top: 1em;
        padding-bottom: 1em;
        display: block;
        border-style: none;
        background-color: transparent;
    }
    .logo{
        width: 100%;
        position: absolute;
        top: 0;
    }
    .container{
        margin: 0;
        align-content: center;
        display: block;
        margin-bottom: 0%;
        margin-top: 40%;        
        width:100%;
    }
}
.flickity-prev-next-button {
    width: 100px;
    height: 100px;
}            



