﻿body {
    background-color: #ffde00;
    padding-top: 60px;
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 1.8em;
}

h2 {
    margin: 30px 0 30px 0;
    font-size: 1.6em;
}

h3 {
    margin: 0 0 20px 0;
    font-size: 1.4em;
}

p, div {
    font-family: 'PT Sans', sans-serif;
}

.navbar-collapse {
    margin-top: 7px;
}

.navbar-default {
    border: none;
    background-color: #ffde00 !important;
    border-color: #ffde00 !important;
}

.list-unstyled li {
    line-height: 1.8em;
}

.well {
    background: #dedede;
}

.well-sm {
    background: #dedede;
    padding: 9px 9px 9px 18px;
    border-radius: 3px;
}

.input-xs {
	height: 25px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

/*.btn-primary {
    background-color: #0071BC;
}*/

/* ------------------- Carousel Styling ------------------- */

.carousel-inner > .item > img {
    margin: 0 auto;
}

.carousel-inner {
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.carousel-caption {
    background-color: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 0 0 10px 25px;
    color: #fff;
    text-align: left;
}

.carousel-indicators {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    margin: 0;
    padding: 0 25px 25px 0;
    text-align: right;
}

    .carousel-indicators li,
    .carousel-indicators li.active {
        margin-left: 5px;
        margin-bottom: -15px;
    }

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

/* Toggle switches */
.btn-default, .btn-default.focus, .btn-default, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    background-color: white !important;
    color: #444 !important;
}

    .btn-default, .btn-default.focus, .btn-default, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default > label {
        padding: 5px 10px 1px 10px;
    }

        .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
            background-color: #0071BC !important;
            color: white !important;
        }

/* Panels */
.panel-default > .panel-heading {
    background-color: #dedede;
    color: #444444;
    font-weight: 700;
}

/* Navbar */
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

/*
 * Responsive text aligning
 * http://ohryan.ca/2014/08/14/set-responsive-text-alignment-bootstrap-3/
 */
.text-xs-left {
    text-align: left;
}

.text-xs-right {
    text-align: right;
}

.text-xs-center {
    text-align: center;
}

.text-xs-justify {
    text-align: justify;
}

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-center {
        text-align: center;
    }

    .text-sm-justify {
        text-align: justify;
    }
}

@media (min-width: 992px) {
    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }

    .text-md-justify {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left;
    }

    .text-lg-right {
        text-align: right;
    }

    .text-lg-center {
        text-align: center;
    }

    .text-lg-justify {
        text-align: justify;
    }
}

/* Button Umzugsberatung */
.beratungsbutton {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .beratungsbutton {
        float: left;
    }
}

@media (min-width: 769px) {
    .beratungsbutton {
        float: right;
    }
}
