/* poppins-300 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../src/fonts/poppins-v15-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../src/fonts/poppins-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("../src/fonts/poppins-v15-latin-300.woff2") format("woff2"), url("../src/fonts/poppins-v15-latin-300.woff") format("woff"), url("../src/fonts/poppins-v15-latin-300.ttf") format("truetype"), url("../src/fonts/poppins-v15-latin-300.svg#Poppins") format("svg");
  /* Legacy iOS */
}
/* poppins-regular - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../src/fonts/poppins-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../src/fonts/poppins-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../src/fonts/poppins-v15-latin-regular.woff2") format("woff2"), url("../src/fonts/poppins-v15-latin-regular.woff") format("woff"), url("../src/fonts/poppins-v15-latin-regular.ttf") format("truetype"), url("../src/fonts/poppins-v15-latin-regular.svg#Poppins") format("svg");
  /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../src/fonts/poppins-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../src/fonts/poppins-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../src/fonts/poppins-v15-latin-700.woff2") format("woff2"), url("../src/fonts/poppins-v15-latin-700.woff") format("woff"), url("../src/fonts/poppins-v15-latin-700.ttf") format("truetype"), url("../src/fonts/poppins-v15-latin-700.svg#Poppins") format("svg");
  /* Legacy iOS */
}
#__bs_notify__ {
  font-size: 1em !important;
  color: transparent !important;
  opacity: 0.75;
  height: 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1.5em;
  padding: 0 !important;
  top: 0.5em !important;
  right: 0.5em !important;
  background-color: #547f0d !important;
  border-radius: 50% !important;
  overflow: hidden;
}
#__bs_notify__:after {
  content: "BS";
  position: absolute;
  color: #fff;
  top: 0.1em;
  left: 0.25em;
  font-size: 0.8em;
}

