* {
  padding: 0px;
  margin: 0px;
}

body {
  background: #fff;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #29363F;
}

body.Desktop {
  font-size: 14px;
  line-height: 24px;
}

body.Smartphone {
  font-size: 15px;
  line-height: 24px;
}

a, a:active, a:visited {
  color: #29363F;
}

a.Link {
  line-height: 20px;
  padding-left: 30px;
  background: url(images/link-icon.png) no-repeat center left;
  background-size: 26px;
}


a.Xing {
  line-height: 20px;
  padding-left: 30px;
  background: url(images/xing_logo.png) no-repeat center left;
}

a.Linkedin {
  line-height: 20px;
  padding-left: 30px;
  background: url(images/linkedin_logo.png) no-repeat center left;
  background-size: 27px 27px;
}

#meditationsforum {
  width: 500px;
  margin-left: 250px;
}

@media screen and (max-width: 500px) {
  #meditationsforum {
    width: 100%;
    margin-left: 0;
  }
}

a.Referenzen {
  display: block;
  heighgt: 26px;
  line-height: 26px;
  padding-left: 33px;
  background: url(images/link_blau.png) no-repeat center left;
}

a.Disclaimer {
  display: block;
  heighgt: 26px;
  line-height: 26px;
  padding-left: 36px;
  margin-top: 40px;
  background: url(images/link_weiss.png) no-repeat center left;
}

h2 {
  font-weight: 700;
}

h3 {
  font-weight: 600;
}

h2, h3 {
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
}

h3.Zitat {
  margin-bottom: 0px;
}

body.Smartphone h3 br {
  display: none;
}

p, ul, ol {
  margin-bottom: 20px;
}

p b, p strong {
  font-weight: 600;
}

.ContentInner ul {
  padding-left: 30px;
}

.ContentInner ul li {
  font-style: italic;
}

#Top {
  display: none;
}

body.Desktop #Top {
  background: #fff url(images/schampaul_logo.png) no-repeat center 15px;
  height: 310px;
  min-width: 1000px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 20px -10px #000;
  -moz-box-shadow: 0px 0px 20px -10px #000;
  box-shadow: 0px 0px 20px -10px #000;
}

body.Smartphone #Top {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 32000;
  height: 70px;
  width: 100%;
  box-shadow: 0px 0px 20px -10px #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff url(images/schampaul_logo_klein_schrift.png) no-repeat 20px 13px;
  background-size: 289px 44px;
  overflow: hidden;
}

body.MenuOpen #Top {
  height: 350px;
}

body.Desktop #Top .Inner {
  margin: 0px auto;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 636px;
  height: 310px;
}

body.Desktop #Top.Fixed {
  position: fixed;
  top: -240px;
  left: 0px;
  z-index: 32768;
  height: 310px;
}

#Top .Inner img {
  display: none;
}

body.Desktop #Top.Fixed .Inner img {
  display: block;
  position: absolute;
  top: 249px;
  left: -107px;
}

body.Desktop #Top .Navigation {
  position: absolute;
  top: 271px;
  left: 0px;
  z-index: 2;
  border-top: 1px solid #b5c5cc;
  text-align: justify;
  width: 636px;
}

body.Smartphone #Top .Navigation {
  display: block;
  left: 0;
  position: absolute;
  top: 70px;
  width: 100%;
  z-index: 32699;
  border-top: 1px solid #b5c5cc;
  padding-top: 15px;
  text-align: left;
}

body.Desktop #Top .Navigation span {
  display: inline-block;
  width: 5px;
}

#Menu {
  position: fixed;
  top: 25px;
  right: 20px;
}

#Menu .Line {
  background: #666 none repeat scroll 0 0;
  border-radius: 4px;
  height: 3px;
  line-height: 3px;
  width: 25px;
  margin: 3px;
}

#Top .Navigation a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 100;
}

body.Desktop #Top .Navigation a {
  color: #6b8b99;
}

body.Smartphone #Top .Navigation a {
  color: #29363f;
  margin-left: 90px;
}

body.Desktop .Navigation a {
  line-height: 38px;
}

body.Smartphone .Navigation a {
  display: block;
  line-height: 40px;
}

body.Smartphone.Landscape .Navigation a {
  display: inline-block !important;
  margin: 0px 30px;
}

body.Desktop .Navigation a.Kontakt,
body.Desktop .Navigation a.Impressum {
  display: none;
}

#Top .Navigation a:hover {
  color: #29363f;
}

#Top .Navigation a.Current {
  font-weight: 600;
}

