/*
*   COLORS
*/
/*
*   FONTS
*/
/* pridi-200 - latin */
@font-face {
  font-family: "Pridi";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/pridi-v6-latin-200.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/pridi-v6-latin-200.eot?#iefix") format("embedded-opentype"), url("../fonts/pridi-v6-latin-200.woff2") format("woff2"), url("../fonts/pridi-v6-latin-200.woff") format("woff"), url("../fonts/pridi-v6-latin-200.ttf") format("truetype"), url("../fonts/pridi-v6-latin-200.svg#Pridi") format("svg");
  /* Legacy iOS */
}
/* pridi-300 - latin */
@font-face {
  font-family: "Pridi";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/pridi-v6-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/pridi-v6-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/pridi-v6-latin-300.woff2") format("woff2"), url("../fonts/pridi-v6-latin-300.woff") format("woff"), url("../fonts/pridi-v6-latin-300.ttf") format("truetype"), url("../fonts/pridi-v6-latin-300.svg#Pridi") format("svg");
  /* Legacy iOS */
}
/* pridi-500 - latin */
@font-face {
  font-family: "Pridi";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/pridi-v6-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/pridi-v6-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/pridi-v6-latin-500.woff2") format("woff2"), url("../fonts/pridi-v6-latin-500.woff") format("woff"), url("../fonts/pridi-v6-latin-500.ttf") format("truetype"), url("../fonts/pridi-v6-latin-500.svg#Pridi") format("svg");
  /* Legacy iOS */
}
/*
*   REGULAR
*/
* {
  box-sizing: content-box;
}

body {
  margin: 0 auto;
  padding: 0;
  font-family: "Pridi", serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 200;
  color: #606871;
}
body.sticky {
  padding-top: 60px;
}
body.sticky .navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

h2 {
  font-size: 27px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 30px 0;
  letter-spacing: 1px;
}

p {
  text-align: justify;
  hyphens: auto;
  margin: 0 0 30px 0;
}
p strong {
  font-weight: 500;
}
@media (max-width: 720px) {
  p {
    text-align: left;
  }
}
/* p strong {
  font-weight: 300;
} */

h3 {
  font-size: 23px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 30px 0;
}

.page,
.header,
.navigation,
.content-block,
.footer {
  width: 100%;
  margin: 0 auto;
}
.page > .wrapper,
.header > .wrapper,
.navigation > .wrapper,
.content-block > .wrapper,
.footer > .wrapper {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1200px) {
  .page > .wrapper,
.header > .wrapper,
.navigation > .wrapper,
.content-block > .wrapper,
.footer > .wrapper {
    width: 720px;
  }
}
@media (max-width: 960px) {
  .page > .wrapper,
.header > .wrapper,
.navigation > .wrapper,
.content-block > .wrapper,
.footer > .wrapper {
    width: 600px;
  }
}
@media (max-width: 720px) {
  .page > .wrapper,
.header > .wrapper,
.navigation > .wrapper,
.content-block > .wrapper,
.footer > .wrapper {
    width: 90%;
  }
}

.header {
  background: #dbcfca;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  background-image: url("../images/header-background.svg");
  padding: 300px 0 150px 0;
}
.header h1 {
  padding: 0;
  margin: 0;
  font-size: 60px;
  line-height: 70px;
  font-weight: 500;
  position: relative;
}
.header h1 > span span {
  display: block;
}
.header h1 img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
}
@media (max-width: 1200px) {
  .header {
    padding: 200px 0 100px 0;
  }
  .header h1 {
    font-size: 48px;
    line-height: 55px;
  }
  .header h1 img {
    width: 225px;
  }
}
@media (max-width: 960px) {
  .header {
    padding: 200px 0 100px 0;
  }
  .header h1 {
    font-size: 48px;
    line-height: 55px;
  }
}
@media (max-width: 720px) {
  .header {
    padding: 100px 0 50px 0;
  }
  .header h1 {
    text-align: center;
  }
  .header h1 span {
    display: none;
  }
  .header h1 img {
    position: relative;
    width: 300px;
    margin: 0 auto;
  }
}

