* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

:root {
  --swun-black: #000;
  --swun-blue: #3399FF;
  --swun-grey: #ECEFF1;
  --font-primary: "Satoshi-Variable", "Helvetica", sans-serif;
  --font-size-base: 16px;
  --font-size-small: 0.875rem;
  --line-height-base: 1.5;
  --spacing-unit: 1rem;
}

::-moz-selection {
  background-color: #333;
  color: #fff;
}

::selection {
  background-color: #333;
  color: #fff;
}

[data-aos=fade-up] {
  transform: translate3d(0, 15px, 0);
  /* Element kommt von unten nach oben */
}

[data-aos=fade-down] {
  transform: translate3d(0, -15px, 0);
  /* Element kommt von oben nach unten */
}

[data-aos=fade-left] {
  transform: translate3d(15px, 0, 0);
  /* Element kommt von rechts nach links */
}

[data-aos=fade-right] {
  transform: translate3d(-15px, 0, 0);
  /* Element kommt von links nach rechts */
}

body {
  font-family: var(--font-primary);
  font-size: var(--font-size-base);
  font-weight: 600;
  line-height: var(--line-height-base);
  color: var(--swun-black);
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
}
body.active {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  color: inherit;
}

p {
  margin: var(--spacing-unit) 0;
  color: var(--swun-black);
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 2em;
  margin-bottom: 1em;
  color: var(--swun-black);
  line-height: 1.2;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: var(--font-size-small);
}

ul,
ol {
  margin-left: var(--spacing-unit);
  padding-left: var(--spacing-unit);
}

ul.reset,
ul.reset li,
ul.reset ul li {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

.fancybtn a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: var(--swun-black);
  background-color: transparent;
  border: none;
  padding: 0.5rem 1.25rem;
  cursor: pointer;
  display: inline-block;
  border: 1px solid var(--swun-black);
  border-radius: 99px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  position: relative;
}

.fancybtn a:hover {
  background-color: var(--swun-black);
  color: #fff;
}

.fancybtn-info {
  position: absolute;
  right: -1rem;
  top: -0.8rem;
  background-color: var(--swun-black);
  border-radius: 99px;
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

input[type=submit],
button,
.btn a {
  display: inline-block;
  font-family: var(--font-primary);
  font-weight: 600;
  color: #fff;
  font-size: var(--font-size-base);
  background-color: var(--swun-black);
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
}
input[type=submit]:hover,
button:hover,
.btn a:hover {
  opacity: 0.9;
}

.btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: var(--spacing-unit) 0;
}
.btns:first-child {
  margin-top: 0;
}
.btns:last-child {
  margin-bottom: 0;
}

