
.card {
    transition: all 1.5s;
}

.card:hover  {
    transform: scale(1.1);
 }

/* .card:focus {
    border: red;
} */

.app {
    font-size: 15px;
}

body{
    /* background-image: url("images/wattenmeer_xpraxis.tif"); */
    background-color: #dddada;
    padding: 80px 0 0 0;
}
/* Modify the background color of navbar */
.navbar-custom {
	background-color: #b5b5b6;
}

.navbar-custom {
	background-color: #b5b5b6;
}


/* .navbar {
    position: fixed; 
    bottom: 1; 
} */

.image_font_style {
    padding: 0.4em 0.4em;
    margin: 0;
}

/* .navbar-custom .navbar-brand,
.navbar-custom .navbar-text
{
//	background-color: #f8f6f6;
} */

/* Abschnitts-Überschriften (z.B. Impressum, Datenschutz) brauchen Abstand
   nach OBEN, nicht nur nach unten - sonst wirkt die Überschrift wie die
   letzte Zeile des vorherigen Absatzes statt wie der Beginn eines neuen. */
h6 {
    margin-top: 1.75rem;
}

