/* 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 {
  height: 65px;
  line-height: 65px;
}

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

p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #26a69a;
}

.parallax-container {
  line-height: 0;
  height: 400px;
  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;
}

/* Icon drehen wenn aktiv */
.collapsible li.active i.expand {
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

/* label color of disabled input fields */
input[type="text"]:not(.browser-default):disabled + label {
  color: #26a69a; // teal lighten-1
}

/* text color of disabled input fields */
input[type="text"]:not(.browser-default):disabled {
  color: rgba(0, 0, 0, 0.8);
}

/* Collabsible ohne Schatten, Rand und Padding für mehr Breite */
.collapsible {
  box-shadow: none;
}

.collapsible-body {
  padding: 0px 0px 0px 0px;
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: #f44336;
}

.collapsible .collapsible {
  margin: 0px 0px 0px 0px;
}

.people-fixed td:nth-child(1) {
  width: 10%;
  text-align: center;
}

.people-fixed td:nth-child(2),
.people-fixed td:nth-child(3) {
  width: 40%;
}

.people-fixed td:nth-child(4) {
  width: 10%;
  text-align: right;
  padding-right: 1.5rem;
}

span.field-icon {
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 2;
}
