*{font-family:'Open Sans', sans-serif;margin:0;}

/* headline */
h1 {font-size:26px;color:#003875;font-weight:400; letter-spacing:-1px}
h2 {font-size:13px;color:#003875;font-weight:600; line-height:15px}
h3 {font-size:14px;color:#003875;font-weight:600; line-height:18px}
h3 a{font-size:12px;color:#000000;font-weight:600; line-height:18px; text-decoration:none; margin-left:20px}
h3 a:hover{font-size:12px;color:#003875;font-weight:600; line-height:18px; text-decoration:none; margin-left:20px}
h4 {font-size:12px;color:#003875;font-weight:600}
h4 a{font-size:12px;color:#31363a;font-weight:600; text-decoration:none}
h4 a:hover{font-size:12px;color:#003875;font-weight:600}
h5 {font-size:20px;color:#003875; font-weight:400; }
h6 {font-size:16px;color:#31363a; font-weight:400 }
p {font-size:13px;color:#31363a; line-height:18px}
p a{font-size:13px;color:#31363a; line-height:18px}
p a:hover{font-size:13px;color:#003875; line-height:16px}
.p-large {font-size:13px;color:#31363a; line-height:18px}
.p-small {font-size:10px;color:#31363a}

label {font-size:13px;color:#31363a; line-height:18px}

li {font-size:13px;color:#31363a; line-height:18px; padding-left: 0px;}

* {
    box-sizing: border-box;
   }
*:before,
*:after {
    box-sizing: border-box;
   }

html, body {
    height: 100%;
    position: relative;
  }

/* #####  Navigation ###### */
.navbar {
    margin-bottom: 0;
    background-color: white;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
   
    border-radius: 0;
    font-family: Montserrat, sans-serif;
}
.line {
    padding-top: 0px;;
    padding-bottom: 0px;;
}
.navbar li {
    padding-left: 0px;
    line-height:0px;
    font-size:12px;
}
.navbar li a {
    color:#4c5358;  text-decoration:none; display:block !important;
    padding-top: 10px;
}
.navbar-header {padding-bottom: 10px;}

.navbar-brand {
    padding-top: 5px;
}

.navbar-nav li a:hover, .navbar-nav li.active a, .dropown-toggle a:active{
    color:#003875 !important;
    background-color: #fff !important;
   
}
.navbar-toggle {
    margin-top: 20px;
}

.dropdown-toggle {
    background-color:#fff !important;
}


.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}

/* #####  Content ###### */
.container-main {
    padding-top: 10px;
    min-height: 100vh; /* will cover the 100% of viewport */
    overflow: hidden;
    display: block;
    position: relative;
    padding-left: 0px;
    padding-bottom: 100px;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);  
}

.container-content {
    padding-left: 20px;
    padding-bottom: 20px;
}

/* Startseite */

.carousel-caption-home {
    background-color: rgba(76, 83, 88, 0.7);
    margin-bottom: 0px;
    padding: 0px 0px 25px 0px;
}


.carousel-caption-home h3 {
    text-align:center;
    color: #fff;
}

.item {
    position:relative;
}

/* Über-uns-Seite */
.ueber-uns-oben-r {
    padding-top: 20px;
}

.ueber-uns {
    margin-top: 0px;
    margin-bottom: 2px;
    background-color: #e8ebed;
    border-radius: 0;
}
.ueberschrift {
    border-radius: 0;
    background-color: #003875;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #fff; 
}
#ueber-uns-line {
    height: 0.5px;
    color: #003875;
    background-color: #003875;
    border: none;
}

/* #####  Unsere Standards ###### */
.unsere-standards li {font-size:12px;color:#31363a; line-height:30px; margin-left: 20px;}

/* #####  Einfamilienhäuser ###### */
#carousel-custom .carousel-indicators {
    text-align: left;
    width: 100%;
    bottom: -2px;
    position: absolute;
    float: left;
    left: 32%!important;
    left: inherit;
}
#carousel-custom .carousel-indicators li {
    background-color: black;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}
.bs-example, .new-caption-area {
    width: 100%;
    margin: auto;
    color: #000;
  }
.row {
    color: #000;
}

.hero-image {

    width: 50%
}

/* #####  Kontakt ###### */
.kontakt {
    background-image: url("img/kontakt-haus.jpg");
    background-repeat: no-repeat;
    background-position: center;
    width: 400px;
    height: 400px;
}

.kontaktwell {
    background-color: #e8ebed;
}

/* #####  Wohnideen ###### */
@media (min-width: 993px) {

    #wohnideen-topright {
        padding-top: 170px;
    }
}
.bilderwohnideen {
    border-collapse: separate; 
    border-spacing: 11px 0px; 
    border: 0px;
}
/* #####  Footer ###### */

.footer {
    background-color: #e8ebed;
    text-align: center;
    bottom: 0;
    position: absolute;
    /* Set the fixed height of the footer here */
    height: 100px;   
    width: 100%;    
}
.footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.footer li {
    float: left;
    padding-left: 0px;
}

.footer li a {
    display: block;
    color: #003875;
    text-align: center;
    padding: 5px;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    /* #####  Einfamilienhäuser ###### */
    #carousel-custom .carousel-indicators {
        bottom: -10px!important;
        position: relative!important;
        left: 30% !important;
    }
    
    .page-repeater {
        width: 100%;
        max-width: 100%;
    }
    
}


.page-repeater {
    display: inline-block;
    width: 250px;
    height: auto;
    padding: 0em 0em 1em 0em;
    border: 1px solid silver;
}