#Top .Navigation .Filler {
  display: inline-block;
  visibility: hidden;
}

body.Desktop #Top .Navigation .Filler {
  width: 500px;
}

body.Smartphone #Top .Navigation .Filler {
  display: none;
}

#Wrapper {
  position: relative;
  margin: 0px auto;
  width: 100%;
  z-index: 1;
  overflow-x: hidden;
}

body.Desktop #Wrapper {
  max-width: 2560px;
  min-width: 1000px;
}

.NaviAnchor,
.Anchor {
  height: 1px;
  left: 0;
  line-height: 1px;
  position: absolute;
  width: 1px;
}

body.Desktop .NaviAnchor,
body.Desktop .Anchor {
  top: -70px;
}

body.Smartphone .NaviAnchor,
body.Smartphone .Anchor {
  top: -50px;
}

.Background {
  width: 100%;
  background-position: 0% 0px;
  background-repeat: no-repeat;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 1;
}

body.Desktop .Background {
  height: 650px;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
}

body.Tablet .Background {
  background-attachment: scroll !important;
}

body.Smartphone .Background {
  height: 300px;
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center center;
}

#Background1 {
  background-image: url(images/schampaul_01.jpg);
}

body.Desktop #Background1 {
  margin-top: 310px;
  height: 400px;
}

body.Smartphone #Background1 {
  margin-top: 70px;
}

body.MenuOpen #Background1 {
  margin-top: 350px;
}

#Background2 {
  background-image: url(images/schampaul_02.jpg);
}

#Background3 {
  background-image: url(images/schampaul_03.jpg);
}

#Background4 {
  background-image: url(images/schampaul_04.jpg);
}

#Background5 {
  background-image: url(images/schampaul_05.jpg);
}

#Background6 {
  background-image: url(images/schampaul_06.jpg);
}

#Background7 {
  background-image: url(images/schampaul_07.jpg);
}

#Background7 {
  background-image: url(images/schampaul_07.jpg);
  z-index: 2;
}

.Content {
  width: 100%;
  min-height: 300px;
  position: relative;
}

.ContentInner {
  padding: 40px 0px 40px 0px;
  margin: 0px auto;
  clear: both;
  text-align: left;
  position: relative;
  top: 0px;
  left: 0px;
}

body.Desktop .ContentInner {
  width: 636px;
}

body.Smartphone .ContentInner {
  padding: 40px 20px;
}

body.Desktop .ContentInner img.Border {
  position: absolute;
  left: -107px;
  margin-top: 5px;
}

body.Smartphone .ContentInner img.Border {
  display: none;
}

#Content5 .ContentInner img.Border {
  position: absolute;
  left: -137px;
}

.Content .ContentInner strong {
  display: block;
}

.Content .ContentInner img {
  display: block;
  margin-bottom: 40px;
}

body.Desktop .Content .ContentInner img.Portrait {
  display: block;
  float: left;
  margin: 0px 20px 0px 0px;
}

body.Smartphone .Content .ContentInner img.Portrait {
  width: 100%;
  height: auto;
}

body.Smartphone .Content .ContentInner img {
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

body.Desktop .Content div.Scroll a img {
  margin: 40px auto 0px auto !important;
}

body.Smartphone div.Scroll {
  display: none;
}

#Content1 {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  min-height: 400px;
  background-color: #F3F7F9;
}

#Content2 {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  min-height: 800px;
  background-color: #E3ECF1;
}

#Content3 {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  min-height: 400px;
  background-color: #D6E3EA;
}

#Content4 {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  min-height: 900px;
  background-color: #C7D9E2;
}

#Content5 {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  min-height: 700px;
  background-color: #bAD0DC;
}

#Content6 {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  min-height: 880px;
  background-color: #29363F;
}

#Content6,
#Content6 a,
#Content6 a:active,
#Content6 a:visited {
  color: #fff;
}

.Content .Footer {
  width: 960px;
  height: 60px;
  margin: 0px auto;
  padding-top: 20px;
  border-top: 1px solid #000;
  text-transform: uppercase;
  font-size: 10px;
}

.Left {
  float: left;
}

.Right {
  float: right;
}

span.Clear {
  width: 1px;
  height: 1px;
  line-height: 1px;
  display: block;
  clear: both;
  visibility: hidden;
}

/* animation overlay */
#overlay {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f3f7f9;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 3;
  opacity: 0;
  transition: opacity 1s linear;
}

#overlay.display {
  visibility: visible;
  opacity: 1;
}

.section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #f3f7f9;
}

