html {
    height: 100%
}
body {
    background-color: white;
    position: relative;
    height: 100%;
}


/* Utility stales */

.no-gutter {
    padding: 0px;
}
.padding-default {
    padding: 30px;
}
@media (max-width: 400px) {
    .padding-default {
        padding: 15px;
    }
}

.bg-yellow {
    background-color: #f1b342;
}
.bg-dark-gray {
    background-color: #3d4d5f;
}
.bg-light-gray {
    background-color: #f1f1f1;
}
.bg-blue {
    background-color: #98c780; /*#a9d1e4;*/
}
.bg-green {
    background-color: #00a88c;
}
.bg-pink {
    background-color: #e6b9d2;
}

.text-green {
    color: #8cb776; /*#00a88c;*/
}




/* specific styles */

.col-md-12 {
    margin-bottom: 1em;
}

h1, h2, h3 {
    font-weight: 200;
}

@media (max-width: 400px) {
    h1 {
        font-size: 28px;
    }
}

.nav > li > a {
    padding: 15px 12px;
}

.form-control {
    box-shadow: none;
    border-radius: 0px;
}

.input-group-addon {
    background-color: #ffffff;
    border-radius: 0px;
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 5px;
}


/* Header navigation */
.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
    margin-bottom: 0;
    border: none;
}

.navbar-right {
    margin-left: 0;
    margin-right: 0;
}

.navbar-nav li:hover {
    background-color: #f1f1f1;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    border-color: transparent;
    background-color: transparent;
}

.header-logo {
    height: 25px;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 500px;
}




/* Content area */
.content-area {
    margin-top: 50px;
}

/* fix for anchor link to compensate header height */
*[id]:before {
  display: block;
  content: " ";
  margin-top: -50px;
  height: 50px;
  visibility: hidden;
}


/* Home section */
.jumbotron {
    background-color: white;
    padding: 0 !important;
    margin: 0 !important;
}
.news {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.news-icon {
    margin-right: 25px;
    font-size: 40px;
}


/* About section */
.about {
    color: white;
}
.about a {
    color: #98c780;
}



/* Services section */
.services-painter .list-group-item,
.services-floor .list-group-item,
.services-room .list-group-item {
    color: #4a626d;
    font-size: 1.3em;
    padding: 12px 20px;
    word-wrap: break-word;
    border-radius: 0;
    margin: 4px;
    border: none;
}

/* Malerleistungen */
.services-painter {
    background-image: url(./assets/gallery/maler-reissig-12.jpg);
    background-position: center;
    background-size: cover;
    padding-left: 0;
    padding-right: 0;
}

.services-painter .list-group {
    padding: 0;
    margin: 0px;
    margin-top: 18em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

@media (max-width: 768px) {
    .services-painter {
        padding-top: 5px;
    }

    .services-painter .list-group {
        margin-top: 0;
    }
}

@media (max-width: 1024px) {
    .services-painter .list-group {
        margin-top: 5em;
    }
}

.services-painter .list-group-item {
    position: relative;
    display: flex;
    background-color: #ffffff;
    border: none;
    height: 4em;
    width: 12em;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    border-radius: 0;
}


/* Bodenleger */
.services-floor {
    background-image: url(./assets/gallery/maler-reissig-36.jpg);
    background-position: center;
    background-size: cover;
}

.services-floor h1 {
    color: white;
}

.services-floor .list-group {
    margin-top: 8em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 20em;
}

@media (max-width: 1024px) {
    .services-floor .list-group {
        margin-top: 2em;
    }
}

.services-floor .list-group-item {
    border-radius: 0;
    border: none;
}


/* Raumausstatter */
.services-room {
    background-image: url(./assets/gallery/maler-reissig-46.jpg);
    background-position: center;
    background-size: cover;
}

@media (max-width: 768px) {
    .services-room {
        background-image: url(./assets/gallery/maler-reissig-49.jpg);
    }
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .services-room h1 {
        color: white;
    }
}

.services-room .list-group {
    padding-left: 0;
    margin-top: 4em;
    width: 20em;
}



/* Farbe & Raum section */
.farbe-raum {
    color: #4a626d;
}

.list-block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.list-block > li {
    background-color: #3d4c5e;;
    padding: 15px;
    color: white;
    font-size: 1.3em;
    margin: 4px;
    flex-grow: 1;
    text-align: center;
    /*
    border: 3px solid white;
    box-shadow: 0 0 1px #b7b7b7;
    */
}


.address .officehours {
    width: 90%;
}

.address .officehours-label {
    color: #98c780;
}


/* Address and Map */
/*@media (min-width: 992px) {
    #map .col-md-6:first-child {
        padding-right: 0;
    }
    #map .col-md-6:last-child {
        padding-left: 0;
    }
}

#map .address {
    height: 300px;
}
#map .embed-responsive {
    height: 300px;
    margin-bottom: 1em;
}*/



/* Gallery */
.gallery-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

.gallery-list .gallery-item {
    height: 10em;
    width: 10em;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    border: 4px solid white;
    box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.11);
}

.gallery-item img {
    width: auto;
    height: 155%;
}



/* footer section */
.footer {
    color: #ffffff;
}

.footer .impressum p,
.footer .datenschutz p {
    font-size: 12px;
}
