body {
  background-color: #2f3336;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
}

.mein {
  /*background-color: #BFBFBF;*/
  /* background: rgb(207, 207, 207);*/
  background: linear-gradient(
    165deg,
    rgb(227 227 227) 30%,
    rgb(255 255 255) 65%,
    rgba(255, 255, 255, 1) 100%
  );
}

.container {
  max-width: 1420px;
}

h1 {
  font-size: 36px;
  font-weight: 400;
  color: #1e3040;
  margin: 20px 0px 20px 0px;
}

h2,
h3,
h4,
h5 {
  text-align: center;
  color: #ffa500;
}

a {
  color: brown;
  font-size: large;
}
.flag1 {
  float:left; 
  padding-top: 10px;
}
.flag2 {
  float:left; 
  padding-top: 10px;
}

.pc a {
  font-size: inherit;
}

.content {
  text-align: center;
  position: relative;
}

.content-1 {
  text-align: center;
  position: relative;
  padding-top: 50px;
}

.content img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.content p {
  margin-bottom: 30px;
}

.content figcaption {
  margin-top: 8px;
}

.navbar {
  min-height: 57px;
}

.belka {
  background-color: #f27507 !important;
}

.el-1 {
  height: auto;
}

.el-1a {
  margin: 20px;
  /*min-height: 254px;*/
}

.el-2 {
  height: auto;
}

.el-3 {
  height: auto;
}

.el-4 {
  min-height: 400px;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.el-pas {
  margin-top: 30px;
  /*margin-bottom: 30px;*/
  height: 200px;
  padding-top: 20px;
  background-color: #1e3040;
  text-align: center;
}

.el-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.el-5 img {
  width: 230px;
  height: 230px;
}

.el-6 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.el-6 img {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

footer {
  background-color: rgb(28, 31, 39);
  color: #efefef;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 10px;
  text-align: center;
}

#menu-zawartosc {
  margin-left: auto;
  margin-right: auto;
}

.sticky {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

.linki {
  height: 100%;
  display: grid;
  align-items: center;
  text-align: left;
  padding: 20px;
}

.pieczec {
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}

.pieczec-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  max-width: 230px;
}

#mapsource {
  pointer-events: none;
}

.dropdown-menu {
  background-color: #f27507;
}

.dropdown-item:hover {
  background-color: #fc9235;
  color: #cecece;
}

.cele {
  height: auto;
  text-align: left;
  padding: 0 20px 0 20px;
  margin: 0 20px 50px 20px;
}

.o-nas {
  height: auto;
  text-align: left;
  padding: 0 20px 0 20px;
  margin: 0 20px 0 20px;
}

.zarzad {
  height: auto;
  text-align: center;
  padding: 20px;
  margin-left: 50px;
  margin-right: 50px;
}

.historia {
  height: auto;
  text-align: left;
  padding: 20px;
  margin-left: 50px;
  margin-right: 50px;
}

.aktualnosci {
  text-align: justify;
}

.row {
  color: #1e3040;
}

.dropdown-item {
  color: #cecece;
}

.flex-center-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.stripe {
  background-color: #1e3040;
}

.ham-radio {
  width: 30px;
  height: 30px;
  vertical-align: top !important;
}

.fq {
  margin-left: 10px;
  font-size: larger;
}

.carousel-title {
  position: absolute;
  top: 8%;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
}

@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

.blinking-text {
  font-size: 30px;
  font-weight: bold;
  animation: blink 1s infinite;
}


h1 {
  font-family: "Roboto", sans-serif;
}

.reguly-polowanie {
  text-align: justify;
  margin: 30px;
}

.el-adres {
  margin-top: 35px;
  padding-top: 25px;
}

.adres-text {
  color: brown;
  padding-top: 15px;
}

.el-fb-yt {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 200px;
  padding-top: 20px;
  background-color: #1e3040;
  text-align: center;
  letter-spacing: 10px;
}

.koperta {
  margin-left: auto;
  margin-right: auto;
}

.not-aktiv {
  pointer-events: none;
  background-color: #e06d08;
}

#scroll-to-top {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 20px;
  opacity: 0.8;
  z-index: 100;
}
#scroll-to-top:hover {
  opacity: 1;
}

