/* compiled from statics.css.scss (SCSS-only // comments removed, & nesting resolved manually) */

.hero-unit{
  padding-top:70px;
  padding-left:50px;
  padding-right:50px;
  padding-bottom:50px;
  margin-bottom:30px;
  font-size:18px;
  font-weight:normal;
  line-height:30px;
  color:inherit;
  background-color:#fff;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  word-wrap: break-word;
}

.hero-unit h1{
  color: #0044CC;
  font-size: 31.5px;
  letter-spacing: normal;
  line-height: 40px;
  margin: 10px 0;
}

.tag-table{
  border: 0;
  width: 100%;
}

.tag-table .th{
  text-align: left;
}

.faq{
  padding-top: 20px;
}

.faq-entry{
  margin: 0;
}

.changelog{
  padding-top: 20px;
}

.changelog-entry{
  margin: 0;
}

.navi{
	font-size: 15px;
  line-height: 20px;
}

.navi_min{
	font-size: 12px;
  line-height: 20px;
}

.navbar .donate{
  display: block;
  float: right;
  font-size: 20px;
  padding: 5px 20px;
 }

.navbar .language{
  display: block;
  float: right;
  font-size: 20px;
  padding: 5px 20px;
  color: #ffffff;
 }

.navbar .language a{
  color: #999999;
  text-decoration: none;
}
.navbar .language a:visited{
}
.navbar .language a:hover{
  color: #fff;
  background-color: #000;
}

.paypal{
  border: 0px;
  height: 1px;
  width: 1px;
}

.cnet{
  border: 0px;
  text-align: center;
  height: 60px;
  width: 150px;
}

.softpedia{
  border: 0px;
  text-align: center;
}

.gallery img{
    border: 0px solid silver;
}

.my_footer{
  color: #ffffff;
}

.logo{
  float: left;
  text-align: left;
  margin: 10px 0;
}

.coin{
  font-size: 12px;
}

.socialmedia{
  float: left;
  text-align: left;
  margin-right: 8px;
}

.title{
  float: left;
  text-align: left;
  padding-top: 0px;
  margin: 0;
}

.clear{
  clear: both;
}

.logo_img{
  width: 72px;
  height: 72px;
}

.socialmedia_img{
  vertical-align: bottom;
  width: 20px;
  height: 20px;
}

.donate_img{
  width: 21px;
  height: 21px;
}

.linkentry{
  color: #3565A4;
}
.linkentry:visited{
}
.linkentry:hover{
  color: #3565A4;
  background-color: transparent;
}

.navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus{
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}

.navbar .nav > li > a{
  font-weight: bold;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus{
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
  color: #fff;
  text-decoration: none;
}

.thumbnail{
  border: 0px;
}

.language_list{
  float:left;
  min-height:1px;
  margin-left:13px;
  width: auto;
}

.gallery-caption row{
  margin-left:auto;
  *zoom:1
}

.gallery-caption .language_list{
  float:left;
  min-height:1px;
  margin-left:13px;
  width: auto;
}

.gallery-caption .language_list .small{
  font-size: 11px;
}

.links_bottom{
  display: inline-block;
  min-height:1px;
  margin-top: 10px;
  margin-left: 13px;
}

.row_center_float_left{
  float: left;
  text-align: center;
}

/* Large desktop */
@media (min-width: 979px){
  .language_list{
    width: 250px;
  }

  .clearfix{
    display: block;
  }

  .title{
    margin: 15px;
  }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px){
  .hero-unit{
    margin-top: 10px;
  }

  .language_list{
    width: 200px;
  }

  .faq-entry{
    margin: 0px 0px 10px 0px;
  }

  .changelog-entry{
    margin: 0px 0px 10px 0px;
  }

  .clearfix{
    display: none;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px){
  .hero-unit{
    padding-left:18px;
    padding-right:18px;
  }

  .language_list{
    width: 175px;
  }

  .faq-entry{
    margin: 0px 0px 10px 0px;
  }

  .changelog-entry{
    margin: 0px 0px 10px 0px;
  }
}

/* TO TOP*/
#toTop-right{
  display:none;
  text-decoration:none;
  position:fixed;
  bottom:20px;
  right:20px;
  outline:none;
}
#toTop-left{
  display:none;
  text-decoration:none;
  position:fixed;
  bottom:20px;
  left:20px;
  outline:none;
}
#toTop-center{
  display:none;
  text-decoration:none;
  position:fixed;
  bottom:10px;
  left:50%;
  margin-left:-20px; /*Feintuning je nach Inhalt */
  outline:none;
}
