div, input, a {
    -webkit-transition: box-shadow ease-in-out .15s, background-color ease-in-out .15s !important;
    -moz-transition: box-shadow ease-in-out .15s, background-color ease-in-out .15s !important;
    transition: box-shadow ease-in-out .15s, background-color ease-in-out .15s !important;
}

html, body  {
    height: 100%;
}

body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    text-align: center;
    min-width: 500px;
    background-image: url('../img/startseite_hintergrund.jpg');
    background-repeat: repeat;
    background-position: top center;
    background-position-y: 45px;
    background-attachment: fixed;
}

h4:not(:first-of-type) {
    margin-top: 40px;
}
h4 {
    font-size: 1.3em;
    font-weight: bold;
    text-align: left;
}

h5:not(:first-of-type) {
    margin-top: 20px;
}
h5 {
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
}

h6:not(:first-of-type) {
    margin-top: 15px;
}
h6 {
    text-align: left;
    font-weight: bold;
}

.headerband-container, .navbar, .background-container, footer {
    max-width: 800px;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.links-nowrap {
    white-space: nowrap;
    margin-right: 2px;
}

.background-container {
    min-height: 100%;
    z-index: 100;
    padding-top: 100px;
    margin-bottom: -30px;
    text-align: right;
}

p:NOT(.lead) {
    text-align: justify;
}

.starter-template {
    min-width: 565px;
    text-align: center;
}

.code {
    font-family: monospace;
    font-size: 1.05em;
}

.container {
    width: auto !important;
    padding: 0;
    padding-right: 20px;
    padding-bottom: 150px;
    text-align: center;
}

div.container:NOT(.headerband-container) {
    padding-left: 20px;
}

.email-info {
    text-align: justify;
    margin: 30px 0 20px;
    color: #aaa;
    font-style: italic;
}

.navbar-container {
    width: 100%;
    position: fixed;
    z-index: 1000;
    left: 0;
}

.navbar {
    position: relative;
    top: 44px;
    height: 56px;
}

.navbar-header {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative;
}

.navbar-toggle {
    margin-left: 10px;

}

.navbar-nav, .navbar-toggle {
    float: left;
}

img.navbar-brand {
    right: 20px;
    top: 3px;
    height: 50px;
    padding: 0;
    float: right;
    position: absolute;
}

.lang-select {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 2px 20px 5px;
    margin: 0 20px 8px 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lang-select a {
    display: inline-block;
    vertical-align: middle;
}

.lang-select a.active {
    pointer-events: none;
    cursor: default;
}

.lang-select img {
    display: block;
    width: 16px;
    height: 16px;
}

.navbar-nav>li>a {
    line-height: 26px;
}

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

.navbar-collapse {
    overflow-y: visible !important;
}

footer {
    display: inline-block;
    width: 100%;
    z-index: 500;
    padding: 6px 0;
    min-height: 30px;
    font-size: .9em;
}

footer > * {
    display: inline-block;
}

footer .footer-left {
    float: left;
    margin-left: 10px;
}

footer .copyright {
    color: #777;
    float: right;
    margin-right: 10px;
}

.datapriv-footer {
    font-style: italic;
    text-align: right;
    font-size: .8em;
}

iframe[src="about:blank"] {
    display: none;
}

.col-md-offset-3 {
    margin-left: 0;
}

div.captcha-container {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

div.recaptcha_input_area>* {
    margin: 0 auto;
}

.display-row>*{
    display: inline-block;
}

[class^="icon-"], [class*=" icon-"] {
    background-position: 14px 14px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url('glyphicons-halflings.png');
    background-repeat: no-repeat;
}

.email-input, .captcha-container, .domain-input {
    margin-top: 30px;
}

.icon-refresh {
    background-position: -240px -24px;
}

.icon-headphones {
    background-position: -336px -24px;
}

.icon-picture {
    background-position: -456px -48px;
}

.icon-question-sign {
    background-position: -96px -96px;
}

.input-group {
    border-radius: 4px;
}

.input-group.email-input>span:first-of-type {
    border-right: none;
}
.input-group.email-input>input {
    border-left: none;
}

.captcha-container {
    display: table;
}

div#recaptcha_widget>* {
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
}

div#recaptcha_image {
    width: auto !important;
    height: auto !important;
    text-align: center;
}

div#recaptcha_image>br:FIRST-OF-TYPE {
    display: none;
}

img#recaptcha_challenge_image {
    width: 250px;
    height: auto;
}

.input-group {
    margin-top: 20px;
}

.input-group-btn.search-submit-button-panel {
    min-width: 140px;
    border-bottom: 1px solid #ddd;
}

.panel-title {
    font-size: 1.5em;
}

.btn {
    border-radius: 3px !important;
}

div#domaindist_table, div#passdist_table, div#leakdist_table {
    width: 400px;
}

div#domaindist_chart, div#passdist_chart, div#leakdist_chart {
    width: 100%;
    overflow: hidden;
}

p.success-text {
    margin: 30px 0;
    text-align: justify;
}

p.statistics-important {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 10px;
    font-size: 1.6em;
    text-align: center;
}

p.statistics-text {
    padding: 10px 20px 5px 20px;
}

ul {
    text-align: left;
}

div.demo-mail-container {
    width: 90%;
    margin: 0 auto;
}

img.demo_mail {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
}

.database-amount {
    text-decoration: underline;
    font-weight: bold;
}

.link-panel {
    font-size: .9em;
    text-align: left;
}
.link-panel .panel-title{
    font-size: 1.3em;
}

pre.publickey {
    margin-top: 15px;
    text-align: left;
    background-color: #eee;
    border: none;
}

.maint-page img {
    float: right;
}

.news {
    font-size: .8em;
    text-align: justify;
}

.news .head-line {
    margin-top: 0;
}

.internal-box {
    margin-left: auto;
    padding: 10px;
    width: 96%;
}

.links-table {
    text-align:left;
    width:100%
}

.links-table td {
    vertical-align: top;
}

.panel-heading {
    font-weight: bold;
    text-align: center;
}

.subscription-panel {
    font-size: 12px;
    position: absolute;
}
.subscription-panel label {
    vertical-align: text-top;
    font-weight: 700;
}

.panel-stats {
    background-color: transparent;
    border-color: transparent;
}

.panel-stats .panel-body {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.panel-stats .panel-heading {
    padding: 5px;
}

.leak-statistic {
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.leak-statistic .panel {
    margin-bottom: 0px;
}

.leak-statistic .leak-label {
    font-size: 1.2em;
}

.leak-statistic .leak-number {
    font-size: 1.65em;
    font-weight: normal;
}


