@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=697a119a-c747-453d-b91e-895a8bed2fbc");
@font-face {
  font-family: "Charlotte Sans W01 Book";
  src: url("fonts/Fonts/64df6fbc-0db8-496c-a0bd-33aa73b0da97.woff2") format("woff2"), url("fonts/Fonts/72974607-0aef-4d83-9db0-442927b5f1cd.woff") format("woff");
}
@font-face {
  font-family: "Charlotte W01 Book";
  src: url("fonts/Fonts/87671788-e708-4d71-b302-8161c231f1c6.woff2") format("woff2"), url("fonts/Fonts/a2737bfd-43f8-416f-8f8a-c3a0a69e13d0.woff") format("woff");
}
@font-face {
  font-family: "Charlotte W01 Medium";
  src: url("fonts/Fonts/9007e8d4-7655-4c7d-8766-0550ca58ef4e.woff2") format("woff2"), url("fonts/Fonts/e1fc5182-8f9a-44f9-af0f-3d96b153a1ea.woff") format("woff");
}
@font-face {
  font-family: "ITC Clearface W01 Italic";
  src: url("fonts/Fonts/117f3fc9-9ba0-4505-8e03-168733358b7d.woff2") format("woff2"), url("fonts/Fonts/8f90e1bb-2a5a-4b3f-9099-e119fb4f82e0.woff") format("woff");
}
@font-face {
  font-family: "Charlotte Sans W01 Book";
  src: url("fonts/Fonts/64df6fbc-0db8-496c-a0bd-33aa73b0da97.woff2") format("woff2"), url("fonts/Fonts/72974607-0aef-4d83-9db0-442927b5f1cd.woff") format("woff");
}
html, body {
  width: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: 170%;
  letter-spacing: 0.2px;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: "Charlotte W01 Book";
  background-color: #fffdf4;
  /*
    p {
      font: $typo_size_2 $typo_fliess;
      line-height:140%;
      color:$grau;
    }*/
}

p {
  font: 1.2rem "Charlotte W01 Book";
  line-height: 140%;
  color: #585847;
}

@media screen and (max-width: 800px) {
  html {
    font-size: 14px;
  }
}
p a:link {
  text-decoration: underline;
  color: #585847;
}

p a:visited {
  color: #585847;
  text-transform: uppercase !important;
}

p a:hover {
  color: #ad7500;
}

h2 {
  display: inline-block;
  color: #ad7500;
  font-family: "Charlotte W01 Book";
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
}

h3 {
  color: #365595;
  font-family: "Charlotte W01 Book";
  font-size: 1.5rem;
  font-weight: 300;
}

h4, h5 {
  color: #585847;
  font-family: "Charlotte W01 Medium" !important;
  font-size: 1.2rem !important;
  font-weight: normal;
  line-height: 140%;
  margin: 0;
  padding: 0;
}

em {
  font-size: 1.8rem;
  font-style: normal;
  line-height: 100%;
}

.red {
  color: #9d4b83;
}

.red a:link {
  color: #9d4b83;
}

.red a:visited {
  color: #9d4b83;
}

.red a:hover {
  color: #365595;
}

/*--------------------------------header----------------*/
header {
  position: fixed;
  left: 13vw;
  top: 0;
  width: 74vw;
  height: 8vh;
  z-index: 300;
  background: #fffdf4;
  box-shadow: 0px 5px 5px #aaa;
}
header p {
  position: absolute;
  font-family: "Charlotte Sans W01 Book";
  left: 13vw;
  font-size: 1.8rem;
  color: #585847;
  bottom: 0.2rem;
  margin: 0;
}

#hamburger {
  position: absolute;
  width: 4vw;
  height: 9.5vh;
  top: 2.5vh;
  right: 5vw;
  background: url(../bm/hamburger2.png) no-repeat;
  background-size: 100% 40%;
  z-index: 300;
  cursor: pointer;
}
#hamburger p {
  font-size: 100%;
  text-align: center !important;
  margin: 0;
  position: absolute !important;
  width: 100%;
  bottom: 0;
  left: unset;
}

@media screen and (max-width: 800px) {
  #hamburger {
    width: 8vw;
    right: 8vw;
    top: 3vh;
  }
  #hamburger p {
    display: none;
    font-size: 1.2rem !important;
  }
}
nav {
  display: none;
  position: relative;
  background: white;
  width: 100%;
  height: 55vh;
  padding-top: 10vh;
  box-sizing: border-box;
  box-shadow: 0px 5px 5px #666;
  top: 8vh;
}
nav p {
  position: relative;
  display: block !important;
}
nav p a:link {
  text-decoration: none;
}

