body {
  margin: 0;
  background-color: #fefefe;
  font-family: 'Open Sans', sans-serif;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
}

.container-fluid {
  width: 100%;
}
main {
  margin-top: 110px;
}
h2 {
  font-size: 45px;
  font-weight: 600;
  color: #000;
}

h3 {
  font-size: 14px;
  color: #959595;
  font-weight: 600;
}

p {
  font-size: 15px;
  color: #2e433e;
  font-weight: 400;
  line-height: 28px;
}

.contact_line {
  text-align: right;
  font-size: 11px;
  font-weight: 300;
  color: #737373;
  text-decoration: none;
}

.contact_line a {
  color: #737373;
  text-decoration: none;
  font-weight: 500;
}
.contact_line a:hover {
  text-decoration: underline;
}

.training h2 {
  text-align: center;
}

.h3_border80 {
  display: flex;
  justify-content: center;
}

.h3_border80 h3:after {
  content: "";
  /* This is necessary for the pseudo element to work. */
  display: block;
  /* This will put the pseudo element on its own line. */
  margin: 0 auto;
  /* This will center the border. */
  width: 80%;
  /* Change this to whatever width you want. */
  padding-top: 20px;
  /* This creates some space between the element and the border. */
  border-bottom: 1px solid #959595;
  /* This creates the border. Replace black with whatever color you want. */
}

.h3_border60 {
  display: flex;
  justify-content: left;
}

.h3_border60 h3:after {
  content: "";
  /* This is necessary for the pseudo element to work. */
  display: block;
  /* This will put the pseudo element on its own line. */
  width: 60%;
  /* Change this to whatever width you want. */
  padding-top: 20px;
  /* This creates some space between the element and the border. */
  border-bottom: 1px solid #959595;
  /* This creates the border. Replace black with whatever color you want. */
}

.h2_border {
  display: flex;
  justify-content: center;
}

.h2_border h2:after {
  content: "";
  /* This is necessary for the pseudo element to work. */
  display: block;
  /* This will put the pseudo element on its own line. */
  margin: 0 auto;
  /* This will center the border. */
  width: 50%;
  /* Change this to whatever width you want. */
  padding-top: 20px;
  /* This creates some space between the element and the border. */
  border-bottom: 1px solid #959595;
  /* This creates the border. Replace black with whatever color you want. */
}

.banner {
  height: 500px;
  background-position: center;
  background-image: url("/img/1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.show_more {
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  width: 140px;
  padding: 15px 27px 15px 38px;
  border-top: 1px solid #a3a3a3;
  border-left: 1px solid #a3a3a3;
  border-right: 1px solid #a3a3a3;
  cursor: pointer;
}

.show_more2 {
  text-transform: uppercase;
  display: block;
  margin-left: 0;
  width: 124px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.show_more img {
  margin-left: 10px;
}

.show_more--line {
  height: 1px;
  background-color: #a3a3a3;
}

.training {
  text-align: center;
}

.exams .container {

  min-height: 597px;
}

.center {
  text-align: center;
}

.publications {
  text-align: center;
  background-color: #f9f9f9;
}

/* KONTAKT */
.contact .container p {
  text-align: center;
}

.contact_form {
  margin-top: 40px;
  padding-top: 40px;
  margin-bottom: 50px;
}

.contact_form h2 {
  text-align: center;
  margin-bottom: 30px;
}

.contact_form h6 {
  text-align: left;
  margin-top: 10px;
}

.contact_form label {
  font-size: 13px;
}

.contact_form input,
.contact_form textarea {
  margin-top: 10px;
  border: 1px solid #c1c1c1;
  padding: 10px;
}

.contact_form_main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  max-width: 856px;
  margin: auto;
}

.contact_form_main button {
  grid-column: 2 / 3;
  justify-self: center;
  width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0085df;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 17px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: ease-in-out 0.3s;
  border: 1px solid #0085df;
}

.contact_form_main button:hover {
  background-color: #fff;
  color: #0085df;
}

.contact_form-msg {
  grid-column: 1 / 4;
}

.contact_form_main input {
  width: 100%;
}

.contact_form_main textarea {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-style: italic;
  font-weight: 300;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-style: italic;
  font-weight: 300;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  font-style: italic;
  font-weight: 300;
}

.b-19 {
  font-size: 19px;
  font-weight: 700;
  color: #2e433e;
  text-decoration: none;
}

.menu_bottom .container {
  display: flex;
  justify-content: center;
  border-top: 1px solid #959595;
  border-bottom: 1px solid #959595;

}

.menu_bottom .container a {
  text-decoration: none;
  font-size: 14px;
  color: #000000;
  font-weight: 300;
  padding: 25px 30px;
}

.menu_bottom .container a:hover {
  background-color: #000;
  color: #fff;
}

footer {
  text-align: center;
}

.footer_line {
  background-color: #959595;
  width: 330px;
  height: 1px;
  margin: 0 auto;
}

.expandMoreContent {
  height: 20px;
  overflow: hidden;
  transition: height ease-in-out 0.5s;
  /* position: relative; */
}

.expandMoreContent.expand-active {
  height: auto;
  transition: height ease-in-out 0.5s;
}

.expandMoreHolder {
  padding: 15px 0;
  text-align: center;
}

#showMoreContent1 {
  text-align: left;
}

.publications {
  margin-top: 50px;
}

footer p {
  font-size: 12px;
  color: #000000;
  font-weight: 400;
}

.footer_contact {
  font-size: 11px;
  color: #000000;
  font-weight: 300;
  text-transform: uppercase;
}

.footer_contact a {
  color: #000000;
  font-weight: 400;
  text-decoration: none;
}

.publications .expandMoreContent {
  text-align: left;
}

ul.ul-section {
  list-style: none;
  padding-left: 20px;
}

ul.ul-section li {
  background: url("/img/bullet.png") no-repeat left 10px;
  padding-left: 22px;
  line-height: 28px;
}

.bold17 {
  font-weight: 700;
  font-size: 17px;
}

.blue {
  color: #0085df;
}
.white {
  color: #fff;
}

.training ul li:first-of-type {
  margin-top: 5px;
}

.contact a {
  text-decoration: none;
  color: #0085df;
}

.exams_human {
  float: right;
  width: 460px;
  margin-left: 150px;
}
.shop {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
  background-color: #0085df;
  padding-bottom: 25px;
  padding-top: 15x;
}
.shop a {
  text-decoration: none;
  color: #fff;
  letter-spacing: 3px;
  background-color: #000;
  padding: 6px 8px;
  transition: ease-in-out 0.2s;
}
.shop a:hover {
  background-color: #fff;
  color: #0085df;

}
.shop .h2_border h2:after {
  content: "";
  /* This is necessary for the pseudo element to work. */
  display: block;
  /* This will put the pseudo element on its own line. */
  margin: 0 auto;
  /* This will center the border. */
  width: 50%;
  /* Change this to whatever width you want. */
  padding-top: 20px;
  /* This creates some space between the element and the border. */
  border-bottom: 1px solid #fff;
  /* This creates the border. Replace black with whatever color you want. */
}
.contest {
  text-align: center;
}
.contest img {
  width: 250px;
  height: auto;
}
.italics {
  font-style: italic;
  font-size: 14px;
  flood-color: #959595;
}