/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

nav ul a,
nav .brand-logo {
  color: #444;
}

nav{
    height: 67px;
}

nav ul li:hover{
    border-bottom: 3px solid #33672b;
}

.side-nav li:hover{
    border-right: 8px solid #33672b;
    border-bottom: 0px;
}
.groen{
    color: #33672b;    
}

.white_bg-box{
    background-color: rgba(128,128,128,.4);
    height: 80px;
    box-shadow: 0px 10px 6px -6px rgba(0,0,0,0.3);
}

.page-footer{
    background-color: #33672b !important 
}

.footer-copyright{
    font-size: 12px;
    color: #2e2e2e !important;    
}

footer.page-footer .footer-copyright{
    height: 30px;
    line-height: 30px;
}

p {
  line-height: 2rem;
}

h4{
    text-transform: uppercase;
}

.button-collapse {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@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;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

/*Eingabefelder*/
button, input, optgroup, select, textarea, #textarea1 {
    color: #000;
    font: inherit;
    margin: 0;
}

input[type=text], input[type=email],  textarea.materialize-textarea {
    margin: 20px 0 0 0;
}

#textarea1{
    color: #000;
}
.character-counter{
    color: #000;
    margin-top: 20px;
}