@font-face {
    font-family: helvetica;
    src: url("./fonts/Helvetica.ttf");
}

@font-face {
    font-family: HelveticaNeue-Light;
    src: url("./fonts/helveticaneue-light-001.ttf");
}


/* JAKUB STOL - 03.2019 */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-family: 'helvetica';
}

h1 {
  font-size: 90px;
  font-family: 'helvetica';
  font-weight: bold;
  color: black;
  margin: 0px;
  margin-bottom: 55px;
  margin-left: -6px;
}

h2 {
  font-size: 35px;
  margin-bottom: 0px;
}

h3 {
  margin: 25px 0px 5px;
  color: black;
}

a {
  color: black;
}
.header-resp {
  display: none;
}
header {
  position: fixed;
  width: 350px;
  background: #121212;
  left: 0px;
  top: 0px;
  bottom: 0px;
  overflow: auto;
}
header a {
  color: white;
  text-decoration: none;
}
header .top {
  text-align: center;
  margin-top: 50px;
}
header .top img {
  width: 70%;
  max-width: 300px;
}
.mutace {
  text-align: left;
  margin-top: 50px;
  margin-left: 60px;
}
.mutace a:nth-child(2) {
  margin-left: 5px;
}
.mutace img {
  width: 40px;
  opacity: 0.5;
}
.mutace img.active {
  opacity: 1;
}

.copy {
  text-align: center;
  width: 80%;
  margin: auto;
  margin-top: 16vh;
}
.copy p {
  font-size: 13px;
  color: #474747;
}
.copy p a {
  text-decoration: underline;
  color: #474747;
}

main, .main {
  margin-left: 350px;
}

p {
  font-size: 19.5px;
  line-height: 1.45;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  margin: 10px 0px 20px;
}

ul {
  margin-left: 50px;
  list-style: none;
  margin-top: 50px;
  line-height: 3.5;
  font-size: 22px;
  padding: 10px;
}

ul li {
  color: #fefefe;
  position: relative;
  width: 90%;
}
ul a::before {
  content: "";
  width: 17px;
  position: absolute;
  background: #474747;
  height: 3px;
  bottom: 15%;
  transition: ease-out 0.5s;
}
ul a.active::before {
  width: 55px;
  background: white;
}
ul a:hover::before {
  width: 50px;
  background: white;
}

section .content {
  padding: 110px 160px;

  padding: 10.5vh 4vw 10.5vh 8vw;
}
section.o-firme .content p {
  width: 50%;
}

section.o-firme, section.medial, section.distribuce, section.kontakt, section.aktivity, section.spoluprace {
  background-size: auto, cover;
  background-position: 5.5vw 7vh, right bottom;
  background-repeat: no-repeat, no-repeat;

  /* background-size: contain; */
  /* background-attachment: fixed;
  background-position-x: 350px; */
}

section.o-firme {
  background-image: url('../img/011.png'), url('../img/01.png');
}
section.o-firme .content {
  padding-bottom: 50px;
}

section.distribuce {
  background-image: url('../img/022v2.png');
}
section.distribuce .loga {
  margin: 40px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
section.distribuce p {
    width: 65%;
}
section.distribuce .loga .logo {
  margin: 20px 20px 20px 0px;
  width: 220px;
  text-align: center;
}
section.distribuce .loga .logo img {
  vertical-align: -webkit-baseline-middle;
}

section.aktivity {
  background-image: url('../img/055.png'), url('../img/02.png');
}
section.aktivity .content {
  padding-bottom: 150px;
}
section.aktivity .content p {
  width: 50%;
}
section.aktivity .content h1 {
  margin-bottom: 90px;
  line-height: 1;
}

section.medial {
  background-image: url('../img/044v2.png'), url('../img/03.png');
}
section.medial p {
  width: 65%;
}
section.medial .loga {
  margin: 90px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
section.medial .loga .logo {
  margin: 20px 20px 20px 0px;
  width: 200px;
  text-align: center;
}
section.medial .loga .logo img {
  vertical-align: -webkit-baseline-middle;
}
break{
  flex-basis: 100%;
}

section.spoluprace {
  background-image: url('../img/033.png'), url('../img/04.png');
}
section.spoluprace .loga {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0px 90px;
  align-items: baseline;
}
section.spoluprace .loga .logo {
  margin: 20px 20px 20px 0px;
  width: 180px;
  width: 14.5%;
  min-width: 180px;
  text-align: center;
}
section.spoluprace .loga .logo button {
  display: block;
  margin: 20px auto 10px auto;
  background: black;
  padding: 10px 20px;
  border: none;
  color: white;
  font-size: 15px;
  outline: none;
  font-family: 'helvetica';
  text-transform: uppercase;
  transition: linear 0.4s;
  border: solid 1px black;
  font-size: 12px;
  letter-spacing: 1.1px;
  font-weight: bold;
  display: none;
}
section.spoluprace .loga .logo button:hover {
  background: transparent;
  border: solid 1px white;
  cursor: pointer;
  transform: translateY(-3px);
}

section.kontakt {
  background-image: url('../img/066.png'), url('../img/05.png');
}
section.kontakt .content {
  /* padding: 150px 160px; */
  padding: 10.5vh 4vw 12.5vh 8vw;
}
section.kontakt .blocks {
  display: flex;
  width: 93%;
}
section.kontakt .blocks p {
  margin: 0px;
  line-height: 1.5;
}
section.kontakt .blocks .two {
  flex-grow: 2;
  margin: 0px 160px 0px 90px;
}
section.kontakt .three {
  width: 25%;
}
section.kontakt .three h3 {
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 15px;
}
section.kontakt form input {
  padding: 8px 10px;
  width: 100%;
  color: black;
  border: solid 1px black;
  outline: none;
  margin: 5px 0px;
  background: transparent;
}
section.kontakt form p {
  text-align: right;
  transform: translateX(20px);
}
section.kontakt form input[type=submit] {
  background: black;
  color: white;
  border: solid 1px black;
  text-transform: uppercase;
  font-weight: bold;
  width: 130px;
  font-size: 18px;
  transition: linear 0.4s;
  border-radius: 0px;
}
section.kontakt form input[type=submit]:hover {
  background: transparent;
  cursor: pointer;
  color: black;
  transform: translateY(-3px);
}
section.kontakt form textarea {
  padding: 8px 10px;
  width: 100%;
  color: black;
  border: solid 1px black;
  outline: none;
  margin: 8px 0px;
  background: transparent;
  resize: none;
  font-family: 'helvetica';
  font-size: 14px;
}
::placeholder {
  color: black;
  font-size: 14px;
  font-family: 'helvetica';
}
section.o-firme, section.medial, section.kontakt {
  color: #131313;
}
section.aktivity, section.spoluprace {
  color: #fefefe;
}
section.aktivity h1, section.spoluprace h1 {
  color: #fefefe;
}

iframe {
  width: 100%;
  margin: 10px 0px;
}

.teta {
  display: flex;
  align-items: center;
}
.teta div p {
  width: 90%;
}
.teta img {
  max-width: 150px;
  margin-right: 70px;
  margin-left: 20px;
}
