body {
  background-color: #f5f6fa;
}

.logo__2 {
  display: none;
}

.wrow {
  border-bottom: lightgrey 0.2px solid;
}

.navbar {
  background-color: #fff;
}
.navbar li a {
  font-size: 125%;
  font-weight: 600;
  color: #535c68;
  transition: 0.2s;
}
.navbar li a:hover {
  color: #262a2f;
  transition: 0.2s;
}

.intro__title {
  text-align: center;
}
.intro__title h2 {
  font-weight: 300;
  font-size: 2.25rem;
  color: #565950;
}

.section-line {
  text-align: center;
}
.section-line i {
  color: #f6bb42;
  font-size: 18px;
  line-height: 1;
}

.section-line::before {
  float: left;
  background: #d9d9d9;
  content: "";
  height: 2px;
  margin-top: 10px;
  width: 48%;
}

.section-line::after {
  float: right;
  background: #d9d9d9;
  content: "";
  height: 2px;
  margin-top: 10px;
  width: 48%;
}

.text p {
  text-align: center;
  font-size: 130%;
  color: #4e5048;
}
.text p a {
  color: #70ca63;
  transition: 0.2s;
  text-decoration: none;
}
.text p a:hover {
  transition: 0.2s;
  color: #4aae3b;
}
.text p:first-of-type {
  font-weight: bold;
}

.footer__1 {
  background-color: #70727d;
}
.footer__1 a {
  color: #ccc;
  text-decoration: none;
  transition: 0.3s;
}
.footer__1 a i {
  font-size: 150%;
}
.footer__1 a:hover {
  transition: 0.3s;
  color: #fefefe;
}

footer {
  background-color: #15151e;
}
footer ul {
  list-style-type: none;
}
footer ul a {
  color: #70ca63;
  transition: 0.2s;
}
footer ul a:hover {
  transition: 0.2s;
  color: #4aae3b;
}

.footer__ul-1 {
  font-size: 90%;
}

.footer__ul-2 {
  font-size: 70%;
}

.footer__bolder {
  color: #888888;
  font-weight: 600;
}

.footer__normal {
  color: #777;
}

.footer__img {
  text-align: center !important;
}

.contas {
  text-align: center;
}

@media (max-width: 1300px) {
  .navbar-brand img {
    height: 4.6vh;
    transition: 0.2s;
  }

  .navbar li a {
    font-size: 100%;
    transition: 0.2s;
  }
}
@media (max-width: 765px) {
  .logo__1 {
    width: 60px !important;
    margin-left: -15px !important;
  }
}
@media (max-width: 500px) {
  .text {
    font-size: 110%;
  }

  .logo__1 {
    display: none;
  }

  .logo__2 {
    display: flex;
    width: 60px;
    margin-left: -5px !important;
  }

  .footer__img img {
    width: 90%;
  }

  .footer__bolder {
    font-size: 40%;
  }

  .footer__ul-1 li {
    font-size: 60%;
  }

  .footer__1 h3 a {
    font-size: 20px;
  }
}
@media (max-width: 350px) {
  .footer__1 {
    height: 50px;
  }
  .footer__1 h3 {
    margin-top: -45px;
  }
  .footer__1 h3 a {
    font-size: 14.5px;
  }

  .section-line::before {
    width: 45%;
  }

  .section-line::after {
    width: 45%;
  }
}

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