.infopagecontent {
  -ms-flex-item-align: center;
      align-self: center;
  background-color: #807c7d;
  padding: 10px;
  padding-left: 20%;
  padding-right: 20%;
  color: #fff;
  color: white;
  text-shadow: -1px 0px 0px black, 1px 0px 0px black, 0px 1px 0px black, 0px -1px 0px black;
}
.infopagecontent a {
  color: white;
}
.infopagecontent a:hover {
  color: #369dff;
}
.infopagecontent p {
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
}

a {
  text-decoration: none;
  color: #00509c;
}
a :hover {
  color: #369dff;
}

.btnamtc {
  font-size: 30px;
  background-color: white;
  margin: 4px;
}

.btnamtc:hover {
  background-color: #369dff;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 0px;
  padding: 0px;
  background-color: #978d97;
}
body .top {
  z-index: 1000;
  top: 0;
  position: sticky;
  position: -webkit-sticky;
  color: white;
  margin: 0px;
  text-shadow: -1px 0px 0px black, 1px 0px 0px black, 0px 1px 0px black, 0px -1px 0px black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 8px;
}
body .top h1 {
  margin: 4px;
}
body .top h1 .big {
  font-weight: 600;
  margin-right: 1em;
}
body .top h1 .big a {
  color: white;
}
body .top h1 .big a:hover {
  color: #369dff;
}
body .top h1 .small {
  margin-right: 1em;
  font-size: 0.8em;
  font-weight: 400;
}
body .top h1 .small a {
  color: white;
}
body .top h1 .small a:hover {
  color: #369dff;
}
body .top h2 {
  margin: 4px;
  font-weight: 400;
}
body .top .btnamtc {
  margin-bottom: 0px;
  margin-top: 8px;
}
body .page {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .h-link-home {
  position: absolute;
}
body .h-link-home :hover {
  color: #369dff;
}
body .h-link-home .small :hover {
  color: #00509c;
}
body .visimage {
  margin: 4px;
  margin-top: 0px;
  padding: 0px;
  z-index: -10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
body .visimage .slidercontener .slidercontenerklikacz {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  opacity: 0;
}
body .visimage .slidercontener .slidercontenerklikacz:hover {
  opacity: 1;
}
body .visimage .imgtoslide {
  width: calc(100% - 8px);
}
body .visimage .imgtoslide img {
  width: 100%;
  height: auto;
}
body .visimage .imgtoslide div {
  width: 100%;
  color: lightgray;
  text-shadow: -1px 0px 0px black, 1px 0px 0px black, 0px 1px 0px black, 0px -1px 0px black;
  margin-top: 12px;
  text-align: right;
  position: absolute;
}
body .visimage .imgtoslide div p {
  margin: 0px;
  margin-right: 12px;
  padding: 0px;
}
body .kanwas {
  padding: 0px;
  width: 40%;
  left: 0px;
  top: 0px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0px;
  z-index: 2000;
}
body .kanwas #threecontainter {
  position: relative;
  top: 10px;
  margin: 0px;
}
body #navfront {
  margin: 0px;
  padding: 0px;
  padding-top: 4px;
  background-color: #756e73;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: inherit;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
body #navfront .nav-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body #navfront .nav-link img {
  width: 100%;
  height: auto;
}
body #navfront .nav-link canvas {
  height: 20%;
}
body #navfront .nav-item {
  width: calc(100% - 8px);
  margin-left: 4px;
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  body #navfront .nav-item {
    width: calc(33.3333333333% - 5.3333333333px);
  }
}
body #navfront .nav-item a {
  color: white;
  text-shadow: -1px 0px 0px black, 1px 0px 0px black, 0px 1px 0px black, 0px -1px 0px black;
}
body #navfront .nav-item a span {
  text-align: center;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  font-size: 2em;
}
body #navfront .nav-item a:hover {
  color: #369dff;
}
/*# sourceMappingURL=vajpaf.css.map */
