body,
html {
    height: 100%;
}
nav .brand-logo,
nav ul a {
    color: #444
}
a {
    color: #991729!important
}
p {
    line-height: 2rem
}
.material-icons {
    color: #FFA600
}
.collection .collection-item.active,
.red {
    background-color: #991729!important
}
.collection{border-radius:0px;}
.close {
    background-color: #FFA600!important
}
.collapsible-header .collection.with-header .collection-item {
    padding-left: 0
}
.collection.with-header .collection-item {
    padding-left: 60px;
    padding-right: 60px
}
span.badge.new {
    background-color: #991729;
    font-weight: bolder;
    letter-spacing: 1px
}
.title {
    font-weight: 700;
    font-size: 110%;
    color: #991729
}
#filialen,
footer,
navbar-fixed {
    z-index: 99999
}
#filialen {
    position: absolute;
    top: 20%;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 125px
}
.logo-top,
.logo-top img {
    z-index: 3;
    width: 200px;
    height: 160px;
    top: 0;
bottom: 0;
margin: 0 auto;
position: absolute;
left: 0;
right: 0;
    background-color: #fff
}
footer {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    z-index: 99;
    margin-top: 0px
}
@media only all and (max-height: 900px) {
    footer {
        bottom: inherit;
        position:relative;
    }
    .row{margin-bottom: 10px;}

    #filialen {
    top: 15%;
}

}
@media only all and (max-width: 1024px) {
.collection.with-header .collection-item {
    padding-left: 20px;
    padding-right: 20px
}
@media only screen and (max-width: 960px) {
    .logo-top,
    .logo-top img {
    width: 180px;
    height: 140px;
    }
}
@media only screen and (max-width: 750px) {
    .logo-top,
    .logo-top img {
    width: 160px;
    height: 120px;
    }
    #filialen {
        top: 10%;
        margin-top: 90px
    }
    .row .col.s12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto
    }
}
@media only screen and (max-width: 600px) {
    .logo-top,
    .logo-top img {
    width: 140px;
    height: 110px;

    }
    #index-banner .section {
        top: 0
    }
}
.icon-block {
    padding: 0 15px
}
.icon-block .material-icons {
    font-size: inherit
}
footer.page-footer {
    margin: 0
}
@media only screen and (max-width: 320px) {
.collection.with-header .collection-item.truncate {
    padding-right: 145px
}
span.badge.new {
   letter-spacing: 0.5px
}
}