.button {
  border-radius: 4px;
  background-color: brown;
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  padding: 20px 30px;
  cursor: pointer;
  position: relative;
  transition: all 0.5s;
  text-transform: uppercase;
  border-radius: 15px;
  width: 160px;
  margin: 5px;
}
.button:hover {
  background-color: #0056b3;
}
.button :first-child {
  padding-left: 10px;
  transition: all 0.5s;
}
.button:hover :first-child {
  padding-left: 0px;
}
.button :last-child {
  opacity: 0;
  transition: all 0.5s;
  padding-left: 0px;
}
.button:hover :last-child {
  opacity: 1;
  padding-left: 10px;
}

.akcje {
  margin-left: auto;
  margin-right: auto;
}

.dyplom-img {
  max-width: 60%;
}

.star-img {
  width: 40%;
}
.schow-diploma {
  font-size: 100%;
}

.google-play {
  height: 100%;
  align-items: center;
}

.circle {
  border-radius: 50%;
}

.profile-picture {
  width: 120px;
  height: 120px;
}

.ful-screen {
  height: 600px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.partnerzy img {
  height: 200px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.logo {
  width: 100% !important;
}


@media (min-width: 992px) { 
  .phone {
    display: none;
  }
  .logo {
    width: auto !important;
  }
}

.el-5a img {
  max-width: 500px;
  height: 500px;
}

.el-5a iframe {
  width: 465px;
  height: 517px;
}


@media (max-width: 991px) {
  h2,
  h3,
  h4,
  h5 {
    font-size: large;
  }

  body,
  a {
    font-size: large;
    margin-left: auto;
    margin-right: auto;
  }

  ol ol,
  ol ul,
  ul ol,
  ul ul {
    padding-left: 15px;
  }
  dl,
  ol,
  ul {
    padding-left: 15px;
  }

  h1 {
    font-size: x-large;
    padding-top: 10px;
  }

  .historia {
    margin: 10px;
    padding: 10px;
  }

  .o-nas,
  .historia-zarzad,
  .cele,
  .zarzad,
  .reguly-polowanie {
    margin: 10px;
    padding: 10px;
  }

  .tilelink {
    text-align: center;
  }
  .pc {
    display: none;
  }

  .dyplom-img {
    max-width: 80%;
  }

  .star-img {
    width: 70%;
  }
  .flag1 {
    float:right; 
    padding-top: 0px;
  }
  .flag2 {
    float:left; 
    padding-top: 0px;
  }
  .el-5a img {
    max-width: 650px;
    height: 723px;
  }
  .el-5a iframe {
    width: 650px;
    height: 723px;
  }
}

@media (max-width: 767px) {
  .pieczec img {
    max-width: 230px;
  }
  .el-5a img {
    max-width: 550px;
    height: 623px;
  }
  .el-5a iframe {
    width: 550px;
    height: 623px;
  }
}


@media (max-width: 575px) {
  .pieczec img {
    max-width: 330px;
  }

  .pieczec-2 {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
  }

  .historia {
    padding: 0;
    margin: 0;
  }

  h1,
  h3 {
    font-weight: 400;
    margin: 20px 0px 20px 0px;
  }

  .o-nas,
  .historia-zarzad,
  .cele,
  .zarzad,
  .reguly-polowanie {
    margin: 0 5px 0 5px;
    padding: 0;
  }

  .adres-text {
    color: brown;
    padding-top: 15px;
  }

  .el-adres {
    margin-top: 0px;
    padding-top: 0px;
  }

  .aktualnosci {
    padding: 10px;
    margin: 10px;
  }

  .dyplom-img {
    max-width: 90%;
  }

  .star-img {
    width: 80%;
  }

  .el-5a img {
    max-width: 350px;
    height: 423px;
  }
  .el-5a iframe {
    width: 350px;
    height: 423px;
  }
}

@media (max-width: 400px) {
  .pieczec img {
    max-width: 90%;
  }

  .el-5a img {
    max-width: 90%;
  }

  .linki {
    padding: 5px;
  }

  .el-5 {
    padding: 0px;
  }

  .content-1 {
    font-size: 75%;
  }

  .el-5a img {
    max-width: 300px;
    height: 383px;
  }
  .el-5a iframe {
    width: 300px;
    height: 383px;
  }
}
