@CHARSET "ISO-8859-1";

body 
{	
  background-attachment:fixed;
  font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
  font-size:18px;

  -webkit-text-size-adjust: none;
    
  width:100%;
  height:100%;
  margin:0px;
  padding:0px;
    
  overflow: auto;     
  color: #323232;
}

.kursiv
{
  font-style:italic;
}

h2
{
  color:#032554;
  font-size:24px;
  margin-top: 8px;
  margin-bottom: 8px;
}

h3
{
  color:#032554;
  font-size:20px;
  margin-top: 8px;
  margin-bottom: 0px;
}

h4
{
  color:#032554;
  font-size:18px;
  margin-top: 8px;
  margin-bottom: 0px;
}

p
{
  line-height: 150%; 
}

span.menu
{
  font-size:16px;
  line-height: 150%; 
  cursor: pointer;
  color: #154fa1;
}

span.menu.active
{
  border-bottom: 2px solid #032554;
  color:#032554;
}

a
{
  cursor: pointer;
  color:#154fa1;
}

a.button 
{
  background-color: #8aad0b; 
  border-style: solid; 
  border-width: 1px; 
  border-radius: 15px;
  color: #ffffff;
  padding: 8px 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 0px 0px;
}

a.footer
{
  padding:8px;
  font-size:18px;
  text-decoration: none;
  color:#ffffff;
  line-height: 150%; 
}

a.footer:hover
{
  text-decoration: none;
  color:#8aad0b;
}

iframe.support
{
  width:100%;
  height:calc(100vh - 190px);
}

img.logo
{
  height:25px;
  content: url('../images/biicado_white_50.png');
}

span.logo1
{
  font-size:20px; 
  color:#ffffff;
}

span.logo2
{
  font-size:16px; 
  color:#d0d0d0; 
  line-height:150%;
}


div
{
  /*white-space:nowrap;*/  
  -webkit-box-sizing: border-box;
  box-sizing:border-box; 
}

div.frame
{
}

div.header
{
  position: fixed;
  top: 0px;
  right: 0px;
  height: 70px;
  width:100%;
  background-color: rgba(240,240,240, 1.0);
  border-bottom:0px solid #BBBBBB;
  color:#032554;
}

div.footer
{
  background-color:#032554;
  color:#ffffff;
  font-size:14px;
}

div.frame
{
  padding:8px;
}

div.content
{
  width:100%;
  padding-top:70px;		
  background-color:#ffffff;	
}


div.overview
{
  background-image: url('../images/background.png'); 
  background-repeat: no-repeat; 
  background-position: center; 
  background-color:#154fa1; 
  width:100%; 
  height:134px;
}



div.bgImage
{
  background-repeat: no-repeat; 
  background-position: center; 
  background-size: 100%;
}

div.buy
{
  width:100%; 
  border-style: solid; 
  border-width: 1px; 
  border-radius: 10px; 
  padding:8px 0px;
  margin-bottom:8px;

  background-color: lightblue;
}

div.buy p
{
  margin:4px 8px;
}

@media only screen and (min-width: 768px) 
{
  div.frame
  {
    width:100%;
    min-width:740px; 
    max-width:1200px; 
    margin-left:auto; 
    margin-right:auto; 
  }

  div.overview
  {
    height:340px;
  }

  img.logo
  {
    height:50px;
    content: url('../images/biicado_white_100.png');
  }

  span.logo1
  {
    font-size:36px; 
  }

  span.logo2
  {
    font-size:27px; 
  }

  div.row
  {
    display: flex;
  }

  div.row-reverse
  {
    display: flex;
    flex-direction: row-reverse;
  }

  div.col-left
  {
    width:50%; 
    margin-right: 6px;
  }

  div.col-right
  {
    width:50%; 
    margin-left: 6px;
  }

  div.col1
  {
    width:33%; 
    margin-right: 8px;
  }

  div.col2
  {
    width:34%; 
    margin-right: 8px;
  }

  div.col3
  {
    width:33%; 
    margin-left: 0px;
  }

  div.buy p
  {
    margin:12px 8px;
  }
}

table.menu
{
  margin-bottom:12px;
}

table.menu td.header
{
  height: 40px;
  text-align:center;
  color:#154fa1;
  font-weight: bold;
}

table.menu td.main
{
  height:28px;
}

table.menu td.sub
{
  height:40px;
  padding-left:24px;
  color: #154fa1;
  border-bottom: 1px solid #969696;

  background-image: url('../images/arrow_64.png'); 
  background-repeat: no-repeat; 
  background-position: right; 
  background-size: 32px 32px;
}

table.download
{
  margin-top: 8px;
}

table.download tr
{
  line-height: 140%;
}

table.download td:nth-child(2)
{
  color:#154fa1;
}

table.help
{
  width:100%;
  border-spacing: px;
}

table.help td
{
  padding: 5px;
  width:50%;
  vertical-align: top;
}

table.help td.video
{
  cursor: pointer;
}

table.help td img
{
  width:100%;
  margin-bottom:0px;
}

table.help td div
{
  background-repeat: no-repeat; 
  background-position: center;  
  background-size:100%;
}






