body
{
    margin:0;
    padding:0;
    font-family: "Open Sans", serif;
    font-size:18pt;
    background-color:#999999;

}
@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 10px 0 0;
    text-align:center;
    position: sticky;
    top:5%;
}

div.ordera a,div.ordera a:hover
{
    background-color:#F65745;
    width:200px;
    padding:24px 55px 24px 55px;
    color:white;
    text-decoration:none;
    margin:auto;
    border-radius:25px;
}

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;
    margin-top:0;
    padding-top:3px;
}
h2
{
    text-align:center;
    padding-top:15px;
}
div#loading
{
    display:none;
}

.quote {
    margin: 10px 30px;
    padding: 25px;
    background: #E5E4E2;
    border: 1px solid #808080;
    color: #36454F;
    box-sizing: border-box;
}

div.body a.float, div.body a.float:hover{
	position:fixed;
    left:2%;
	height:25px;
	bottom:40px;
	right:40px;
	text-align:center;
    background-color:#F65745;
    width:200px;
    padding:24px 85px 24px 85px;
    color:white;
    text-decoration:none;
    margin:auto;
}

.container {
  position: relative;
  max-width: 50%;
  margin:0px;
}

.container img {vertical-align: middle;}

.container .content {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 94%;
  margin: auto;
  padding: 20px 20px 20px 20px;
}
.content p
{
    margin:0px;
    padding:0px;
}

span.yellow
{
    background-color: #ffcc00;
}
span.underline
{
    text-decoration:underline;
}
.quote
{
    background-color: #cccccc;
    border:0px;
    margin:0 auto 0 auto;
}