body,
h1,
h2,
h3,
h4 {
    font-family: 'Brandon Text Regular';
    font-weight: 400;
    font-style: normal
}

body,
button,
.pill-button,
h1,
h2,
h3,
h4,
th {
    font-style: normal
}

.bullet-point,
.clear:after,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

.font-color,
body,
p a:active {
    color: #333;
}

@media (prefers-color-scheme: dark) {
     .font-color,
    body,
    p a:active {
        color: #eee;
    }   
}

.font-color-dark {
    color: #333;
}

.font-color-light {
    color: #eee;
}

.content,
.tag,
.tag-center,
body {
    background-color: #fefefe
}

@media (prefers-color-scheme: dark) {
    .content,
    .tag,
    .tag-center,
    body {
        background-color: #222;
    }
}

.slider,
header {
    left: 0;
    top: 0;
    right: 0
}

a,
a:active,
a:hover,
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-weight: 400
}


.underline,
a:hover {
    text-decoration: underline
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

abbr,
acronym,
fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
var {
    font-style: normal;
    font-weight: 400
}

ol,
ul {
    list-style: circle;
    margin-left: 15px;
}

caption,
th {
    text-align: left
}

.app-site-title,
.bullet-point,
h1 {
    text-align: center
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

q:after,
q:before {
    content: ''
}

.clear:after {
    clear: both;
    content: ".";
    height: 0;
    line-height: 0;
    visibility: hidden
}

.button {
    line-height: 26px;
    color: #333;
    background-color:#fefefe;
    height: 31px;
    font-size: 16px;
    margin: 12px 12px 12px 0px;
    padding: 2px 12px 22px;
    border: 2px solid #8c8c8c;
    border-radius: 2px;
}

.pill-button {
    background-color:transparent;
    padding: 4px 12px 2px !important;
    height: auto !important;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    /*line-height: 26px;
    color: #333;
    height: 31px;
    font-size: 16px;
    margin: 12px 12px 12px 0px;
    padding: 2px 12px 22px;
    border: 2px solid #8c8c8c;
    border-radius: 2px;*/
}

.button-link,
.button-link:hover {
    color: #333;
}

@media (prefers-color-scheme: dark) {
    .button-link,
    .button-link:hover {
        color: #eee;
    }
}

h3,
p {
    line-height: 26px
}

body,
html {
    height: 100%;
    width: 100%
}

button:focus,
input:focus,
select:focus,
textarea:focus,
.pill-button:focus {
    outline: 0
}

@font-face {
    font-family: 'Brandon Text Bold';
    src: url(../fonts/2E353D_1_0.eot);
    src: url(../fonts/2E353D_1_0.woff) format("woff");
    src: url(../fonts/2E353D_1_0.ttf) format("truetype")
}

@font-face {
    font-family: 'Brandon Text Bold Italic';
    src: url(../fonts/2E353D_0_0.eot);
    src: url(../fonts/2E353D_0_0.woff) format("woff");
    src: url(../fonts/2E353D_0_0.ttf) format("truetype")
}

@font-face {
    font-family: 'Brandon Text Regular';
    src: url(../fonts/2E353D_3_0.eot);
    src: url(../fonts/2E353D_3_0.woff) format("woff");
    src: url(../fonts/2E353D_3_0.ttf) format("truetype")
}

@font-face {
    font-family: 'Brandon Text Regular Italic';
    src: url(../fonts/2E353D_2_0.eot);
    src: url(../fonts/2E353D_2_0.woff) format("woff");
    src: url(../fonts/2E353D_2_0.ttf) format("truetype")
}

body {
    width: auto;
    height: auto
}

h1 {
    font-family: 'Brandon Text Bold';
    font-weight: 700;
    font-size: 27px;
    line-height: 38px
}

h2 {
    font-family: 'Brandon Text Regular';
    font-weight: 400;
    font-size: 22px;
    line-height: 32px
}

button,
.pill-button,
h3 {
    font-family: 'Brandon Text Regular Italic';
    font-weight: 400;
    font-size: 20px
}

h4 {
    font-family: 'Brandon Text Bold Italic';
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

@media only screen and (min-width:771px) and (max-width:1024px) {
    h1 {
    font-size: 25px;
    line-height: 38px
    }

    h2 {
        font-size: 22px;
        line-height: 35px
    }

    button,
    .pill-button,
    h3 {
        font-size: 20px
    }

    h4 {
        font-size: 18px;
        line-height: 22px;
    }
}

@media only screen and (min-width:1024px) {
    h1 {
        font-size: 28px;
        line-height: 32px
    }

    h2 {
        font-size: 25px;
        line-height: 35px
    }

    button,
    .pill-button,
    h3 {
        font-size: 20px
    }

    h4 {
        font-size: 18px;
        line-height: 22px;
    }
}

.bold,
.bold-italic,
.italic,
.regular {
    font-style: normal;
    font-weight: 400
}

p {
    font-size: 16px
}

.inset {
    margin-left: 14px
}

.footer-box p {
    margin-left: 10px
}

.app-site-title {
    font-size: 38px;
    line-height: 52px
}

.regular {
    font-family: 'Brandon Text Regular'
}

.italic {
    font-family: 'Brandon Text Regular italic'
}

.bold {
    font-family: 'Brandon Text Bold'
}

.bold-italic {
    font-family: 'Brandon Text Bold Italic'
}

.bullet-point {
    font-size: 145px
}

.right {
    text-align: right
}

.center {
    text-align: center
}

.left {
    text-align: left
}

.inset {
    margin-top: 15px;
    margin-bottom: 15px;
}

h1 {
    margin-top: 15px;
}

.app-site-title {
    margin-top: 15px;
}

.screenshots p,
.tag {
    text-align: center;
    display: block
}

.dimensions {
    display: block;
    width: auto;
    padding: 0 16px;
    /*min-height:;*/
}

@media only screen and (min-width:771px) and (max-width:1024px) {
    .dimensions {
        padding: 0 24px
    }
}

@media only screen and (min-width:1024px) {
    .dimensions {
        width: 900px;
        margin: 0 auto;
        padding: 0 24px
    }
    .element {
        width: 900px
    }
}

.footer-dimensions {
    display: block;
    width: auto;
    padding: 0 36px;
    /*min-height:;*/
}

@media only screen and (min-width:771px) and (max-width:1024px) {
    .footer-dimensions {
        padding: 0 56px
    }
}

@media only screen and (min-width:1024px) {
    .footer-dimensions {
        width: 900px;
        margin: 0 auto;
        padding: 0 56px
    }
}

.content {
    display: block;
    position: relative;
    margin-top: 18px;
    padding-bottom: 5px;
}

.content-text {
    display: block;
    position: relative;
    margin-top: 65px;
    padding-bottom: 5px;
}

.slider-inset {
    margin-top: 330px;
}

@media only screen and (min-width:771px) and (max-width:1400px) {
    .slider-inset {
        margin-top: 400px
    }
}

@media only screen and (min-width:1401px) {
    .slider-inset {
        margin-top: 500px
    }
}

.element {
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 16px
}

.content-box {
    border: 1px #333 solid;
    border-radius: 8px;
    margin: 16px 24px;
    color: #333;
}

@media only screen and (min-width:771px) and (max-width:1400px) {
    .content-box {
        margin: 16px auto;
    }
}

@media only screen and (min-width:1401px) {
    .content-box {
        margin: 16px auto;
    }
}

@media (prefers-color-scheme: dark) {
    .content-box {
        border: 1px #eee solid;
        color: #eee;
    }
}

.tag {
    display: block;
    color: #333;
    float:left;
    height: 30px;
    font-size: 16px;
    margin: 12px 12px auto 0px;
    padding: 4px 12px 24px 12px;
    border-radius: 15px
}

@media (prefers-color-scheme: dark) {
    .tag {
        color: #eee;
    }
}

.tag-center {
    display: block;
    color: #333;
    height: 30px;
    font-size: 16px;
    margin: 12px auto;
    padding: 5px 12px 22px;
    border-radius: 15px
}

.tag-link,
.tag-link:hover {
    color: #333;
}

.auricula .tag, .auricula .tag-center {
    border: 2px solid #08b704;
    color: #08b704;
}

@media (prefers-color-scheme: dark) {
    .auricula .tag, .auricula .tag-center {
        border: 2px solid #C22FD3;
        color: #C22FD3;
    }
}

.nextsize .tag, .nextsize .tag-center {
    border: 2px solid #BE3E30;
    color: #BE3E30;
}

@media (prefers-color-scheme: dark) {
    .nextsize .tag, .nextsize .tag-center {
        border: 2px solid #BE3E30;
        color: #BE3E30;
    }
}

@media (prefers-color-scheme: dark) {
    .tag-center {
        color: #eee;
    }
    .tag-link,
    .tag-link:hover {
        color: #eee;
    }
}

header {
    position: fixed;
    height: 51px;
    z-index: 10
}

.site-title {
    padding-top: 14px;
    padding-bottom: 23px;
    float: left
}

@media only screen and (min-width:771px) {
    .site-title {
        padding-top: 12px;
        padding-bottom: 25px;
    }
}


.app-list {
    padding-bottom: 15px;
    padding-top: 40px;
}

.app-list li {
    float: none;
}

@media only screen and (min-width:771px) {
    .app-list {
        margin: 0 auto;
    }
    .app-list li {
        float: left;

    }
}

@media only screen and (min-width:771px) and (max-width:1100px) {
    .app-list {
        width: 680px;
    }
}

@media only screen and (min-width:1102px) {
    .app-list {
        width: 1020px;
    }
}

.above-slider {
    position: relative;
    z-index: 2
}

.slider-image {
    position: relative;
    display: block;
    margin: 0 auto;
    padding-top: 80px
}

@media only screen and (min-width:771px) {
    .slider-image {
        padding-top: 100px
    }
}

.slider img {
    height: 170px;
    width: 145px
}

@media only screen and (min-width:771px) and (max-width:1400px) {
    .slider img {
        height: 250px;
        width: 213px
    }
}

@media only screen and (min-width:1401px) {
    .slider img {
        height: 350px;
        width: 300px
    }
}

.app-icon-container {
    margin: 20px auto 40px;
    width: 340px;
}

.footer,
.menu-button {
    background-color: #fefefe
}

@media (prefers-color-scheme: dark) {
    .footer,
    .menu-button {
        background-color: #222;
    }
}

.footer a p, .footer a:active p  {
    color:#757575;
}

@media (prefers-color-scheme: dark) {
    .footer a p, .footer a:active p {
        color:#aaa;
    }
}


.download-badge {
    position: relative;
    display: block;
    margin: 0 auto;
    height: 40px;
    width: 135px;
    padding-bottom: 25px
}

.download-badge-container {
    width: 145px;
    margin: 0 auto
}

input[type=checkbox] {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: .15em;
    display: grid;
    font: inherit;
    height: 1.15em;
    margin: 0 8px 0 0;
    place-content: center;
    transform: translateY(0.25em);
    width: 1.15em;
}

label {
    display: flex;
    align-items: baseline;
}

.footer {
    position: relative;
    display: block;
    border-top: 1px;
    width: 100%;
    height: auto;
    z-index: 2;
    margin: 0 auto;
}

@media only screen and (min-width:771px) and (max-width:1024px) {
    .footer-content {
        padding-top: 25px
    }
    .footer-box {
        width: 25%
    }
}

@media only screen and (min-width:1024px) {
    .footer-content {
        padding-top: 25px
    }
    .footer-box {
        width: 25%
    }
}

.footer-headline {
    margin-bottom: 8px
}

.gettheapp {
    position: relative;
    display: inline-block;
    float: right;
}

.menu-button {
    height: 32px;
    float: right;
    text-align: right;
    margin: 15px 0 18px 100px;
    padding: 3px 8px 8px;
    border: 2px solid #08b704;
    border-radius: 3px
}

.auricula .menu-button  {
    border: 2px solid #08b704;
}

@media (prefers-color-scheme: dark) {
    .auricula .key-color {
        border: 2px solid #C22FD3;
    }
}

.nextsize .menu-button  {
    border: 2px solid #BE3E30;
}


.sb-button {
    float: left;
    text-align: right;
    margin: 14px 0 12px 4px;
    padding: 3px 9px 8px 9px;
    color: #333;
    height: 21px;
    font-size: 24px;
    border-radius: 4px;
    background-color: #fefefe;
}

.title-button {
    float: none;
    margin: 14px auto;
    width: fit-content;
    height: 21px;
    font-size: 24px;
    background-color: transparent;
}

.language-button {
    float: right;
    text-align: right;
    margin: 14px 0 12px 4px;
    padding: 2px 8px 8px 8px;
    height: 21px;
    font-size: 24px;
    border-radius: 4px;
    color: #222;
    background-color: #fefefe !important;
}

.auricula .key-color-dropshadow   {
    box-shadow:  2px 2px 12px 2px #08b704;
}

@media (prefers-color-scheme: dark) {
    .auricula .key-color-dropshadow {
        box-shadow:  2px 2px 12px 2px #C22FD3;
    }
}

.nextsize .key-color-dropshadow   {
    box-shadow:  2px 2px 12px 2px #BE3E30;
}

@media (prefers-color-scheme: dark) {
    .nextsize .key-color-dropshadow {
        box-shadow:  2px 2px 12px 2px #BE3E30;
    }
}

img.profile-picture {
    display: block;
    margin: 18px auto;
    height:200px;
    width:200px;
    border-radius: 100px;
    border: 1px #8c8c8c solid;
}

@media (prefers-color-scheme: dark) {
    img.profile-picture {
        border: 1px #eee solid;
    }
}

@media only screen and (min-width:1024px) {
    img.profile-picture {
        display: block;
        margin: 18px auto;
        height:250px;
        width:250px;
        border-radius: 125px;
    }
}

.new {
    color: #fff;
    height: 21px;
    font-size: 18px;
    padding: 6px 6px 3px;
    border-radius: 4px;
}

@media (prefers-color-scheme: dark) {
    .new {
        color: #333;
    }
}

sup {
    vertical-align: top;
    position: relative;
    top: -12px;
}

.half {
    width: 95%;
}

@media only screen and (min-width:650px) {
    .half {
        width: 45%;
        margin-right: 2%;
    }
}

.article-tile {
    background-color: transparent;
    margin-bottom: 12px;
    border-radius: 4px;
    margin-bottom:48px;
}

@media only screen and (min-width:650px) {
    .article-tile {
        margin-right:24px;
    }
}

.article-tile-frame {
    width: 100%;
    margin-bottom:8px;
    margin-top:4px;
}

.article-tile-frame img {
    width: 100%;
    border-radius: 3px;
}

.square img {
    width: 32%;
}

.section-item {
    display: inline-block;
    float: left;
}

.readable_width {
    margin: 0 auto;
    width:100%;
    max-width: 280px;
} 

@media only screen and (min-width:350px) {
    .readable_width {
        margin: 0 auto;
        width:85%;
        max-width: 600px;
    }
}

.subline {
    width: 80%;
    margin: 0 auto;
}

.header-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.newsletter-adress-input {
    font-size: 20px;
    margin: 16px 0;
    outline: 0;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*border: 2px solid #3378f8;*/
    padding: 8px 0 8px 12px;
    width: calc(95% - 12px);
    border-radius: 6px;
    box-shadow: none;
}

.screenshots p, .screenshots-old p,
.tag {
    text-align: center;
    display: block
}

.screenshots {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    height: 566px;
    margin-bottom: 36px
}

.screenshots-old {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    height: 466px;
    margin-bottom: 36px
}

.screenshots p, .screenshots-old p {
    margin: 0;
    padding: 0 20px;
    padding-top: 4px;
    padding-bottom: 8px;
    overflow: scroll;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch
}

.screenshots span {
    display: inline-block;
    margin: 0px 10px;
    box-shadow: rgba(0, 0, 0, .5) 0 0 5px;
    border: solid 2px #eee;
    border-radius: 18px;
}

.screenshots-old span {
    display: inline-block;
    margin: 0px 10px;
    box-shadow: rgba(0, 0, 0, .5) 0 0 5px;
    border: solid 2px #333;
    border-radius: 6px;
}

.screenshots-small {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    height: 280px;
    margin-bottom: 18px
}

.screenshots-small p {
    margin: 0;
    padding: 0 0px;
    padding-top: 4px;
    padding-bottom: 8px;
    overflow: scroll;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch
}

.screenshots-small span {
    display: inline-block;
    margin: 0px 10px;
    box-shadow: rgba(0, 0, 0, .5) 0 0 5px;
    border: solid 1px #eee;
    border-radius: 4px;
}

.sc-au-en_1 {
    background: url(../img/projects/auricula/en/auricula_screen_1.jpg) no-repeat;
}

.sc-au-en_2 {
    background: url(../img/projects/auricula/en/auricula_screen_2.jpg) no-repeat;
}

.sc-au-en_3 {
    background: url(../img/projects/auricula/en/auricula_screen_3.jpg) no-repeat;
}

.sc-au-en_4 {
    background: url(../img/projects/auricula/en/auricula_screen_4.jpg) no-repeat;
}


.sc-au-de_1 {
    background: url(../img/projects/auricula/de/auricula_screen_1.jpg) no-repeat;
}

.sc-au-de_2 {
    background: url(../img/projects/auricula/de/auricula_screen_2.jpg) no-repeat;
}

.sc-au-de_3 {
    background: url(../img/projects/auricula/de/auricula_screen_3.jpg) no-repeat;
}

.sc-au-de_4 {
    background: url(../img/projects/auricula/de/auricula_screen_4.jpg) no-repeat;
}


.sc-ns-en_1 {
    background: url(../img/projects/nextsize/en/nextsize_screen_1.jpg) no-repeat;
}

.sc-ns-en_2 {
    background: url(../img/projects/nextsize/en/nextsize_screen_2.jpg) no-repeat;
}

.sc-ns-en_3 {
    background: url(../img/projects/nextsize/en/nextsize_screen_3.jpg) no-repeat;
}

.sc-ns-en_4 {
    background: url(../img/projects/nextsize/en/nextsize_screen_4.jpg) no-repeat;
}


.sc-ns-de_1 {
    background: url(../img/projects/nextsize/de/nextsize_screen_1.jpg) no-repeat;
}

.sc-ns-de_2 {
    background: url(../img/projects/nextsize/de/nextsize_screen_2.jpg) no-repeat;
}

.sc-ns-de_3 {
    background: url(../img/projects/nextsize/de/nextsize_screen_3.jpg) no-repeat;
}

.sc-ns-de_4 {
    background: url(../img/projects/nextsize/de/nextsize_screen_4.jpg) no-repeat;
}

.ps-ns-en_1 {
    background: url(../img/projects/nextsize/en/nextsize_promotional_1.jpg) no-repeat;
}

.ps-ns-en_2 {
    background: url(../img/projects/nextsize/en/nextsize_promotional_2.jpg) no-repeat;
}

.ps-ns-en_3 {
    background: url(../img/projects/nextsize/en/nextsize_promotional_3.jpg) no-repeat;
}

.ps-ns-en_4 {
    background: url(../img/projects/nextsize/en/nextsize_promotional_4.jpg) no-repeat;
}

.ps-ns-de_1 {
    background: url(../img/projects/nextsize/de/nextsize_promotional_1.jpg) no-repeat;
}

.ps-ns-de_2 {
    background: url(../img/projects/nextsize/de/nextsize_promotional_2.jpg) no-repeat;
}

.ps-ns-de_3 {
    background: url(../img/projects/nextsize/de/nextsize_promotional_3.jpg) no-repeat;
}

.ps-ns-de_4 {
    background: url(../img/projects/nextsize/de/nextsize_promotional_4.jpg) no-repeat;
}

.smartphone-portrait {
    background-color: #8c8c8c;
    background-size: 255px 552px;
    width: 255px;
    height: 552px;
    background-size: cover;
}

.smartphone-portrait-5-5 {
    background-color: #8c8c8c;
    background-size: 255px 552px;
    width: 255px;
    height: 453px;
    background-size: cover;
}

@media (prefers-color-scheme: dark) {
    .smartphone-portrait {
        background-color: #bbb;
    }
}

.slider-inset {
    margin-top: 330px;
}

@media only screen and (min-width:771px) and (max-width:1400px) {
    .slider-inset {
        margin-top: 400px
    }
}

@media only screen and (min-width:1401px) {
    .slider-inset {
        margin-top: 500px
    }
}

.auricula .slider-inset {
    border-top: 2px solid #08b704;
}

@media (prefers-color-scheme: dark) {
    .auricula .slider-inset {
        border-top: 2px solid #C22FD3
    }
}

.nextsize .slider-inset {
    border-top: 2px solid #BE3E30;
}

@media (prefers-color-scheme: dark) {
    .nextsize .slider-inset {
        border-top: 2px solid #BE3E30;
    }
}

.above-slider {
    position: relative;
    z-index: 2
}

.slider-image {
    position: relative;
    display: block;
    margin: 0 auto;
    padding-top: 80px
}

@media only screen and (min-width:771px) {
    .slider-image {
        padding-top: 100px
    }
}

.slider {
    position: fixed;
    height: 550px;
    background-color: #037d00;
    z-index: 1;
    background-position: center center;
}

.slider img {
    height: 170px;
    width: 145px
}

@media only screen and (min-width:771px) and (max-width:1400px) {
    .slider img {
        height: 250px;
        width: 213px
    }
}

@media only screen and (min-width:1401px) {
    .slider img {
        height: 350px;
        width: 300px
    }
}

.auricula .slider {
    background: url(../img/projects/auricula/background.png);
    background-size: 100%
}

@media (prefers-color-scheme: dark) {
    .auricula .slider {
        background: url(../img/projects/auricula/background_dark.png);
        background-size: 100%
    }
}

.nextsize .slider {
    background: url(../img/projects/nextsize/background.png);
    background-size: 100%, 100%;
}

.vimeo {
    position: relative;
    padding-bottom: 70%;
    height: 0;
}
.vimeo iframe {
    position: relative;
    top: 0;
    left: 0;
    max-height:380px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
}

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

    .vimeo {
        padding-bottom: 380px;
    }
}

.app-icon {
    position: relative;
    display: block;
    margin: 0 auto 25px
}

img.app-icon {
    width: 120px;
    height: 120px;
    border-radius: 27px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    transition-property: box-shadow;
    transition-duration: .2s;
    transition-timing-function: linear
}

@media only screen and (min-width:771px) and (max-width:1400px) {
    img.app-icon {
        width: 180px;
        height: 180px;
        border-radius: 40px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
        transition-property: box-shadow;
        transition-duration: .2s;
        transition-timing-function: linear
    }
}

@media only screen and (min-width:1401px) {
    img.app-icon {
        width: 250px;
        height: 250px;
        border-radius: 55px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
        transition-property: box-shadow;
        transition-duration: .2s;
        transition-timing-function: linear
    }
}

a img.app-icon:hover {
    box-shadow: 0 4px 22px 0 rgba(0, 0, 0, .2), 0 12px 20px 0 rgba(0, 0, 0, .19)
}

.app-icon-container {
    margin: 40px auto 80px;
    width: 320px;
}

@media only screen and (min-width:771px) {
.app-icon-container {
    margin: 40px auto 80px;
    width: 340px;
    }
}


.slider-icon {
    margin-top: 100px
}

@media only screen and (min-width:771px) and (max-width:1400px) {
    .slider-icon {
        margin-top: 130px
    }
}

@media only screen and (min-width:1401px) {
    .slider-icon {
        margin-top: 140px
    }
}

.download-badge {
    position: relative;
    display: block;
    margin: 0 auto;
    height: 40px;
    width: 135px;
    padding-bottom: 25px
}

.download-badge-container {
    width: 145px;
    margin: 0 auto
}

.new {
    color: #fff;
    height: 21px;
    font-size: 15px;
    padding: 2px 6px;
    border-radius: 4px;
}

.auricula .key-color {
    color: #08b704;
}

@media (prefers-color-scheme: dark) {
    .auricula .key-color {
        color: #C22FD3;
    }
}

.nextsize .key-color {
    color: #BE3E30;
}

@media (prefers-color-scheme: dark) {
    .nextsize .key-color {
        color: #BE3E30;
    }
}

/* Testimonials */

.testimonial_slider {
    height: 420px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
          align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width:430px) and (max-width:700px) {

    .testimonial_slider {
        height: 370px;
    }
}

@media only screen and (min-width:701px) and (max-width:770px) {

    .testimonial_slider {
        height: 370px;
    }
}

@media only screen and (min-width:771px) {

    .testimonial_slider {
        height: 330px;
    }
}


.testimonial_slider p {
    font-size: 16px
}

@media only screen and (min-width:771px) {

    .testimonial_slider p {
        font-size: 21px;
        line-height: 28px;
    }
}

.testimonial_slider__nav {
  width: 12px;
  height: 12px;
    margin: 4px 12px;
  border-radius: 50%;
  z-index: 10;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.testimonial_slider__nav:checked {
  -webkit-animation: check 0.4s linear forwards;
          animation: check 0.4s linear forwards;
}
.testimonial_slider__nav:checked:nth-of-type(1) ~ .testimonial_slider__inner {
  left: 0%;
}
.testimonial_slider__nav:checked:nth-of-type(2) ~ .testimonial_slider__inner {
  left: -100%;
}
.testimonial_slider__nav:checked:nth-of-type(3) ~ .testimonial_slider__inner {
  left: -200%;
}
.testimonial_slider__nav:checked:nth-of-type(4) ~ .testimonial_slider__inner {
  left: -300%;
}
.testimonial_slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.testimonial_slider__contents {
  height: auto;
  padding: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
    background-color: transparent;
    border-radius: 12px;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 5px;
    margin-bottom: 15px;
    border-color: #08b704;
    border-width: 1px;
    border-style: solid;
}

@media (prefers-color-scheme: dark) {
    .testimonial_slider__contents {
        border-color: #C22FD3;
        background-color: #3c3c3c;
    }
}

.testimonial_slider__caption {
  margin: 2rem 0 1rem;
}
.testimonial_slider__txt {
  max-width: 300px;
}
@media only screen and (min-width:771px) {
    .testimonial_slider__txt {
      max-width: 420px;
    }
}
@-webkit-keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #e6ab66;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

@keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #e6ab66, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #08b704;
    box-shadow: 0 0 0 0 #e6ab66, 0 0 0 0 rgba(51, 51, 51, 0);
  }
  @media (prefers-color-scheme: dark) {

  }
}

@keyframes check {
    50% {
        outline-color: #333;
        box-shadow: 0 0 0 12px #e6ab66, 0 0 0 36px rgba(51, 51, 51, 0.2);
      }
      100% {
        outline-color: #C22FD3;
        box-shadow: 0 0 0 0 #e6ab66, 0 0 0 0 rgba(51, 51, 51, 0);
      }
    }
}

