* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.container__header__mobile {
  display: none;
}

body .container__header {
  background: red;
  width: 100%;
}

body .container__header__content {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

body .container__header__content #hamburger {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

body .container__header__content a {
  cursor: pointer;
  -webkit-transition: 400ms;
  transition: 400ms;
}

body .container__header__content a:hover {
  color: #f76b6b;
}

body .container__header__content input {
  border: none;
  outline: none;
  height: 1.5rem;
  padding: 5px;
  border-radius: 5px;
}

body .container__body {
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
}

body .container__body h1 {
  font-size: 26pt;
}

body .container__body #aktuelno {
  background: red;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px;
  font-weight: 700;
  font-style: italic;
}

body .container__body #date {
  color: gray;
}

body .container__body h3 {
  color: orange;
  font-size: 18pt;
  font-weight: 300;
  font-style: italic;
}

body .container__body p {
  font-size: 16pt;
}

body .container__body li {
  font-size: 16pt;
}

body .container__body h2 {
  color: orange;
  font-size: 20pt;
}

body .container__body #pic {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

body .container__body__testimonials {
  color: #0a0aa3;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 16pt;
}

body .container__body__form {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

body .container__body__form img {
  width: 100%;
}

body .container__body__form div {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .container__body__form div p {
  font-size: 20pt;
  color: red;
}

body .container__body__form div input {
  width: 100%;
  height: 3rem;
  margin-top: 1rem;
  border: none;
  border-bottom: 3px solid red;
  outline: none;
  font-size: 16pt;
}

body .container__body__form div button {
  width: 100%;
  margin-top: 1rem;
  font-size: 20pt;
  border: none;
  padding: 2px;
  background: red;
  color: white;
  font-weight: 900;
  cursor: pointer;
  -webkit-transition: 400ms;
  transition: 400ms;
}

body .container__body__form div button:hover {
  -webkit-box-shadow: 0px 0px 8px gray;
          box-shadow: 0px 0px 8px gray;
}

body .container__body__comments {
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
}

body .container__body__comments__head {
  width: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .container__body__comments__head textarea {
  width: 90%;
  height: 5rem;
  border-radius: 5px;
  outline: none;
  padding: 1rem;
  font-size: 14pt;
}

body .container__body__comments__head button {
  margin-top: 1rem;
  font-size: 16pt;
  padding: 5px;
  background: red;
  color: white;
  border: none;
  border-radius: 5px;
  -webkit-transition: 400ms;
  transition: 400ms;
  cursor: pointer;
}

body .container__body__comments__head button:hover {
  background: transparent;
  color: red;
}

body .container__body__comments__field {
  padding-top: 2rem;
}

body .container__body__comments__field #single-comment {
  margin-top: 2rem;
  border-bottom: 3px solid gray;
  padding-bottom: 1rem;
  border-radius: 5px;
}

body .container__body__comments__field #single-comment #pic-and-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

body .container__body__comments__field #single-comment #pic-and-name img {
  width: 50px;
  margin-right: 1rem;
}

body .container__footer {
  width: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 2rem;
  background: #111;
  padding-top: 2rem;
  color: whitesmoke;
  padding-bottom: 2rem;
}

body .container__footer div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .container__footer div a {
  margin-right: 1rem;
  color: whitesmoke;
  text-decoration: none;
  cursor: pointer;
  font-size: 10pt;
}

@media screen and (max-width: 1432px) {
  body .container__header__content {
    width: 80%;
  }
}

@media screen and (max-width: 1000px) {
  body .container__body {
    width: 80%;
  }
  body .container__body__form {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body .container__body__form img {
    width: 50%;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  body .container__body__comments {
    width: 80%;
  }
  body .container__header__content a {
    display: none;
  }
  .container__header__mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: white;
  }
  .container__header__mobile a {
    font-size: 14pt;
  }
}

@media screen and (max-width: 581px) {
  .container__header__content h1 {
    font-size: 15pt;
  }
  body .container__body h1 {
    font-size: 23pt;
  }
  body .container__footer div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .container__body p {
    font-size: 14pt;
  }
  body .container__body h3 {
    font-size: 16pt;
  }
  body .container__body__form {
    width: 80%;
  }
  body .container__body {
    width: 95%;
  }
  body .container__header__content {
    width: 95%;
  }
  body .container__body #pic {
    width: 90%;
  }
}
/*# sourceMappingURL=style.css.map */