/* 
 * main.css
 * JMB
 * Eckel Binder
 * Jessica & Matthias Binder
 * Webentwicklung
 * 15.08.2018
 */

input[type="button"],
input[type="button"]:focus
{
    outline: 0!important;
}

*:focus 
{
    outline: none!important;
}

p{
    color: #161912;
}

a
{
    color: #EA5100;
}

h1
{
    color: #EA5100;
}

.nav-link
{
    color: #EA5100;
    padding-left: 9rem!important;
}

.nav-link:hover
{
    color: #000;
}

.startbild
{
    background-image: url("images/header1.jpg");
    background-repeat: no-repeat;
    height: 80vh;
}

.center
{
    text-align: center;
}

.leistungencard
{
    padding-left: 5rem;
    padding-right: 5rem;
}

.card
{
    border: none;
}

#oeffnungszeiten
{
   background-image: url("images/hintergrund.png");
    background-repeat: no-repeat;
  
    min-height: 20vh;
    padding-top: 5rem;
}

#eroeffnung
{
    height: 6vh;
    background-color: #EA5100; 
}

.headerlogo
{
    height: 50vh;
}

#footer
{
    background-color: #ea5100;    
    min-height: 5vh;
    padding-top: 5rem;
    color: #fff;
}

/* Media Queries hier
 */

/* Extra small devices (portrait phones, less than 576px)
/* No media query since this is the default in Bootstrap
 */
 
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) 
{

    
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px)
{

    
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px)
{

    
}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px)
{

    
}




/* Media Querie für "kleiner als" */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px)
{

    .headerlogo
    {
        height: 25vh;
    }
    
    .startbild
    {
        height: 55vh;
    }
    
    .card-body
    {
        padding: 1rem 0rem;
    }
    
    .leistungencard
    {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    
}


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px)
{

    
}


/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px)
{

    
}


/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px)
{

    
}

/* Extra large devices (large desktops)
/* No media query since the extra-large breakpoint has no upper bound on its width
*/
