@font-face {
    font-family: sohne;
    src: url(TestSöhne-Buch.otf);
}

body{

    background-color: rgb(52,53,65);
    color: white;

    /* border: 1px solid red; */

    padding: 0px;
    margin: 0px auto;

    height: 97vh;
}

/* #mainContent{
    border: 1px solid white;
} */

#firstBox{
    /* border: 1px solid red; */
    padding: 27px 9px;
    box-sizing: border-box;
    line-height: 27px;
}

#versionBox{
    /* border: 1px solid aqua; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 309.5px;
    margin: 0px auto;
    padding: 4.5px;
    background-color: rgb(32,33,35);
    border-radius: 13.5px;
    box-sizing: border-box;
    line-height: 27px;
}

.versions{
    /* border: 1px solid white; */
    text-align: center;
    background-color: rgb(64,65,79);
    border-radius: 9px;
    color: rgb(236, 236, 241);
    /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
    font-family: sohne;
    font-size: 18px;
    /* font-stretch: 100%; */
    font-weight: 500;
    line-height: 22.5px;
    padding: 11.25px 0px;
    display: flex;
    justify-content: center;
    width: 148px;
    border: 0.8px solid rgb(78, 79, 96);
    box-sizing: border-box;
}

#freeVersion{
    margin-right: 2px;
}

#paidVersion{
    color: rgb(142, 142, 160);
    background-color: inherit;
    border-color: rgb(32,33,35);
    margin-left: 2px;
}

#freeVersionText{
    letter-spacing: 0.1px;
}

.versionText{
    font-size: 15.75px;
}

i.fa-bolt{
    font-size: 17px;
}

i.fa-lock{
    font-size: 15px;
    position: relative;
    bottom: 3px;
}

#sparkleIcon{
    height: 20px;
    display: inline-block;
    position: relative;
    top: 1px;
}

.versionContent{
    margin: 0px 5px;
}

#secondBox{
    padding-bottom: 64px;
    height: 46vh;
    /* border: 1px solid white; */
    margin-bottom: 30px;
}

#insideSecondBox{
    /* border: 1px solid white; */
    text-align: center;
    font-size: 39px;
    font-weight: 900;
    line-height: 45px;
    font-family: sohne;
    color: rgb(86, 88, 105);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 325px;
    margin-bottom: 72px;
}

/* seccondBox fontsize 40.5px fontweight 600 line-height 45px */

/* thirdBox box-sizing borderbox; line-height 27px; */
/* thirdsFirstBox box-sizing borderbox; line-height 27px; */
/* smallBoxes border-radius 13.5px; border-top-width 0.8px; font-size 15.75px fontweight 700 line-height 22.5px; padding:9px 13.5px;  */

#thirdBox{
    /* border: 1px solid white; */
    box-sizing: border-box;
    line-height: 27px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 3px;
}

#thirdsFirstBox{
    /* border: 1px solid white; */
    box-sizing: border-box;
    line-height: 27px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 9px;
    grid-row-gap: 8px;
    width: 847px;
    margin-bottom: 20px;
}

.smallBoxes{
    border-radius: 13.5px;
    line-height: 22.5px;
    padding: 9px 13.5px;
    font-size: 15.75px;
    font-weight: 700;
    border: 0.8px solid rgba(197, 197, 210,0.25);
}

.whites{
    color: rgb(197, 197, 210);
    font-family: sohne;
    letter-spacing: 0.5px;
    font-weight: 600;
    
}

.greys{
    color: rgb(197, 197, 210);
    font-family: sohne;
    opacity: 0.5;
    letter-spacing: 0.5px;
    font-weight: 600;
}

#thirdsSecondBox{
    /* border: 1px solid white; */
    background-color: rgb(64, 65, 79);
    display: flex;
    justify-content: center;
    border-radius: 13.5px;
    width: 863px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1px 20px 1px 13px;
    box-sizing: border-box;
}

#ask{
    border: none;
    height: 27px;
    background-color: rgb(64, 65, 79);
    padding: 18px 5px 18px 5px;
    border-radius: 13.5px;
    resize: none;
    font-size: 18px;
    font-family: sohne;
    font-weight: 600;
    /* color: rgb(172, 172, 190); */
}

#ask::placeholder{
    color: rgba(197, 197, 210,0.7);
    font-weight: normal;
}

#send{
    height: 20px;
    opacity: 0.4;
    /* border: 1px solid white; */
}

#ask:focus{
    outline: none;
}

#fourthBox{
    /* border: 1px solid white; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
}

#note{
    /* border: 1px solid white; */
    color: rgba(197, 197, 210, 0.8);
    font-size: 13.5px;
    font-family: sohne;
    width: 1460px;
    text-align: center;
    box-sizing: border-box;
    padding-left: 50px;
}

/* #helpIcon{
    position: absolute;
    bottom: 4px;
    right: 14px;
} */

#faHelpIcon{
    border: 1px solid rgba(255,255,255,0.15);
    line-height: 27px;
    width: 27px;
    font-size: 3px;
    text-align: center;
    border-radius: 20px;
    background-color: rgba(255,255,255,0.1);
    position: relative;
    bottom: 10px;
}

#sideBar{
    width: 20px;
    position: absolute;
    left: 20px;
    top: 22px;
}

@media (max-height:860px){
    #insideSecondBox{
        height: 253px;
    }
    #secondBox{
        height: 325px;
    }
}

#paidVersionText{
    padding-right: 10px;
}

/* FUllheight - insideSecondBoxheight*/
/* 3456       - 2705.10  0.7827*/ 
/* 2592       - 1911.86  */
/* 1728       - 1118.57*/
/* 1296       - 721.931*/
/* 1152       - 589.717*/
/* 1080       - 523.609*/
/* 960       -  413.431*/
