/* 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;
}

p {
  line-height: 2rem;
}

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

/* Eigene Anpassungen */
#logo_img {
	height: 64px;
}
.img_person {
	height: 200px;
}
body {
  background-color: #f1f1f1!important;
}
.carousel .carousel-item {
	width:150px !important;
}
.carousel {
	height: 300px;
}
#rank {
	margin-top: -30px;
  margin-right: 5px;
}
#person_name {
	margin-top: -10px;
}

.google-maps {
    position: relative;
    padding-bottom: 75%; 
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#einsaetze_container th, #einsaetze_container td {
  padding: 0 !important;
  /*width: 50%;*/
}
#einsaetze_container th {
  width: 20%;
}
#einsaetze_container td {
  width: 80%;
}