.site__header__wrapper {
  width: calc(100% - 4rem);
  max-width: 1700px;
  margin: auto;
  padding: 2rem 0;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
.site__header__left, .site__header__right {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 1.3rem;
  position: relative;
}

.btn__logo svg {
  height: 6rem;
  width: auto;
}

.btn__profile {
  border: 1px solid var(--swun-black);
  border-radius: 99px;
  height: 48px;
  width: 48px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: top;
}
.btn__profile:hover {
  background-color: var(--swun-black);
}
.btn__profile:hover svg path,
.btn__profile:hover svg circle {
  stroke: #fff !important;
}

.btn__menu button {
  padding: 0;
  z-index: 99;
  border-radius: 99px;
  height: 48px;
  width: 48px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 60;
  border: 1px solid var(--swun-black);
  background-color: transparent;
}
.btn__menu button span {
  height: 2px;
  width: 50%;
  background-color: var(--swun-black);
  display: block;
  position: absolute;
  transition: transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn__menu button span:first-child {
  top: 18px;
}
.btn__menu button span:nth-child(2) {
  top: 24px;
}
.btn__menu button span:last-child {
  top: 30px;
}
.btn__menu button:hover {
  background-color: var(--swun-black);
}
.btn__menu button:hover span {
  background-color: #fff;
}

.btn__menu.active button {
  background-color: var(--swun-black);
}
.btn__menu.active button span {
  background-color: #fff;
}
.btn__menu.active button span:first-child {
  top: 24px;
  transform: rotate(-45deg);
}
.btn__menu.active button span:nth-child(2) {
  opacity: 0;
}
.btn__menu.active button span:last-child {
  top: 24px;
  transform: rotate(45deg);
}

.site__menu {
  position: absolute;
  right: 0;
  top: 60px;
  width: 100%;
  font-size: 20px;
  background-color: var(--swun-black);
  border-radius: 25px;
  color: #fff;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  z-index: 50;
  transition: all 0.3s ease-out;
}
.site__menu.active {
  visibility: visible;
  opacity: 1;
}
.site__menu nav ul li {
  margin: 0.25rem 0;
}
.site__menu nav ul li:first-child {
  margin-top: 0;
}
.site__menu nav ul li:last-child {
  margin-bottom: 0;
}
.site__menu nav ul li.border-top {
  padding-top: 0.5rem;
  margin-top: 0.5rem;
  border-top: 1px solid #333;
}
.site__menu nav ul li.border-bottom {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #333;
}
.site__menu nav ul a {
  text-decoration: none;
}
.site__menu nav ul .sub-menu {
  display: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s ease-out;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}

.site__hero {
  display: grid;
  grid-template-columns: 70% 30%;
  grid-template-columns: 7fr 3fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 2rem;
}
.site__hero__large {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  padding: 2rem;
  grid-column: 1;
  grid-row: 1/-1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.site__hero__large h2 {
  font-size: 5rem;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}
.site__hero__large h1 {
  color: #fff;
  margin: 0;
}
.site__hero__large img,
.site__hero__large video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  -o-object-position: left;
     object-position: left;
}
.site__hero__card {
  min-height: 10rem;
  background-color: var(--swun-black);
  border-radius: 40px;
  grid-column: 2;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
}
.site__hero__card h2 {
  margin-bottom: 0.5rem;
}
.site__hero__card p {
  font-size: 14px;
}
.site__hero__card.card-1 {
  background-color: transparent;
  border: 1px solid var(--swun-black);
  color: var(--spacing-unit);
}
.site__hero__card.card-2 {
  background-color: transparent;
  border: 1px solid var(--swun-black);
  color: var(--spacing-unit);
}
.site__hero__card.card-3 {
  color: #fff;
}
.site__hero__card.card-3 h2,
.site__hero__card.card-3 p {
  color: #fff;
}
.site__hero__card.card-3 .btn a,
.site__hero__card.card-3 .fancybtn a {
  border-color: currentColor;
  color: inherit;
}
.site__hero__card.card-3 .btn a .fancybtn-info,
.site__hero__card.card-3 .fancybtn a .fancybtn-info {
  border: 1px solid #fff;
}
.site__hero__card.card-3 .btn a:hover,
.site__hero__card.card-3 .fancybtn a:hover {
  background-color: #fff;
  color: var(--swun-black);
  border-color: #fff;
}

hr {
  border-top: 1px solid #CFD8DC;
  margin: 1.5rem 0;
}

.content-wrapper {
  width: calc(100% - 4rem);
  max-width: 1700px;
  margin: 7rem auto;
}
.content-wrapper:first-child {
  margin-top: 0;
}

.newsletter {
  border: 1px solid var(--swun-black);
  border-radius: 30px;
  padding: 2rem;
}
.newsletter:first-child {
  margin-top: 0;
}
.newsletter__flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.4rem;
}
.newsletter__wrapper {
  width: calc(100% - 4rem);
  max-width: 1700px;
  margin: 7rem auto;
  display: flex;
}

.content-wrapper + .newsletter__wrapper {
  margin-top: -4rem;
}

.content-wrapper-small {
  width: calc(100% - 4rem);
  max-width: 700px;
  margin: 7rem auto;
}
.content-wrapper-small:first-child {
  margin-top: 3rem;
}
.content-wrapper-small img {
  border-radius: 15px;
}
.content-wrapper-small > .wp-block-image {
  margin: 2rem -2rem;
}

table,
.gm-course-booking-table table,
.wp-block-table table {
  margin: 1rem 0;
  border: none;
  border-collapse: collapse;
  text-align: left;
}
table thead,
.gm-course-booking-table table thead,
.wp-block-table table thead {
  border-bottom: 2px solid var(--swun-grey);
}
table th,
table td,
.gm-course-booking-table table th,
.gm-course-booking-table table td,
.wp-block-table table th,
.wp-block-table table td {
  border: none;
  vertical-align: top;
  padding: 5px 15px 5px 0;
}

.gm-course-booking-table:last-child table {
  margin-bottom: 0;
}

.content-bg-wrapper {
  margin: 5rem auto;
  background-color: var(--swun-grey);
  border-radius: 30px;
  padding: 5rem 0;
  width: calc(100% - 4rem);
}
.content-bg-wrapper .content-wrapper {
  margin: 0 auto;
}

.large-content {
  font-size: 1.7rem;
  max-width: 1000px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
  gap: 2rem;
}
.cards .card {
  min-height: 30rem;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  text-decoration: none;
  padding: 1.5rem;
  color: #fff;
  display: flex;
  align-items: flex-end;
}
.cards .card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  z-index: 1;
  mix-blend-mode: darken;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.cards .card p {
  color: currentColor;
  margin: 0;
  z-index: 5;
  position: relative;
}
.cards .card:hover img {
  transform: scale(1.05);
}
.cards .card img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.2s cubic-bezier(0.4, 0.4, 0, 1);
}