@media screen and (max-width: 1441px) {
  header {
    left: 0;
    width: 100vw;
  }
}
.nav_elph {
  font-family: "Charlotte W01 Book";
  font-size: 2rem;
  margin-right: 2rem;
  color: #ad7500;
}

@media screen and (max-width: 800px) {
  .nav_elph {
    font-size: 1.2rem !important;
    margin-right: 0.5rem;
  }
}
.header_thumb {
  position: absolute;
  transform: rotate(45deg);
  width: 9.5vh;
  height: 9.5vh;
  left: 4vw;
  bottom: -4.8vh;
  background: url(../bm/petrazimber_q1_300px_nav.jpg);
  background-size: 160%;
  background-position: -2vh -1vw;
  border-radius: 0.3rem;
  border: 1px solid #ad7500;
  box-shadow: 5px 5px 5px #666;
  z-index: 300;
}

@media screen and (max-width: 800px) {
  header {
    left: 0;
  }
  header p {
    left: 22vw;
    font-size: 1.2rem;
  }

  .header_thumb {
    background-position: -2.7vw -2.3vw;
    width: 8vh;
    height: 8vh;
    bottom: -4vh;
    left: 5vw;
  }

  .nav_elph {
    font-size: 1.8rem;
    margin-right: 0rem;
  }
}
#logo_start {
  position: relative;
  transform: rotate(-45deg);
  top: -0.3rem;
  left: 1.1rem;
  height: 100%;
  width: 84%;
  background: url(../bm/Logo-ELPH.png) no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 800px) {
  #logo {
    height: 3rem;
    width: 40%;
    left: 30%;
  }
}
/*----------------------------------Wrapper--------------*/
#wrapper_main {
  position: relative;
  top: 8vh;
  background: #fffdf4;
  width: 74vw;
  left: 13vw;
  box-sizing: border-box;
}

@media screen and (max-width: 1440px) {
  #wrapper_main {
    left: 0;
    width: 100vw;
    max-width: 100%;
  }
}
/*-----------------------------------VP_Image---------------*/
#vp_image {
  position: relative;
  width: 74vw;
  height: 44.4vw;
  background: url(../bm/bg_berge.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
}

#vp_image_sub {
  position: relative;
  width: 74vw;
  height: 22.2vw;
  background: url(../bm/bg_berge.jpg) no-repeat;
  background-size: cover;
  background-color: #ad7500;
}

