/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 10, 2018 */
@font-face {
  font-family: "silkablack";
  src: url("../fonts/silka-black-webfont.eot");
  src: url("../fonts/silka-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/silka-black-webfont.woff2") format("woff2"), url("../fonts/silka-black-webfont.woff") format("woff"), url("../fonts/silka-black-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "silkabold";
  src: url("../fonts/silka-bold-webfont.eot");
  src: url("../fonts/silka-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/silka-bold-webfont.woff2") format("woff2"), url("../fonts/silka-bold-webfont.woff") format("woff"), url("../fonts/silka-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "silkaextra_light";
  src: url("../fonts/silka-extralight-webfont.eot");
  src: url("../fonts/silka-extralight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/silka-extralight-webfont.woff2") format("woff2"), url("../fonts/silka-extralight-webfont.woff") format("woff"), url("../fonts/silka-extralight-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "silkalight";
  src: url("../fonts/silka-light-webfont.eot");
  src: url("../fonts/silka-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/silka-light-webfont.woff2") format("woff2"), url("../fonts/silka-light-webfont.woff") format("woff"), url("../fonts/silka-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "silkamedium";
  src: url("../fonts/silka-medium-webfont.eot");
  src: url("../fonts/silka-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/silka-medium-webfont.woff2") format("woff2"), url("../fonts/silka-medium-webfont.woff") format("woff"), url("../fonts/silka-medium-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "silkaregular";
  src: url("../fonts/silka-regular-webfont.eot");
  src: url("../fonts/silka-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/silka-regular-webfont.woff2") format("woff2"), url("../fonts/silka-regular-webfont.woff") format("woff"), url("../fonts/silka-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "silkasemibold";
  src: url("../fonts/silka-semibold-webfont.eot");
  src: url("../fonts/silka-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/silka-semibold-webfont.woff2") format("woff2"), url("../fonts/silka-semibold-webfont.woff") format("woff"), url("../fonts/silka-semibold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "silkathin";
  src: url("../fonts/silka-thin-webfont.eot");
  src: url("../fonts/silka-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/silka-thin-webfont.woff2") format("woff2"), url("../fonts/silka-thin-webfont.woff") format("woff"), url("../fonts/silka-thin-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.splide {
  background: #004191;
  padding: 50px 0;
  margin: 50px 0px;
}
.splide .splide__slide {
  width: calc 80% !important;
}
.splide .splide__slide div {
  background: #fff;
  margin: 1em;
  padding: 1.2em 1em 1em 1em;
  height: 90%;
  border-radius: 10px;
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.splide .splide__slide div a {
  color: black;
}
.splide .splide__slide div img {
  margin-bottom: 20px;
}
.splide .splide__slide div span {
  text-transform: uppercase;
}

li.splide__slide {
  width: 100% !important;
  max-width: 350px !important;
}

.modalDialog {
  position: Fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  opacity: 0;
  transition: opacity 400ms ease-in;
  pointer-events: None;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.8);
}
.modalDialog section {
  margin-top: 20px;
}
.modalDialog section.button-home {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 400px) {
  .modalDialog section {
    display: flex;
    justify-content: space-between;
    gap: 25px;
  }
}
.modalDialog section.text {
  display: block;
}
.modalDialog h2 {
  text-align: left;
  margin-top: 80px;
  margin-bottom: 25px;
}
.modalDialog h3 {
  text-align: left;
}

.modalDialog:target {
  opacity: 1;
  pointer-events: Auto;
}

.modalDialog > div.info {
  width: 90%;
  position: relative;
  margin: 3% Auto;
  padding: 25px 50px 50px 50px;
  border-radius: 10px;
  background-color: #FFFFFF;
  cursor: Default;
  text-align: left;
  color: #000 !important;
}

.close {
  background-color: #fff;
  color: #282523;
  line-height: 25px;
  position: fixed;
  right: 25px;
  text-align: Center;
  top: -10px;
  width: auto;
  text-decoration: None;
  font-weight: Bold;
  border-radius: 12px;
  box-shadow: 1px 1px 3px #000000;
  padding: 25px;
}

footer .modalDialog {
  text-transform: initial;
  font-weight: 100;
}

body {
  font-family: "silkaregular";
}

.antwort a {
  color: #004191;
}

h1 {
  font-family: "silkasemibold";
  font-size: clamp(20px, 5.5vw, 60px);
  line-height: clamp(30px, 8vw, 70px);
}

h2 {
  text-transform: uppercase;
  font-family: "silkasemibold";
  letter-spacing: 1px;
  font-size: 35px;
  margin-bottom: 50px;
  font-size: clamp(22px, 3.5vw, 35px);
  line-height: clamp(35px, 4.5vw, 45px);
}

h3 {
  text-transform: uppercase;
  font-family: "silkasemibold";
  letter-spacing: 1px;
  font-size: 25px;
  margin-bottom: 25px;
  font-size: clamp(20px, 3vw, 25px);
  line-height: clamp(30px, 3.5vw, 35px);
}

p {
  margin-bottom: 20px;
  font-size: clamp(16px, 1.5vw, 16px);
  line-height: clamp(22px, 2vw, 24px);
}

.row {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 50px;
}

.row .bbp-video {
  height: 100%;
  border: 1px solid red;
}

#header {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: url(../images/bbp-hg.jpg) center fixed;
  background-size: cover;
}

#ueberuns2 {
  background: #ececec;
}
@media (min-width: 740px) {
  #ueberuns2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-direction: row;
  }
}
#ueberuns2 .item {
  margin: auto;
  display: block;
  padding: 0px;
}
@media (min-width: 740px) {
  #ueberuns2 .item {
    width: 50%;
    margin: 0;
  }
}
#ueberuns2 article {
  max-width: 600px;
}
#ueberuns2 article.item {
  padding: 25px;
}

.responsive-video {
  background: url(../images/bbp-poster.jpg);
  background-size: cover;
  position: relative;
  padding-bottom: 56%;
  /* 16/9 Video */
  height: 0;
  overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.antwort h1 {
  margin-bottom: 50px;
}

.antwort.negativ h1 {
  color: red;
}

/*.vimeo-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
    position: absolute;

 }
 */
/*
.vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw; 
    min-height: 100vh;
    min-width: 177.77vh; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../animation/snowflake-realestate-poster.jpg);
    background-size: cover;
 }
*/
.uc-embedding-container {
  height: 100%;
  width: 100%;
  max-height: 2500px !important;
  max-width: 3500px !important;
  display: none;
}

.header-block {
  background: white;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px 30px;
}
@media (min-width: 740px) {
  .header-block {
    width: 80%;
    padding: 80px;
  }
}
.header-block img {
  height: 100px;
  margin: 25px 0;
}
@media (min-width: 640px) {
  .header-block img {
    height: 140px;
  }
}
.header-block button {
  background: #004191;
  padding: 10px 20px;
  border: 0px;
  margin-top: 25px;
}
.header-block button a {
  color: white;
  text-transform: uppercase;
  font-family: "silkasemibold";
  letter-spacing: 1px;
  font-size: clamp(14px, 2.5vw, 18px);
}

#entwicklung {
  margin: 80px 0;
}
#entwicklung .erfolge {
  font-size: clamp(18px, 2.5vw, 25px);
}
#entwicklung .erfolge .item {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "silkasemibold";
  padding-bottom: 50px;
}
#entwicklung .erfolge .item.item1 {
  border-bottom: 15px solid #004191;
}
#entwicklung .erfolge .item.item2 {
  border-bottom: 15px solid #527eb4;
}
#entwicklung .erfolge .item.item3 {
  border-bottom: 15px solid #a1b9d6;
}
@media (min-width: 740px) {
  #entwicklung .erfolge {
    display: flex;
    justify-content: center;
    gap: 25px;
  }
  #entwicklung .erfolge .item {
    width: 33%;
  }
}
#entwicklung .erfolge img {
  max-width: 200px;
  margin: 25px auto 35px auto;
}

