﻿@import url('https://fonts.googleapis.com/css?family=Catamaran&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

html, body {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.56em;
    color: black;
}
.richtext-content {
    max-width:768px;
}
.richtext-content p {
    font-size: 16px;
}
.richtext-content h1 {
    font-size:32px;
}
@media (max-width:767px) {
    html,body {
        font-size:16px;
    }
}

body.show-popup-menu,body.show-login {
    overflow:hidden;
}

h1, h2, h3, h4 {
    font-weight: 600;
    width: 100%;
}

h1 {
    font-size: 2rem;
    margin-bottom: 31px;
    line-height: 1.2;
    font-weight: 300;
}

h2.big {
    font-size: 2rem;
    margin-bottom: 0.7em;
    line-height: 1.6;
}

h2 {
    font-size: 1.5rem;
    line-height: 32px;
}

h3 {
    font-size: 1.3rem;
    margin-bottom: 3px;
    line-height: 1.6;
    font-weight: 400;
}

h4 {
    font-size: 1.25rem;
    line-height: 1.4;
}

p {

    width: 100%;
    font-size: 1rem;
    line-height: 22px;
}

ol {
    list-style: none;
    counter-reset: inst;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

ol li {
counter-increment: inst;
    margin-bottom: 20px;
    margin-left: calc(2.33rem + 25px);
    margin-top: 4px;
    line-height: calc(1rem - 2px);
}

ol li:before {
content: counter(inst);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 41px;
    height: 41px;
    border-radius: 500px;
    border: solid 2px #016BB1;
    color: #016BB1;
    font-size: calc(1rem + 2px);
    font-weight: 600;
    margin-right: 25px;
    margin-left: calc(-2.33rem - 25px);
}

ul {
    list-style: none;
    margin-bottom: 2em;
}
ul > li {
    margin-bottom:10px;
}
ul > li:before {
    content: "\2713";
    height: 1em;
    width: 1em;
    display: block;
    float: left;
    margin-left: -1.5em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

a {
    outline: none;
    transition: .2s opacity;
}

a:hover {
    opacity: .5;
    text-decoration: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: black !important;
}

.sk-formBlock input:-webkit-autofill,
.sk-formBlock input:-webkit-autofill:hover,
.sk-formBlock input:-webkit-autofill:focus,
.sk-formBlock input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.acceptCopy-link a {
    color: #163141;
    font-weight: 600;
}