.site__footer {
  background-color: var(--swun-grey);
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  width: calc(100% - 4rem);
  margin: 5rem auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
  text-align: center;
}
.site__footer p {
  margin: 0;
}
.site__footer__logo svg {
  width: 5rem;
  height: auto;
}
.site__footer .footer-menu {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
  .btn__credits,
  .btn__book {
    display: none;
  }
  .site__hero {
    gap: 1rem;
  }
  .site__hero__large {
    grid-column-end: -1;
    height: 50vh;
  }
  .site__hero__large h1 {
    font-size: 1rem;
  }
  .site__hero__large h2 {
    font-size: 3.5rem;
  }
  .site__hero__card {
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .content-bg-wrapper,
  .site__footer {
    width: 100%;
  }
  .site__menu {
    width: calc(100vw - 4rem);
    text-align: right;
  }
  .newsletter__wrapper {
    display: block;
  }
  .newsletter__wrapper .newsletter__flex > div {
    flex: 1 1 auto;
  }
}
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
input[type=number],
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=time],
textarea,
select {
  display: block;
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: var(--font-size-base);
  border: 1px solid #CFD8DC;
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 5px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  color: inherit;
}
input[type=text].input-error,
input[type=email].input-error,
input[type=password].input-error,
input[type=search].input-error,
input[type=tel].input-error,
input[type=url].input-error,
input[type=number].input-error,
input[type=date].input-error,
input[type=datetime-local].input-error,
input[type=month].input-error,
input[type=week].input-error,
input[type=time].input-error,
textarea.input-error,
select.input-error {
  outline: 2px solid #F44336;
}

form > label {
  display: block;
  margin: 0.75rem auto;
}
form > label:first-child {
  margin-top: 0;
}
form > label:last-child {
  margin-bottom: 0;
}
form > label .error-message {
  color: #F44336;
}
form > label input[type=text],
form > label input[type=email],
form > label input[type=password],
form > label input[type=search],
form > label input[type=tel],
form > label input[type=url],
form > label input[type=number],
form > label input[type=date],
form > label input[type=datetime-local],
form > label input[type=month],
form > label input[type=week],
form > label input[type=time],
form > label textarea,
form > label select {
  margin-top: 3px;
}

form.sending input[type=text],
form.sending input[type=email],
form.sending input[type=password],
form.sending input[type=search],
form.sending input[type=tel],
form.sending input[type=url],
form.sending input[type=number],
form.sending input[type=date],
form.sending input[type=datetime-local],
form.sending input[type=month],
form.sending input[type=week],
form.sending input[type=time],
form.sending textarea,
form.sending select {
  background-color: var(--swun-grey);
}

.tml input[type=text],
.tml input[type=email],
.tml input[type=password],
.tml input[type=search],
.tml input[type=tel],
.tml input[type=url],
.tml input[type=number],
.tml input[type=date],
.tml input[type=datetime-local],
.tml input[type=month],
.tml input[type=week],
.tml input[type=time],
.tml textarea,
.tml select {
  display: block;
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: var(--font-size-base);
  padding: 0.5rem;
  background-color: var(--swun-grey);
  border-radius: 15px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  outline: none;
}
.tml .tml-links {
  display: flex;
  list-style: none;
  margin: 0;
  gap: 1rem;
  padding: 0;
}
.tml .tml-links li {
  margin: 0;
  padding: 0;
}

.gm_register_error,
.form-message.error {
  display: block;
  padding: 1rem;
  border-radius: 5px;
  background-color: #FFCDD2;
  color: #B71C1C;
  margin: 0.5rem 0;
}

.gm_register_success,
.form-message.success {
  display: block;
  padding: 1rem;
  border-radius: 5px;
  background-color: #A5D6A7;
  color: #1B5E20;
  margin: 0.5rem 0;
}/*# sourceMappingURL=style.css.map */