body
{
    margin:0;
    padding:0;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    background-color:#cccccc;

}
@font-face {
    font-family: Roboto;
    src: url('roboto-regular.ttf.ttf');
   
}
div.logobox
{
    padding:10px 0 10px 20px;
    background-color:white;
    width:100%;
    margin:0;
}
div.textbox
{
    background-image: url("../img/group1.png"); 
    background-color:white;
    background-repeat: no-repeat;
    padding:60px;
}
div.text ol
{
    list-style: none;
    counter-reset: my-awesome-counter;
    /*display: flex;
    flex-wrap: wrap;*/
    margin: 10px 0 15px 0;
    padding: 0;
    /*border-left: 5px solid black;*/
}
div.text ol li {
    counter-increment: my-awesome-counter;
    display: flex;
    /*font-size: 0.8rem;*/
    padding:10px 0 10px 0;
}

div.text ol li::before {
    content: counter(my-awesome-counter) ".";
    font-weight: bold;
    font-size: 2.3rem;
    color: white;
    margin-right: 5px;
    padding:10px 10px 10px 15px;
    background-color:black;
    line-height: 1;
}

div.text ul.checklist
{
    list-style: none;
    counter-reset: my-awesome-counter;
    /*display: flex;
    flex-wrap: wrap;*/
    margin: 10px 0 15px 0;
    padding: 0;
    /*border-left: 5px solid black;*/
}
div.text ul.checklist li {
    /*counter-increment: my-awesome-counter;*/
    display: flex;
    /*font-size: 0.8rem;*/
    padding:10px 0 10px 0;
}

div.text ul.checklist li::before {
    content: "✔";
    font-weight: bold;
    font-size: 2.3rem;
    color: white;
    margin-right: 5px;
    padding:10px 10px 10px 15px;
    background-color:black;
    line-height: 1;
}

div.logo
{
    width:80%;
    margin:auto;
    padding:0;
}
div.lang
{
    text-align:right;
    padding:0 25px 0 0;
}
div.body
{
    width:80%;
    margin:auto;
}

div.body a, div.logo a
{
    color:#666666;
    text-decoration: underline;

}
div.body a:hover, div.logo a:hover
{
    color:#F75745;
    text-decoration:none;
}
div.footer_main
{
    width:100%;
    margin:auto;
    padding:0;
    background-color:black;
}
div.footer
{
    width:80%;
    margin:auto;
    padding:0;
    background-color:black;
}
div.footer ul
{
    background-color:black;
    padding: 10px;
    margin:0;
    color:white;
    list-style-type:none;

}
div.footer a
{
    color: #ffffff;
    text-decoration: underline;
}
div.footer a:hover
{
    color:#F75745;
    text-decoration:none;
}
div.about
{
    background-color:white;
    
}
ul.order
{
    list-style-type:none;
    padding:0;
    margin:0;
}
ul.order li input
{
    width:50%;
    height:25px;
    color:#999999;
    
}
ul.order li input.submit
{
    width:50.5%;
    padding:0;
    height:35px;
    color:white;
    border:0;
    background-color:#F65745;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size:14pt;
}
div.ordera
{
    margin:auto;
    padding:30px 0 0 0;
    text-align:center;
}

div.ordera a,div.ordera a:hover
{
    background-color:#F65745;
    width:250px;
    padding:24px 85px 24px 85px;
    color:white;
    text-decoration:none;
    margin:auto;
}

div.body a.nostyle
{
    text-decoration:none;
}
div.about p
{
    padding:0;
}
.green
{
    color:green;
}
.red_error
{
    color:red;
}
ul.lang
{
    width:146px;
    position:relative;
   
    line-height: 1;
}
ul.letter
{


    width:20px;
    position:relative;
    
    font-weight: bold;
    font-size: 2.3rem;
    line-height: 1;
}

.languages {
  display: flex;
  flex-wrap: wrap;
}

.one-lang {
  padding: 2%;
  flex-grow: 1;
  flex-basis: 16%;

  display: flex; /* so child elements can use flexbox stuff too! */

}
@media (max-width: 920px) {
  .one-lang {
    flex: 1 21%;
  }
}

.lang-letter{

    font-weight: bold;
    font-size: 3.3rem;
    line-height: 1;
    color:white;
    padding-right:9px;
}
.lang-list
{
    margin-top: auto;
}
h1
{
    text-align:center;
}
div#loading
{
    display:none;
}