.vp_image_sub_stripe {
  position: relative;
  width: 100%;
  height: 2vw;
  background: linear-gradient(to right, #f6ecce 0%, white 50%, #f6ecce 100%);
}

.vp_easy_life {
  background: url(../bm/header_elphseite_1600x350p.jpg) no-repeat !important;
  background-size: cover !important;
}

.vp_ueber_mich {
  background: url(../bm/elph-coaching-petra-zimber.jpg) no-repeat !important;
  background-size: 100% !important;
  background-color: white !important;
  background-position: center top !important;
}

.vp_coaching {
  background: url(../bm/petra-zimber-bach.jpg) no-repeat !important;
  background-size: cover !important;
  background-color: white !important;
}

.vp_aktuelles {
  background: url(../bm/aktuelles-elph-coaching-petra-zimber.png) no-repeat !important;
  background-size: 70% !important;
  background-position: center !important;
}

.vp_kontakt {
  background: url(../bm/kontakt-petra-zimber-elph-coaching.jpg) no-repeat !important;
  background-size: cover !important;
}

@media screen and (max-width: 1440px) {
  #vp_image {
    width: 100vw;
    max-width: 100%;
    height: 60vw;
    overflow: hidden;
  }

  #vp_image_sub {
    width: 100vw;
    max-width: 100%;
    height: 30vw;
  }
}
@media screen and (max-width: 800px) {
  #vp_image {
    width: 100vw;
    max-width: 100%;
    height: 90vh;
  }

  #vp_image_sub {
    width: 100vw;
    max-width: 100%;
    height: 30vh;
  }
}
/*------------------------------generell--------------------*/
.gradient_gold {
  background-image: linear-gradient(to right, #f6ecce 0%, white 50%, #f6ecce 100%) !important;
}

.content_section_nav {
  position: relative;
  background: #fff;
  width: 100%;
  padding-left: 13vw;
  box-sizing: border-box;
}
.content_section_nav p {
  font-family: "ITC Clearface W01 Italic";
  display: inline-block;
  margin-top: 0rem;
}
.content_section_nav p p a:link {
  text-decoration: underline !important;
}
.content_section_nav .kolumne {
  font-family: "ITC Clearface W01 Italic";
  color: #ad7500 !important;
  font-size: 1.8rem;
  margin-top: 1rem;
  margin-right: 0.5rem;
}
.content_section_nav .kolumne a:link {
  text-decoration: none !important;
  color: #ad7500 !important;
}

@media screen and (max-width: 800px) {
  .content_section_nav {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
  .content_section_nav p {
    margin-bottom: 0px !important;
  }

  .kolumne {
    display: block !important;
    margin-bottom: 0;
  }
}
.intro {
  font-family: "Charlotte W01 Medium";
}

.sm {
  position: relative;
  width: 100%;
  height: 8vh;
}

/*------------------------------Content--------------------------*/
.content {
  padding-left: 13vw;
  width: 40vw;
}
.content p {
  font-size: 1.2rem;
  margin-bottom: 5vw;
}
.content h2 {
  font-size: 1.8rem;
  color: #8e8e79;
}
.content h3 {
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #ad7500;
  margin-bottom: 0;
}
.content h5 {
  margin: 0;
  font-size: 1.2rem;
  color: #585847;
}
.content cite {
  font-family: "ITC Clearface W01 Italic";
  font-size: 1.8rem;
  line-height: 130%;
  color: #ad7500;
  font-style: unset;
}

.content_h3 {
  font-family: "ITC Clearface W01 Italic";
  color: #8e8e79 !important;
  letter-spacing: 3px;
}

@media screen and (max-width: 1440px) {
  .content {
    padding-left: 13vw;
    width: 60vw;
  }
}
@media screen and (max-width: 800px) {
  .content {
    padding-left: 5vw;
    width: 80vw;
  }
  .content p {
    margin-bottom: 10vw;
  }
}
.content_rauten_reihe {
  position: relative;
  width: 90%;
  margin: 5rem auto;
}
.content_rauten_reihe img {
  max-width: 100%;
}

.thumb_raute {
  position: relative;
  max-width: 10vw;
  left: 13vw;
  margin-top: -7vw;
  display: inline-block;
}
.thumb_raute img {
  max-width: 100%;
}

@media screen and (max-width: 1441px) {
  .thumb_raute {
    left: 15vw;
  }
}
@media screen and (max-width: 1200px) {
  .thumb_raute {
    left: 17vw;
  }
}
@media screen and (max-width: 800px) {
  .thumb_raute {
    max-width: 20vw;
    margin-top: -15vw;
    height: 20vw;
    left: 45vw;
  }
}
.logo_content {
  position: relative;
  width: 15vw;
  margin: 3rem 0 0 0;
}
.logo_content img {
  max-width: 100%;
}

@media screen and (max-width: 800px) {
  .logo_content {
    width: 30vw;
  }
}
.portrait {
  position: absolute;
  right: 5vw;
  width: 15vw;
  height: 15vw;
  border-radius: 0.3rem;
  border: 1px solid #585847;
  background: url(../bm/petrazimber_q1_300px.jpg) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 800px) {
  .portrait {
    display: none;
  }
}
/*--------------------------------------Rauten-----------------------*/
.wrapper_raute {
  position: relative;
  top: -4rem;
  margin: 0 auto;
  width: 34vw;
  height: 34vw;
  z-index: 200;
  transform: rotate(45deg);
}

@media screen and (max-width: 1441px) {
  .wrapper_raute {
    width: 45vw;
    height: 45vw;
  }
}
@media screen and (max-width: 800px) {
  .wrapper_raute {
    width: 100vw;
    height: 100vw;
  }
}
.wrapper_rz {
  position: relative;
  width: 100%;
  height: 33%;
  display: flex;
  justify-content: space-between;
}
.wrapper_rz h2 {
  font-size: 1.2rem !important;
  text-transform: uppercase;
}

.wrapper_rz > div {
  position: relative;
  border-radius: 0.3rem;
  margin: auto auto;
  width: 30%;
  height: 89%;
}
.wrapper_rz > div .raute_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0rem auto;
  box-sizing: border-box;
  transform: rotate(-45deg);
}
.wrapper_rz > div .raute_txt h2 {
  color: #ad7500;
  line-height: 120%;
  margin: 0;
}
.wrapper_rz > div .raute_txt .start_subline {
  font-family: "Charlotte Sans W01 Book" !important;
  line-height: 130% !important;
  margin: 0.5rem 0 !important;
  color: #585847;
  text-transform: none !important;
}

.raute_bg {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0.3rem;
  border: 2px solid white;
}

@keyframes raute_glow {
  0% {
    background: rgba(255, 255, 255, 0.3);
  }
  100% {
    background: rgba(255, 255, 255, 0.8);
  }
}
/*
.raute_1:hover, .raute_2:hover, .raute_3:hover {
  animation: raute_glow 1s;

}*/
.raute_empty {
  background: unset !important;
  visibility: hidden;
  border: unset !important;
}
.raute_empty .raute_txt {
  visibility: hidden;
}

.raute_elph {
  opacity: 1 !important;
  background: #fff;
  border: 1px solid #ad7500;
  box-shadow: 6px 1px 6px #aaa;
}

.raute_1 {
  border: 1px solid #585847;
}

.raute_2 {
  border: 1px solid #585847;
}

.raute_3 {
  margin: auto auto;
  border: 1px solid #585847;
}

@media screen and (max-width: 800px) {
  .r_ueber_mich, .r_kontakt {
    visibility: hidden;
  }
}
/*------------------------------Wellen--------------------*/
.welle {
  position: absolute;
  width: 100%;
  bottom: 0rem;
  background: yellow;
}

.welle_01 {
  height: 10vw;
  background: url(../bm/wellen/welle_01_800.png) repeat-x;
  background-size: 100%;
  animation: wellen 20s linear infinite;
}

.welle_02 {
  height: 10vw;
  background: url(../bm/wellen/welle_02_800.png) repeat-x;
  background-size: 100%;
  animation: wellen 40s linear infinite;
}

.welle_03 {
  height: 10vw;
  background: url(../bm/wellen/welle_03_800.png) repeat-x;
  background-size: 100%;
  animation: wellen 35s linear infinite;
}

@keyframes wellen {
  from {
    background-position: 0vw 100%;
  }
  to {
    background-position: 74vw 100%;
  }
}
@keyframes wellen_100vw {
  from {
    background-position: 0vw 100%;
  }
  to {
    background-position: 100vw 100%;
  }
}
@media screen and (max-width: 1440px) {
  .welle_01, .welle_02, .welle_03 {
    height: 15vw;
  }

  .welle_01 {
    animation: wellen_100vw 20s linear infinite;
  }

  .welle_02 {
    animation: wellen_100vw 40s linear infinite;
  }

  .welle_03 {
    animation: wellen_100vw 35s linear infinite;
  }
}
/*---------------------------------------FOOTER---------------------*/
footer {
  position: relative;
  background-color: #fffdf4;
  width: 74vw;
  box-sizing: border-box;
  padding: 2rem 0;
  margin: 2rem 0 0 0;
}
footer p {
  position: relative;
  max-width: 50%;
  font-family: "ITC Clearface W01 Italic";
  left: 13vw;
  font-size: 1.2rem;
  color: #8e8e79;
  margin: 0;
}

@media screen and (max-width: 1441px) {
  footer {
    width: 100%;
    left: 0;
  }
  footer p {
    max-width: 60%;
  }
}
.top_jump {
  position: absolute;
  right: 5vw;
  top: 2rem;
  background: red;
  height: 5vw;
  min-height: 4rem;
  width: 8vw;
  min-width: 6rem;
  cursor: pointer;
  background: url(../bm/top_jump.png) no-repeat;
  background-size: 50%;
  background-position: top center;
}
.top_jump p {
  position: absolute;
  font-family: "Charlotte Sans W01 Book";
  left: unset;
  width: 100%;
  max-width: unset;
  bottom: 0;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .top_jump {
    width: 15vw;
    height: 13vw;
  }
  .top_jump p {
    font-size: 1.2rem;
  }
}
/*---------------Datenschutz ID-Spacer---------------------*/
#datenschutz {
  position: relative;
  min-height: 30vh;
}

