/*
Theme Name: Spirare Theme
Description: beeaaautiful theme by me :)
Author: Tobias Glaus
*/
* {
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.loading {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.loading .watch-face {
  position: relative;
  animation: pulse 4s cubic-bezier(0.5, 0, 0.5, 1) infinite alternate;
  animation-name: pulse, fix;
}
.loading .circle {
  position: absolute;
  margin: -4em;
  width: 8em;
  height: 8em;
  border-radius: 50%;
  transform: rotate(var(--ca));
  background: #61bea2;
  mix-blend-mode: screen;
  animation: circle 4s infinite alternate;
}
.loading .circle:nth-child(-n+3) {
  background: #529ca0;
}

@supports not (mix-blend-mode: screen) {
  .circle {
    opacity: 0.75;
  }
}
@keyframes circle {
  to {
    transform: rotate(var(--ca)) translate(3.8em);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.15) rotate(0.5turn);
  }
}
.pc {
  cursor: pointer;
}

.pagechange {
  position: fixed;
  height: 100vh;
  width: 0;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 200;
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 0 0 150px 0 rgba(0, 0, 0, 0.4);
}
.pagechange.open {
  width: 100vw;
}
.pagechange.pc1 {
  z-index: 201;
}
.pagechange.pc1 .pc-desc {
  padding: 100px 15% 150px 15%;
  overflow: auto;
  height: 100vh;
  background: none;
}
.pagechange.pc1 .pc-desc .site-back {
  display: none;
  width: 100%;
  height: 70px;
  background: #2c3e50;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 1.7em;
  font-weight: 700;
  padding-top: 17px;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  transition-property: background;
}
.pagechange.pc1 .pc-desc .site-back:hover {
  background: #667483;
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  transition-property: background;
}
.pagechange.pc1 .pc-desc .wrap hr {
  border: 0;
  background: #000;
  height: 1px;
  opacity: 0.3;
  margin-top: 30px;
  margin-bottom: 20px;
}
.pagechange.pc1 .pc-desc .wrap h2 {
  margin-bottom: 20px;
  margin-top: 20px;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  color: #667483;
  font-size: 2.1em;
}
.pagechange.pc1 .pc-desc .wrap h3 {
  margin-bottom: 15px;
  margin-top: 20px;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  color: #667483;
  font-size: 1.4em;
}
.pagechange.pc1 .pc-desc .wrap ul li {
  list-style-type: none;
  margin-bottom: 15px;
  position: relative;
}
.pagechange.pc1 .pc-desc .wrap ul li:after {
  content: "";
  position: absolute;
  background: #000;
  opacity: 0.3;
  bottom: -9px;
  left: 0;
  width: 80px;
  height: 1px;
}
.pagechange.pc1 .pc-desc .wrap ul li:last-child:after {
  width: 0;
}
.pagechange.pc1 .pc-desc .wrap p {
  margin-bottom: 10px;
}
.pagechange.pc1 .pc-desc .wrap a {
  text-decoration: none;
  color: #667483;
}
.pagechange.pc1 .pc-desc .wrap > div {
  display: none;
}
.pagechange.pc1 .pc-desc .wrap .pages-toggle {
  margin-top: 30px;
}
.pagechange.pc1 .pc-desc .wrap .pages-toggle .pages-toggle-item {
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
}
.pagechange.pc1 .pc-desc .wrap .pages-toggle .pages-toggle-item h2 {
  margin: 0;
  padding: 10px;
  font-size: 1.5em;
  line-height: 1;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  background: #667483;
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
}
.pagechange.pc1 .pc-desc .wrap .pages-toggle .pages-toggle-item h2:before {
  font-family: "FontAwesome";
  content: "\f0da";
  margin-right: 10px;
  transform: rotate(0deg);
  display: inline-block;
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
}
.pagechange.pc1 .pc-desc .wrap .pages-toggle .pages-toggle-item .toggle-content {
  padding: 10px 0 5px 27px;
  display: none;
}
.pagechange.pc1 .pc-desc .wrap .pages-toggle .pages-toggle-item .toggle-content ul {
  margin-left: 20px;
}
.pagechange.pc1 .pc-desc .wrap .pages-toggle .pages-toggle-item .toggle-content ul li {
  margin-bottom: 8px;
  list-style-type: circle;
}
.pagechange.pc1 .pc-desc .wrap .pages-toggle .pages-toggle-item .toggle-content ul li:after {
  display: none;
}
.pagechange.pc1 .pc-desc .wrap .pages-toggle .pages-toggle-item .toggle-content h3 {
  margin: 15px 0 8px 0;
  color: #747d8c;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.pagechange.pc1 .pc-desc .wrap .pages-toggle .pages-toggle-item.open h2:before {
  transform: rotate(90deg);
}

nav {
  position: fixed;
  width: 100%;
  height: 80px;
  background: transparent;
  display: block;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 0 5% 0 15%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
}
nav h3 {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 3em;
  color: #747d8c;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  float: left;
  height: 100%;
  padding-top: 2px;
  opacity: 0;
  transform: translateY(-80px);
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
}
nav a {
  text-decoration: none;
  color: #747d8c;
}
nav.big {
  display: block;
}
nav.big ul {
  width: 70%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: right;
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  max-width: 800px;
}
nav.big ul a {
  text-decoration: none;
}
nav.big ul li {
  list-style-type: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
  cursor: pointer;
  margin: 0 15px;
  position: relative;
}
nav.big ul li:after {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 0;
  height: 3px;
  background: #fff;
  left: 0;
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
}
nav.big ul li:hover:after {
  width: 100%;
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
}
nav.big ul.before {
  transform: translateY(0);
  opacity: 1;
}
nav.big ul.before li {
  font-weight: 700;
  color: #fff;
  letter-spacing: 2.5pt;
  font-size: 0.95em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
nav.big ul.after {
  transform: translateY(0);
  opacity: 0;
  padding-right: 10%;
}
nav.big ul.after li {
  font-weight: 400;
  color: #000;
  font-size: 0.9em;
  opacity: 0.6;
}
nav.big ul.after li:after {
  height: 1px;
  background: #000;
}
nav.big.change {
  background: #ecf0f1;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
}
nav.big.change h3 {
  opacity: 1;
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  transform: translateY(0);
}
nav.big.change ul {
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  transform: translateY(-80px);
}
nav.big.change ul.before {
  opacity: 0;
}
nav.big.change ul.after {
  opacity: 1;
}
nav.mobile {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 0;
  background: #ecf0f1;
  padding: 0 15%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
nav.mobile ul {
  list-style-type: none;
  color: #667483;
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;
  height: 100%;
  padding: 20px 0;
  min-width: 200px;
  display: inline-block;
  position: absolute;
  left: calc(50% - 100px);
  transform: translateY(-80px);
}
nav.mobile ul a:last-child li {
  border: 0;
}
nav.mobile ul li {
  text-align: center;
  font-size: 1.1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  min-width: 200px;
  line-height: 2.2;
  cursor: pointer;
}
nav.mobile ul li:hover {
  background: rgba(0, 0, 0, 0.1);
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
}
nav.mobile h3 {
  display: inline-block;
  opacity: 0;
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
}
nav.mobile .nav--icon {
  display: block;
  width: 30px;
  height: 20px;
  position: fixed;
  z-index: 21;
  top: 28px;
  right: 28px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
nav.mobile .nav--icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  border-radius: 6px;
  opacity: 1;
  left: 0;
  background: #fff;
  transform: rotate(0deg);
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
}
nav.mobile .nav--icon span:nth-child(1) {
  top: 0;
}
nav.mobile .nav--icon span:nth-child(2), nav.mobile .nav--icon span:nth-child(3) {
  top: 8px;
}
nav.mobile .nav--icon span:nth-child(4) {
  top: 16px;
}
nav.mobile .nav--icon.open span {
  background: #667483;
}
nav.mobile .nav--icon.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
nav.mobile .nav--icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
nav.mobile .nav--icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
nav.mobile .nav--icon.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}
nav.mobile.change {
  height: 80px;
}
nav.mobile.change h3 {
  opacity: 1;
  transform: translateY(0);
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
}
nav.mobile.change .nav--icon {
  right: 15%;
}
nav.mobile.change .nav--icon span {
  background: #667483;
}
nav.mobile.open {
  height: 200px;
}
nav.mobile.open ul {
  opacity: 1;
  transform: translateY(0);
}
nav.mobile.open h3 {
  opacity: 0;
  transform: translateY(-80px);
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
}

.darken {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  left: 0;
  top: 0;
  z-index: 50;
  display: none;
}

header {
  width: 100%;
  height: 100vh;
  transform: translateY(0);
  background: linear-gradient(70deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 63%, rgb(0, 0, 0) 100%);
}
header .header-darken {
  background: #000;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 50;
  pointer-events: none;
}
header .header-vid {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
header .header-vid video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* key property! */
  transform: translate(-50%, -50%);
  z-index: 0;
}
header .overlay-wrap {
  position: absolute;
  top: 38vh;
  left: 10%;
  color: #fff;
  z-index: 0;
}
header .overlay-wrap h1 {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 7vmin;
  line-height: 1;
  margin-bottom: 5px;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.7);
}
header .overlay-wrap hr {
  width: 5vmin;
  height: 2px;
  background: #fff;
  float: left;
  margin-top: 1.9vmin;
  border: 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.7);
}
header .overlay-wrap h4 {
  font-weight: 600;
  font-size: 3.5vmin;
  margin-left: 6vmin;
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.7);
}
header .header-footer {
  display: flex;
  width: 100%;
  height: 30px;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 30px;
  padding: 0 30px;
  z-index: 10;
}
header .header-footer div {
  width: 30px;
  height: 30px;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
}
header .header-footer .icon-arrowdown {
  background-image: url("media/img/icons/arrow-down.png");
}
header .header-footer .icon-arrowdown:hover {
  margin-top: 5px;
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
}
header .header-footer .icon-share {
  background-image: url("media/img/icons/share/share.png");
}
header .header-footer .icon-share:hover {
  background-size: 75%;
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
}

