:root {
  --text-grey: #343948;
  --bg-grey:#EB455F; /*f1f1f1*/
  --bg-gold: #B79C65; /*#E19E50;*/
  --bg-blue: #353AB8; 
  --bg-purple:#46475e;	
  --bg-lightgrey:#ebeae9;
  --bg-lightblue:#ebeae9; /*#BAD7E9; #d0dfe1*/
  --bg-sky:#a2b4b2; /* #e9f2f8;*/
  --bg-darkblue:#0a1b33; /*#2B3467;#2C3E4E*/
}
.off-canvas {
  background: #343A46; /* dark blue */
}

.slant-section{
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0 100%);
  	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0 100%);
  	margin-bottom: -10vw;
}
.nav-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 75px;
  background-color: #F1F1F1; /* dark grey */
}
.nav-bar .nav-bar-logo {
  padding: 1.8rem;
}
.nav-bar-right li a {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8em;
}
.nav-bar a {
  color: #343A46; /* dark blue */
  transition: color 0.2s ease-in;
}
.nav-bar a:hover {
  color: var(--bg-gold);
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: var(--bg-darkblue) transparent transparent;
}
.langlist {
  padding: 1.6rem;
}
.widescreen {
  padding-bottom: 56.25%;
}
.orbit-slide h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
}
.smalltext {
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.tinytext {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
  margin-top: 1rem;	
}
.tinytextblue {
  font-size: 1em;
  color: var(--spot-color);
  font-weight: 100;
}
.lighttext {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
}
.bigtext {
  font-size: 1.3em;
  line-height: 1.5em;
}
.bold {
  font-size: 1em;
  font-weight: 600;
}
.medtext {
  font-family: 'Source Serif Pro', serif;
  font-size: 1.2em;
}
.chapter {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 0.8em;
}
.chapter-title {
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.card {
  background: none;
  border: none;
}
.article-title {
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 600;
}
.topspace {
  margin-top: 2em;
}
.mediumspace {
  padding: 2em 0;
}
.chapterlist {
  background-color: #FBFBFB; /*pale grey*/
  margin-bottom: 2em;
}
.chapterlist ul li a {
  line-height: 1.5em;
}
.emphasis {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 0.9em;
}
.chapterbackforth {
  padding: 2em 0;
  font-size: 0.8em;
  font-weight: 600;
}
.breadcrumbs {
  padding: 1em 0 0 0;
}
.breadcrumbs a {
  line-height: 2em;
}
.orbit h3 {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.large-text {
  font-size: 1.6em;
  font-weight: 100;
}
.shadow {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.gradient {
  background: #ffffff;
  background-image: radial-gradient(at 68.1% 8.3%, #b0d3dc 0px, transparent 50%), radial-gradient(at 45.0% 0.1%, #b0d3dc 0px, transparent 50%), radial-gradient(at 11.2% 48.8%, #ffffff 0px, transparent 50%)
}
.stripes {
  background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 10px, rgba(0, 0, 0, 0.3) 10px, rgba(0, 0, 0, 0.3) 20px);
}
.YouTube {
  padding: 2em 5em;
  border-radius: 10px;
}
.bordertop {
  border-top: 2px solid #a17a35;
  padding-top: 2em;
}
@media screen and (max-width: 39.9375em) {
  .nav-bar {
    height: 53.57143px;
  }
}
@media screen and (max-width: 39.9375em) {
  .nav-bar {
    height: 53.57143px;
  }
}
.nav-bar .offcanvas-trigger {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.6rem;
  color: pink;
  transition: background-color 0.2s ease-in;
  cursor: pointer;
}
.nav-bar .offcanvas-trigger .offcanvas-trigger-text {
  margin-right: 0.25rem;
  margin-top: 0.25rem;
}
.nav-bar .offcanvas-trigger:hover {
  background-color: var(--bg-gold);
}
@media screen and (max-width: 39.9375em) {
  .nav-bar .offcanvas-trigger {
    padding: 0.9rem;
  }
}
.multilevel-offcanvas {
  padding: 20px;
}
.multilevel-offcanvas > .menu {
  margin-bottom: 1rem;
}
.multilevel-offcanvas .menu a {
  color: white; /* menu color*/
  padding: 1em 0;
  transition: color 0.2s ease-in;
  font-size: 1.1em;
  font-weight: 100;
}
.multilevel-offcanvas .menu a:hover {
  color: var(--bg-gold);
}
.multilevel-offcanvas .fa {
  color: var(--bg-darkblue);
}
.multilevel-offcanvas .is-accordion-submenu-parent > a::after {
  border-color: rgba(254, 254, 254, 0.6) transparent transparent;
}
.multilevel-offcanvas .social-links {
  margin-left: 20px;
  font-size: 2em;
}
.multilevel-offcanvas .social-links li {
  margin-right: 5px;
}
.multilevel-offcanvas .social-links a:hover .fa {
  color: var(--bg-gold);
  transition: color .2s ease-in;
}
.multilevel-offcanvas .social-links .fa {
  font-size: 2.2rem;
}
.body-info {
  text-align: center;
  color: green;
}
.body-info .button {
  margin: 1rem 0;
  padding: 0.85em 2em;
}
.is-open + .off-canvas-content .hamburger .line:nth-child(1), .is-open + .off-canvas-content .hamburger .line:nth-child(3) {
  width: 12px;
}
.is-open + .off-canvas-content .hamburger .line:nth-child(1) {
  -webkit-transform: translateX(-5px) rotate(-45deg);
  -ms-transform: translateX(-5px) rotate(-45deg);
  transform: translateX(-5px) rotate(-45deg);
}
.is-open + .off-canvas-content .hamburger .line:nth-child(3) {
  -webkit-transform: translateX(-5px) rotate(45deg);
  -ms-transform: translateX(-5px) rotate(45deg);
  transform: translateX(-5px) rotate(45deg);
}
.hamburger .line {
  width: 20px;
  height: 2px;
  background-color: #343A46; /* dark blue */
  display: block;
  margin: 3px auto;
  transition: all 0.3s ease-in-out;
}
.hamburger .line:last-child {
  margin-bottom: 0;
}
.greyalert {
  background-color:var(--bg-darkblue);
  color: white;
  padding: 1em;
}
.callout, .callout p {
  margin: 0;
}
.masonry-css {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (min-width: 37.5em) {
  .masonry-css-item {
    flex: 1 1 48%
  }
}
@media screen and (min-width: 40em) {
  .masonry-css-item {
    flex: 1 1 31%
  }
}
.social-icon-button {
  border-radius: 3.6rem;
  width: 3.6rem;
  height: 3.6rem;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  background: none;
}
.social-icon-button + .social-icon-button {
  margin-left: 0.25rem;
}
.social-icon-button .fab {
  background: none;
  position: absolute;
  top: 40%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  line-height: 2rem;
  transition: all 0.3s ease-in-out;
}
.social-icon-button .fas {
  background: none;
  position: absolute;
  top: 40%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  line-height: 2rem;
  transition: all 0.3s ease-in-out;
}
.social-icon-button span {
  display: block;
  border-radius: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 40%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.social-icon-button:hover .fab {
  color: var(--bg-gold);
}
.social-icon-button:hover .fas {
  color: var(--bg-gold); 
}
.social-icon-button.facebook {
  color: var(--bg-purple);
}
.social-icon-button.youtube {
  color: var(--bg-purple);
}
.social-icon-button.podcast {
  color: var(--bg-darkblue);
}
.orbit-slide h4 {
  font-size: 2em;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #FF5757; /* shrimp red */
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
#myBtn:hover {
  background-color: #343A46; /* dark blue */
}
#top {
  display: none;
  font-size: 0.8em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: var(--bg-sky);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
body {
  font-family: 'Open Sans', sans-serif;
  color: #343A46; /* dark blue */
  font-size: 1.0.5em;
}
html {
  scroll-behavior: smooth;
}
a {
  color: var(--grey-color);
}
a:hover {
  color: var(--text-gold);
}
footer {
  background-color: #F1F1F1; /* dark grey */
  padding: 1.5em 0 0 0;
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 2px;
}
footer li {
  padding-bottom: 2em;
}
#TextBlock h1 {
  text-transform: uppercase;
}
#TextBlock h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  padding-top: 0em;
}
#TextBlock h3 {
  padding-top: 2em;
  font-weight: 300;
  text-transform: uppercase;
}
#TextBlock h4 {
  font-size: 1em;
  padding-top: 2em;
  text-transform: uppercase;
}
#Welcome {
  padding: 2em 0;
  color:var(--bg-purple);
  background: var(--bg-lightgrey);
}
#Welcome h1 {
  font-size: 3em;
  font-weight: 100;
  padding-top: 0em;
  font-family: "Open Sans", sans-serif;
  text-align: left;
}
#Welcome p {
  font-size: 1.2em;
	font-weight:100;
}
.Kontakt {
  padding: 2em 0;
}
#Quote {
  padding:2em;
  background: var(--bg-sky);
  color:white;
}