.navigation {
  background: #606871;
  height: 60px;
}
.navigation .wrapper {
  padding: 17px 0;
}
.navigation .wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  /* justify-content: flex-end */
}
.navigation .wrapper ul li {
  flex: 0 1 auto;
}
.navigation .wrapper ul li a {
  display: inline-block;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #dbcfca;
}
.navigation .wrapper ul li a:hover, .navigation .wrapper ul li a.active {
  color: #fff;
}
.navigation .wrapper ul li.burger-menu {
  display: none;
}
.navigation .wrapper ul li.burger-menu a {
  width: 30px;
}
.navigation .wrapper ul li.burger-menu a span {
  display: block;
  height: 4px;
  background: #dbcfca;
  width: 100%;
}
.navigation .wrapper ul li.burger-menu a span:first-of-type {
  margin-bottom: 6px;
}
.navigation .wrapper ul li.burger-menu a span:last-of-type {
  margin-top: 6px;
}
.navigation .wrapper ul li.burger-menu a:hover span {
  background: #ffffff;
}
@media (max-width: 1200px) {
  .navigation .wrapper ul li.burger-menu {
    display: block;
  }
  .navigation .wrapper ul li.level-1 {
    display: none;
  }
}
@media (max-width: 960px) {
  .navigation .wrapper ul li.level-2 {
    display: none;
  }
}
@media (max-width: 680px) {
  .navigation .wrapper ul li.level-3 {
    display: none;
  }
}
@media (max-width: 520px) {
  .navigation .wrapper ul li.level-4 {
    display: none;
  }
}
.navigation .wrapper .mobile {
  display: none;
  background: #606871;
  background-repeat: no-repeat;
  background-position: center 50px;
  background-size: auto 100px;
  background-image: url("../images/header-background.svg");
  margin: 0 auto;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 200px 0 0 0;
}
.navigation .wrapper .mobile ul {
  margin: 0 auto;
  display: block;
  padding: 0;
  text-align: center;
}
.navigation .wrapper .mobile ul li {
  display: block;
  color: #dbcfca;
  margin-bottom: 13px;
}

.content-block {
  padding: 90px 0;
}
@media (max-width: 720px) {
  .content-block {
    padding: 60px 0;
  }
}
.content-block ul {
  margin: 0 0 30px 0;
  list-style: none;
  list-style-type: "// ";
  padding: 0 0 0 21px;
}
.content-block ul li {
  font-weight: 500;
  text-align: justify;
  hyphens: auto;
}
.content-block ul li span {
  text-align: justify;
  hyphens: auto;
  font-weight: 200;
  display: block;
}
@media (max-width: 720px) {
  .content-block ul li {
    text-align: left;
    hyphens: auto;
  }
  .content-block ul li span {
    text-align: left;
    hyphens: auto;
  }
}
.content-block.background-beige {
  background: #dbcfca;
}
.content-block.background-darkgrey {
  background: #606871;
}
.content-block .quotes {
  position: absolute;
  z-index: -1;
  width: 175px;
}
.content-block .quotes.quote-start {
  top: 23px;
  left: -100px;
}
.content-block .quotes.quote-end {
  bottom: -23px;
  right: -100px;
}
@media (max-width: 960px) {
  .content-block .quotes {
    width: 100px;
  }
  .content-block .quotes.quote-start {
    left: -50px;
  }
  .content-block .quotes.quote-end {
    right: -50px;
  }
}
@media (max-width: 720px) {
  .content-block .quotes {
    display: none;
  }
}
.content-block .quote-item {
  margin: 0 0 30px 0;
}
.content-block .quote-item p:first-of-type {
  margin-bottom: 0;
}
.content-block.visual {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.content-block.visual.visual-hands {
  background-image: url("../images/visual-hands.jpg");
}
.content-block.visual.visual-people {
  background-image: url("../images/visual-people.jpg");
}
.content-block.visual.visual-compass {
  background-image: url("../images/visual-compass.jpg");
}

.footer {
  background: #606871;
}
.footer .wrapper {
  padding: 30px 0;
  text-align: right;
}
@media (max-width: 720px) {
  .footer .wrapper {
    text-align: center;
  }
}
.footer .wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .wrapper ul li {
  display: inline-block;
  margin-left: 30px;
}
@media (max-width: 720px) {
  .footer .wrapper ul li {
    margin: 0 15px;
  }
}
.footer .wrapper ul li a {
  color: #dbcfca;
  text-decoration: none;
}
.footer .wrapper ul li a:hover {
  color: #ffffff;
}

.row .col {
  float: left;
}
.row .col img {
  width: 100%;
}
.row .col.col-1-3 {
  width: 33%;
}
.row .col.col-2-3 {
  width: 66%;
}
.row .col.col-2-5 {
  width: 40%;
}
.row .col.col-3-5 {
  width: 60%;
}
.row .col.col-1-2, .row .col.col-2-4 {
  width: 50%;
}
.row .col:last-of-type .wrapper {
  padding: 0 0 0 60px;
}
@media (max-width: 720px) {
  .row .col.col-1-3, .row .col.col-2-3, .row .col.col-2-5, .row .col.col-3-5, .row .col.col-1-2, .row .col.col-2-4 {
    width: 100%;
    margin-bottom: 60px;
  }
  .row .col.col-1-3:last-of-type, .row .col.col-2-3:last-of-type, .row .col.col-2-5:last-of-type, .row .col.col-3-5:last-of-type, .row .col.col-1-2:last-of-type, .row .col.col-2-4:last-of-type {
    margin-bottom: 0;
  }
  .row .col:last-of-type .wrapper {
    padding: 0;
  }
}
.row::after {
  content: "";
  clear: both;
  display: table;
}

#kontakt .row .col img {
  width: 300px;
  display: inline;
}

.text-align-right {
  text-align: right;
}

@media (max-width: 720px) {
  .ls-text-align-left {
    text-align: left !important;
  }

  .ls-text-align-center {
    text-align: center !important;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-10 {
  margin-top: 10px !important;
}


.mt-double {
  margin-top: 60px;
}
