body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}
      
nav ul a,
nav .brand-logo {
  color: #fff;
}
nav ul li a:hover{
    background-color:  #E10019;
}
.border-nav{
    border-top:5px solid #E10019;
} 
p {
  line-height: 2rem;
}

.button-collapse {
    color: #E10019;
}
.fullPic{
    width:100%;
    height:100%;
}
.hl_mod{
    background: #e53935;
    padding: 1px;
}
.hl_mod h4, h5{
    color: #fff;   
}
.redtxt{
    color: #E10019;
}
.transparent{
    border: 1px solid #333;
}
.listInfo{
    list-style-type: circle;
}
footer a{
    color: #fff;
}
footer a:hover{
    color: #bdbdbd;
}
/* Pic Schrift Transparent */
.font-trans{
    color: rgba(0,0,0,0.8);
}
.head-box{
    background: rgba(245,245,245,0.8);    
}
ul, li{list-style-type: square;}
@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
  .card.large {
  height: 350px;
 }
}
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}