/* css für Webseite Selbstgebaut */



/*====================================
 Body und Allgemeines
=====================================*/

body {
   background-color: #CC9966;   
}

body.p {
    text-decoration-color: #fff;
}

p {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    text-align: center;
    color: #fff;
}

h2, h3 {
    font-family: Courgette, cursive;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 30px;
    text-shadow: 1.5px 1.5px #000;
    font-size: 30px;
}

h4 {
    font-family: Roboto, sans-serif;
    text-align: center;
    color: #fff;
}

h5 {
    font-family: Roboto, sans-serif;
    text-align: center;
    color: #000;
    
}

h6 {
    font-family: Cormorant Garamond, serif;
    text-align: center;
    font-size: 25px;
    color: #fff;
}

.meisterstk {
    margin-top: -50px;
    margin-bottom: 50px;
}

.center-block h5 {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
    
}


.navbar {
    color: #CC9966;
}

.navbar-default {
    box-shadow:  0px 10px 5px 0px #2C2E2D;
    color: #c44;
}


.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover  {
    color: #694E34;
    cursor: pointer;
}

.navbar-default .navbar-brand {
    color: #cc9966;
    font-family: Roboto, sans-serif;
    font-size: 25px;
}

.navbar-default .navbar-nav>li>a {
    color: #cc9966;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-size: 20px;
}

.navbar-default .navbar-nav>li>a:hover {
    cursor: pointer;
}



.header-img {
    width: 100%;
    height: 500px;
    background-image: url(../img/header_neu.jpg);
    background-repeat: no-repeat;
}


.container {
    width: 100%;
    height: auto;
    top: 200px;
    margin-top: 80px;
    padding-bottom: 80px;
    border-color: #fff;
    box-shadow: 0px 10px 5px 0px #8F6B47;
    border-bottom: solid 5px #fff;
   
}

/* Galerie Slidshow */
.carousel-inner > .item > img, 
.carousel-inner > .item > a > img{
width: auto; /* use this, or not */
height: 750px;
margin: auto;    
}


.panel-group {
    width: 400px;
}

.footer {
    width: auto;
    height: 50px;
    border-top: solid 5px #fff;
    background-color: #fff;
    text-align: center;
    bottom: 10px;
    font-size: 15px;
    color: #000;
}

footer.copyright {
    text-align: left;
    font-size: 10px;
    color: #000;
    
}

.parallax {
    background-image: url(../img/header_neu2.jpg);
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 100%;
    bottom: 200px;
}

.textheader {
    font-family: Courgette, cursive;
    color: #fff;
    text-align: center;
    font-size: 60px;
    text-shadow: 3px 3px #000;
}

.divtext {
    padding-top: 180px;
}

.maps {
    box-shadow: 2px 2px 2px 2px #8F6B47;
    max-width: 350px;
    margin-top: 20px;
    height: 350px;

}


.ul li a {
    color: #a44;
    font-family: Roboto, sans-serif;
}

.positionsanzeige {
    margin-top: 10px;
}


#blend { 
    position: relative;
}

#blend img#top:hover { 
    opacity:0;
}

#blend img { 
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;    
    transition: opacity 1s;
}

/* Medium Devices (Tablets usw) */ 
@media (min-width: 992px) {
    .carousel-inner > .item > img, 
    .carousel-inner > .item > a > img{
        width: auto; 
        height: 580px;
        margin: auto;
    }
    
}




/* Small Devices (Smartphones usw) */
@media (max-width: 768px) {
    .parallax {
        background-image: url(../img/header_neu2.jpg);
        height: 200px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-width: 100%;
    }
    
    .navbar-default .navbar-brand {
        color: #cc9966;
        font-family: Roboto, sans-serif;
        font-weight: ;
        font-size: 16px;
    }
    
    .navbar-default .navbar-nav>li>a {
        color: #cc9966;
        font-family: Roboto, sans-serif;
        font-weight: bold;
        font-size: 15px;
        text-align: center;
    }
    
    .carousel-inner > .item > img, 
    .carousel-inner > .item > a > img{
        width: auto; 
        height: 380px;
        margin: auto;
    }
    
    .textheader {
        font-family: Courgette, cursive;
        color: #fff;
        text-align: center;
        font-size: 30px;
        text-shadow: 1.5px 1.5px #000;
    }

    .divtext {
        padding-top: 50px;
    }
    
    .panel-group {
    width: 250px;
    }
}