/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: 'Poppins', sans-serif;
    background: url('../gfx/hintergrund-hertlein-pinselmanufaktur.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

html {
  scroll-behavior: smooth;
}

/* HORIZONTALE SCROLL BAR AUSBLENDEN */
body { overflow-x: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
	color: #900000;
	
}

p {
    font-size: 1.1em;
    line-height: 1.5;
    color: #000;
}

ul {list-style-type: square; color: #900000; margin-left: -15px;}

hr {
    max-width: 650px;
    border-color: #900000;
}

/* MAIN MENU */
a.nav-main-menu {color: #000 !important;}
a:hover.nav-main-menu {color: #990000 !important;}

@media only screen and (min-width:768px) {
	.navbar-default {background-color: rgba(255,255,255,0) !important;}
}

/* BOX */
.box {
    margin-bottom: 20px; padding: 30px 15px; background: rgba(255,255,255,0.5);
}

@media only screen and (max-width:767.98px) {
	.box {padding: 10px !important;}
}

/* MENU MOBIL */
.navbar-default .navbar-toggle {border: 0; background-color: transparent !important;}
.navbar-default .navbar-toggle .icon-bar {background-color: #990000;}
.navbar-default .navbar-toggle:hover {background-color: transparent !important;}
.navbar-toggle {margin-top: 80px;}


.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
	margin-left: 4px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}



.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
}

footer p {
    margin: 0;
    padding: 20px 0;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: 'Poppins', sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: none;
        font-size: 1.15em;
        font-weight: 600;
        letter-spacing: 5px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    div.navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.7);
		font-size: 0.63em;
	}

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

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.15em;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}