/*---------------------COOKIE-----------------------------*/
#cookie {
  position: fixed;
  display: none;
  z-index: 400;
  width: 100%;
  bottom: 0px;
  background-color: #9d4b83;
  text-align: center;
  padding: 1rem 20%;
  border-top: 2px solid #fff;
  box-sizing: border-box;
}
#cookie p {
  font-size: 0.85rem;
  line-height: 130%;
  color: #fffdf4;
}
#cookie p a:link {
  color: #fffdf4;
  text-decoration: underline;
}
#cookie p a:hover {
  color: #fff;
}
#cookie p a:visited {
  color: #fffdf4;
}
#cookie h3 {
  font-family: "Charlotte W01 Book";
  color: #fffdf4;
  margin-top: 0;
}
#cookie .cookie_ok {
  background-color: #fffdf4;
  position: relative;
  display: inline-block;
  width: auto;
  padding: 4px 9px;
  color: #9d4b83 !important;
  font-size: 1.2rem;
  cursor: pointer;
  margin: 0px;
}
#cookie .cookie_ok p {
  margin: 0;
}

@media screen and (max-width: 800px) {
  #cookie {
    padding: 1rem 2rem;
  }
  #cookie p {
    font-size: 0.85rem;
    line-height: 130%;
  }
  #cookie h3 {
    font-size: 1.2rem;
  }
  #cookie .cookie_ok {
    font-size: 1.2rem;
  }
}

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