/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08.05.2018, 08:56:56
    Author     : juergen kind
*/



@import "fonts.css" screen, projection;

@media screen and (min-width:600px) {

h3 { 
    border-bottom: 3px solid #d70700;
    margin: auto;
    padding-bottom: .5em;
    width: 40%;
}


.navbar-default-transition .navbar-nav > .open > a, .navbar-inverse-transition .navbar-nav > .open > a, .navbar-default-transition .navbar-nav > .active > a, .navbar-inverse-transition .navbar-nav > .active > a, .navbar-default-transition .navbar-nav > li > a, .navbar-inverse-transition .navbar-nav > li > a, .navbar-default-transition .navbar-nav > .open > a:hover, .navbar-inverse-transition .navbar-nav > .open > a:hover, .navbar-default-transition .navbar-nav > .active > a:hover, .navbar-inverse-transition .navbar-nav > .active > a:hover, .navbar-default-transition .navbar-nav > li > a:hover, .navbar-inverse-transition .navbar-nav > li > a:hover, .navbar-default-transition .navbar-nav > .open > a:focus, .navbar-inverse-transition .navbar-nav > .open > a:focus, .navbar-default-transition .navbar-nav > .active > a:focus, .navbar-inverse-transition .navbar-nav > .active > a:focus, .navbar-default-transition .navbar-nav > li > a:focus, .navbar-inverse-transition .navbar-nav > li > a:focus {
    color: #000;



}



@media screen and (min-width:992px) {


.carousel .item {  
    height: 414px;
}


h3 { 
   border-bottom: 3px solid #d70700;
    margin: auto;
    padding-bottom: .5em;
    width: 30%;
}

.stucco-gmaps {
    min-width: 100%;
    min-height: 400px;
    
}


}

.stucco-gmaps {
    min-width: 100%;
    min-height: 400px;
    
}



/* Globale Einstelkungen */


/* Link Farbe Footer weiß */
.footer-section a {
    color: #ffffff;
    
}
.footer-section a:hover {
    color: #ffffff;
}