#imageContainer-1, #imageContainer-1a, #imageContainer-2, #imageContainer-3, #imageContainer-4, #imageContainer-5, #imageContainer-6 {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#imageContainer-1 img, #imageContainer-1a img, #imageContainer-2 img, #imageContainer-3 img, #imageContainer-4 img, #imageContainer-5 img, #imageContainer-6 img {
  max-width: 100%;
  height: 100%;
}

@keyframes kenburns {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    transform: scale3d(1.5, 1.5, 1.5) translate3d(-190px, -120px, 0px);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  100% {
    transform: scale3d(2, 2, 2) translate3d(-170px, -100px, 0px);
    opacity: 0;
  }
}

#imageContainer-1.kenburns img, #imageContainer-1a.kenburns img, #imageContainer-2.kenburns img, #imageContainer-3.kenburns img, #imageContainer-4.kenburns img, #imageContainer-5.kenburns img {
  animation: kenburns 150s;
}

#animation-controls {
  position: fixed;
  top: 5%;
  right: 15%;
  z-index: 8;
}

#pause-animation {
  cursor: pointer;
  margin-left: 12px;
}

#hide-animation {
  cursor: pointer;
  margin-left: 12px;
}

#forward-animation {
  cursor: pointer;
}

#animation-form-wrapper {
  top: 0;
  left: 0;
  width: 100%;
}

#animation-form-shadow {
  position: absolute;
  top: -500px;
  height: 376px;
  width: 536px;
  z-index: 1;
  padding: 25px;
}

#animation-form-content {
  position: absolute;
  top: -500px;
  height: 400px;
  width: 536px;
  z-index: 7;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 17px;
  letter-spacing: 1px;
}

#animation-form-content p {
  margin: 0;
  background: white;
  padding: 20px;
  margin-left: 50px;
  box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.3);
}

#animation-form-content a {
  display: inline-flex;
  align-items: center;
  margin: 10px;
  text-decoration: none;
}

#animation-form-content a:hover {
  text-decoration: underline;
}

#animation-form-content img {
  height: 30px !important;
  width: auto !important;
  margin-right: 12px;
}

#animation-form {
  text-align: left;
  position: relative;
}

#animation-form input[type="text"], #animation-form input[type="email"], #animation-form input[type="tel"] {
  height: 19px;
  margin-bottom: 7px;
  width: 400px;
  padding: 2px 5px;
}

#animation-form textarea {
  resize: none;
  padding: 5px;
}

#animation-form button[type="submit"] {
  border: none;
  background: transparent;
}

#animation-form button[type="submit"]:hover {
  cursor: pointer;
}

#form-left {
  width: 100px;
  float: left;
  font-size: 15px;
  line-height: 31px;
}

#form-right {
  margin-left: 120px;
  width: 400px;
}

#form-bottom {
  margin-top: 30px;
}

#form-footer {
  margin-top: 30px;
}

#submit-text {
  position: relative;
  top: -7px;
  left: 5px;
  padding-right: 5px;
}

#submit-arrow {
  width: 25px !important;
  height: 25px !important;
}

#submit-span {
  float: right;
  cursor: pointer;
}

@media screen and (max-width: 1300px) {
  #peelback {
    display: none;
  }
}

#cookie-banner {
  box-sizing: border-box;
  background-color: #29363F;
  color: white;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10000;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.7);
}

#cookie-banner a {
  color: white;
}

@media (max-width: 767px) {
  #cookie-banner .text.desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  #cookie-banner {
    text-align: left;
    flex-direction: row;
  }

  #cookie-banner .text.mobile {
    display: none;
  }
}

#cookies-accept-btn {
  background: white;
  padding: 10px 20px;
  border: 1px solid lightgrey;
  color: black;
  cursor: pointer;
  transition: 0.3s ease;
}

#cookies-accept-btn:hover {
  background: rgba(255, 255, 255, 0.8);
}

#cookies-accept-btn:active {
  background: rgba(255, 255, 255, 0.4);
}

#contact-overlay {
  position: fixed;
  top: 100px;
  right: 20px;
  background-color: #4c606b;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
}

@media (max-width: 1279px) {
  #contact-overlay {
    display: none;
  }
}

#contact-overlay p {
  line-height: 1.5;
  color: white;
  margin: 0;
}

#contact-overlay a {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 1rem;
  border-radius: 2px;
  transition: 0.2s ease;
}

#contact-overlay a:hover {
  background: rgba(255,255,255,0.2);
}

#contact-overlay a img {
  margin-right: 0.5rem;
}