#Quote p:nth-child(1){
	font-size: 2.2em;
	font-weight: 100;
}

#Prinzip {
  padding-bottom: 0em;
}
#Prinzip h3 {
  font-weight: 100;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 2em;
  font-size: 1.4em;
  padding-right: 0px;
}
#Prinzip h4 {
  font-size: 1.5em;
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
}
#Belief h2 {
  color: var(--bg-purple);
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  font-size: 3em;
  padding-top: 1em;
}
#BookDescription{
background: #f1f1f1;
padding: 2em 0;
}

#BookDescription h2 {
  font-size: 2.5em;
  padding-bottom: 1em;
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
}

#YouTubeVideos {
  background:var(--bg-purple);	
  padding: 2em;
  text-align: center;
}
#YouTubeVideos h2 {
  font-weight: 400;
  font-family: 'Open Sans';
  font-size: 1em;
}
#YouTubeVideos p:first-child {
  color: var(--bg-darkblue);
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
}
#YouTubeVideos .button{
	margin-top: 1em;
	border-radius: 50px;
	padding: 10px 20px;
}
#Belief h2 p {
  font-size: 1.5em;
  font-weight: 100;
}
.card-section {
  padding: 0rem; 
}
/* for tablet view*/
/* Medium and up */
@media screen and (min-width: 40em) {
	#Welcome{
  padding: 5em 0;
	}
  #Welcome h1 {
    font-size: 3em;
    font-weight: 100;
    padding-top: 0em;
    font-family: "Open Sans", sans-serif;
    text-align: left;
  }
  .Kontakt, .Kontakt h2 {
    text-align: left;
  }
  #Prinzip h3 {
    font-weight: 100;
    font-family: "Open Sans", sans-serif;
    font-size: 1.5em;
    padding-right: 20px;
  }

  #BookDescription h2 {
    font-size: 3em;
  }
	#Quote {
  padding:5em;
	}