content {
  padding: 20px 15% 0 15%;
  display: block;
  background: #fff;
  position: relative;
  z-index: 10;
}
content .section {
  padding: 50px 0 20px 0;
  width: 100%;
}
content .section:last-of-type {
  padding-bottom: 50px;
}
content .section h2 {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 2.1em;
  margin-bottom: 40px;
}
content .section-offers {
  padding-top: 60px;
}
content .section-offers h2 {
  color: #6A665F;
}
content .section-offers h3 {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 1.1em;
  margin: 40px 0 10px 0;
  position: relative;
  color: #6A665F;
}
content .section-offers .offers-items {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
content .section-offers .offers-items .offers-item {
  width: 24%;
  float: left;
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  cursor: pointer;
  background: #ecf0f1;
  display: block;
}
content .section-offers .offers-items .offers-item .text-wrap {
  padding: 10px 15px;
  background: #ecf0f1;
}
content .section-offers .offers-items .offers-item .text-wrap h3 {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  margin: 0 0 7px 0;
  position: relative;
  font-size: 1.1em;
}
content .section-offers .offers-items .offers-item .text-wrap h3:after {
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  font-size: 80%;
  top: 5px;
}
content .section-offers .offers-items .offers-item .text-wrap p {
  font-size: 0.9em;
}
content .section-offers .offers-items .offers-item .text-wrap p.citor {
  opacity: 0.5;
  margin-top: 6px;
}
content .section-offers .offers-items .offers-item .image-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100px;
}
content .section-offers .offers-items .offers-item:nth-child(1) .image-wrap {
  background-image: url("media/img/offers-1.jpg");
}
content .section-offers .offers-items .offers-item:nth-child(1) h3 {
  color: #6A665F;
}
content .section-offers .offers-items .offers-item:nth-child(2) .image-wrap {
  background-image: url("media/img/offers-2.jpg");
}
content .section-offers .offers-items .offers-item:nth-child(2) h3 {
  color: #667483;
}
content .section-offers .offers-items .offers-item:nth-child(3) .image-wrap {
  background-image: url("media/img/offers-3.jpg");
}
content .section-offers .offers-items .offers-item:nth-child(3) h3 {
  color: #99775B;
}
content .section-offers .offers-items .offers-item:hover {
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
content .section-offers button {
  font-size: 1.2em;
  background: #667483;
  border: 0;
  width: 280px;
  color: #fff;
  height: 50px;
  text-align: left;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  padding: 0 15px;
  box-sizing: border-box;
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  margin-top: 50px;
  opacity: 0.8;
}
content .section-offers button:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 80%;
  position: absolute;
  left: 100%;
  text-indent: -25px;
  color: #fff;
  background: #2c3e50;
  height: 50px;
  width: 0;
  top: 0;
  padding-top: 18px;
  box-sizing: border-box;
  transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
}
content .section-offers button:hover:after {
  width: 40px;
  text-indent: 15px;
  color: #fff;
  transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
}
content .section-aktuell h2 {
  color: #915111;
}
content .section-aktuell .aktuell-courses {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-gap: 2px;
  background: #ecf0f1;
}
content .section-aktuell .aktuell-courses .course-aktuell {
  background: #fff;
  padding: 12px 14px;
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
}
content .section-aktuell .aktuell-courses .course-aktuell h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.1em;
}
content .section-aktuell .aktuell-courses .course-aktuell h5 {
  opacity: 0.7;
}
content .section-aktuell .aktuell-courses .course-aktuell hr {
  height: 1px;
  width: 100px;
  margin: 10px 0 10px 0;
  background: #747d8c;
  opacity: 0.6;
  border: 0;
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
}
content .section-aktuell .aktuell-courses .course-aktuell p {
  font-size: 0.9em;
  opacity: 0.85;
}
content .section-aktuell .aktuell-courses .course-aktuell:nth-child(1) {
  color: #2c3e50;
  border-left: 10px solid #2c3e50;
}
content .section-aktuell .aktuell-courses .course-aktuell:nth-child(1):hover {
  background: #2c3e50;
}
content .section-aktuell .aktuell-courses .course-aktuell:nth-child(2) {
  color: #667483;
  border-left: 10px solid #667483;
}
content .section-aktuell .aktuell-courses .course-aktuell:nth-child(2):hover {
  background: #667483;
}
content .section-aktuell .aktuell-courses .course-aktuell:nth-child(3) {
  color: #99775B;
  border-left: 10px solid #99775B;
}
content .section-aktuell .aktuell-courses .course-aktuell:nth-child(3):hover {
  background: #99775B;
}
content .section-aktuell .aktuell-courses .course-aktuell:nth-child(4) {
  color: #6A665F;
  border-left: 10px solid #6A665F;
}
content .section-aktuell .aktuell-courses .course-aktuell:nth-child(4):hover {
  background: #6A665F;
}
content .section-aktuell .aktuell-courses .course-aktuell:nth-child(5) {
  color: #6C6B86;
  border-left: 10px solid #6C6B86;
}
content .section-aktuell .aktuell-courses .course-aktuell:nth-child(5):hover {
  background: #6C6B86;
}
content .section-aktuell .aktuell-courses .course-aktuell:nth-child(6) {
  color: #747d8c;
  border-left: 10px solid #747d8c;
}
content .section-aktuell .aktuell-courses .course-aktuell:nth-child(6):hover {
  background: #747d8c;
}
content .section-aktuell .aktuell-courses .course-aktuell:hover {
  color: #fff;
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
}
content .section-aktuell .aktuell-courses .course-aktuell:hover hr {
  height: 1px;
  background: #fff;
  opacity: 0.6;
}
content .section-about .about-info {
  width: 60%;
  margin-left: 20%;
  display: block;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.7);
  padding: 40px;
  position: relative;
}
content .section-about .about-info #insta {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  pointer-events: auto;
}
content .section-about .about-info #insta img {
  width: 100%;
}
content .section-about h2 {
  color: #667483;
  margin-bottom: 0;
}
content .section-about h3 {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 1.1em;
  margin: 0 0 20px 0;
  position: relative;
  color: #667483;
}
content .section-about p {
  margin: 8px 0 12px 0;
  font-size: 1.1em;
}
content .section-about hr {
  width: 100px;
  height: 1px;
  background: #747d8c;
  margin: 0;
  border: 0;
  opacity: 0.6;
  text-align: left;
}
content .section-about button {
  font-size: 1.2em;
  background: #667483;
  border: 0;
  width: 200px;
  color: #fff;
  height: 50px;
  text-align: left;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  padding: 0 15px;
  box-sizing: border-box;
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  margin-top: 20px;
  opacity: 0.8;
}
content .section-about button:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 80%;
  position: absolute;
  left: 100%;
  text-indent: -25px;
  color: #fff;
  background: #2c3e50;
  height: 50px;
  width: 0;
  top: 0;
  padding-top: 18px;
  box-sizing: border-box;
  transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
}
content .section-about button:hover:after {
  width: 40px;
  text-indent: 15px;
  color: #fff;
  transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
}
content .section .about-image {
  border: 15px solid #667483;
  width: 60%;
  position: relative;
  left: 40%;
  margin-top: -100px;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
content .section .about-image img {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 10;
  max-width: 560px;
  pointer-events: none;
}
content .section-uebungen .atemuebungen-wrap {
  position: relative;
}
content .section-uebungen .atemuebungen-wrap .item-wrap .slider-item {
  display: none;
}
content .section-uebungen .atemuebungen-wrap .item-wrap .slider-item.active {
  display: flex;
  align-items: center;
}
content .section-uebungen .atemuebungen-wrap .item-wrap .slider-item .image-wrap {
  width: 50%;
  float: left;
}
content .section-uebungen .atemuebungen-wrap .item-wrap .slider-item .image-wrap img {
  width: 100%;
}
content .section-uebungen .atemuebungen-wrap .item-wrap .slider-item .text-wrap {
  padding: 40px;
  max-width: 50%;
}
content .section-uebungen .atemuebungen-wrap .item-wrap .slider-item .text-wrap h3 {
  margin-bottom: 20px;
  color: #99775B;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 1.5em;
}
content .section-uebungen .atemuebungen-wrap .item-wrap .slider-item .text-wrap ol {
  list-style-type: none;
  counter-reset: steps;
  margin-left: 50px;
}
content .section-uebungen .atemuebungen-wrap .item-wrap .slider-item .text-wrap ol li {
  counter-increment: steps;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  position: relative;
}
content .section-uebungen .atemuebungen-wrap .item-wrap .slider-item .text-wrap ol li:before {
  content: counter(steps);
  text-align: center;
  border-radius: 50%;
  line-height: 1.9;
  margin-right: 20px;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -50px;
  display: inline-block;
  background: #99775B;
  color: #fff;
}
content .section-uebungen .atemuebungen-wrap .slider-controls {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  bottom: 5%;
  padding: 20px;
  background: #fff;
  right: 51.5%;
}
content .section-uebungen .atemuebungen-wrap .slider-controls .arrow {
  padding: 5px;
  font-weight: 700;
  display: inline-block;
  border: 2px solid #99775B;
  color: #99775B;
  cursor: pointer;
}
content .section-contact {
  margin-bottom: 50px;
}
content .section-contact form {
  position: relative;
}
content .section-contact .header-img {
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
content .section-contact .header-img img {
  width: 100%;
  align-self: flex-start;
  position: absolute;
  z-index: -1;
  opacity: 0.6;
}
content .section-contact h2 {
  color: #fff;
  margin: 0;
  padding: 0 0 30px 30px;
}
content .section-contact .contact-submit {
  font-size: 1.2em;
  background: #667483;
  border: 0;
  width: 200px;
  color: #fff;
  height: 50px;
  text-align: left;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  padding: 0 15px;
  box-sizing: border-box;
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  margin-top: 20px;
  float: left;
  opacity: 0.8;
}
content .section-contact .contact-submit:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 80%;
  position: absolute;
  left: 100%;
  text-indent: -25px;
  color: #fff;
  background: #2c3e50;
  height: 50px;
  width: 0;
  top: 0;
  padding-top: 18px;
  box-sizing: border-box;
  transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
}
content .section-contact .contact-submit:hover:after {
  width: 40px;
  text-indent: 15px;
  color: #fff;
  transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
}
content .section-contact .contact-submit.submit:after {
  color: transparent;
}
content .section-contact .contact-submit.submit:hover:after {
  color: transparent;
}
content .section-contact .form-question {
  display: flex;
  position: relative;
  height: 50px;
  align-items: flex-end;
  margin-bottom: 13px;
}
content .section-contact .form-question label {
  font-size: 1em;
  font-weight: 600;
  color: #667483;
}
content .section-contact .form-question input {
  border: 2px solid #667483;
  margin-left: 20px;
  width: 50px;
}
content .section-contact .form-name,
content .section-contact .form-text {
  display: flex;
  position: relative;
  height: 50px;
  align-items: flex-end;
  margin-bottom: 13px;
}
content .section-contact .form-name label,
content .section-contact .form-name input,
content .section-contact .form-name textarea,
content .section-contact .form-text label,
content .section-contact .form-text input,
content .section-contact .form-text textarea {
  font-size: 1em;
  font-weight: 600;
  color: #667483;
}
content .section-contact .form-name label,
content .section-contact .form-text label {
  position: absolute;
  margin: 0;
  left: 10px;
  top: 15px;
  transition: all 250ms ease 0s;
  cursor: text;
}
content .section-contact .form-name input,
content .section-contact .form-name textarea,
content .section-contact .form-text input,
content .section-contact .form-text textarea {
  border-radius: 0;
  -webkit-appearance: none;
  height: 80%;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #667483;
  padding: 0 10px;
}
content .section-contact .form-name input:focus,
content .section-contact .form-name textarea:focus,
content .section-contact .form-text input:focus,
content .section-contact .form-text textarea:focus {
  outline: none;
}
content .section-contact .form-name input:focus + label,
content .section-contact .form-name textarea:focus + label,
content .section-contact .form-text input:focus + label,
content .section-contact .form-text textarea:focus + label {
  font-size: 0.8em;
  left: 0.15rem;
  top: 0%;
}
content .section-contact .form-name input:invalid,
content .section-contact .form-name textarea:invalid,
content .section-contact .form-text input:invalid,
content .section-contact .form-text textarea:invalid {
  border-bottom: 2px solid #c23616;
  color: #c23616;
}
content .section-contact .form-name input:invalid + label,
content .section-contact .form-name textarea:invalid + label,
content .section-contact .form-text input:invalid + label,
content .section-contact .form-text textarea:invalid + label {
  font-size: 0.8em;
  color: #c23616;
  left: 0.15rem;
  top: 0%;
}
content .section-contact .form-text {
  max-height: 100px;
  height: 100px;
}
content .section-contact .form-text textarea {
  resize: none;
}
content .section-contact #form-messages {
  margin: 33px 0 0 10px;
  float: left;
}
content .section-contact #form-messages.error {
  color: #c0392b;
}
content .section-contact #form-messages.success {
  color: #16a085;
}
content .section-contact .loader {
  position: absolute;
  left: 66px;
  width: 70px;
  height: 50px;
  bottom: -8px;
  display: none;
}
content .section-contact .loader span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fff;
  opacity: 0.6;
  margin: 15px 5px;
}
content .section-contact .loader span:nth-child(1) {
  animation: bounce 0.8s ease-in-out infinite;
}
content .section-contact .loader span:nth-child(2) {
  animation: bounce 0.8s ease-in-out 0.15s infinite;
}
content .section-contact .loader span:nth-child(3) {
  animation: bounce 0.8s ease-in-out 0.3s infinite;
}
@keyframes bounce {
  0%, 75%, 100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px);
  }
}
content .section-contact .clearfix {
  clear: both;
}

