*, *:before, *:after {
  box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0; }

html {
  font-size: 62.5%; }

body {
  font-family: Arcus;
  font-size: 1.6rem;
  line-height: 2.5rem; }
  @media screen and (min-width: 781px) {
    body {
      font-size: 1.7rem;
      line-height: 2.5rem; } }
  body > .ember-view {
    height: 100%;
    min-height: 100vh; }

.page {
  position: relative;
  overflow: hidden; }

h1,
span {
  text-indent: -9999px; }
  h1.logo,
  span.logo {
    display: block;
    margin: 2.3rem 5rem 0;
    width: 214px;
    height: 35px;
    background-size: 214px 35px;
    background-image: url("../img/CVK-Logo.png"); }

span.logo--mobile {
  margin: 20rem auto 4rem;
  text-align: center; }

h1.logo {
  display: none; }

figure {
  width: 100%; }
  figure figcaption {
    font-size: 6.5rem;
    line-height: 7.8rem;
    text-align: left;
    color: #4A4A4A; }
  figure img {
    display: block;
    width: 23.2rem; }
  figure .img--centered {
    margin: 0 auto; }
  figure span {
    display: block;
    margin-top: 2.4rem;
    margin-left: 11.5rem;
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: #4A4A4A;
    text-indent: 0; }
  figure .centered-caption {
    margin-left: 0;
    text-align: center; }
  figure ul {
    width: 100%;
    max-width: 35rem;
    margin: 0 auto 0 11.5rem;
    padding-left: 2.5rem;
    text-align: left;
    color: #02A9D4; }
  figure li p {
    color: #4A4A4A; }

.seperator {
  width: 100%;
  height: 1.6rem;
  border-top: 3px solid #02A9D4;
  border-bottom: 3px solid #02A9D4;
  margin-bottom: 8.1rem; }
  .seperator.spacing-top {
    margin-top: 8.1rem; }
  .seperator--no-margin-top {
    margin-top: 0; }
  .seperator--no-margin-bottom {
    margin-bottom: 0; }

.grid {
  display: flex;
  width: 100vw;
  flex-direction: row;
  justify-content: space-around; }
  .grid--column {
    flex-direction: column; }
  .grid__full {
    width: 100%; }
  .grid__two {
    width: calc(100% / 2);
    padding: 0 4%; }
  .grid__three {
    width: calc(100% / 3);
    padding: 0 4%; }

footer {
  margin-top: 8.1rem;
  background-color: #02A9D4;
  color: white; }
  footer h3,
  footer p,
  footer a {
    color: white; }

.image {
  width: 100vw;
  height: 50vw;
  max-height: 53rem;
  background-size: cover;
  background-position: center;
  border-top: solid 5rem #02A9D4; }
  .image.zoom {
    margin-top: 8.1rem;
    background-image: url("../img/Zoombild.jpg"); }

.profile-picture {
  width: 371px;
  height: 315px; }

.contact-icon {
  width: 430px;
  height: 369px; }

.cvk-logo-contact {
  display: block;
  width: 13.2rem;
  height: 6rem;
  margin: 0 auto; }

@media (min-width: 781px) {
  .cvk-logo-contact {
    margin: 0; } }
@media (min-width: 877px) {
  figure {
    max-width: 50rem; } }
@media (min-width: 1025px) {
  span.logo--mobile {
    display: none; }

  h1.logo {
    display: block; } }
@media (max-width: 877px) {
  .grid__full {
    flex-direction: column;
    padding: 0 4%; }
  .grid__two {
    width: 100%; }
  .grid__three {
    width: 100%; }

  h2,
  h2.grid__full {
    padding-left: 9.5rem; }

  .profile-picture {
    width: calc(371px / 3 * 2);
    height: calc(315px / 3 * 2); }

  .contact-icon {
    width: calc(430px / 3 * 2);
    height: calc(369px / 3 * 2); } }
a, a:link, a:visited {
  color: #02A9D4; }
a:focus, a:hover {
  color: #02A9D4; }
a:active {
  color: #02A9D4; }

h2 {
  position: relative;
  padding-left: 17.5rem; }
  h2:before {
    display: block;
    content: "";
    position: absolute;
    top: 1rem;
    left: 0;
    width: 7rem;
    height: 1.8rem;
    background-color: #02A9D4; }

p {
  color: #4A4A4A;
  font-weight: 100;
  font-size: 2rem;
  line-height: 2.4rem;
  text-align: center; }

li p {
  text-align: left; }

h2,
h3,
h4 {
  font-size: 3rem;
  line-height: 3.7rem; }

h3 {
  margin: 2rem 0; }

h3.blue,
h4.blue {
  color: #02A9D4; }
h3.black,
h4.black {
  color: #000000; }

blockquote {
  width: 100vw;
  display: inline;
  text-align: center;
  justify-content: center;
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-style: italic;
  color: #4A4A4A;
  margin: 3.6rem auto;
  padding: 0 4%; }
  blockquote span {
    color: #02A9D4; }

.blockquote--first {
  margin-bottom: 0; }

figure {
  margin: 4.8rem auto; }
  figure span {
    margin-left: 2rem; }
  figure ul {
    margin: 0 auto 0 2rem; }

figure figcaption {
  font-size: 2.8rem;
  line-height: 3.4rem; }

[class*="content-"] p,
[class*="content-"] ul,
[class*="content-"] ol,
[class*="content-"] dl,
[class*="content-"] table {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: inherit; }
  [class*="content-"] p + *,
  [class*="content-"] ul + *,
  [class*="content-"] ol + *,
  [class*="content-"] dl + *,
  [class*="content-"] table + * {
    margin-top: 2rem; }
[class*="content-"] h1,
[class*="content-"] h2,
[class*="content-"] h3,
[class*="content-"] h4,
[class*="content-"] h5,
[class*="content-"] h6 {
  color: #4A4A4A;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  text-rendering: optimizeLegibility; }
  [class*="content-"] h1 + *,
  [class*="content-"] h2 + *,
  [class*="content-"] h3 + *,
  [class*="content-"] h4 + *,
  [class*="content-"] h5 + *,
  [class*="content-"] h6 + * {
    margin-top: 1rem; }
[class*="content-"] h3 {
  margin: 0 0 1rem;
  font-size: 2.8rem;
  line-height: 3rem; }
[class*="content-"] * + h3 {
  margin-top: 5rem; }

h2,
h3,
h4 {
  font-family: Arcus;
  font-weight: 400;
  color: #4A4A4A; }

h3,
h4 {
  text-align: center; }

h3 {
  color: black; }

h4 {
  color: #02A9D4; }

@media (max-width: 877px) {
  h2,
  h2.grid__full {
    padding-left: 9.5rem; } }
@media screen and (min-width: 781px) {
  h2,
  h3,
  h4 {
    font-size: 3.6rem;
    line-height: 4rem; }

  h3,
  h4 {
    text-align: left; }

  h2:before {
    width: 7.5rem;
    height: 1.8rem; }

  blockquote {
    font-size: 2.8rem;
    line-height: 3.4rem; }
    blockquote--first {
      margin-bottom: 0; }

  p {
    font-size: 2.4rem;
    line-height: 2.9rem;
    text-align: left; }

  figure figcaption {
    font-size: 2.8rem;
    line-height: 3.4rem; } }
@media screen and (min-width: 1025px) {
  h2,
  h4,
  blockquote {
    font-size: 2.8rem;
    line-height: 3.4rem; }
    h2--first,
    h4--first,
    blockquote--first {
      margin-bottom: 0; }

  h2:before {
    width: 15rem;
    height: 1.8rem;
    top: 1rem; }

  h3 {
    font-size: 3.6rem;
    line-height: 4.3rem; }

  h3,
  h4 {
    text-align: left; }

  p,
  li {
    font-size: 2.4rem;
    line-height: 2.9rem; }

  figure figcaption {
    font-size: 2.8rem;
    line-height: 3.4rem; } }
@font-face {
  font-family: Arcus;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/regular/ArcusAnt_6-Regular.eot");
  src: url("../fonts/regular/ArcusAnt_6-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/regular/ArcusAnt_6-Regular.woff") format("woff"), url("../fonts/regular/ArcusAnt_6-Regular.woff2") format("woff2"); }
@font-face {
  font-family: Arcus;
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/regular-italic/ArcusAnt_6-RegularItalic.eot");
  src: url("../fonts/regular-italic/ArcusAnt_6-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/regular-italic/ArcusAnt_6-RegularItalic.woff") format("woff"), url("../fonts/regular-italic/ArcusAnt_6-RegularItalic.woff2") format("woff2"); }
@font-face {
  font-family: Arcus;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/medium/ArcusAnt_6-Medium.eot");
  src: url("../fonts/medium/ArcusAnt_6-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/medium/ArcusAnt_6-Medium.woff") format("woff"), url("../fonts/medium/ArcusAnt_6-Medium.woff2") format("woff2"); }
@font-face {
  font-family: Arcus;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/semi-bold/ArcusAnt_6-SemiBold.eot");
  src: url("../fonts/semi-bold/ArcusAnt_6-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/semi-bold/ArcusAnt_6-SemiBold.woff") format("woff"), url("../fonts/semi-bold/ArcusAnt_6-SemiBold.woff2") format("woff2"); }
header {
  display: block;
  position: relative;
  width: 100vw;
  height: 20vw;
  max-height: 53rem;
  background-image: url("../img/Titelbild.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  background-color: white;
  border-bottom: 1.8rem solid #02A9D4; }

.nav.navbar-nav {
  margin: 15px 0;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center; }

.nav-item {
  margin: 0;
  padding: 10px 1%; }
  .nav-item:first-child {
    padding-left: 4%; }

.nav-bottom {
  width: 100%;
  height: 1.6rem;
  border-top: 3px solid #02A9D4;
  border-bottom: 3px solid #02A9D4; }

.nav-item.active a,
.nav-item a:hover {
  color: #02A9D4; }

.nav-slider.toggling {
  transition: transform 0.35s, opacity 0.35s; }

.navbar-toggler {
  display: none;
  position: absolute;
  top: 15px;
  left: 20px;
  width: 50px;
  height: 50px;
  float: left;
  appearance: none;
  color: black;
  border: none;
  background: transparent;
  font-size: 3rem; }

.nav-item {
  list-style: none; }
  .nav-item a {
    font-size: 3.6rem;
    text-decoration: none;
    color: #4A4A4A;
    padding: 1.2rem 2rem 1.8rem; }

.nav-slider {
  display: flex;
  justify-content: center; }

@media screen and (min-width: 781px) {
  .nav-item a {
    font-size: 2.8rem;
    line-height: 3.4rem; } }
@media (max-width: 877px) {
  .nav.navbar-nav {
    flex-direction: column; }

  .navbar-toggler {
    display: block; }

  .nav-slider {
    opacity: 0;
    position: fixed;
    z-index: 200;
    background-color: #ffffff;
    -webkit-box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.3); }
    .nav-slider .navbar-nav {
      margin-left: 30px;
      margin-top: 20px; }
    .nav-slider .navbar-nav .nav-item {
      float: none; }
    .nav-slider .navbar-nav .nav-item .nav-link {
      display: block;
      padding: 2rem 1rem;
      color: #02A9D4; }
    .nav-slider .navbar-nav .nav-item + .nav-item {
      margin-left: 0; }

  body.has-active-menu {
    overflow: hidden; }

  .nav-mask {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.25s, width 0s 0.25s, height 0s 0.25s; }

  .has-active-menu .nav-mask {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.25s; }

  /* next */
  .nav-slider {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    top: 0;
    left: 0;
    transform: translateX(-100%); }

  .has-active-menu .nav-slider {
    opacity: 1;
    transform: translateX(0); }

  .nav-bottom {
    margin-top: 11rem; } }
@media (min-width: 320px) and (max-width: 877px) {
  .nav-slider {
    width: 300px;
    transform: translateX(-300px); } }
@media (min-width: 1025px) {
  .nav-slider {
    justify-content: space-between; }

  .nav-bottom {
    display: none; }

  header {
    margin-top: 10rem; } }
footer h2 {
  font-size: 2.8rem;
  line-height: 3.4rem;
  color: white;
  padding-left: 17.5rem; }
  footer h2:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: -1;
    width: 7rem;
    height: 1.8rem;
    background-color: white; }
footer p {
  font-size: 1.8rem;
  line-height: 2.4rem; }

@media screen and (max-width: 877px) {
  footer h2 {
    padding-left: 9.5rem; } }
@media screen and (min-width: 781px) {
  footer h2 {
    padding-left: 9.5rem; }
  footer h2:before {
    width: 7.5rem;
    height: 1.8rem;
    top: 1rem; } }
@media screen and (min-width: 1025px) {
  footer h2 {
    padding-left: 17.5rem; }
  footer h2:before {
    width: 15rem;
    height: 1.8rem;
    top: 1rem; } }

/*# sourceMappingURL=main.css.map */
