/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.transparent{
    color: transparent!important;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

/* fit logo to navbar */
.brand-logo img{
    max-height: 64px!important;
    max-width: 100%;
}

.sliderimage img {
    max-width: 100%;
}

.kontakttext{
    margin-top: 0!important;
    padding-left: 1rem;
}

.kbblue{
    background-color: #488cbb!important;
}

.kbblue-text{
    color: #488cbb!important;
}

.tab:hover{
    background-color: #488cbb!important;
}

.card{
    min-height: 250px;
}

/*side nav*/
.subentry{
    padding-left: 1em;
}

.sidenav img{
    max-width: 100%;
}

/* paralax */
.parallax img{
    width: 100% !important;
}
.max100{
    max-width: 100%;
}

/* sticky footer*/
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}