#ueberuns .row {
  background: url(https://player.vimeo.com/video/856210417?background=1&autoplay=1&loop=1&byline=0&title=0) top center aliceblue no-repeat;
  background-size: cover;
  padding: 50px 0;
}
#ueberuns .row article {
  padding: 20px;
  background: rgba(255, 255, 255, 0.85);
  margin: 20px;
}
@media (min-width: 525px) {
  #ueberuns .row {
    background: url(../images/ueberuns.jpg) top left no-repeat;
    background-size: contain;
    padding: 50px 0;
  }
  #ueberuns article {
    padding: 50px;
  }
}
@media (min-width: 740px) {
  #ueberuns .row {
    display: flex;
    justify-content: flex-end;
    max-width: 1100px;
  }
  #ueberuns .row article {
    width: 50%;
  }
}

#slider {
  margin: 80px 0;
}

#kontakt {
  margin-bottom: 50px;
}
#kontakt .kontaktdaten {
  color: #000;
}
@media (min-width: 740px) {
  #kontakt .kontaktdaten {
    display: flex;
    justify-content: space-between;
  }
}
#kontakt h3 {
  color: #000;
}
#kontakt div.formular {
  width: 100%;
  margin-bottom: 100px;
}
#kontakt div.formular input {
  background: transparent;
  border: 1px solid #000;
  color: #000;
  padding: 10px;
  margin-bottom: 20px;
}
#kontakt div.formular textarea {
  background: transparent;
  border: 1px solid #000;
  color: #000;
  padding: 10px;
  width: 100%;
  height: 200px;
}
#kontakt div.formular #Email {
  width: 100%;
}
#kontakt div.formular #Vorname {
  width: 100%;
}
#kontakt div.formular #Nachname {
  width: 100%;
}
@media (min-width: 740px) {
  #kontakt div.formular {
    padding: 0 100px 50px 0px;
    margin: auto;
  }
  #kontakt div.formular #Vorname {
    float: left;
    width: 48%;
  }
  #kontakt div.formular #Nachname {
    width: 48%;
    float: right;
  }
}
#kontakt div.formular .check-datenschutz {
  margin-top: 25px;
  font-size: 12px;
  line-height: 16px;
}
#kontakt div.formular .check-datenschutz input {
  margin-bottom: 0px;
}
#kontakt div.formular .cookie-zustimmung {
  margin-top: 25px;
  font-size: 12px;
  line-height: 16px;
}
#kontakt div.formular .cookie-zustimmung a {
  color: #000;
  text-decoration: underline;
}
#kontakt div #submit-button {
  background: #004191;
  border: 0px;
  margin-top: 25px;
  padding: 15px 35px;
  color: #fff;
}
#kontakt div #submit-button:hover {
  background: #002756;
}
#kontakt div.adresse {
  width: 100%;
}
#kontakt div.adresse a {
  color: #004191;
}

.modalDialog {
  font-size: clamp(20px, 1.833vw, 22px);
  line-height: clamp(28px, 2.5vw, 30px);
  color: #000;
}
.modalDialog a {
  color: #004191;
  font-weight: bold;
}

footer {
  background: #004191;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: clamp(14px, 1vw, 18px);
  line-height: clamp(18px, 1.5vw, 28px);
}
footer .row {
  width: 100%;
  margin: auto;
  padding: 80px 15px 25px 15px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 960px) {
  footer .row {
    width: clamp(900px, 85vw, 1400px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
  }
}
footer .footerinfo {
  color: #fff;
}
footer .footerinfo a {
  color: #fff;
}
footer .footerinfo a:hover {
  text-decoration: underline;
}
footer .footerinfo .modalDialog a {
  color: #004191;
}
footer .footerlogo img {
  width: 375px;
  margin: 50px auto 25px auto;
}
@media (min-width: 960px) {
  footer .footerlogo img {
    margin: initial;
  }
}

.temp {
  margin: 40px 0;
}

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