.light {
    display: block;
}

.dark {
    display: none;
}

@media (prefers-color-scheme: dark) {
    .light {
        display: none;
    }

    .dark {
        display: block;
    }
}

.text-slider {
    color:#ddd; 
}

@media (prefers-color-scheme: dark) {
    .text-slider {
        color:#333; 
    }
}

.text-slider h3 {
    font-size: 20px;
    line-height: 44px;
    padding-top: 65px
}

@media only screen and (min-width:771px) and (max-width:1399px) {
    .text-slider h3 {
        font-size: 38px;
        line-height: 70px;
        padding-top:80px
    }
}

@media only screen and (min-width:1400px) {
    .text-slider h3 {
        font-size: 42px;
        line-height: 85px;
        padding-top:90px
    }
}

.screenshot-screen-portrait {
    background-color: #8c8c8c;
    background-size: 255px 552px;
    width: 151px;
    height: 271px;
    background-size: cover;
}

@media (prefers-color-scheme: dark) {
    .screenshot-screen-portrait {
        background-color: #bbb;
    }
}

.word-left > span,
.word-right > span {
  animation: show 3s infinite;
}

.word-left > span:nth-child(2) { animation-delay: 3s; }
.word-left > span:nth-child(3) { animation-delay: 3s; }

.word-right > span {
  animation-duration: 4s;
}

.word-right > span:nth-child(2) { animation-delay: 3s; }

@keyframes show {
  0% { display: none; }
  50% { display: inline-block; }  
  100% { display: none; }
}