.card-section {
  padding: 1rem; 
}
}
  /* for laptop view*/
  /* 1024px only */
  @media only screen and (min-width: 1024px) and (max-width: 1400px) {
    #YouTubeVideos div:nth-child(2), #YouTubeVideos div:nth-child(3), #YouTubeVideos div:nth-child(4) {
      text-align: left;
    }
    #Belief h2 {
      padding-top: 0em;
    }

  }
  @media screen and (max-width: 63.9375em) {
    .button.medium-down-expanded {
      display: block;
      width: 100%;
      margin-right: 0;
      margin-left: 0;
    }

  }
  /* for laptop view*/
  /* Large and up */
  @media screen and (min-width: 64em) {
    #Prinzip h3 {
      font-size: 1, 8em;
    }
 
    #YouTubeVideos div:nth-child(2), #YouTubeVideos div:nth-child(3), #YouTubeVideos div:nth-child(4) {
      text-align: center;
    }
    #YouTubeVideos {
      margin-bottom: 5em;
    }
    #Belief h2 {
      padding-top: 0em;
    }
  #YouTubeVideos {
  padding: 5em;

}
	#YouTubeVideos .button{
	margin-top: 3em;
}
}
    @media screen and (min-width: 65em) {
      #Welcome h1 {
        font-size: 4em;
      }

      #Belief h2 {
        font-size: 4em;
      }
      .button.large {
        font-size: 1.25rem;
      }
    }
    @media screen and (min-width: 96em) {

    }