a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none;
}

footer {
  height: 300px;
  width: 100%;
  position: relative;
  background: #2c3e50;
}
footer table {
  display: none;
}
footer .footer-text {
  position: absolute;
  z-index: 21;
  left: 15%;
  width: 25%;
  top: 70px;
  color: #fff;
  max-width: 270px;
}
footer .footer-text h2 {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 2.1em;
  margin-bottom: 10px;
}
footer .footer-text .footer-citor {
  font-weight: 700;
  font-size: 0.8em;
  float: right;
}
footer .footer-info {
  position: absolute;
  z-index: 21;
  width: 200px;
  height: 100px;
  background: #667483;
  border-radius: 5px;
  padding: 10px;
  font-weight: 600;
  color: #fff;
  left: 46%;
  top: 75px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.7);
}
footer .footer-info:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 15px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #667483;
  clear: both;
  display: block;
}
footer #gradient-overlay {
  position: absolute;
  width: 100%;
  height: 300px;
  display: block;
  bottom: 0;
  z-index: 20;
  pointer-events: none;
  background: linear-gradient(100deg, #2c3e50 30%, rgba(44, 62, 80, 0.9) 50%, rgba(44, 62, 80, 0) 70%);
}
footer #map {
  position: absolute;
  overflow: hidden;
  width: 50%;
  right: 0;
  height: 300px;
}
footer .maps-icon {
  position: absolute;
  z-index: 21;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("media/img/icons/google-maps.png");
}
footer .maps-icon a {
  width: 100%;
  height: 100%;
  display: block;
}

