md-input-container {
  display: block;
}

.wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

.section-standard {
  min-height: 80vh;
}

.section-cont {
  padding: 24px 0px;
}

@media screen and (min-width: 960px) {
  .section-cont {
    padding: 86px 0px;
  }
}

.section-cont-img {
  width: 100%;
  max-width: 480px;
}

.section-title {
  display: inline-block;
  margin-bottom: 24px;
}

.narrow .section-title {
  font-size: 24px;
}

.section-title:after {
  content: '';
  display: block;
  position: relative;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: rgba(255, 0, 0, 0.48);
}

.section-text,
.section-text p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
}

li {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

section li:before {
  content: '\2022';
  color: rgba(255, 0, 0, 0.48);
  padding-right: 0.5em;
}

.ID-kontakt-f md-radio-button {
  display: inline-block;
  margin-right: 24px;
}

.kontakt-msg .ok {
  color: green;
  font-weight: bold;
  padding: 8px;
}

.footer-cont a,
.footer-cont a:active {
  color: rgba(255, 255, 255, 0.97);
}

.footer-cont a:hover {
  color: rgba(255, 255, 255, 0.97);
  text-decoration: underline;
}

.ID-page-contents,
.ID-page-contents div,
.ID-page-gallery .pg-g-ct {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.72);
}

.start-button-container {
  text-align: left;
}

.slide-img-cont {
  display: block;
  width: 460px;
  height: 260px;
  position: relative;
}

.slide-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}

.slide-img:nth-child(1) {
  -webkit-animation: slideanimation 9s infinite;
          animation: slideanimation 9s infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.slide-img:nth-child(2) {
  -webkit-animation: slideanimation 9s infinite;
          animation: slideanimation 9s infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.slide-img:nth-child(3) {
  -webkit-animation: slideanimation 9s infinite;
          animation: slideanimation 9s infinite;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

@-webkit-keyframes slideanimation {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes slideanimation {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.ID-page-contents a {
  text-decoration: underline;
}
/*# sourceMappingURL=newstyle.css.map */