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

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

/* Stick the footer on bottom, but for large pages scroll in */

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

.textShadow {
  text-shadow:2px 2px 2px #000000;
}

/* Filter images on hover. Damit auch bei hovering über den Text das Bild reagiert gibt es den hover auf container, aber filter nur auf image. */

.teaserImage {
  transition: 0.75s;
  transform: scale(1.050);
}

.teaserImageContainer:hover > .teaserImage {
  filter: brightness(0.85);
  transform: scale(1.125);
}

.teaserImageContainer {
  overflow: hidden;
}

.imgPreview {
  transition: 0.75s;
  transform: scale(1.050);
}

.imgPreview:hover {
  transform: scale(1.125);
}

.imgPreviewContainer {
  overflow: hidden;
}

.imgTitle {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  text-shadow: 1px 1px 2px black;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0.7;
}

.productBlockImage {
  width:100%;
  height:120px;
  object-fit:cover;
}

/* Höhe des Bildes in der NavBar */

.navbar-fixed .nav-wrapper .brand-logo img {
  height: 56px;
  margin-top: 5px;
}
@media (max-width: 600px) {
  .navbar-fixed .nav-wrapper .brand-logo img {
    height: 35px;
    margin-top: 10px;
  }
}

.brand-logo {
  filter: brightness(1.2) contrast(1.2);
}

/* Responsive YouTube Video */

/*...bereits in materializecss enthalten .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/

/* Standard disc list */

.defList {
  list-style-type: disc !important;  
}

/* Links */

.directLink {
  text-decoration:underline;
  color:#97c0d2;
}

.directLinkFooter {
  text-decoration:underline;
  color:#c9dcea;
}

/* Footer */

.footerBackground {
  background-color: #922b0b!important;
}
