html, body {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 200;
  text-align: center;
}

.container-mine {
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-around;
  position: relative;
  width: 100%;
}

.container-mine section {
  width: 100%;
  height: 90vh;
  flex: 1;
  display: flex;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: transparent;
}
.container-mine section:first-child {
  height: 100vh;
}
.container-mine section:first-child h1 {
  -webkit-filter: grayscale(100%) contrast(120%) !important;
  filter: grayscale(100%) contrast(130%) !important;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8) !important;
}
@media (min-width: 768px) {
  .container-mine section:first-child h1 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .container-mine section:nth-child(4) {
    height: 130vh;
  }
}
@media (max-width: 768px) {
  .container-mine section:nth-child(5) {
    height: 250vh;
  }
}

.container-mine section .image {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 500;
  opacity: 1;
}
@media (min-width: 1200px) {
  .container-mine section .image {
    background-attachment: fixed;
  }
}

.container-mine section .stuff {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
  max-width: 70%;
  justify-content: center;
  text-align: center;
  z-index: 1000;
  color: black;
  margin: 0 auto;
  font-size: 26px;
  position: relative;
}

.container-mine section .stuff h1,
.container-mine section .stuff h2,
.container-mine section .stuff h3,
.container-mine section .stuff h4,
.container-mine section .stuff h5,
.container-mine section .stuff h6 {
  margin: 0px;
  margin-bottom: 20px;
}

.service-card img {
  width: 100%;
  margin-bottom: 20px;
}
.service-card h3 {
  font-size: 1.2rem;
}
.service-card .buttonwrp {
  display: block;
  text-align: center;
  padding-bottom: 30px;
}
.service-card a {
  background: darkblue;
  border: 0;
  color: white;
  text-align: center;
  padding: 5px 20px;
  border: 1px solid darkblue;
  border-radius: 5px !important;
  margin-top: 20px;
  margin-bottom: 30px;
  outline: none;
  cursor: pointer;
  width: 100%;
  font-size: 1rem;
}
.service-card a:hover, .service-card a:focus {
  background: white;
  border: 0;
  color: darkblue;
  border: 1px solid darkblue;
  text-decoration: none;
}

.jumbotron {
  padding: 0px;
}
.jumbotron img {
  width: 100%;
}
.jumbotron .content-wrapper {
  padding: 30px 30px 60px 30px;
}
.jumbotron .content-wrapper a {
  background: darkblue;
  border: 0;
  color: white;
  text-align: center;
  padding: 5px 20px;
  border: 1px solid darkblue;
  border-radius: 5px !important;
  margin-top: 10px;
  outline: none;
  cursor: pointer;
  width: 100%;
  font-size: 1rem;
}
.jumbotron .content-wrapper a:hover, .jumbotron .content-wrapper a:focus {
  background: white;
  border: 0;
  color: darkblue;
  border: 1px solid darkblue;
  text-decoration: none;
}

.gallerie-wrapper img {
  margin-bottom: 5px;
}

.links-wrapp, .newsletter-wrapp {
  border-radius: 10px;
  background-color: darkblue;
  color: white;
  padding: 30px;
}
.links-wrapp p, .newsletter-wrapp p {
  font-size: 1rem;
}
.links-wrapp p a, .newsletter-wrapp p a {
  color: white;
  text-decoration: underline;
}

#souhlas {
  width: 0px;
  height: 0px;
  opacity: 0;
}

#souhlaslabel {
  width: calc(100% - 50px);
  position: relative;
  display: inline-block;
  padding-left: 35px;
  background-image: url("../images/checkbox.png");
  background-repeat: no-repeat;
  background-position: 0px 4px;
  background-size: 25px;
  margin-left: -3px;
  margin-right: 34px;
}
#souhlaslabel.checkedbox {
  background-image: url("../images/checked.png");
}
#souhlaslabel a {
  color: white;
  text-decoration: underline;
}

input, *[type=submit] {
  width: 100%;
  margin-bottom: 20px;
  background-color: white;
  color: black;
  text-align: center;
  border-radius: 5px;
  border: 1px solid white;
}

*[type=submit] {
  margin-bottom: 0px !important;
}

.nav-bg-main {
  background-color: rgba(50, 50, 50, 0.75);
}

.navbar-light .navbar-nav .nav-link {
  color: #c8c8c8 !important;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: white !important;
}

.navbar-brand img {
  height: 50px;
}
@media (min-width: 700px) {
  .navbar-brand img {
    height: 60px;
  }
}

.fotogalerie {
  height: 150vh !important;
}

.gallery-wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gallery-wrp .initem {
  width: 180px;
  padding: 15px;
  background: white;
  margin: 15px;
}

.myfooter {
  height: 950px !important;
}
.myfooter p, .myfooter span {
  font-size: 70% !important;
  text-align: left;
}
.myfooter label, .myfooter input, .myfooter button {
  font-size: 50% !important;
}
.myfooter label {
  text-align: left;
}

.innercardsmy {
  justify-content: center;
}
.innercardsmy .service-card {
  text-align: center;
}
.innercardsmy .service-card h3 {
  margin-bottom: 15px;
}

.aktuality {
  padding-top: 150px;
  padding-bottom: 60px;
}
.aktuality .rada-wrapper {
  margin-bottom: 15px;
}
.aktuality .rada-wrapper .title {
  width: 100%;
  display: block;
  position: relative;
  background-color: grey;
  color: white;
  text-decoration: none;
  padding: 13px 50px 13px 18px;
  background-image: url("../images/arrow-down.png");
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 14px;
}
.aktuality .rada-wrapper .title p {
  margin-bottom: 0px;
}
.aktuality .rada-wrapper .title:hover, .aktuality .rada-wrapper .title:focus {
  text-decoration: none;
  color: white;
}
.aktuality .rada-wrapper .title[aria-expanded=true] {
  background-image: url("../images/arrow-up.png");
}
.aktuality .rada-wrapper .odpoved {
  background-color: lightgrey;
  text-decoration: none;
  padding: 9px 50px 1px 13px;
  margin-bottom: 15px;
  font-size: 14px;
}
.aktuality .rada-wrapper .odpoved .gallery-wrapp .gallery-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.aktuality .rada-wrapper .odpoved .gallery-wrapp .gallery-images img {
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

/*# sourceMappingURL=global.css.map */
