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

html {
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.2;
}

 #index-banner {
 	top: 0;
 }
nav ul a,
nav .brand-logo {
  color: #fff;
}
nav {
	background-color: rgba(51,51,51,.5);
}
nav ul a {
  font-size: 1.23rem;
}
nav ul a:hover {
  background-color: transparent;
  border-bottom: 4px solid #26a69a;
}
nav ul a.active {
  background-color: transparent;
  border-bottom: 4px solid #26a69a;
}
strong {
	font-weight: 600;
}
h2 {
	margin: 1.78rem 0 1.424rem 0;
}
h3 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.14rem 0 0.912rem 0;
}	
p {
}

footer p {
	line-height: 1.5rem;
}
.footer-copyright p {
	margin: 0;
}

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

.valign-wrapper-bot {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.parallax-container {
  min-height: 380px;
  height: 880px;
  color: rgba(255,255,255,.9);
}
@media only screen and (max-width: 600px) {
	.parallax-container {
  		height: 380px;
	}
	#rezension .icon-block {
		padding: 0;
	}
	#rezension h2 {
		margin: 1.424rem 0 0 0;
	}
	.parallax img {
		max-height: 130%;
	}
	#index-banner .section {
		top: 0;
	}
	.nav-wrapper.container {
		width: 100%;
	}
	h3 {
		font-size: 1.64rem;
	}
	#index-banner p {
		margin: 0;
	}
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
	.parallax-container {
  		height: 630px;
	}
	.parallax img {
		max-height: 130%;
	}
	#rezension h2 {
		margin: 1.424rem 0 0 0;
	}
}

.parallax-container .section {
    width: 100%;
  }
.section#inhalt, .section#autor, .section#rezension, .section#kaufen {
  padding-bottom: 0;
	padding-top: 0;
}
.container#kaufen>.row {
	margin-bottom: 0;
}
@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 0;
  }
}

footer.page-footer {
  margin: 0;
}
footer.page-footer .footer-copyright {
  min-height: 25px;
  padding: 0 0.75rem;
  font-weight: 400;
}
h1 {
	font-size: 2.92rem;
	font-weight: 300;
	line-height: 90%;
	margin: 0;
	letter-spacing: 0.5rem;
}
blockquote {
	border-left: 5px solid #009688;
  	margin: 1rem 0 0 0;
}

form p:last-child {
    margin-bottom: 14px;
}
.input-field {
  margin-top: 0.2rem;
}
/* label color */
   .input-field label {
     color: #000;
   }
   /* label focus color */
   .input-field input[type=text]:focus + label {
     color: #000;
   }
   /* label underline focus color */
   .input-field input[type=text]:focus {
     border-bottom: 1px solid #000;
     box-shadow: 0 1px 0 0 #000;
   }
   /* valid color */
   .input-field input[type=text].valid {
     border-bottom: 1px solid #000;
     box-shadow: 0;
   }
   /* invalid color */
   .input-field input[type=text].error {
     border-bottom: 1px solid #fff;
     box-shadow: 0 1px 0 0 #fff;
   }

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea, 
.select-wrapper input.select-dropdown {
  border-bottom: 1px solid #000;
  margin: 0;
  padding: 0;
}
label {
  font-size: 0.8rem;
  color: #000;
}
[type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
  border: 1px solid #000;
}
[type="checkbox"].filled-in:not(:checked) + label:after {
  border: 1px solid #000;
}
[type="checkbox"].filled-in:checked + label:after {
  border: 2px solid #009688;
  background-color: #009688;
  z-index: 0;
}
[type="checkbox"]:checked + label:before {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
[type="checkbox"] + label {
  padding-left: 30px;
}
.col.galerie {
	padding: 0;
}
.row.galerie {
	margin: 0;
}
video {
  display: inline-block;
  vertical-align: bottom;
}