.nav-main {
  color: #23364b;
  text-transform: uppercase;
  font-size: 0.8em;
  position: relative;
  z-index: 3;
}
@media (min-width: 960px) {
  .nav-main {
    display: block !important;
    margin-left: auto;
  }
}
@media (max-width: 959px) {
  .nav-main {
    display: none;
    clear: both;
    float: none;
    margin-top: 0;
    position: absolute;
    top: 5em;
    background-color: #3167b0;
    width: 100%;
    z-index: 3;
    left: 0;
    -webkit-box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 960px) {
  .nav-main .toggle-subnav {
    display: none;
  }
}
.nav-main .nav-sub {
  padding: 0;
  margin: 0;
  min-width: 15em;
  list-style-type: none;
  background-color: #3167b0;
  overflow: hidden;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity;
  left: 0.8em;
  display: none;
}
.nav-main .nav-sub li {
  padding-bottom: 0;
  font-size: 1em;
}
@media (min-width: 960px) {
  .nav-main .nav-sub {
    position: absolute;
  }
}
.nav-main .nav-sub a {
  display: block;
  color: #fff;
}
.nav-main > li:last-child > a {
  padding-right: 0;
}
.nav-main a {
  text-decoration: none;
  padding: 0.8em;
}
@media (min-width: 960px) {
  .nav-main a {
    color: #3167b0;
  }
}
.nav-main a.active {
  font-weight: bold;
}
.nav-main > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 960px) {
  .nav-main > ul > li {
    display: inline-block;
    padding-bottom: 1em;
    position: relative;
  }
}
.nav-main > ul > li:last-child > a {
  padding-right: 0;
  border-right: 0;
}
@media (min-width: 960px) {
  .nav-main > ul > li > a {
    border-right: 1px solid white;
    display: inline-block;
    letter-spacing: 0.01em;
    line-height: 1.4em;
  }
}
@media (min-width: 960px) {
  .nav-main > ul > li:hover .nav-sub {
    display: block !important;
  }
}
@media (max-width: 959px) {
  .nav-main {
    margin-top: 1em;
  }
  .nav-main li {
    text-align: center;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0;
    position: relative;
    /*&:last-child {
    	border-bottom:1px solid lighten($c-border,20);
    }*/
  }
  .nav-main li a {
    padding: 1em 0.5em;
    display: block;
    color: #fff;
  }
  .nav-main li.active .toggle-subnav img {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .nav-main .toggle-subnav {
    width: 3em;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    opacity: 0.5;
    padding: 0.6em;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
  }
  .nav-main .toggle-subnav svg {
    width: 2.25em;
    height: 2.25em;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }
  .nav-main .toggle-subnav path {
    fill: #fff;
  }
  .nav-main .nav-sub {
    background-color: #5c8ed2;
  }
}

.nav-main-toggler {
  width: 2.2em;
  position: absolute;
  right: 3.5%;
  cursor: pointer;
  top: 0;
  z-index: 3;
}
@media (min-width: 960px) {
  .nav-main-toggler {
    display: none;
  }
}
.nav-main-toggler .line {
  height: 6px;
  margin-bottom: 5px;
  background-color: #3167b0;
  border-radius: 0.15em;
}
.nav-main-toggler .line:nth-child(2) {
  width: 80%;
  margin-left: 20%;
}
.nav-main-toggler .line:nth-child(3) {
  width: 90%;
  margin-left: 10%;
}

.timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  position: relative;
}
.timeline__content-title {
  font-weight: normal;
  font-size: 48px;
  margin: -10px 0 0 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.timeline__content-desc {
  margin: 0;
  font-size: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  line-height: 25px;
}
.timeline:before {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-top: -5em;
  margin-left: -1px;
  content: "";
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 959px) {
  .timeline:before {
    left: 5px;
  }
}
.timeline-item {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin: 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: translateY(-80px);
      -ms-transform: translateY(-80px);
          transform: translateY(-80px);
}
.timeline-item:before {
  content: attr(data-text);
  opacity: 0.7;
  letter-spacing: 3px;
  width: 100%;
  position: absolute;
  font-size: 13px;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  top: 70%;
  margin-top: -5px;
  padding-left: 15px;
  right: calc(-100% - 56px);
  font-weight: bold;
  color: #fff;
  display: none;
}
.timeline-item:nth-child(even) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.timeline-item:nth-child(even):before {
  right: auto;
  text-align: right;
  left: calc(-100% - 56px);
  padding-left: 0;
  border-left: none;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  padding-right: 15px;
}
.timeline-item--active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.timeline-item--active:before {
  top: 50%;
  -webkit-transition: 0.3s all 0.2s;
  -o-transition: 0.3s all 0.2s;
  transition: 0.3s all 0.2s;
  opacity: 1;
}
.timeline-item--active .timeline__content-title {
  margin: -50px 0 20px 0;
}
@media (max-width: 959px) {
  .timeline-item {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    width: 100%;
    padding: 0 30px 20px 40px;
  }
  .timeline-item:before {
    left: 10px !important;
    padding: 0 !important;
    top: 50px;
    text-align: center !important;
    width: 60px;
    border: none !important;
  }
  .timeline-item:last-child {
    padding-bottom: 40px;
  }
}
.timeline__img {
  max-width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}
.timeline p {
  margin-top: 0;
}
.timeline-container {
  width: 100%;
  position: relative;
  padding: 80px 0;
  -webkit-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  background-attachment: fixed;
  background-size: cover;
}
.timeline-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.timeline-header {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.timeline-header__title {
  font-size: 46px;
  font-weight: normal;
  margin: 0;
}
.timeline-header__subtitle {
  font-size: 16px;
  letter-spacing: 5px;
  margin: 10px 0 0 0;
  font-weight: normal;
}

.component-timeline h2 {
  font-weight: bold;
}

.timeline-item:before {
  margin-top: -2em;
}

.timeline-item {
  text-align: left;
}
@media (min-width: 960px) {
  .timeline-item:nth-child(2n+1) {
    text-align: right;
  }
}

@media (min-width: 960px) {
  .component-timeline .timeline-item:nth-child(2n+1) .timeline__content-desc p {
    text-align: right;
  }
}
.component-timeline .timeline-item p {
  text-align: left;
}

.timeline-container {
  padding-bottom: 0;
  margin-bottom: -4em;
}

body {
  min-width: 320px;
  color: #23364b;
  font-family: "Poppins", sans-serif;
  /*	background-image: linear-gradient(-195deg, $c-negative, rgba($c-main,.2));
  	background-attachment: fixed;
  	background-position: center;
  	background-size: cover;*/
  overflow-x: auto;
}

img,
svg,
video,
iframe {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
}

p,
li {
  font-size: 1.1em;
  line-height: 1.6em;
}

li {
  padding-bottom: 0.6em;
}

ul {
  padding-left: 1.3em;
  margin: 2em 0;
}

input,
textarea,
button {
  font-family: inherit;
}

.inner {
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 3.5%;
  padding-right: 3.5%;
}
.inner:after {
  content: "";
  display: block;
  clear: both;
}

[v-show],
[v-if] {
  display: none;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

/*h1,h2,h3 {
	font-family: 'Merriweather', serif;
	font-weight:800;
}*/
header {
  padding: 3em 0 2em;
  position: relative;
}
header .logo {
  width: 12em;
  z-index: 3;
  position: relative;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.component-stage {
  overflow: auto;
}
.component-stage:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 959px) {
  .component-stage {
    width: 98.5%;
  }
}
@media (max-width: 959px) {
  .component-stage .innerst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.component-stage .innerst {
  position: relative;
}
.component-stage .image-container {
  width: 100%;
  padding-left: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
}
@media (min-width: 620px) {
  .component-stage .image-container {
    padding-left: 30%;
  }
}
.component-stage .body-below {
  padding-top: 3em;
}

.colorblock-wrapper {
  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;
  width: 90%;
  z-index: 2;
  margin-top: -2em;
  max-width: 28em;
  top: 0;
}
@media (min-width: 620px) {
  .colorblock-wrapper {
    margin-top: -4em;
  }
}
@media (min-width: 960px) {
  .colorblock-wrapper {
    margin-top: 0;
    position: absolute;
    width: 45%;
    max-width: 35em;
    height: 100%;
  }
}

.colorblock {
  background-color: #3167b0;
  color: #fff;
  padding: 1.5em;
}
@media (min-width: 960px) {
  .colorblock {
    padding: 2em;
  }
}
@media (min-width: 1200px) {
  .colorblock {
    padding: 3em 4em;
  }
}
@media (max-width: 959px) {
  .colorblock p {
    font-size: 0.85em;
  }
}

h1 {
  font-size: 1.6em;
}
@media (min-width: 960px) {
  h1 {
    font-size: 1.9em;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.7em;
  }
}

footer {
  background-color: #3167b0;
  color: #fff;
  padding: 3em 0;
}

.component {
  padding-bottom: 3em;
  overflow: visible;
  position: relative;
  /*	&:before {
  		content:'';
  		width:1em;
  		height:1em;
  		border-radius:50%;
  		background-color: $c-main;
  		position: absolute;
  		right:calc(50% - .5em);
  		bottom:-.5em;
  	}*/
}
.component:after {
  content: "";
  display: block;
  clear: both;
}
.component:last-child {
  margin-bottom: 0;
}
.component .inner {
  padding: 3em 3.5%;
}
@media (min-width: 620px) {
  .component .inner {
    padding: 5em 3.5%;
  }
}
.component h2 {
  margin-top: 0;
}
.component:after {
  content: "";
  display: block;
  width: 70%;
  height: 3px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#3167b0), to(rgba(49, 103, 176, 0)));
  background-image: -o-linear-gradient(right, #3167b0, rgba(49, 103, 176, 0));
  background-image: linear-gradient(to left, #3167b0, rgba(49, 103, 176, 0));
}
.component:nth-child(2n):after {
  right: auto;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#3167b0), to(rgba(49, 103, 176, 0)));
  background-image: -o-linear-gradient(left, #3167b0, rgba(49, 103, 176, 0));
  background-image: linear-gradient(to right, #3167b0, rgba(49, 103, 176, 0));
  /*			background-color: rgba( $c-main, .5);*/
}
.component:last-child:after, .component:last-child:before {
  content: none;
}
.component.minimal-padding {
  padding: 0;
}
.component.minimal-padding .inner {
  padding-top: 2em;
}
.component.minimal-padding-bottom {
  padding-bottom: 0;
}
.component.minimal-padding-bottom .inner {
  padding-bottom: 2em;
}

@media (min-width: 620px) {
  .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 619px) {
  .footer-inner {
    font-size: 0.8em;
  }
}
.footer-inner p {
  margin: 0.2em;
}
.footer-inner a {
  padding: 0.2em 0.5em;
  text-decoration: none;
}
.footer-inner a:last-child {
  padding-right: 0;
}
@media (max-width: 619px) {
  .footer-inner a:first-child {
    padding-left: 0;
  }
}
.footer-inner nav {
  font-weight: bold;
}
@media (min-width: 620px) {
  .footer-inner nav {
    text-align: right;
  }
}
@media (max-width: 619px) {
  .footer-inner .block:first-child {
    margin-bottom: 2em;
  }
}
@media (min-width: 620px) {
  .footer-inner .block:last-child {
    margin-left: auto;
  }
}

.component-text h1,
.component-iframe h1,
.component-timeline h1 {
  font-size: 2em;
}
@media (min-width: 960px) {
  .component-text h1,
.component-iframe h1,
.component-timeline h1 {
    font-size: 4em;
    margin: 0;
  }
}

@media (min-width: 620px) {
  .component-text .text-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.text-container {
  max-width: 60em;
}
@media (min-width: 960px) {
  .text-container p {
    text-align: justify;
  }
}
@media (min-width: 620px) {
  .text-left .text-container {
    float: left;
    width: 60%;
    margin-right: 5%;
  }
}

.text-left .image-container {
  margin-bottom: 2em;
}
@media (min-width: 620px) {
  .text-left .image-container {
    float: left;
    width: 35%;
  }
}

.text-right.text-item-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 620px) {
  .text-right .text-container {
    width: 60%;
  }
}
.text-right .image-container {
  margin-bottom: 2em;
}
@media (min-width: 620px) {
  .text-right .image-container {
    width: 35%;
    margin-right: 5%;
  }
}

iframe {
  width: 100%;
  height: 18em;
  -webkit-box-shadow: 1em 1em 3em rgba(0, 0, 0, 0.2);
          box-shadow: 1em 1em 3em rgba(0, 0, 0, 0.2);
  border: 0;
  border-top-left-radius: 3px;
}

h1 span,
h2 span {
  color: #3167b0;
}

h2 {
  font-size: 1.6em;
}
@media (min-width: 960px) {
  h2 {
    font-size: 1.75em;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 3em;
  }
}

.header-click-area {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  z-index: 2;
}

.component-pages-teaser {
  overflow: visible;
  padding-top: 3em;
  margin-top: -3em;
}
.component-pages-teaser .inner {
  overflow: visible;
}

.teaser {
  text-decoration: none;
  padding: 5% 1.5em 2%;
  background-color: #3167b0;
  color: #fff;
  cursor: pointer;
  /*	background-image:url('../src/img/photo-1586769852044-692d6e3703f0.jpeg');*/
  background-image: -o-linear-gradient(55deg, #3167b0, #e8eff8);
  background-image: linear-gradient(35deg, #3167b0, #e8eff8);
  background-size: cover;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-position: center;
  position: relative;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 5em;
}
@media (min-width: 620px) {
  .teaser {
    min-height: 15em;
  }
}
.teaser:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(55deg, rgba(49, 103, 176, 0.98), rgba(72, 128, 204, 0.89));
  background-image: linear-gradient(35deg, rgba(49, 103, 176, 0.98), rgba(72, 128, 204, 0.89));
}
.teaser .teaser-inner {
  position: relative;
  z-index: 2;
}
.teaser h3 {
  font-size: 1.5em;
  opacity: 0.35;
  margin: 1em 0 0;
}
@media (min-width: 960px) {
  .teaser h3 {
    font-size: 1.8em;
  }
}
.teaser img {
  z-index: 1;
  position: absolute;
  width: 10em;
  top: -1em;
  right: 5%;
  -webkit-box-shadow: 0.1em 0.1em 1em rgba(0, 0, 0, 0.2);
          box-shadow: 0.1em 0.1em 1em rgba(0, 0, 0, 0.2);
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-top: 2px solid #3167b0;
}
.teaser .subline {
  font-size: 0.85em;
}

.grid-item {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  position: relative;
}
.grid-item:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  z-index: 2;
}

.ornament {
  background-color: #3167b0;
  width: 5em;
  height: 5em;
  float: right;
  margin-right: -1.5em;
  top: 3em;
  right: 3.5em;
  z-index: -1;
  position: absolute;
}
@media (max-width: 959px) {
  .ornament {
    right: calc(3.5% + 0.5em);
    top: 2.5em;
  }
}
@media (max-width: 619px) {
  .ornament {
    top: 1em;
    right: calc(3.5% + 1em);
  }
}

.start-teaser {
  position: absolute;
  right: 0;
  top: -1em;
  width: 15vw;
  height: 15vw;
  max-width: 15em;
  max-height: 15em;
  min-width: 9em;
  min-height: 9em;
  background-color: #d89b09;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
  text-decoration: none;
}
.start-teaser .start-teaser-inner {
  padding: 0.2em;
  font-size: calc(0.8em + 0.7vw);
}
@media (min-width: 1700px) {
  .start-teaser .start-teaser-inner {
    font-size: 1.6em;
  }
}

.divider {
  background-image: -webkit-gradient(linear, left top, right top, from(#3167b0), to(rgba(49, 103, 176, 0)));
  background-image: -o-linear-gradient(left, #3167b0, rgba(49, 103, 176, 0));
  background-image: linear-gradient(to right, #3167b0, rgba(49, 103, 176, 0));
  width: 70%;
  height: 3px;
}

.iframe-container {
  position: relative;
}
.iframe-container iframe {
  min-height: 700px;
  border-left: 10px solid #3167b0;
}
@media (min-width: 620px) {
  .iframe-container iframe {
    border-width: 30px;
  }
}
@media (min-width: 960px) {
  .iframe-container iframe {
    min-height: 1000px;
  }
}
.iframe-container .ornament {
  position: absolute;
  top: -1em;
  right: 0em;
}
@media (max-width: 959px) {
  .iframe-container .ornament {
    right: 1em;
  }
}

.invert {
  background-image: -o-linear-gradient(55deg, #4880cc, #2b5b9c);
  background-image: linear-gradient(35deg, #4880cc, #2b5b9c);
}
.invert h1, .invert h2, .invert h3 {
  color: #fff;
}
.invert h1 span, .invert h2 span, .invert h3 span {
  color: rgba(255, 255, 255, 0.6);
}
.invert p, .invert li {
  color: #fff;
}
.invert iframe {
  border-color: rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 2;
}
.invert .ornament {
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 1;
}
.invert .image-container {
  -webkit-box-shadow: 1em 1em 3em rgba(0, 0, 0, 0.35);
          box-shadow: 1em 1em 3em rgba(0, 0, 0, 0.35);
}

.page-datenschutz h2 {
  margin: 1em 0 0;
}

.grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-auto-rows: 1fr;
  display: grid;
  grid-column-gap: 1.5%;
  grid-row-gap: 1.5%;
}
@media (min-width: 620px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .grid.grid-count-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 619px) {
  .news {
    display: block;
  }
}

.link-to-all {
  text-decoration: none;
  font-weight: bold;
}
@media (max-width: 619px) {
  .link-to-all {
    display: block;
    text-align: center;
    padding: 1em;
  }
}

.news-item {
  -webkit-box-shadow: 0.2em 0.2em 2em rgba(0, 0, 0, 0.2);
          box-shadow: 0.2em 0.2em 2em rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 100%;
  text-decoration: none;
  background-color: #fff;
}
@media (max-width: 619px) {
  .news-item {
    margin-bottom: 1.5em;
  }
}
.news-item .image-container:after {
  content: "";
  width: 100%;
  height: 4px;
  position: relative;
  margin-top: -4px;
  display: block;
  background-image: -webkit-gradient(linear, right top, left top, from(#3167b0), to(rgba(49, 103, 176, 0)));
  background-image: -o-linear-gradient(right, #3167b0, rgba(49, 103, 176, 0));
  background-image: linear-gradient(to left, #3167b0, rgba(49, 103, 176, 0));
}
.news-item .content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.5em;
  background-color: #fff;
}
.news-item .content h3 {
  color: #23364b;
  line-height: 1.4em;
  margin-bottom: 0;
}
.news-item .content h3 span {
  color: #3167b0;
}
.news-item .placeholder {
  padding-bottom: 66%;
  background-image: -o-linear-gradient(55deg, #3167b0, #5c8ed2);
  background-image: linear-gradient(35deg, #3167b0, #5c8ed2);
}

.link-to-all {
  color: #fff;
}

li p {
  margin: 0;
  font-size: 1em;
}

ul {
  margin: 0.25em 0;
  list-style-type: square;
}

.component-copy-item {
  padding-bottom: 0;
}
.component-copy-item .component {
  padding-bottom: 0;
}

.page-ansprechpartner .component-nr-1 {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 620px) {
  .page-ansprechpartner .text-right .text-container {
    width: 65%;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .page-ansprechpartner .text-right .text-container {
    width: 80%;
  }
}
@media (min-width: 620px) {
  .page-ansprechpartner .text-right .image-container {
    width: 35%;
  }
}
@media (min-width: 1200px) {
  .page-ansprechpartner .text-right .image-container {
    width: 20%;
  }
}
.page-ansprechpartner table {
  color: #fff;
}
.page-ansprechpartner table td {
  /*border-bottom:1px solid rgba($c-negative,.4);
  border-bottom:1px solid rgba($c-negative,.4);*/
}
.page-ansprechpartner table td:first-child {
  min-width: 6em;
}
.page-ansprechpartner table td:last-child {
  text-align: right;
}
.page-ansprechpartner table tr:last-child td {
  border-bottom: 0;
}

.linkblock-item {
  -webkit-box-shadow: 0.2em 0.2em 1.5em rgba(0, 0, 0, 0.15);
          box-shadow: 0.2em 0.2em 1.5em rgba(0, 0, 0, 0.15);
  text-align: center;
  text-decoration: none;
  background-color: #fff;
}
.linkblock-item:before {
  content: "";
  width: 100%;
  display: block;
  height: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#3167b0), to(rgba(49, 103, 176, 0)));
  background-image: -o-linear-gradient(right, #3167b0, rgba(49, 103, 176, 0));
  background-image: linear-gradient(to left, #3167b0, rgba(49, 103, 176, 0));
}
.linkblock-item a {
  padding: 1.5em;
}
.linkblock-item .text {
  background-color: #3167b0;
  color: #fff;
  padding: 1.5em;
}

@media (min-width: 1200px) {
  .component-downloads h3 {
    font-size: 1.6em;
  }
}

.download {
  /*box-shadow: .2em .2em 1em rgba($c-darkest,.2);
  text-align: center;
  text-decoration: none;
  margin-bottom:1em;
  background-color: lighten($c-main,10);*/
  display: block;
  clear: both;
}
.download .image-container {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 1em;
  float: left;
  opacity: 0.35;
  /*		padding:2em 1em;
  		text-decoration: none;
  		background-color: rgba($c-negative,.2);
  		box-shadow: none;*/
}
.download .image-container svg {
  /*			width:3em;
  			height:3em;*/
}
.download .image-container svg path {
  fill: #fff;
}
.download .content {
  opacity: 0.7;
  font-weight: bold;
  z-index: 23;
  position: relative;
  padding: 1em;
  top: 0.5em;
  color: #fff;
  float: left;
  width: calc(100% - 2em);
}

.component-multicol .component {
  padding-bottom: 0;
}
.component-multicol .component h3 {
  margin-top: 0;
}
.component-multicol .component:after {
  content: none;
}
.component-multicol > .inner {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
@media (min-width: 620px) {
  .component-multicol > .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.component-multicol > .inner > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.component-multicol .component-column {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.component-multicol .component-column.invert {
  background-image: -webkit-gradient(linear, right top, left top, from(#5c8ed2), to(rgba(72, 128, 204, 0.5)));
  background-image: -o-linear-gradient(right, #5c8ed2, rgba(72, 128, 204, 0.5));
  background-image: linear-gradient(to left, #5c8ed2, rgba(72, 128, 204, 0.5));
}
.component-multicol .component-column.invert .invert {
  background-image: -webkit-gradient(linear, right top, left top, from(#4880cc), to(rgba(72, 128, 204, 0.5)));
  background-image: -o-linear-gradient(right, #4880cc, rgba(72, 128, 204, 0.5));
  background-image: linear-gradient(to left, #4880cc, rgba(72, 128, 204, 0.5));
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 620px) {
  .component-multicol .component-column:first-child {
    border-right: 0;
  }
}
@media (max-width: 619px) {
  .component-multicol .component-column:first-child {
    border-bottom: 0;
  }
}
.component-multicol .component-column > .inner {
  padding: 0;
}
.component-multicol .component-column > .inner .inner {
  padding-left: 5%;
  padding-right: 5%;
}

.back-button {
  text-decoration: none;
  font-weight: bold;
}

.component-news-reader .body {
  padding: 1em 0 2em;
}

.component-news-archive ul a {
  text-decoration: none;
}

.viewer {
  width: 100%;
  height: 50vh;
  border-radius: 0.2em;
  overflow: hidden;
  -webkit-box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.1);
          box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.1);
}

.objects {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 620px) {
  .objects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.object {
  display: block;
  background-color: #fff;
  border-radius: 0.2em;
  -webkit-box-shadow: 0.1em 0.1em 2em rgba(0, 0, 0, 0.1);
          box-shadow: 0.1em 0.1em 2em rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-decoration: none;
}
@media (min-width: 620px) {
  .object {
    width: 46%;
  }
}
@media (min-width: 960px) {
  .object {
    width: 29%;
  }
}
@media (min-width: 1200px) {
  .object {
    width: 21%;
  }
}
.object .text {
  padding: 1em;
}

.image-placeholder {
  height: 0;
  padding-bottom: 58%;
  background-image: -o-linear-gradient(45deg, #3167b0, #204474);
  background-image: linear-gradient(45deg, #3167b0, #204474);
}
@media (min-width: 620px) {
  .image-placeholder {
    padding-bottom: 59%;
  }
}

.grid {
  width: 104%;
  margin-left: -2%;
}
.grid .object {
  margin: 0 2% 4%;
}

.psv-container {
  background-image: -o-linear-gradient(45deg, #3167b0, #204474);
  background-image: linear-gradient(45deg, #3167b0, #204474);
}

.psv-loader {
  color: #fff;
}

.back {
  text-decoration: none;
  display: inline-block;
}
.back svg {
  width: 0.8em;
  height: 0.8em;
  position: relative;
  top: -0.05em;
  margin-right: 0.2em;
}
.back path {
  fill: #3167b0;
}

.pagetype-object h2,
.pagetype-appartment h2 {
  padding-left: 1.2em;
  position: relative;
}
.pagetype-object h2 .back,
.pagetype-appartment h2 .back {
  position: absolute;
  left: 0;
}

.page-type-virtual-view h2 {
  margin-top: 2em;
  margin-bottom: -1em;
}
.page-type-virtual-view .object .text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.5em;
  border: 1px solid #d9d9d9;
  border-top: 0;
}
.page-type-virtual-view .object .text h3 {
  color: #23364b;
  line-height: 1.4em;
  margin-bottom: 0;
}
.page-type-virtual-view .object .image:after {
  content: "";
  width: 100%;
  height: 4px;
  position: relative;
  margin-top: -4px;
  display: block;
  background-image: -webkit-gradient(linear, right top, left top, from(#3167b0), to(rgba(49, 103, 176, 0)));
  background-image: -o-linear-gradient(right, #3167b0, rgba(49, 103, 176, 0));
  background-image: linear-gradient(to left, #3167b0, rgba(49, 103, 176, 0));
}

.page-object-view h2 {
  margin-bottom: 0.8em;
}

.warn-block .warn {
  margin: 2em 0 2em;
  background-color: #ac3d00;
  color: #fff;
  padding: 0.5em 0.75em;
  -webkit-box-shadow: 0.1em 0.1em 2em rgba(0, 0, 0, 0.1);
          box-shadow: 0.1em 0.1em 2em rgba(0, 0, 0, 0.1);
}
.warn-block .warn p {
  margin: 0;
}

.popup {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
}
.popup .bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: url("../src/img/close.png"), auto;
}
.popup .popup-content {
  background-color: #fff;
  position: relative;
}
.popup .closer {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25em 0.5em;
  cursor: pointer;
  z-index: 2;
  font-size: 2em;
  line-height: 1em;
  -webkit-transform: scale(1.2, 1);
      -ms-transform: scale(1.2, 1);
          transform: scale(1.2, 1);
}

.linked-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.linked-items a {
  font-weight: bold;
}

.items-container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}

.component-items-container > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 620px) {
  .component-items-container > .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .component-items-container > .inner .image-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
}
.component-items-container .text-left .text-container {
  float: none;
  width: auto;
}
.popup-iframe {
	width:80vw;
	height:45vw;
}

@media (min-width:1400px) {
	.popup-iframe {
		width:1280px;
		height:720px;
	}
}