.sub-footer {
  height: 40px;
  width: 100%;
  background: #1c2833;
  display: flex;
  justify-content: center;
  padding-top: 12px;
  color: #fff;
  font-size: 0.8em;
  position: absolute;
  top: 100%;
  z-index: 20;
}
.sub-footer ul {
  list-style-type: none;
}
.sub-footer ul li {
  float: left;
  margin: 0 10px;
  opacity: 0.8;
}

@media screen and (max-width: 1100px) {
  content .section-offers .offers-items {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  content .section-offers .offers-items .offers-item {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
  }
  content .section-offers .offers-items .offers-item .image-wrap {
    width: 30%;
    float: left;
  }
  content .section-offers .offers-items .offers-item .text-wrap {
    padding-left: 20px;
    float: left;
    width: 70%;
  }
  content .section-about .about-info {
    width: 100%;
    margin-left: 0;
  }
  content .section-about .about-image {
    border: 15px solid #667483;
    width: 100%;
    position: relative;
    left: 0;
    margin-top: 0;
    border-top: none;
  }
  content .section-uebungen .atemuebungen-wrap .item-wrap .slider-item.active {
    flex-direction: column;
  }
  content .section-uebungen .atemuebungen-wrap .item-wrap .slider-item .image-wrap {
    width: 100%;
    float: none;
  }
  content .section-uebungen .atemuebungen-wrap .item-wrap .slider-item .text-wrap {
    max-width: 100%;
  }
  content .section-uebungen .atemuebungen-wrap .slider-controls {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 200px;
    top: 40vw;
    padding: 20px;
    background: #fff;
    right: 0;
    height: 70px;
  }
}
@media screen and (max-width: 960px) {
  nav.big {
    display: none;
  }
  nav.big.change .nav--icon {
    display: block;
  }
  nav.big.change .nav--icon.before {
    transform: translateY(-80px);
  }
  nav.big.change .nav--icon.after {
    transform: translateY(0);
  }
  nav.mobile {
    display: block;
    opacity: 1;
  }
  content .section-aktuell .aktuell-courses {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
  }
  footer {
    height: 200px;
  }
  footer .footer-text h2 {
    font-size: 2.7em;
  }
  footer .footer-text p {
    display: none;
  }
  footer .maps-icon {
    bottom: 0;
    top: auto;
  }
  footer #gradient-overlay {
    height: 200px;
  }
  footer #map {
    height: 200px;
  }
  footer .footer-info {
    top: 52px;
  }
}
@media screen and (max-width: 768px) {
  content .section-aktuell .aktuell-courses {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, auto);
  }
  content .section-contact .header-img {
    height: 150px;
  }
  content .section-contact h2 {
    padding: 0 0 20px 25px;
  }
  footer {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(3, auto);
  }
  footer table {
    display: block;
    text-align: center;
    color: #fff;
  }
  footer table tr {
    width: 100vw;
    display: block;
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
  }
  footer .footer-text {
    position: static;
    text-align: center;
    max-width: 100%;
    width: 100%;
    margin-top: 10px;
  }
  footer .maps-icon {
    display: none;
  }
  footer #gradient-overlay {
    display: none;
  }
  footer #map {
    display: none;
  }
  footer .footer-info {
    position: static;
    top: 85px;
    background: none;
    box-shadow: none;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  footer .footer-info:after {
    display: none;
  }
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}/*# sourceMappingURL=style.css.map */