/**
* Bootstrap Grid - Abstaende
**/

.content div[class*="col-"] {
    margin-bottom: 25px;
}

.content .tx-powermail div[class*="col-"] {
    margin-bottom: 0px;
}


hr {
    margin-top: 0px;
    margin-bottom: 35px;
}

.img-thumbnail {
    border-radius: 0;
    border: none;
    padding: 0;
}

.container .navbar-collapse, .container .navbar-header {
    margin-right: 0;
    margin-left: 0
}

.slider,
.img-thumbnail,
.googlemaps {
    border: 1px solid #ccc;
    padding: 3px;
}


/*
.navbar-header{float:left}
*/

.navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important
}

.navbar-toggle {
    display: none
}

.navbar-header {
    position: relative;
    height: 70px;
}

.navbar-brand {
    position: absolute;
    left: -45px;
}

.slider h5 {
    display: none;
}

@media (max-width: 767px) {

    .navbar-brand {
        left: -15px;
    }

    .slider {
        margin-left: -15px;
        margin-right: -15px;
        border: none;
        padding: 0;
    }

}

.navbar-nav {
    float: left;
    margin: 0
}

.navbar-nav > li {
    float: left
}

.navbar-nav > li > a {
    padding: 15px
}

.navbar-nav.navbar-right {
    float: right
}

* {
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    -webkit-font-smoothing: antialiased
}

/* .box{margin-bottom:30px} */

.logo {
    height: 90px;
    background: #FFF
}

.nextElement {
    background-color: red
}

.box-center {
    text-align: center;
    padding-top: 50%
}

.box-center h2 {
    margin-top: -17px
}

.box-no-header {
    padding-top: 27px
}

.box-left-aligned {
    text-align: left
}

.box-right-aligned {
    text-align: right
}

.box iframe.img-thumbnail {
    height: 300px
}

