.container {
  margin: 10px 20px 10px 20px;
}
.row {
  display: flex;
}
.half_column {
  flex: 50%;
}
.half_column:first-child {
  padding-left: 0px;
  padding-right: 10px;
}
.half_column:last-child {
  padding-left: 10px;
  padding-right: 0px;
}
#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
#title span {
  color: rgb(175, 38, 91);
}
#title h1 {
  font-size: 30px;
}
#subtitle {
  font-size: 24px;
}
.kontakt {
  margin-top: 70px;
  margin-bottom: 70px;
  display: inline-block;
  background-color: rgb(156, 161, 196);
  padding: 10px;
}
.kontakt p {
  margin: 0px;
  color: rgb(175, 38, 91);
}
.small-title {
  font-size: 20px;
}
.img-man {
  width: 100%;
  height: auto;
}

body {
  color: rgb(1, 20, 81);
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
table {
  border-spacing: 0px 20px;
  margin: 20px 0px 20px 0px;
}

td,
th {
  border-left: 50px solid #fff;
}
th {
  text-align: left;
}

tr > td:first-child,
tr > th:first-child {
  border: 0px;
}

h1 {
  font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: 26px;
}
h3 {
  font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: 15px;
}
p {
  font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 20px;
}
blockquote {
  font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 30px;
}
pre {
  font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 18px;
}
