/*!
 * Onlinedatenbank E-Ladesäulen
 * Bootstrap CSS
 * Copyright 2014-2015 Argus Stadt- und Verkehrsplanung
 * Website developed by: Lasse Petersen (l.petersen@argus-hh.de)
 */
html {
    position: relative;
    min-height: 100%;
}
body {
    padding-top: 50px;   /* Required for header */
    margin-bottom: 50px; /* Required for sticky footer */
}
.starter-template {
    padding: 40px 15px;
    text-align: center;
}
textarea {
    resize: none;
}
legend.digitalisierung {
    background-color: #222;
    color: white;
    padding: 5px 0px 5px 20px;
}
#standorterfassung {
    border-style: solid;
    border-width: 1px;
    border-color: #222;
}
#map-canvas {
    display: block;
    height: 500px;
    margin-top: 0px;
    margin-bottom: 20px;
}
#map-canvas-large {
    display: block;
    height: 650px;
    margin-top: 0px;
    margin-bottom: 20px;
}
#button-submit {
    background-color: #222;
    color: white;
    margin-top: 25px;
    margin-bottom: 100px;
    border: none;
}
#upload-thumb {
    width: 200px;
    height: 200px;
}
#label-upload {
    text-align: left;
    margin-bottom: 10px;
    padding-left: 0px;
}
.fa-spin-custom, .glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.container .jumbotron {
    border-radius: 0px;
}
div .standortliste-header {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 21px;
    line-height: inherit;
    color: #222;
    border: 0;
    background-color: #222;
    color: white;
    padding: 5px 0px 5px 20px;
}
div .standortliste-bezirk {
    border-style: solid;
    border-width: 1px;
    border-color: #222;
    padding: 0px;
}
.table-standortliste {
    margin-bottom: 10px;
}
.specsheet-argus-logo {
    margin-top: 10px;
}
div .specsheet-heading {
    margin-left: 0px;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: inherit;
    color: #222;
    border: 0;
    background-color: #222;
    color: white;
    padding: 5px 0px 5px 0px;
}
div .specsheet-category {
    padding-top: 10px;
    margin-bottom: 10px;
    text-align: right;
}
@media screen and (max-width: 992px) {
    div .specsheet-category {
        text-align: left;
        margin-bottom: -10px;
    }
}
div .specsheet-content {
    padding-top: 10px;
    margin-bottom: 10px;
}
div .specsheet-box {
    border-style: solid;
    border-width: 1px;
}
div .portfolio-row:nth-child(2) {
    padding-top: 20px;
}
div .portfolio-row {
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
.table-standortliste-row1 {
    width: 7%;
}
.table-standortliste-row2 {
    width: 47%;
}
.table-standortliste-row3 {
    width: 30%;
}
.table-standortliste-row4 {
    width: 8%;
}
.table-standortliste-row5 {
    width: 8%;
}
div .standortliste-filter {
    margin-bottom: 10px;
    text-align: right;
}
#filter-stadtteil, #filter-status, #filter-bezirk, #filter-ladeinfrastruktur {
    width: 350px;
    margin-left: 10px;
}
#legend-0 {
    color: rgba(0,114,177,255);
}
#legend-1 {
    color: rgba(120,179,223,255);
}
#legend-2 {
    color: rgba(255,219,68,255);
}
#legend-3 {
    color: rgba(193,150,118,255);
}
#legend-4 {
    color: black;
}
#legend-5 {
    color: rgba(127,127,127,255);
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Omit fixed height of the footer for expand animation */
  //height: 50px;
  background-color: #eee;
  overflow: visible;
}
.impressum {
    background-color: #eee;
    width: 100%;
}
.kachel-container {
    padding: 15px;
}
@media (min-width: 768px) {
    .kachel {
        background-color: #222;
        color: rgba(42,170,226,255);
        padding: 30px;
        text-align: center;
        margin: 0px;
    }
}
@media (max-width: 768px) {
    .kachel {
        background-color: #222;
        color: rgba(42,170,226,255);
        padding: 5px;
        text-align: left;
        margin: 0px;
    }
}
@media (max-width: 768px) {
    .navbar-brand {
        font-size: 14px;
    }
}
.kachel>a {
    color: rgba(42,170,226,255);
}
.img-splash {
    max-width: 75%;
    height: auto;
}
@media (min-width: 768px) {
    .img-frontpage-icon {
        max-width: 60%;
        height: auto;
    }
}
@media (max-width: 768px) {
    .img-frontpage-icon {
        width: auto;
        max-height: 100px;
        margin-right: 20px;  
    }
    
}
.header-logo {
    max-height: 25px;
    width: auto;
    margin-top: 10px;
    margin-left: 10px;
}
.rating-outer {
    float: left;
    border-color: black;
    border: solid;
    border-width: 1px;
    border-radius: 0px;
    box-shadow: none;
    width: 75px;
    margin-right: 15px;
    background-color: #E5E5E5;
    margin-bottom: 10px;
}
.rating-outer-tiny {
    float: right;
    margin-right: 10px;
    margin-top: 6px;
    margin-bottom: 0px;
    border-color: black;
    border: solid;
    border-width: 1px;
    border-radius: 0px;
    box-shadow: none;
    width: 30px;
    height: 10px;
    background-color: #E5E5E5;
}
.rating-empty {
    background-color: white;
}
.rating-inner {
    background-color: rgba(42,170,226,255);
}
.rating-row {
    margin-left: 0px;
    margin-bottom: 0px;
}