.page {
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-default {
    box-shadow: none;
    background: #fff;
    border: none;
}

.navbar-default .btn {
    margin-top: 40px;
    margin-left: 5px;
}


/**
 * Hauptmenue
 */

@media (max-width: 767px) {

    .navbar-default .btn {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

}


.flex-direction-nav a:before {
    font-family: FontAwesome;
    font-size: 40px;
    height: 50px;
    display: inline-block;
    color: #fff;
    opacity: 1;
    line-height: 50px;
}

flex-direction-nav a {
    margin-top: -25px;
}

.flex-direction-nav a.flex-prev:before {
    font-family: FontAwesome;
    content: "\f053";
}

.flex-direction-nav a.flex-next:before {
    font-family: FontAwesome;
    content: "\f054";
}

.flex-direction-nav a.flex-prev:before,
.flex-direction-nav a.flex-next:before {
    text-shadow: rgba(0, 0, 0, 0.8) 0 0 3px;
}

.flexslider:hover .flex-prev {
    opacity: 1;
    left: 10px
}

.flexslider:hover .flex-next {
    opacity: 1;
    right: 10px
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1
}

.flexslider {
    border: 0;
    margin-bottom: 30px
}

.slider-overlay {
    float: right;
    z-index: 1000;
    margin-bottom: 20px
}

.scrollTop {
    /*
    position: fixed;
    display: none;
    bottom: 100px;
    right: 100px;
    z-index: 1000;
    */
    float: right;
}

.googlemaps {
    width: 100%;
    height: 325px;
}


@media (min-width: 992px) {

    .container {
        max-width: 991px !important;
    }

}


body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12.5px;
}

body,
a,
a:hover,
h1 {
    color: #1d1d1b;
}

a:focus {
    color: #b7172b;
}

h1, h2, strong, b {
    font-weight: 700;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 14px;
    color: #b7172b;
}

h3 {
    font-size: 13px;
    font-weight: 600;
}

h4 {
    font-size: 12.5px;
    font-weight: 600;
}

h2:first-child {
    margin-top: 0;
}

.btn {
    padding: 4px 20px;
    font-size: 12.5px;
}

.btn-default {
    background-color: #1d1d1b;
    background-image: none;
    border: none;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
    border-radius: 4px;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default-active {
    background-color: #b7172b;
    color: #fff;
}

p > .btn {
    margin-top: 15px;
}

.page-title h1 + h2 {
    margin-top: 10px;
}


.content ul {
    padding-left: 0;
}

.content li {
    list-style: none;
    background: url('../images/list-style-image.png') 0px 6px no-repeat;
    padding-left: 15px;
}

.content .flexslider li {
    background: none;
    padding: 0;
}

.flexslider {
    border: 0;
    margin: 0;
    box-shadow: none;
    border-radius: 0px;
}


/**
* Schriftgroessen
**/

@media (max-width: 767px) {

    body,
    .btn {
        font-size: 13.5px;
    }

    h1 {
        font-size: 18px;
    }

    h2 {
        font-size: 16px;
    }

    h3 {
        font-size: 14px;
    }

    h4 {
        font-size: 13.5px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    body,
    .btn {
        font-size: 12px;
    }

    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 15px;
    }

    h4 {
        font-size: 14.5px;
    }

}


/**
 * Cookie-Hinweis
 */

.cookieconsent-open {
    padding-bottom: 150px;
}

.cc-banner.cc-top {
    border-bottom: 1px solid #fff;
}

.cc-revoke,
.cc-window {
    font-size: 14px;
    line-height: 1.2em;
}

.cc-btn {
    width: auto !important;
    min-width: 0 !important;
    padding: 0.4em 2.0em !important;
}

.cc-link,
.cc-link:active,
.cc-link:visited {
    opacity: 1.0 !important;
    color: #fff !important;
    text-decoration: underline !important;
}

@media screen and (min-width: 415px) and (orientation: portrait), screen and (min-width: 737px) and (orientation: landscape) {

    .cc-compliance {
        margin-left: 25px;
    }

}


/**
 * Leistungen (in Listenform)
 */

.leistungen-content div[class*="col-"],
.leistungen-content ul {
    margin-bottom: 0;
}

.leistungen-content {
    margin-bottom: 30px;
}


/**
 * Verschiedenes
 */

.alert {
    border-radius: 0;
    background-image: none;
    border-width: 4px;
    color: #1d1d1b;
}

.alert-info {
    color: #1d1d1b;
    background-color: #fff;
    border-color: rgb(147, 147, 147);
}

.alert-info hr {
    border-top-color: #1d1d1b;
}

.alert-info .alert-link {
    color: #1d1d1b;
}


.alert-danger {
    color: #1d1d1b;
    background-color: #fff;
    border-color: #b7172b;
}

.alert-danger hr {
    border-top-color: #b7172b;
}

.alert-danger .alert-link {
    color: #1d1d1b;
}


/**
 * Anfrage
 */

.anfrage {
    margin-top: 30px;
}

.anfrage .form-control {
    border-radius: 0;
}

@media screen and (max-width: 549px) {

    .anfrage .nachname {
        margin-top: 10px;
    }

}

@media screen and (min-width: 550px) {

    .anfrage .vorname,
    .anfrage .nachname {
        width: 48%
    }

    .anfrage .vorname {
        float: left;
    }

    .anfrage .nachname {
        float: right;
    }

}

.anfrage .mandatory {
    color: #ff0000;
    font-weight: bold;
}

.anfrage label {
    line-height: 34px;
    margin-bottom: 0;
}

.anfrage .form-group {
    margin-bottom: 0;
}

.anfrage textarea {
    width: 100% !important;
    max-height: 450px !important;
}

/* Message */
.anfrage .alert {
    margin-bottom: 30px;
}

.anfrage .alert ul {
    padding-left: 20px;
}

.anfrage .alert li {
    padding: unset;
    list-style: unset;
    background: none;
    margin: unset;
}

/* Checkbox */
.anfrage .einwilligung input[type="checkbox"] {
    display: inline-block;
    float: left;
    width: auto;
}

.anfrage .einwilligung .checkbox-desc {
    display: block;
    margin-left: 40px;
}

.anfrage .einwilligung .checkbox-desc a {
    text-decoration: underline;
}


/**
 * Tageslichtberater
 */

.btn.tageslichtberater {
    margin-top: 0;
}


/**
 * Bildergalerie - Hersteller / Lieferanten
 */

.bildergalerie {
    margin-left: -40px;
    margin-right: -40px;
}

.bildergalerie .bildergalerie-inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.bildergalerie .entry {
    flex-shrink: 0;
    flex-frow: 0;
    flex-basis: 50%;
    max-width: 50%;
    padding: 40px;
}

.bildergalerie .img-responsive {
    width: 100%;
    height: auto;
}


/**
 * Bildergalerie - Hersteller
 */

.bildergalerie-layout-hersteller .entry {
}


@media (max-width: 449px) {

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

    .bildergalerie .entry {
        padding: 40px;
        flex-basis: 100%;
        max-width: 100%;
    }

}

@media (min-width: 450px) and (max-width: 767px) {

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

    .bildergalerie .bildergalerie-inner .entry {
        padding: 40px;
    }

}

@media (min-width: 768px) {

    .bildergalerie .bildergalerie-inner {
        padding-right: 50px;
    }

}
